Skip to content

Instantly share code, notes, and snippets.

@michalskop
Last active May 31, 2019 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michalskop/3551d17ace1fbd6c81af583ccbff2459 to your computer and use it in GitHub Desktop.
Save michalskop/3551d17ace1fbd6c81af583ccbff2459 to your computer and use it in GitHub Desktop.
CZ: voters changes 2014-2019
mat
matsd/mat
1.96*matsd/mat
print(x.out)
print(z.out)
par_input = "/home/michal/dev/senat/2016/data_1.csv"
library("Zelig")
library("ZeligEI")
data <- read.csv(par_input, header = TRUE, fileEncoding = "utf-8", encoding = "utf-8")
variables <- names(data)
As <- variables[which(grepl("A", variables) == TRUE)]
Bs <- variables[which(grepl("B", variables) == TRUE)]
z.out = zeirxc$new()
eval(parse(text = paste0( "z.out$zelig(cbind(" , paste(Bs, collapse = ", "), ") ~ cbind(", paste(As, collapse = ", "), "), N='total', data = data)")))
# z.out$zelig(cbind(K2_2, K2_7, K2_9) ~ cbind(K1_1, K1_2, K1_3, K1_4, K1_5, K1_6, K1_7, K1_8, K1_9), N="ZeligN", data = data)
# eval(parse(text = paste0("z.out <- zelig(cbind(", paste(parties2016, collapse = ", "), ") ~ ", paste(parties2012, collapse = " + "), ", covar = NULL, model = 'ei.RxC', data = data)")))
mat = matrix(apply(as.matrix(z.out$getcoef()[[1]][[3]]),2,'mean'),ncol=3)
matsd = matrix(apply(as.matrix(z.out$getcoef()[[1]][[3]]),2,'sd'),ncol=3)
matp = mat / apply(mat,1,'sum')
mat
help.zelig("models")
par_input = "/home/michal/dev/senat/2016/data_1.csv"
library("Zelig")
library("ZeligEI")
data <- read.csv(par_input, header = TRUE, fileEncoding = "utf-8", encoding = "utf-8")
variables <- names(data)
As <- variables[which(grepl("A", variables) == TRUE)]
Bs <- variables[which(grepl("B", variables) == TRUE)]
z.out = zeirxc$new()
eval(parse(text = paste0( "z.out$zelig(cbind(" , paste(Bs, collapse = ", "), ") ~ cbind(", paste(As, collapse = ", "), "), N='total', data = data)")))
# z.out$zelig(cbind(K2_2, K2_7, K2_9) ~ cbind(K1_1, K1_2, K1_3, K1_4, K1_5, K1_6, K1_7, K1_8, K1_9), N="ZeligN", data = data)
# eval(parse(text = paste0("z.out <- zelig(cbind(", paste(parties2016, collapse = ", "), ") ~ ", paste(parties2012, collapse = " + "), ", covar = NULL, model = 'ei.RxC', data = data)")))
mat = matrix(apply(as.matrix(z.out$getcoef()[[1]][[3]]),2,'mean'),ncol=3)
matsd = matrix(apply(as.matrix(z.out$getcoef()[[1]][[3]]),2,'sd'),ncol=3)
matp = mat / apply(mat,1,'sum')
mat
z.out$heidel.diag()
z.out$raftery.diag()
help(ei.MD.bayes)
matsd
par_input = "/home/michal/dev/senat/2016/data_1.csv"
library("Zelig")
library("ZeligEI")
data <- read.csv(par_input, header = TRUE, fileEncoding = "utf-8", encoding = "utf-8")
variables <- names(data)
As <- variables[which(grepl("A", variables) == TRUE)]
Bs <- variables[which(grepl("B", variables) == TRUE)]
z.out = zeirxc$new()
eval(parse(text = paste0( "z.out$zelig(cbind(" , paste(Bs, collapse = ", "), ") ~ cbind(", paste(As, collapse = ", "), "), N='total', data = data)")))
# z.out$zelig(cbind(K2_2, K2_7, K2_9) ~ cbind(K1_1, K1_2, K1_3, K1_4, K1_5, K1_6, K1_7, K1_8, K1_9), N="ZeligN", data = data)
# eval(parse(text = paste0("z.out <- zelig(cbind(", paste(parties2016, collapse = ", "), ") ~ ", paste(parties2012, collapse = " + "), ", covar = NULL, model = 'ei.RxC', data = data)")))
mat = matrix(apply(as.matrix(z.out$getcoef()[[1]][[3]]),2,'mean'),ncol=3)
matsd = matrix(apply(as.matrix(z.out$getcoef()[[1]][[3]]),2,'sd'),ncol=3)
matp = mat / apply(mat,1,'sum')
matsd
mat + mat
mat
mean(mat)
(mat + mat)/2
m[0] = mat
m = [0]*10
m = [0]
out <- c(0*10)
out
out = c(0)*10
out
m = list()
m[0] = mat
eval(parse(text = paste0( "z.out$zelig(cbind(" , paste(Bs, collapse = ", "), ") ~ cbind(", paste(As, collapse = ", "), "), N='total', data = data)")))
mat = matrix(apply(as.matrix(z.out$getcoef()[[1]][[3]]),2,'mean'),ncol=3)
m[1] = mat
m
m[[1]] = mat
eval(parse(text = paste0( "z.out$zelig(cbind(" , paste(Bs, collapse = ", "), ") ~ cbind(", paste(As, collapse = ", "), "), N='total', data = data)")))
mat = matrix(apply(as.matrix(z.out$getcoef()[[1]][[3]]),2,'mean'),ncol=3)
m[[2]] = mat
m
sum(mat)
m[[1]]+m[[2]] / 2
(m[[1]]+m[[2]]) / 2
average(m)
mean(m)
rowMeans(m, dims=2)
rowMeans(m)
arr = array(unlist(m),c(9,3,2))
arr
rowMeans(arr, dims=2)
apply(simplify2array(m),1:2,mean)
apply(simplify2array(m),1:2,sd)
sink("/dev/null")
average(m)
apply(simplify2array(m),1:2,sd)
sink()
apply(simplify2array(m),1:2,sd)
sink("/dev/null")
eval(parse(text = paste0( "z.out$zelig(cbind(" , paste(Bs, collapse = ", "), ") ~ cbind(", paste(As, collapse = ", "), "), N='total', data = data)")))
par_input = "/home/michal/dev/senat/2016/kraje/data_senate_1.csv"
data <- read.csv(par_input, header = TRUE, fileEncoding = "utf-8", encoding = "utf-8")
variables <- names(data)
As <- variables[which(grepl("A", variables) == TRUE)]
Bs <- variables[which(grepl("C", variables) == TRUE)]
Bs
As
variable
variables
sink()
As
Bs
eval(parse(text = paste0( "z.out$zelig(cbind(" , paste(Bs, collapse = ", "), ") ~ cbind(", paste(As, collapse = ", "), "), N='total', data = data)")))
sink()
mat = matrix(apply(as.matrix(z.out$getcoef()[[1]][[3]]),2,'mean'),ncol=3)
mat
dim(Bs)
len(Bs)
length(Bs)
mat = matrix(apply(as.matrix(z.out$getcoef()[[1]][[3]]),2,'mean'),ncol=3)
mat
mat = matrix(apply(as.matrix(z.out$getcoef()[[1]][[3]]),2,'mean'),ncol=length(Bs))
mat
matp = mat / apply(mat,1,'sum')
matsd = matrix(apply(as.matrix(z.out$getcoef()[[1]][[3]]),2,'sd'),ncol=length(Bs))
matsd
matsd/mat
par_input = "/home/michal/dev/senat/2016/kraje/kraje2kraje/data_1.csv"
"/home/michal/dev/senat/2016/kraje/kraje2kraje/"
data <- read.csv(par_input, header = TRUE, fileEncoding = "utf-8", encoding = "utf-8")
variables <- names(data)
variables
As <- variables[which(grepl("D", variables) == TRUE)]
As
Bs <- variables[which(grepl("C", variables) == TRUE)]
Bs
z.out = zeirxc$new()
eval(parse(text = paste0( "z.out$zelig(cbind(" , paste(Bs, collapse = ", "), ") ~ cbind(", paste(As, collapse = ", "), "), N='ZeligN', data = data)")))
top
eval(parse(text = paste0( "z.out$zelig(cbind(" , paste(Bs, collapse = ", "), ") ~ cbind(", paste(As, collapse = ", "), "), N='ZeligN', data = data)")))
par_input = "/home/michal/dev/senat/2016/kraje/kraje2kraje/data_4.csv"
variables <- names(data)
As <- variables[which(grepl("D", variables) == TRUE)]
Bs <- variables[which(grepl("C", variables) == TRUE)]
z.out = zeirxc$new()
variables <- names(data)
As <- variables[which(grepl("D", variables) == TRUE)]
Bs <- variables[which(grepl("C", variables) == TRUE)]
z.out = zeirxc$new()
eval(parse(text = paste0( "z.out$zelig(cbind(" , paste(Bs, collapse = ", "), ") ~ cbind(", paste(As, collapse = ", "), "), N='ZeligN', data = data)")))
As
Bs
sessionInfo()
data <- read.csv(par_input, header = TRUE, fileEncoding = "utf-8", encoding = "utf-8")
variables <- names(data)
As <- variables[which(grepl("D", variables) == TRUE)]
Bs <- variables[which(grepl("C", variables) == TRUE)]
z.out = zeirxc$new()
eval(parse(text = paste0( "z.out$zelig(cbind(" , paste(Bs, collapse = ", "), ") ~ cbind(", paste(As, collapse = ", "), "), N='ZeligN', data = data)")))
mat = matrix(apply(as.matrix(z.out$getcoef()[[1]][[3]]),2,'mean'),ncol=length(Bs))
mat
matsd = matrix(apply(as.matrix(z.out$getcoef()[[1]][[3]]),2,'sd'),ncol=length(Bs))
matsd
write.csv(mat,file="/home/michal/dev/senat/2016/kraje/kraje2kraje/matn_4.csv")
par_input = "/home/michal/dev/senat/2016/kraje/kraje2kraje/data_1.csv"
data = read.csv(par_input, header = TRUE, fileEncoding = "utf-8", encoding = "utf-8")
variables = names(data)
As = variables[which(grepl("D", variables) == TRUE)]
Bs = variables[which(grepl("C", variables) == TRUE)]
apply(data,1,sum)
apply(data,2,sum)
apply(data,2,sum)/sum(data)
options(scipen=999)
apply(data,2,sum)/sum(data)
apply(data,2,sum)/sum(data)*100
apply(data,2,sum)/sum(data) > 0.005
As
As_in = variables[which((grepl("D", variables) == TRUE) and (apply(data,2,sum)/sum(data) > 0.005))]
len(As)
length(As)
A = data[,1:23]
B = data[,24:]
B = data[,24:length(As) + length(Bs)]
B = data[,24:(length(As) + length(Bs))]
dim(A)
dim(B)
dim(data)
par_input
par_input = "/home/michal/dev/senat/2016/kraje/kraje2kraje/data_1_filtered.csv"
data = read.csv(par_input, header = TRUE, fileEncoding = "utf-8", encoding = "utf-8")
data = read.csv(par_input, header = TRUE, fileEncoding = "utf-8", encoding = "utf-8")
data = read.csv(par_input, header = TRUE, fileEncoding = "utf-8", encoding = "utf-8")
variables = names(data)
As = variables[which(grepl("D", variables) == TRUE)]
Bs = variables[which(grepl("C", variables) == TRUE)]
As
Bs
z.out = zeirxc$new()
library("Zelig")
library("ZeligEI")
z.out = zeirxc$new()
eval(parse(text = paste0( "z.out$zelig(cbind(" , paste(Bs, collapse = ", "), ") ~ cbind(", paste(As, collapse = ", "), "), N='ZeligN', data = data)")))
par_input = "/home/michal/dev/senat/2016/kraje/kraje2kraje/data_4_filtered.csv"
data = read.csv(par_input, header = TRUE, fileEncoding = "utf-8", encoding = "utf-8")
variables = names(data)
As = variables[which(grepl("D", variables) == TRUE)]
Bs = variables[which(grepl("C", variables) == TRUE)]
z.out = zeirxc$new()
eval(parse(text = paste0( "z.out$zelig(cbind(" , paste(Bs, collapse = ", "), ") ~ cbind(", paste(As, collapse = ", "), "), N='ZeligN', data = data)")))
df.reindex_axis(sorted(df.columns), axis=1)
mat = matrix(apply(as.matrix(z.out$getcoef()[[1]][[3]]),2,'mean'),ncol=length(Bs))
mat
par_input = "/home/michal/dev/senat/2016/kraje/kraje2kraje/data_x_filtered.csv"
data = read.csv(par_input, header = TRUE, fileEncoding = "utf-8", encoding = "utf-8")
z.out = zeirxc$new()
variables = names(data)
As = variables[which(grepl("D", variables) == TRUE)]
Bs = variables[which(grepl("C", variables) == TRUE)]
As
eval(parse(text = paste0( "z.out$zelig(cbind(" , paste(Bs, collapse = ", "), ") ~ cbind(", paste(As, collapse = ", "), "), N='ZeligN', data = data)")))
mat = matrix(apply(as.matrix(z.out$getcoef()[[1]][[3]]),2,'mean'),ncol=length(Bs))
mat
write.csv(mat,"/home/michal/dev/senat/2016/kraje/kraje2kraje/matn_4_filtered.csv")
distances = read.csv('/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/distances.csv', header=TRUE, row.names=1)
fit = cmdscale(distances, eig=TRUE, k=3)
x = fit$points[,1]
y = fit$points[,2]
z = fit$points[,3]
plot(x, y)
text(x, y, labels=row.names(distances))
write.csv(names(sort(x)), file="/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/dimension_1_ids.csv", row.names=FALSE, na='')
distances
distances = read.csv('/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/distances.csv', header=TRUE, row.names=1)
fit = cmdscale(distances, eig=TRUE, k=3)
x = fit$points[,1]
y = fit$points[,2]
z = fit$points[,3]
plot(x, y)
text(x, y, labels=row.names(distances))
write.csv(names(sort(x)), file="/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/dimension_1_ids.csv", row.names=FALSE, na='')
distances = read.csv('/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/distances.csv', header=TRUE, row.names=1)
fit = cmdscale(distances, eig=TRUE, k=3)
x = fit$points[,1]
y = fit$points[,2]
fit = cmdscale(distances, eig=TRUE, k=3)
x = fit$points[,1]
y = fit$points[,2]
z = fit$points[,3]
plot(x, y)
text(x, y, labels=row.names(distances))
write.csv(names(sort(x)), file="/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/dimension_1_ids.csv", row.names=FALSE, na='')
distances = read.csv('/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/psp/distances.csv', header=TRUE, row.names=1)
fit = cmdscale(distances, eig=TRUE, k=3)
x = fit$points[,1]
y = fit$points[,2]
z = fit$points[,3]
plot(x, y)
text(x, y, labels=row.names(distances))
write.csv(names(sort(x)), file="/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/psp/dimension_1_parties.csv", row.names=FALSE, na='')
distances = read.csv('/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/distances.csv', header=TRUE, row.names=1)
fit = cmdscale(distances, eig=TRUE, k=3)
x = fit$points[,1]
y = fit$points[,2]
z = fit$points[,3]
plot(x, y)
text(x, y, labels=row.names(distances))
write.csv(names(sort(x)), file="/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/dimension_1_ids.csv", row.names=FALSE, na='')
distances
distances = read.csv('/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/distances.csv', header=TRUE, row.names=1)
fit = cmdscale(distances, eig=TRUE, k=3)
x = fit$points[,1]
y = fit$points[,2]
z = fit$points[,3]
plot(x, y)
text(x, y, labels=row.names(distances))
write.csv(names(sort(x)), file="/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/dimension_1_ids.csv", row.names=FALSE, na='')
distances
x
y
c(x,y)
fit$points[,1:2]
data = read.csv('/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/mds_manually_adjusted.csv', header=TRUE, row.names=1)
data
plot(data$x, data$y)
install.packages("ggrepel")
library(ggrepel)
ggplot(data, aes(x, y, label = rownames(data))) + geom_text_repel() + geom_point(color = 'red') + theme_classic(base_size = 16)
ggplot(data, aes(x, y, label = rownames(data))) + geom_text_repel() + geom_point(color = 'red') + theme_classic(base_size = 16) + opts(title = "PCA podle odpovědí na otázky volební kalkulačky 2017")
ggplot(data, aes(x, y, label = rownames(data))) + geom_text_repel() + geom_point(color = 'red') + theme_classic(base_size = 16) + theme(title = "PCA podle odpovědí na otázky volební kalkulačky 2017")
title = "PCA podle odpovědí na otázky volební kalkulačky 2017"
ggplot(data, aes(x, y, label = rownames(data))) + geom_text_repel() + geom_point(color = 'red') + theme_classic(base_size = 16) + theme(title = title)
ggplot(data, aes(x, y, label = rownames(data))) + geom_text_repel() + geom_point(color = 'red') + theme_classic(base_size = 16) + theme(title = element_text(title))
ggplot(data, aes(x, y, label = rownames(data))) + geom_text_repel() + geom_point(color = 'red') + theme_classic(base_size = 16) + theme(plot.title = element_text(title))
ggplot(data, aes(x, y, label = rownames(data))) + geom_text_repel() + geom_point(color = 'red') + theme_classic(base_size = 16) + labs(title = title)
distances = read.csv('/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/distances.csv', header=TRUE, row.names=1)
fit = cmdscale(distances, eig=TRUE, k=3)
x = fit$points[,1]
y = fit$points[,2]
z = fit$points[,3]
plot(x, y)
text(x, y, labels=row.names(distances))
write.csv(names(sort(x)), file="/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/dimension_1_ids.csv", row.names=FALSE, na='')
distances = read.csv('/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/distances.csv', header=TRUE, row.names=1)
distances
fit = cmdscale(distances, eig=TRUE, k=3)
x = fit$points[,1]
y = fit$points[,2]
z = fit$points[,3]
plot(x, y)
text(x, y, labels=row.names(distances))
write.csv(names(sort(x)), file="/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/dimension_1_ids.csv", row.names=FALSE, na='')
fit@$points[,1:2]
fit$points[,1:2]
data = read.csv('/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/mds_manually_adjusted.csv', header=TRUE, row.names=1)
data
ggplot(data, aes(x, y, label = rownames(data))) + geom_text_repel() + geom_point(color = 'red') + theme_classic(base_size = 16) + labs(title = title)
distances = read.csv('/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/distances.csv', header=TRUE, row.names=1)
fit = cmdscale(distances, eig=TRUE, k=3)
x = fit$points[,1]
y = fit$points[,2]
z = fit$points[,3]
plot(x, y)
text(x, y, labels=row.names(distances))
write.csv(names(sort(x)), file="/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/dimension_1_ids.csv", row.names=FALSE, na='')
distances = read.csv('/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/distances.csv', header=TRUE, row.names=1)
fit = cmdscale(distances, eig=TRUE, k=3)
x = fit$points[,1]
y = fit$points[,2]
z = fit$points[,3]
plot(x, y)
text(x, y, labels=row.names(distances))
write.csv(names(sort(x)), file="/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/dimension_1_ids.csv", row.names=FALSE, na='')
install.packages("ggrepel")
library(ggrepel)
data = read.csv('/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/mds_manually_adjusted.csv', header=TRUE, row.names=1)
ggplot(data, aes(x, y, label = rownames(data))) + geom_text_repel() + geom_point(color = 'red') + theme_classic(base_size = 16) + labs(title = title)
write.csv(fi$points[,1:2], file="/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/mds.csv", row.names=FALSE, na='')
write.csv(fit$points[,1:2], file="/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/mds.csv", row.names=FALSE, na='')
write.csv(fit$points[,1:2], file="/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/mds.csv", row.names=TRUE, na='')
data = read.csv('/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/mds_manually_adjusted.csv', header=TRUE, row.names=1)
ggplot(data, aes(x, y, label = rownames(data))) + geom_text_repel() + geom_point(color = 'red') + theme_classic(base_size = 16) + labs(title = title)
data
title = "PCA dle odpovědí na otázky Volební kalkulačky 2017"
data = read.csv('/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/mds_manually_adjusted.csv', header=TRUE, row.names=1)
ggplot(data, aes(x, y, label = rownames(data))) + geom_text_repel() + geom_point(color = 'red') + theme_classic(base_size = 16) + labs(title = title)
distances = read.csv('/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/distances.csv', header=TRUE, row.names=1)
fit = cmdscale(distances, eig=TRUE, k=3)
x = fit$points[,1]
y = fit$points[,2]
z = fit$points[,3]
plot(x, y)
text(x, y, labels=row.names(distances))
write.csv(names(sort(x)), file="/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/dimension_1_ids.csv", row.names=FALSE, na='')
write.csv(fit$points[,1:2], file="/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/mds.csv", row.names=TRUE, na='')
data = read.csv('/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/mds_manually_adjusted.csv', header=TRUE, row.names=1)
title = "PCA dle odpovědí na otázky Volební kalkulačky 2017"
ggplot(data, aes(x, y, label = rownames(data))) + geom_text_repel() + geom_point(color = 'red') + theme_classic(base_size = 16) + labs(title = title)
library(ggrepel)
title = "PCA dle odpovědí na otázky Volební kalkulačky 2017"
ggplot(data, aes(x, y, label = rownames(data))) + geom_text_repel() + geom_point(color = 'red') + theme_classic(base_size = 16) + labs(title = title)
distances = read.csv('/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/distances_ecoall.csv', header=TRUE, row.names=1)
fit = cmdscale(distances, eig=TRUE, k=3)
x = fit$points[,1]
y = fit$points[,2]
z = fit$points[,3]
plot(x, y)
text(x, y, labels=row.names(distances))
write.csv(names(sort(x)), file="/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/dimension_1_ids_ecoall.csv", row.names=FALSE, na='')
write.csv(fit$points[,1:2], file="/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/mds_ecoall.csv", row.names=TRUE, na='')
distances = read.csv('/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/distances_econox.csv', header=TRUE, row.names=1)
fit = cmdscale(distances, eig=TRUE, k=3)
x = fit$points[,1]
y = fit$points[,2]
z = fit$points[,3]
plot(x, y)
text(x, y, labels=row.names(distances))
write.csv(names(sort(x)), file="/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/dimension_1_ids_econox.csv", row.names=FALSE, na='')
write.csv(fit$points[,1:2], file="/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/mds_econox.csv", row.names=TRUE, na='')
data = read.csv('/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/mds_manually_adjusted_ecoall.csv', header=TRUE, row.names=1)
title = "PCA dle odpovědí na otázky Volební kalkulačky 2017 - všechny ekonomické otázky"
ggplot(data, aes(x, y, label = rownames(data))) + geom_text_repel() + geom_point(color = 'red') + theme_classic(base_size = 16) + labs(title = title)
title = "PCA dle odpovědí na otázky Volební kalkulačky 2017 - všechny ekon. otázky"
ggplot(data, aes(x, y, label = rownames(data))) + geom_text_repel() + geom_point(color = 'red') + theme_classic(base_size = 16) + labs(title = title)
data = read.csv('/home/michal/project/volebnikalkulacka.cz/dev/pirati2017/mds_manually_adjusted_econox.csv', header=TRUE, row.names=1)
title = "PCA dle odpovědí na otázky Volební kalkulačky 2017 - vybrané ekon. otázky"
ggplot(data, aes(x, y, label = rownames(data))) + geom_text_repel() + geom_point(color = 'red') + theme_classic(base_size = 16) + labs(title = title)
fit
plot(fit$eig)
install.packages("reshape2")
install.packages("wnominate")
reshape2.libPaths()
libPaths()
.libPaths("reshape2")
.libPaths()
.libPaths()
install.packages("Zelig")
install.packages(c("sandwich", "VGAM", "jsonlite", "AER", "plyr", "dplyr", "quantreg", "geepack", "MCMCpack", "maxLik"))
install.packages("Zelig")
install.packages("Zelig")
remove.packages("Rcpp")
install.packages("Rcpp")
install.packages("car")
update.packages(ask=FALSE)
install.packages("car")
install.packages("Zelig")
install.packages("AER")
install.packages("car")
install.packages("Zelig")
install.packages("car")
require(devtools)
install.packages("devtools")
install_version("Zelig", version = "5.1.0")
require(devtools)
path = "/home/michal/dev/prechody/2014-2019/"
setwd(path)
library(ei)
# Prepare data and variables
data = read.csv("data_filtered_random.csv", header = TRUE, fileEncoding = "utf-8", encoding = "utf-8")
variables = names(data)
As = variables[which(grepl("A", variables) == TRUE)]
Bs = variables[which(grepl("B", variables) == TRUE)]
Bs
eval(parse(text = paste0( "dbuf = ei(cbind(" , paste(Bs, collapse = ", "), ") ~ cbind(", paste(As, collapse = ", "), "), data = data)")))
str(dbuf)
mat_ave = matrix(nrow=length(As), ncol=length(Bs), dimnames=list(As, Bs))
for (B in Bs) {
for (A in As) {
s = 0
for (r in 1:nrows) {
a = paste0("beta.", A, ".", B, ".", r)
s = s + mean(dbuf$draws$Beta[,a]) * data[r, A]
}
mat_ave[A, B] = s
}
}
matp = mat_ave / apply(mat_ave,1,'sum')
nrows = dim(data)[1]
mat_ave = matrix(nrow=length(As), ncol=length(Bs), dimnames=list(As, Bs))
for (B in Bs) {
for (A in As) {
s = 0
for (r in 1:nrows) {
a = paste0("beta.", A, ".", B, ".", r)
s = s + mean(dbuf$draws$Beta[,a]) * data[r, A]
}
mat_ave[A, B] = s
}
}
matp = mat_ave / apply(mat_ave,1,'sum')
tmat_ave = t(mat_ave)
tmat_ave
colSums(data[,c(paste(Bs, collapse = ", "))])
paste(Bs, collapse = ", "))
paste(Bs, collapse = ", ")
Bstext = paste(Bs, collapse = ", ")
colSums(data[,c(Bstext)])
colSums(data[,Bstext])
data[,1:5]
colSums(data[,c("B5", "B9")])
sum(data[,c("B5", "B9")])
sum(data[,c("B5", "B9", "B999")])
sum(data)/2
tmat_ave * Ntotal / n
Ntotal = 8316737]
Ntotal = 8316737
tmat_ave * Ntotal / n
n = sum(data)/2
tmat_ave * Ntotal / n
sum(tmat_ave * Ntotal / n)
write.csv(mat_ave * Ntotal / n, "matn.csv")
write.csv(tmat_ave * Ntotal / n, "matn_chart.csv")
list_previous = read.csv("list_2014_filtered.csv", header = TRUE, fileEncoding = "utf-8", encoding = "utf-8")
list_previous
list_previous = read.csv("list_2014_filtered.csv", header = TRUE, fileEncoding = "utf-8", encoding = "utf-8")
row.names(mat_ave)
row.names(mat_ave) = list_previous[, "party_id"]
row.names(mat_ave)
row.names(mat_ave) = list_previous[, "party"]
row.names(mat_ave)
list_current = read.csv(list_current_name, header = TRUE, fileEncoding = "utf-8", encoding = "utf-8")
list_current_name = "list_2019_filtered.csv"
list_current = read.csv(list_current_name, header = TRUE, fileEncoding = "utf-8", encoding = "utf-8")
rownames(mat_ave) = list_previous[, "party"]
colnames(mat_ave) = list_current[, "party"]
list_current = read.csv(list_current_name, header = TRUE, fileEncoding = "utf-8", encoding = "utf-8")
rownames(mat_ave) = list_previous[, "party"]
colnames(mat_ave) = list_current[, "party"]
matp = mat_ave / apply(mat_ave,1,'sum')
tmat_ave = t(mat_ave)
write.csv(mat_ave, "matn_filtered.csv")
write.csv(tmat_ave, "matn_chart_filtered.csv")
write.csv(matp, "matp_filtered.csv")
n = sum(data)/2
write.csv(mat_ave * Ntotal / n, "matn.csv")
write.csv(tmat_ave * Ntotal / n, "matn_chart.csv")
rownames(mat_ave) = list_previous[, "party"]
colnames(mat_ave) = list_current[, "party"]
matp = mat_ave / apply(mat_ave,1,'sum')
tmat_ave = t(mat_ave)
write.csv(mat_ave, "matn_filtered.csv")
write.csv(tmat_ave, "matn_chart_filtered.csv")
write.csv(matp, "matp_filtered.csv")
n = sum(data)/2
write.csv(mat_ave * Ntotal / n, "matn.csv")
write.csv(tmat_ave * Ntotal / n, "matn_chart.csv")
list_current = read.csv(list_current_name, header = TRUE, fileEncoding = "utf-8", encoding = "utf-8")
rownames(mat_ave) = list_previous[, "party"]
colnames(mat_ave) = list_current[, "party"]
matp = mat_ave / apply(mat_ave,1,'sum')
tmat_ave = t(mat_ave)
write.csv(mat_ave, "matn_filtered.csv")
write.csv(tmat_ave, "matn_chart_filtered.csv")
write.csv(matp, "matp_filtered.csv")
n = sum(data)/2
write.csv(mat_ave * Ntotal / n, "matn.csv")
write.csv(tmat_ave * Ntotal / n, "matn_chart.csv")
,michal,sloup,31.05.2019 17:18,file:///home/michal/.config/libreoffice/4;

Ecological inference

using ei package

Analysis flow

  • download data from CzSO https://volby.cz/opendata/ep2019/ep2019_opendata.htm (ept2.csv, ept2p.csv for 2019)
  • get previous data, e.g. data_2014.csv (or create similarly to current data - next step)
  • prepare.py: manually change path, file, parties, nzast (it is not 1 for local elections), current_data, name4party -> creates current data, e.g. data_2019.csv
  • join_data.py: manually change path, previous, current, parties, select
  • list_XXXX_filtered.csv: prepare manually (2)
  • ei.r: manually change path, Ntotal, list_previous_name, list_current_name
  • matn_chart.csv: add first column name name
  • get party logos
  • index_cs.html: change manually texts
  • create subdirectory parties
  • generate.py: change manually range
We can't make this file beautiful and searchable because it's too large.
"OBEC","OKRSEK","VOLICI","Vydané obálky","Odevzdané obálky","HLASY","HLASY_50","HLASY_05","HLASY_07","HLASY_10","HLASY_14","HLASY_16","HLASY_20","HLASY_22","HLASY_23","HLASY_24","HLASY_32"
500054,1001,713,287,287,287,15,63,99,3,14,29,12,1,22,19,10
500054,1002,1080,378,378,378,28,30,129,12,28,37,23,7,36,25,23
500054,1003,633,247,247,247,19,52,91,7,6,15,16,5,12,15,9
500054,1004,833,281,280,279,26,18,102,5,17,20,37,1,30,8,15
500054,1005,662,220,220,218,26,2,82,6,17,16,19,1,16,15,18
500054,1006,1310,393,393,391,20,29,120,11,33,35,48,2,34,31,28
500054,1007,1173,347,346,341,31,22,103,11,27,32,32,3,35,24,21
500054,1008,1061,300,300,299,25,21,110,4,30,17,29,4,36,14,9
500054,1009,1009,316,316,316,15,27,105,7,12,45,38,4,29,21,13
500054,1010,585,158,158,157,4,12,52,4,16,13,14,0,15,16,11
500054,1011,1420,409,409,407,35,24,117,17,33,43,40,7,23,37,31
500054,1012,911,271,271,270,18,11,96,10,31,25,18,5,19,15,22
500054,1013,590,167,167,166,10,7,65,3,22,18,14,2,8,5,12
500054,1014,1341,383,383,376,23,20,120,24,44,33,32,3,31,23,23
500054,1015,1455,412,412,412,30,22,134,11,39,45,40,2,30,24,35
500054,1016,881,214,214,213,16,10,45,12,15,29,29,2,22,16,17
500054,1017,1007,220,219,218,15,4,59,23,18,31,19,2,14,11,22
500054,1018,1005,272,271,267,17,23,86,7,21,26,29,6,19,20,13
500054,1019,1170,299,297,297,25,25,78,9,21,38,32,1,21,23,24
500054,1020,1479,242,242,241,17,11,79,8,16,20,33,5,18,17,17
500054,1021,1227,393,393,391,28,22,145,8,33,32,36,0,39,29,19
500089,2001,524,149,149,149,9,10,40,11,8,19,6,5,17,7,17
500089,2002,415,114,114,113,9,2,28,5,21,14,13,0,6,4,11
500089,2003,760,195,195,195,9,15,54,4,18,25,17,2,16,13,22
500089,2004,846,267,266,264,20,8,89,7,18,31,26,2,10,30,23
500089,2005,706,198,198,197,19,14,50,6,22,21,21,1,14,22,7
500089,2006,725,204,204,204,14,15,66,4,11,19,15,4,32,12,12
500089,2007,799,251,251,250,13,5,81,13,20,28,21,3,37,16,13
500089,2008,699,179,179,177,18,7,48,1,22,12,21,2,18,18,10
500089,2009,801,239,239,238,21,20,59,7,23,27,19,2,22,26,12
500089,2010,721,206,206,206,16,17,62,0,17,30,26,3,10,14,11
500089,2011,737,221,221,218,15,13,82,13,12,24,16,3,21,13,6
500089,2012,745,206,206,205,7,12,65,12,14,25,15,1,21,13,20
500089,2013,529,157,157,155,8,11,47,7,15,15,14,1,12,14,11
500089,2014,573,164,164,164,8,9,41,10,15,14,19,3,24,13,8
500089,2015,514,175,175,174,11,4,63,5,13,20,20,2,14,6,16
500089,2016,838,239,239,238,12,10,85,7,13,31,32,0,18,19,11
500089,2017,754,226,226,226,14,11,79,7,19,19,22,1,21,21,12
500089,2018,813,237,236,232,18,8,57,17,28,37,23,0,20,17,7
500089,2019,629,201,201,201,14,11,55,6,34,20,25,0,16,12,8
500089,2020,1632,189,189,189,21,7,63,7,17,22,9,2,17,18,6
500089,2021,769,173,173,172,11,13,43,6,20,19,12,6,17,9,16
500089,2022,811,209,208,208,15,10,60,2,19,20,21,7,23,22,9
500089,2023,893,257,257,255,10,17,64,25,28,28,28,2,22,18,13
500089,2024,846,238,238,236,16,7,75,9,16,30,13,3,19,30,18
500089,2025,794,218,218,217,15,14,64,14,15,18,22,2,26,15,12
500089,2026,632,195,195,191,7,8,71,1,12,18,26,1,15,19,13
500089,2027,962,213,213,212,14,9,58,9,28,19,18,8,19,13,17
500089,2028,1156,303,303,301,18,21,82,15,31,38,20,5,35,15,21
500089,2029,871,124,124,124,8,9,28,9,6,23,12,3,10,10,6
500089,2030,814,162,162,161,10,10,46,6,15,18,11,1,21,15,8
500089,2031,658,142,142,142,12,7,37,7,6,25,13,3,10,9,13
500089,2032,885,212,211,209,24,15,64,4,19,10,9,3,17,24,20
500089,2033,960,243,243,240,12,21,70,9,10,17,28,3,32,21,17
500089,2034,773,223,223,221,22,9,59,5,25,32,15,3,25,13,13
500089,2035,825,216,216,215,21,12,66,4,17,23,18,2,18,15,19
500089,2036,620,130,130,127,3,8,31,5,12,20,13,1,8,13,13
500089,2037,658,135,134,134,6,15,28,6,15,23,10,1,15,10,5
500089,2038,536,132,132,132,8,3,34,7,16,12,22,1,14,5,10
500089,2039,674,167,167,166,14,31,48,3,10,6,15,0,16,18,5
500089,2040,691,189,189,186,21,7,52,9,17,23,20,3,15,8,11
500089,2041,433,93,93,92,7,4,22,3,11,14,11,3,5,9,3
500089,2042,538,152,152,150,13,11,40,6,13,12,19,0,15,7,14
500089,2043,700,230,230,230,21,13,72,5,21,28,14,0,16,27,13
500089,2044,740,231,231,229,15,14,58,6,28,36,21,2,15,13,21
500089,2045,735,240,240,238,13,23,87,7,10,23,23,2,27,10,13
500097,3001,1078,225,225,225,23,4,61,8,26,36,16,4,21,12,14
500097,3002,1081,203,203,203,9,20,63,7,20,21,18,3,18,11,13
500097,3003,930,165,164,164,10,2,46,1,12,15,19,1,22,17,19
500097,3004,938,174,174,174,14,3,45,5,13,25,8,6,9,24,22
500097,3005,924,173,173,171,14,5,42,9,13,19,18,0,20,20,11
500097,3006,980,242,242,240,19,12,63,8,32,31,17,4,23,16,15
500097,3007,978,248,247,247,15,12,83,3,26,19,18,4,26,23,18
500097,3008,1029,328,328,328,28,14,101,17,36,32,22,3,24,32,19
500097,3009,993,308,308,305,23,20,89,14,25,32,21,3,34,19,25
500097,3010,852,201,201,201,16,9,53,16,25,30,12,0,17,10,13
500097,3011,2899,237,237,234,14,3,65,10,24,29,18,8,30,13,20
500097,3012,1021,189,189,189,14,12,45,7,6,32,19,2,13,15,24
500097,3013,904,212,212,212,16,5,28,26,28,51,20,1,11,12,14
500097,3014,1103,231,231,231,10,9,69,12,26,37,15,2,13,25,13
500097,3015,1113,275,275,274,19,11,76,19,23,39,19,5,18,13,32
500097,3016,948,225,225,225,14,11,63,12,18,25,34,5,16,15,12
500097,3017,1109,312,312,311,16,13,112,14,24,36,35,0,22,21,18
500097,3018,1126,231,231,229,23,10,54,10,15,26,11,3,30,21,26
500097,3019,1020,220,220,219,27,13,49,13,21,21,25,1,11,24,14
500097,3020,957,263,263,263,27,11,90,10,23,23,19,7,26,18,9
500097,3021,908,254,254,253,17,17,72,15,23,22,21,6,28,20,12
500097,3022,1040,279,279,276,20,9,73,11,30,28,39,5,14,22,25
500097,3023,1141,302,302,301,20,16,94,18,16,44,28,7,22,24,12
500097,3024,1138,293,293,290,22,39,82,11,26,19,33,1,19,19,19
500097,3025,987,215,215,215,21,9,62,9,16,31,9,5,30,12,11
500097,3026,1082,251,251,249,16,12,77,14,22,39,24,2,19,13,11
500097,3027,1020,305,305,305,15,9,100,15,32,31,39,2,21,28,13
500097,3028,921,223,223,223,15,17,57,15,17,20,24,5,20,13,20
500097,3029,1000,267,267,264,18,8,84,10,29,30,17,2,25,20,21
500097,3030,1015,280,280,277,13,22,90,13,28,33,14,4,22,21,17
500097,3031,997,289,289,288,15,7,111,9,26,31,25,2,26,20,16
500097,3032,1045,313,313,313,15,16,89,13,33,48,35,2,24,25,13
500097,3033,1010,314,314,313,22,19,88,16,33,45,24,4,22,26,14
500097,3034,932,260,260,259,11,9,73,13,38,28,21,5,25,23,13
500097,3035,808,209,209,209,9,17,66,14,18,19,16,4,19,18,9
500097,3036,1031,248,246,245,21,17,62,14,28,34,13,1,28,16,11
500097,3037,1015,210,210,209,16,5,32,20,26,34,19,11,24,11,11
500097,3038,1088,244,243,243,20,12,53,14,31,31,23,3,22,21,13
500097,3039,888,184,184,183,15,9,47,16,23,18,10,4,18,9,14
500097,3040,1106,229,229,229,10,8,52,6,24,43,13,4,22,24,23
500097,3041,1034,235,235,233,14,4,56,29,26,33,17,3,20,10,21
500097,3042,1039,296,294,292,16,10,68,24,37,37,29,1,36,17,17
500097,3043,901,257,257,256,10,22,76,23,15,28,31,4,14,19,14
500097,3044,796,181,181,181,10,7,50,11,20,25,12,1,25,6,14
500097,3045,1074,310,310,307,13,11,84,31,32,37,24,9,32,16,18
500097,3046,927,252,252,252,9,2,63,34,47,35,22,3,10,14,13
500097,3047,1037,199,199,199,14,6,31,57,22,22,12,2,10,12,11
500097,3048,1127,313,312,312,22,9,86,23,35,55,20,3,14,24,21
500097,3049,1138,249,249,247,14,6,80,12,39,36,20,4,13,18,5
500097,3050,1053,275,275,274,18,12,69,19,36,47,24,3,17,18,11
500097,3051,985,278,278,274,9,16,88,20,38,34,33,8,7,9,12
500119,4001,534,94,94,94,7,7,23,3,4,12,10,1,7,6,14
500119,4002,638,123,123,123,11,8,24,10,17,11,10,3,9,9,11
500119,4003,719,193,193,193,15,6,40,16,15,24,22,2,28,15,10
500119,4004,659,88,88,88,13,6,18,1,9,11,9,1,8,7,5
500119,4005,606,145,145,145,11,12,39,7,12,15,15,3,11,16,4
500119,4006,594,124,124,122,4,13,30,9,16,16,10,2,11,7,4
500119,4007,671,194,194,194,10,11,56,9,26,18,8,3,16,15,22
500119,4008,574,108,108,106,11,6,20,1,9,10,7,2,19,14,7
500119,4009,670,121,121,115,10,3,28,8,14,8,7,1,10,14,12
500119,4010,634,146,146,145,7,4,46,7,2,21,13,1,19,11,14
500119,4011,592,110,110,109,6,3,21,11,21,18,10,0,7,5,7
500119,4012,835,175,175,174,20,7,45,8,21,18,9,2,10,13,21
500119,4013,612,151,151,151,8,14,36,2,10,20,9,1,34,8,9
500119,4014,700,170,170,170,17,3,43,11,20,22,15,2,13,19,5
500119,4015,757,182,182,180,22,5,39,6,19,28,11,6,21,16,7
500119,4016,758,181,181,180,13,3,52,9,24,20,19,2,12,10,16
500119,4017,693,143,143,143,4,2,41,14,11,19,18,3,10,12,9
500119,4018,608,135,134,132,7,11,28,6,17,17,15,2,8,9,12
500119,4019,789,189,189,186,5,10,61,7,29,16,17,2,21,9,9
500119,4020,860,282,282,280,55,7,46,12,27,44,26,7,13,20,23
500119,4021,780,206,206,206,8,8,48,24,31,18,26,0,8,24,11
500119,4022,720,152,152,150,11,8,37,4,14,25,10,2,13,10,16
500119,4023,781,218,217,216,16,9,69,6,19,24,21,2,17,11,22
500119,4024,765,199,199,198,12,10,53,9,27,37,15,5,11,12,7
500119,4025,566,136,136,136,14,8,33,15,13,12,16,4,6,8,7
500119,4026,693,149,149,149,5,5,54,7,13,26,12,3,7,5,12
500119,4027,792,145,145,144,9,1,43,5,15,28,10,1,7,12,13
500119,4028,622,136,136,134,8,7,31,7,18,26,19,2,5,6,5
500119,4029,661,215,215,215,9,21,52,13,29,31,21,1,13,15,10
500119,4030,675,180,180,180,9,12,47,9,23,40,11,3,7,13,6
500119,4031,580,184,184,181,12,10,40,19,37,26,19,3,2,6,7
500119,4032,666,182,182,182,15,7,38,13,17,30,21,1,14,10,16
500119,4033,768,154,154,154,5,6,40,18,16,17,9,0,12,9,22
500119,4034,579,141,141,139,14,6,43,2,15,10,21,4,8,9,7
500119,4035,507,115,115,115,7,7,35,9,5,11,4,1,5,13,18
500119,4036,979,259,259,259,11,11,50,48,40,38,11,5,7,12,26
500119,4037,940,226,226,225,15,7,35,46,42,26,9,1,12,18,14
500119,4038,650,163,163,163,10,4,36,8,12,23,15,0,18,22,15
500119,4039,506,106,106,104,11,2,29,8,7,20,2,0,10,6,9
500119,4040,948,247,247,246,27,19,52,16,30,37,24,5,19,8,9
500119,4041,848,265,265,264,16,17,66,8,28,42,30,2,15,28,12
500119,4042,779,206,206,206,13,12,56,15,22,37,16,3,9,13,10
500119,4043,779,196,196,196,7,12,49,26,27,19,15,5,10,12,14
500119,4044,775,219,219,218,11,10,41,16,40,30,15,2,16,20,17
500119,4045,624,156,156,156,7,11,39,10,27,21,9,1,12,7,12
500119,4046,423,111,111,109,8,5,31,8,16,14,10,3,1,3,10
500119,4047,669,236,236,235,11,16,57,8,43,38,30,4,10,14,4
500119,4048,722,220,220,218,6,8,53,28,34,33,24,5,5,13,9
500119,4049,771,195,195,194,14,11,38,23,29,28,20,2,8,19,2
500119,4050,960,258,258,252,17,8,60,15,34,48,25,3,11,15,16
500119,4051,675,229,229,228,20,11,63,15,43,31,13,5,11,8,8
500119,4052,896,297,297,294,11,21,75,24,47,31,35,2,17,17,14
500119,4053,832,266,266,266,13,16,64,12,50,52,19,5,11,9,15
500119,4054,709,231,231,231,13,5,56,13,34,37,19,4,19,17,14
500119,4055,823,213,213,208,15,3,51,14,15,44,18,2,14,12,20
500119,4056,639,141,141,140,10,6,37,15,19,24,10,0,2,6,11
500119,4057,673,153,153,151,6,8,47,12,14,20,16,4,4,6,14
500119,4058,679,192,192,192,9,9,66,17,18,23,15,3,6,17,9
500119,4059,819,328,328,324,14,24,98,15,22,58,38,0,15,22,18
500119,4060,750,288,287,285,16,23,101,6,23,53,23,2,12,13,13
500119,4061,879,237,237,234,12,12,72,11,19,39,19,3,14,13,20
500119,4062,859,220,220,217,11,10,59,21,28,33,24,5,8,14,4
500119,4063,756,239,239,238,13,9,86,9,20,23,21,2,22,20,13
500119,4064,825,238,238,237,14,9,60,18,38,35,19,7,12,10,15
500119,4065,475,140,140,139,5,11,27,15,24,23,20,1,2,6,5
500119,4066,426,148,148,147,10,13,37,9,18,17,12,2,13,6,10
500119,4067,652,157,157,156,9,10,34,12,9,35,13,7,10,4,13
500119,4068,700,125,125,125,9,3,35,3,18,23,11,1,13,6,3
500119,4069,687,169,169,169,6,5,50,16,20,27,6,1,15,12,11
500119,4070,737,184,184,184,12,5,52,17,26,23,20,2,10,9,8
500119,4071,803,199,199,199,11,8,56,19,22,33,15,1,10,14,10
500119,4072,681,186,186,184,17,12,43,15,19,33,14,3,12,8,8
500119,4073,723,186,186,186,13,10,54,13,27,25,16,3,8,10,7
500119,4074,639,241,241,239,7,21,80,5,17,56,16,3,12,12,10
500119,4075,730,167,167,166,7,9,44,5,25,33,15,2,8,10,8
500119,4076,956,356,356,355,19,25,104,30,47,41,13,6,20,30,20
500119,4077,1119,318,317,317,22,21,94,9,24,47,32,12,18,20,18
500119,4078,672,253,253,251,14,10,65,4,30,38,45,3,22,8,12
500119,4079,527,166,166,165,11,16,29,14,14,31,10,2,6,20,12
500119,4080,983,255,254,252,16,13,63,14,26,34,20,8,27,23,8
500119,4081,668,166,166,163,5,12,44,11,20,26,18,3,7,12,5
500119,4082,842,214,214,213,17,10,49,23,28,29,16,4,10,9,18
500119,4083,625,104,104,104,6,6,36,6,12,14,7,2,2,6,7
500119,4084,728,167,167,166,13,8,44,8,16,24,8,4,9,17,15
500119,4085,793,144,144,144,9,9,34,12,17,26,10,3,9,7,8
500119,4086,715,191,191,191,7,7,54,18,26,32,14,1,9,10,13
500119,4087,675,132,132,131,8,6,35,10,13,21,9,4,8,11,6
500119,4088,901,235,235,232,8,10,60,14,31,47,20,2,12,18,10
500119,4089,809,213,213,210,18,8,67,6,23,27,17,2,16,17,9
500119,4090,994,181,181,179,11,11,16,11,19,39,15,3,17,23,14
500119,4091,704,147,147,144,5,10,40,7,19,23,5,3,8,15,9
500119,4092,606,161,161,161,6,3,37,10,24,43,8,3,7,13,7
500119,4093,740,183,183,181,9,3,48,10,18,40,22,1,10,15,5
500119,4094,751,195,195,194,14,16,48,14,20,21,17,3,10,11,20
500119,4095,723,164,164,164,10,21,47,20,14,18,11,1,5,11,6
500119,4096,840,202,199,199,10,12,46,12,32,34,18,3,10,11,11
500119,4097,696,225,225,223,12,7,70,8,22,39,22,5,19,6,13
500119,4098,858,234,234,233,18,17,71,6,17,18,23,0,23,21,19
500119,4099,683,193,193,191,5,6,69,11,17,18,18,4,25,13,5
500119,4100,754,237,237,233,18,8,74,11,22,27,26,4,15,14,14
500119,4101,559,203,203,202,8,11,62,6,18,26,20,2,22,11,16
500119,4102,906,288,288,288,16,20,92,14,17,35,25,5,24,20,20
500119,4103,802,213,213,211,9,9,70,7,19,30,16,1,20,21,9
500119,4104,687,151,151,151,11,7,44,13,11,14,15,2,17,8,9
500119,4105,689,217,217,216,6,7,77,7,18,33,22,1,25,13,7
500119,4106,1034,384,384,382,18,27,115,13,34,58,44,4,35,18,16
500119,4107,676,199,199,199,15,14,49,13,30,24,16,5,11,15,7
500119,4108,583,188,188,188,10,15,47,6,30,28,17,1,18,6,10
500119,4109,1113,340,340,340,12,19,110,13,33,39,26,3,21,41,23
500119,4110,860,288,288,286,15,15,121,8,22,28,22,1,17,18,19
500119,4111,785,335,335,335,17,15,115,11,32,35,38,2,20,22,28
500119,4112,829,265,265,265,15,14,103,6,18,25,33,1,21,20,9
500119,4113,886,305,305,304,15,14,101,6,23,34,40,1,24,24,22
500119,4114,752,190,190,190,16,6,46,7,24,20,13,5,23,17,13
500119,4115,662,151,151,151,14,2,34,5,20,20,13,4,11,15,13
500119,4116,729,197,197,197,13,10,58,12,13,25,20,4,13,9,20
500119,4117,525,135,135,134,8,5,40,9,13,14,15,2,16,7,5
500119,4118,725,204,204,203,8,5,67,8,19,29,24,3,9,20,11
500119,4119,778,275,275,272,22,14,73,14,36,35,21,4,19,28,6
500119,4120,779,225,225,224,19,6,61,14,17,38,17,5,14,22,11
500119,4121,843,209,209,209,11,21,66,23,22,25,14,3,4,7,13
500119,4122,763,168,168,168,14,17,27,9,36,21,13,1,12,9,9
500119,4123,724,204,204,202,12,11,59,12,30,37,15,3,6,11,6
500119,4124,663,139,139,139,11,8,21,11,18,23,10,4,15,4,14
500119,4125,760,175,175,175,9,10,53,11,21,22,21,5,7,14,2
500119,4126,817,205,205,203,21,6,52,13,21,23,18,1,20,19,9
500119,4127,848,264,264,263,19,11,59,17,37,53,25,6,10,10,16
500119,4128,636,185,185,185,8,15,59,6,17,25,23,1,8,11,12
500119,4129,1281,387,387,386,23,35,118,10,24,53,30,5,26,35,27
500119,4130,706,239,239,237,16,11,73,5,25,32,26,2,16,20,11
500119,4131,2671,72,72,72,6,3,11,5,2,14,8,1,6,7,9
500143,5001,500,167,167,165,14,11,67,2,15,12,9,3,17,8,7
500143,5002,349,130,130,128,9,7,37,3,10,21,4,0,18,8,11
500143,5003,389,89,89,89,4,7,35,1,6,10,12,0,2,5,7
500143,5004,343,73,73,72,6,4,21,0,6,12,3,3,6,9,2
500143,5005,421,147,147,145,13,7,45,6,13,16,10,0,22,7,6
500143,5006,426,123,123,123,7,5,48,6,8,13,9,1,10,9,7
500143,5007,427,91,91,91,7,4,28,6,5,13,8,0,6,9,5
500143,5008,2339,107,107,107,7,7,28,5,9,15,12,1,5,12,6
500143,5009,592,150,150,149,19,9,43,6,17,9,12,0,10,12,12
500143,5010,492,105,105,105,4,8,36,1,12,8,11,2,7,10,6
500143,5011,623,148,148,147,12,7,54,8,13,27,5,1,10,10,0
500143,5012,528,153,152,149,17,15,49,4,12,17,8,3,13,4,7
500143,5013,528,107,107,107,6,10,29,3,8,8,19,1,11,6,6
500143,5014,494,82,82,82,3,2,25,4,6,7,7,0,10,13,5
500143,5015,564,84,84,84,3,2,23,4,6,14,9,1,2,8,12
500143,5016,522,97,97,95,7,10,23,2,7,5,9,1,11,14,6
500143,5017,614,132,132,132,12,4,34,5,12,22,11,3,10,13,6
500143,5018,528,139,139,137,9,9,43,6,15,12,9,2,6,14,12
500143,5019,558,170,170,169,10,4,47,16,12,28,16,3,6,18,9
500143,5020,621,168,168,168,18,8,30,14,19,33,13,3,9,16,5
500143,5021,805,165,165,160,12,15,36,5,18,20,18,3,10,13,10
500143,5022,675,179,179,177,21,3,57,5,17,29,11,2,9,14,9
500143,5023,466,81,81,81,5,7,19,9,6,6,8,0,2,12,7
500143,5024,709,270,270,269,11,9,88,10,24,30,30,3,24,26,14
500143,5025,798,211,211,211,11,12,61,2,16,29,17,2,32,19,10
500143,5026,602,171,171,168,6,7,62,9,19,22,14,2,8,9,10
500143,5027,689,215,215,215,12,16,62,7,17,19,18,4,17,23,20
500143,5028,547,147,146,146,8,4,55,12,6,17,17,6,10,7,4
500143,5029,748,222,222,222,18,7,75,7,20,27,26,1,14,16,11
500143,5030,503,125,125,125,9,5,27,7,11,17,17,2,10,4,16
500143,5031,563,146,146,145,12,7,45,4,11,15,11,0,19,15,6
500143,5032,422,68,68,68,5,8,13,3,12,6,4,0,7,8,2
500143,5033,654,177,177,174,9,6,51,8,12,22,13,0,16,25,12
500143,5034,680,101,101,101,7,4,29,4,9,10,8,2,3,15,10
500143,5035,895,356,356,353,17,14,153,5,36,38,37,8,20,14,11
500143,5036,675,306,306,303,10,34,115,11,18,24,32,5,20,19,15
500143,5037,944,356,356,355,20,13,155,14,24,34,40,4,22,16,13
500143,5038,487,169,169,167,7,9,57,5,21,15,24,0,12,13,4
500143,5039,459,126,126,126,9,10,28,4,9,25,13,0,14,7,7
500143,5040,484,90,90,90,3,8,29,1,12,7,11,0,9,3,7
500143,5041,547,109,109,109,3,5,33,3,12,15,7,1,15,5,10
500143,5042,428,93,93,93,7,5,30,3,7,12,8,0,6,7,8
500143,5043,677,235,235,235,7,10,103,13,13,29,15,5,16,6,18
500143,5044,1016,280,280,276,17,10,91,24,29,39,21,1,17,19,8
500143,5045,800,177,177,176,9,7,51,15,19,29,13,4,8,13,8
500143,5046,961,236,236,235,8,9,83,16,21,23,26,4,15,20,10
500143,5047,632,246,246,243,18,12,67,22,19,22,40,6,13,13,11
500143,5048,759,178,178,176,11,13,43,13,22,24,8,2,18,13,9
500143,5049,639,139,139,138,9,3,38,10,14,20,12,3,14,8,7
500143,5050,750,142,142,138,18,4,44,6,7,10,10,2,18,5,14
500143,5051,715,206,206,205,11,11,63,5,27,21,14,7,16,15,15
500143,5052,691,252,252,250,20,16,82,5,26,23,22,5,19,13,19
500143,5053,919,328,327,326,12,15,107,13,16,54,31,2,32,22,22
500143,5054,866,318,318,317,18,28,113,25,26,42,13,3,20,12,17
500143,5055,781,170,170,170,6,9,51,6,18,15,19,3,12,21,10
500143,5056,406,77,77,75,6,4,30,5,6,8,2,1,4,5,4
500143,5057,537,108,108,108,6,4,40,3,10,7,21,2,5,4,6
500143,5058,780,224,224,224,16,4,60,14,29,34,15,4,17,19,12
500143,5059,740,228,228,227,12,18,63,8,14,45,17,1,25,17,7
500143,5060,705,266,266,263,11,10,84,9,21,52,19,3,19,21,14
500143,5061,993,350,350,348,7,24,110,11,30,43,37,4,37,28,17
500143,5062,1147,434,434,431,17,13,163,8,16,66,39,6,26,55,22
500143,5063,860,272,272,270,19,7,94,12,23,27,41,3,15,17,12
500143,5064,402,125,125,125,2,8,30,4,15,21,17,2,4,11,11
500143,5065,1012,358,358,357,10,17,115,16,39,63,25,2,37,20,13
500143,5066,1112,333,333,333,27,16,119,7,30,49,19,6,27,17,16
500143,5067,707,188,188,188,13,14,55,13,14,23,13,1,15,10,17
500143,5068,866,254,254,253,15,8,56,5,25,45,26,2,20,26,25
500143,5069,859,194,194,191,10,10,40,29,25,20,8,3,19,9,18
500143,5070,998,227,227,224,10,11,57,18,19,26,12,2,28,26,15
500143,5071,926,227,226,226,15,8,38,18,32,38,15,5,15,20,22
500143,5072,985,276,276,273,19,24,64,6,25,34,25,3,26,26,21
500143,5073,918,213,213,213,12,11,60,7,37,29,13,3,11,14,16
500143,5074,1032,296,296,295,18,16,92,10,19,37,16,3,41,16,27
500143,5075,1004,220,220,218,13,11,49,14,28,23,12,7,26,21,14
500143,5076,978,264,264,264,23,13,64,11,32,37,17,3,28,26,10
500143,5077,1005,262,262,261,13,13,67,16,34,37,18,3,17,26,17
500143,5078,931,187,185,182,8,12,52,14,14,27,12,2,16,13,12
500143,5079,892,154,154,154,14,7,40,5,27,17,6,5,11,13,9
500143,5080,1055,262,261,259,16,5,94,10,23,32,22,4,11,27,15
500143,5081,936,245,245,241,4,11,69,15,15,36,18,7,28,25,13
500178,6001,670,161,161,160,5,6,31,19,23,22,10,1,23,11,9
500178,6002,742,210,210,209,9,19,62,8,20,19,12,4,32,10,14
500178,6003,765,254,254,252,12,12,80,14,30,20,14,4,38,16,12
500178,6004,901,309,308,308,26,14,79,22,41,37,25,3,26,11,24
500178,6005,805,256,255,254,18,8,73,11,18,27,30,1,31,15,22
500178,6006,619,236,236,232,11,6,80,7,18,29,17,3,39,14,8
500178,6007,550,211,211,211,12,11,65,12,20,26,15,1,33,11,5
500178,6008,890,322,322,322,21,32,91,14,26,24,25,0,38,32,19
500178,6009,829,307,307,305,17,18,118,9,26,25,22,1,34,16,19
500178,6010,555,191,190,188,9,12,76,6,16,14,16,0,24,4,11
500178,6011,833,310,310,309,15,23,90,26,24,40,18,1,29,14,29
500178,6012,695,210,210,209,11,17,76,8,20,6,21,1,26,13,10
500178,6013,368,122,122,121,7,17,39,2,14,7,9,0,10,7,9
500178,6014,2527,285,285,285,14,9,102,3,28,31,20,9,32,13,24
500178,6015,741,241,241,239,11,12,78,9,29,26,20,1,32,10,11
500178,6016,553,179,179,179,13,6,55,3,13,16,28,3,15,12,15
500178,6017,620,173,173,172,12,14,52,3,13,19,17,0,26,9,7
500178,6018,618,203,203,203,14,16,58,7,13,15,21,3,23,13,20
500178,6019,457,148,148,147,5,6,43,10,18,14,17,1,16,13,4
500178,6020,754,325,325,325,23,23,118,10,25,27,26,4,37,14,18
500178,6021,599,206,206,206,11,12,64,7,6,24,21,7,20,19,15
500178,6022,655,245,245,243,21,16,63,28,26,32,17,1,19,12,8
500178,6023,631,193,193,192,10,10,62,16,16,16,16,2,20,9,15
500178,6024,879,296,296,291,8,17,119,4,21,31,27,1,35,15,13
500178,6025,854,355,355,352,15,28,129,21,27,45,28,0,21,22,16
500178,6026,1134,535,535,529,34,40,179,22,47,53,61,2,44,27,20
500178,6027,622,295,295,294,11,14,122,7,19,18,39,2,29,21,12
500178,6028,595,249,249,248,14,27,92,6,20,16,14,3,16,26,14
500178,6029,438,187,187,187,7,9,64,5,19,21,25,4,25,2,6
500178,6030,643,262,260,259,13,12,107,1,14,26,30,1,16,26,13
500178,6031,688,312,312,309,11,25,117,10,18,40,32,2,26,19,9
500178,6032,626,265,265,263,12,15,97,6,23,31,25,3,19,22,10
500178,6033,553,162,162,160,10,10,55,6,7,19,8,3,25,7,10
500178,6034,1348,458,458,451,25,33,130,18,37,75,28,2,36,38,29
500178,6035,785,256,256,255,14,37,66,8,35,28,18,0,16,20,13
500178,6036,664,228,228,226,19,12,75,12,25,24,22,2,12,14,9
500178,6037,667,242,242,239,8,13,99,20,19,20,22,2,15,10,11
500178,6038,544,212,212,209,15,26,64,7,15,28,22,6,9,6,11
500178,6039,443,169,169,167,3,15,64,1,7,14,15,0,27,12,9
500178,6040,644,191,191,191,6,7,35,33,35,34,10,1,12,11,7
500178,6041,431,143,143,142,6,6,38,6,13,16,16,6,20,3,12
500178,6042,722,244,242,240,4,13,69,20,36,37,17,1,20,14,9
500178,6043,627,248,248,247,26,12,78,4,19,22,39,0,15,12,20
500178,6044,566,204,204,200,14,15,62,8,19,20,21,1,21,13,6
500178,6045,814,383,383,381,26,26,166,6,16,35,26,4,43,19,14
500178,6046,771,330,330,328,26,29,101,15,15,22,45,5,26,27,17
500178,6047,553,228,228,228,12,13,90,11,25,33,17,1,14,6,6
500178,6048,865,226,226,226,14,12,44,31,22,33,18,2,21,15,14
500178,6049,1051,294,293,291,19,14,41,88,36,20,15,3,26,15,14
500178,6050,977,337,337,335,23,56,64,59,43,26,14,3,19,14,14
500178,6051,511,159,159,159,10,7,43,17,15,19,9,6,12,11,10
500178,6052,602,189,189,189,14,13,49,22,23,18,13,2,14,13,8
500178,6053,759,201,200,196,10,6,72,9,15,17,18,4,24,15,6
500178,6054,608,95,95,94,10,6,18,4,13,15,7,1,6,10,4
500178,6055,531,158,158,157,19,11,49,8,17,17,8,2,12,6,8
500178,6056,590,175,174,171,9,9,51,6,11,17,17,0,26,16,9
500178,6057,996,314,314,313,28,15,104,3,18,25,25,2,49,18,26
500178,6058,690,192,191,191,11,11,64,11,14,26,20,2,19,5,8
500178,6059,385,142,142,142,12,11,36,6,14,21,8,2,15,8,9
500178,6060,556,156,156,152,9,9,50,6,22,14,9,0,13,12,8
500178,6061,430,118,118,118,9,5,41,9,10,10,12,0,9,7,6
500178,6062,569,208,208,208,8,6,81,10,23,15,18,5,11,13,18
500178,6063,749,351,351,349,13,18,136,13,27,25,35,1,25,35,21
500178,6064,587,220,217,217,22,9,72,7,25,16,26,2,20,6,12
500178,6065,663,297,297,297,15,30,101,16,22,33,20,1,21,22,16
500178,6066,940,347,347,347,17,13,122,21,27,57,29,5,28,11,17
500178,6067,681,279,279,277,12,6,96,25,18,43,21,8,12,18,18
500178,6068,407,97,97,97,4,0,28,15,6,16,6,1,5,11,5
500178,6069,904,257,256,256,11,16,83,14,20,29,20,2,24,23,14
500178,6070,1400,484,484,483,63,22,126,29,41,68,30,11,38,22,33
500178,6071,910,177,177,175,9,5,32,24,28,26,11,3,14,12,11
500178,6072,866,173,173,172,10,5,39,23,14,31,19,7,7,6,11
500178,6073,751,204,203,200,10,9,24,38,39,29,17,3,5,13,13
500178,6074,1124,389,389,388,24,32,115,16,30,47,30,0,33,31,30
500178,6075,868,278,278,278,14,12,88,26,31,37,10,2,23,16,19
500178,6076,603,208,208,207,17,14,65,9,13,27,17,2,17,10,16
500178,6077,629,222,222,221,20,19,61,4,21,30,7,4,19,17,19
500178,6078,667,174,174,173,10,5,31,46,16,24,10,4,10,7,10
500178,6079,968,347,347,345,11,16,97,32,30,52,34,7,35,20,11
500178,6080,897,363,363,363,31,18,115,18,26,38,46,1,27,27,16
500178,6081,951,315,315,315,15,21,102,18,31,47,25,3,15,16,22
500178,6082,625,172,172,168,8,7,51,13,20,23,12,2,5,16,11
500178,6083,579,164,164,162,6,4,42,23,24,25,8,3,12,8,7
500178,6084,585,182,182,181,15,4,51,20,30,19,16,3,9,8,6
500178,6085,647,211,211,211,12,11,55,23,25,34,17,4,10,12,8
500178,6086,420,126,126,126,7,10,32,15,20,10,15,0,9,5,3
500178,6087,628,204,203,202,12,17,46,25,28,18,20,0,14,7,15
500178,6088,809,291,291,291,23,14,98,20,14,26,30,3,27,23,13
500178,6089,722,226,226,225,11,7,79,20,21,11,21,2,26,10,17
500178,6090,588,177,177,175,8,7,50,9,20,22,23,1,14,14,7
500178,6091,628,195,195,193,9,6,57,9,22,30,19,6,12,12,11
500178,6092,757,290,290,289,12,11,74,30,49,34,24,1,18,19,17
500178,6093,622,188,188,184,5,6,51,21,21,25,22,3,17,3,10
500178,6094,426,145,145,144,10,13,58,8,18,11,13,0,4,5,4
500178,6095,675,255,255,254,20,7,65,36,42,17,20,0,19,13,15
500178,6096,1055,379,379,373,21,17,139,22,29,39,32,5,31,19,19
500178,6097,520,168,168,168,7,11,54,5,16,26,15,0,17,8,9
500178,6098,544,189,189,189,14,8,80,12,13,13,24,1,9,10,5
500178,6099,581,212,212,211,10,15,51,30,32,27,16,3,10,6,11
500178,6100,516,152,152,152,6,7,44,19,26,19,13,2,10,4,2
500178,6101,655,232,232,231,10,10,72,18,31,16,18,4,29,14,9
500178,6102,384,111,111,111,4,15,25,7,22,12,6,1,9,4,6
500178,6103,849,224,224,223,12,11,66,6,27,27,23,4,22,10,15
500178,6104,277,111,111,110,2,2,30,3,14,14,9,3,17,7,9
500186,7001,854,233,232,227,16,7,54,11,20,29,22,3,32,14,19
500186,7002,973,269,268,261,16,4,70,5,20,36,20,5,30,35,20
500186,7003,1095,274,274,270,15,14,51,11,30,42,18,10,35,25,19
500186,7004,1461,390,390,387,21,18,111,14,31,52,31,4,41,34,30
500186,7005,1125,320,319,317,21,18,79,13,33,35,17,5,43,22,31
500186,7006,730,193,192,191,16,12,53,9,13,22,14,4,14,11,23
500186,7007,1038,251,251,251,11,16,70,11,23,24,24,4,28,20,20
500186,7008,686,187,187,186,16,8,44,6,31,24,17,5,12,11,12
500186,7009,987,281,278,278,15,9,72,14,26,45,20,6,29,22,20
500186,7010,809,224,224,221,19,12,67,13,18,25,13,2,29,7,16
500186,7011,980,316,315,314,20,15,73,16,37,52,22,4,25,32,18
500186,7012,890,201,201,198,19,8,46,10,24,35,9,3,12,20,12
500186,7013,941,284,283,281,21,11,67,15,22,24,26,1,36,27,31
500186,7014,786,210,210,206,12,11,51,9,16,31,20,3,20,17,16
500186,7015,801,215,215,215,14,11,58,7,19,31,23,5,21,17,9
500186,7016,880,288,288,288,19,9,67,14,39,47,20,2,29,15,27
500186,7017,714,254,254,249,21,12,78,9,18,20,32,0,25,20,14
500186,7018,737,270,270,268,20,11,75,8,22,23,28,3,34,23,21
500186,7019,785,272,271,270,19,13,100,8,23,27,25,5,18,11,21
500186,7020,745,279,279,279,14,22,75,8,27,37,17,1,37,19,22
500186,7021,909,309,307,301,18,14,98,12,16,27,18,3,48,30,17
500186,7022,644,183,183,180,11,15,51,2,14,20,17,0,13,21,16
500186,7023,681,227,227,226,14,7,80,7,11,25,27,3,26,16,10
500186,7024,789,267,267,266,17,12,79,6,20,21,12,5,49,26,19
500186,7025,637,219,219,219,15,11,66,2,15,27,18,3,30,16,16
500186,7026,707,232,232,229,11,7,77,6,18,28,23,4,32,14,9
500186,7027,888,319,319,314,31,14,90,9,30,19,26,4,45,26,20
500186,7028,752,288,288,284,32,7,89,6,16,31,31,7,29,14,22
500186,7029,697,273,273,270,16,8,69,19,32,38,28,3,39,9,9
500186,7030,969,343,342,339,23,18,118,9,27,30,26,2,44,22,20
500186,7031,845,262,262,260,23,10,75,8,18,32,23,1,39,20,11
500186,7032,756,282,282,280,23,19,98,11,25,16,25,1,22,23,17
500186,7033,679,230,230,229,18,14,59,9,17,25,24,3,23,14,23
500186,7034,1112,136,136,135,16,5,39,3,7,13,10,2,14,14,12
500186,7035,667,218,218,217,20,6,69,5,15,20,20,2,19,25,16
500186,7036,620,212,212,211,21,16,64,2,19,29,23,0,13,13,11
500208,8001,473,90,90,90,7,10,25,3,3,15,3,2,10,5,7
500208,8002,476,102,102,101,6,11,31,4,9,11,7,2,3,9,8
500208,8003,517,93,93,92,5,5,27,1,7,11,4,0,18,8,6
500208,8004,466,121,121,121,13,8,40,4,8,14,8,2,6,6,12
500208,8005,501,97,97,97,8,8,14,3,7,11,16,2,11,12,5
500208,8006,396,54,54,54,4,3,11,4,4,6,4,0,5,5,8
500208,8007,526,124,124,123,13,5,33,4,11,14,7,2,18,9,7
500208,8008,458,100,100,98,6,4,26,8,8,13,11,1,5,10,6
500208,8009,409,92,92,92,9,2,19,1,11,17,9,0,13,6,5
500208,8010,408,86,86,86,5,10,20,7,7,7,8,2,11,7,2
500208,8011,597,111,111,111,7,5,31,3,12,12,14,2,5,13,7
500208,8012,358,80,80,80,11,0,23,0,9,6,4,2,17,3,5
500208,8013,470,129,129,128,9,7,38,3,15,14,11,4,7,6,14
500208,8014,866,212,212,212,16,17,56,22,17,24,17,4,20,8,11
500208,8015,723,167,167,167,13,9,35,12,19,28,14,2,13,9,13
500208,8016,318,52,52,52,6,1,13,0,6,10,3,3,6,1,3
500208,8017,756,196,192,190,15,16,49,3,22,16,21,5,14,17,12
500208,8018,407,62,62,62,9,1,18,3,4,5,2,1,8,7,4
500208,8019,477,84,84,82,5,9,17,7,5,6,10,1,7,6,9
500208,8020,638,153,153,153,8,7,49,4,11,12,18,2,11,19,12
500208,8021,475,90,90,90,4,4,21,3,9,11,11,2,11,4,10
500208,8022,3188,162,162,160,11,6,36,6,23,17,9,5,18,15,14
500208,8023,635,161,161,161,7,7,44,8,18,18,20,2,18,5,14
500208,8024,580,139,139,139,9,8,40,13,13,16,12,1,8,10,9
500208,8025,783,151,151,151,14,2,30,9,17,20,7,1,19,11,21
500208,8026,379,48,48,48,5,1,10,5,5,4,1,1,7,8,1
500208,8027,750,148,148,148,9,6,34,10,14,25,9,1,18,11,11
500208,8028,401,77,77,76,8,5,16,1,5,15,4,4,8,9,1
500208,8029,266,67,67,67,4,4,14,5,12,11,7,1,5,3,1
500208,8030,356,54,54,54,7,4,16,3,6,6,4,1,1,4,2
500208,8031,577,132,132,131,7,8,36,8,10,20,10,2,13,13,4
500208,8032,898,175,175,174,13,2,49,12,15,21,17,6,13,14,12
500208,8033,504,72,72,71,7,1,14,7,3,8,7,1,10,5,8
500208,8034,730,174,174,170,11,7,39,15,17,24,11,2,19,14,11
500208,8035,574,174,174,174,13,12,41,8,22,21,10,6,17,6,18
500208,8036,483,164,164,164,7,8,56,10,18,28,14,0,6,8,9
500208,8037,390,121,121,121,8,3,36,7,9,19,13,6,4,6,10
500208,8038,996,308,308,305,9,27,123,9,19,31,29,0,15,17,26
500208,8039,472,163,163,162,9,4,48,10,15,24,14,1,6,16,15
500208,8040,591,175,175,174,3,13,55,9,15,9,23,1,17,15,14
500208,8041,1221,415,415,414,20,24,120,14,29,79,33,8,32,30,25
500208,8042,949,277,277,275,25,16,67,22,28,37,33,7,16,14,10
500208,8043,826,207,207,206,9,3,50,18,28,27,19,8,9,17,18
500208,8044,427,108,108,107,5,2,15,24,9,11,9,4,8,12,8
500208,8045,955,272,272,272,14,12,61,30,37,36,27,3,17,21,14
500208,8046,1147,281,281,279,19,16,57,37,47,43,26,3,9,12,10
500208,8047,719,159,159,159,10,10,29,27,26,19,9,2,5,10,12
500208,8048,486,99,99,99,6,5,11,17,14,11,5,1,9,13,7
500208,8049,582,139,139,139,3,3,23,27,26,33,6,2,9,2,5
500208,8050,612,126,126,126,16,9,25,18,13,9,9,1,14,8,4
500208,8051,627,168,168,165,10,8,40,16,25,37,5,1,4,15,4
500208,8052,680,109,109,109,6,2,23,17,11,23,12,0,4,5,6
500208,8053,1046,228,228,228,24,2,30,52,29,34,10,5,10,13,19
500208,8054,1066,258,258,257,19,14,61,17,28,53,16,6,15,15,13
500208,8055,948,297,297,294,22,8,77,16,34,55,18,5,11,22,26
500208,8056,821,215,215,214,21,8,39,22,27,27,20,3,11,16,20
500208,8057,146,93,93,88,23,7,7,16,14,13,4,1,1,1,1
500208,8058,861,201,201,198,19,9,37,18,22,28,21,6,13,7,18
500208,8059,771,233,233,231,15,14,60,16,25,41,22,3,8,21,6
500208,8060,731,185,184,182,14,14,24,24,24,29,17,2,9,16,9
500208,8061,545,138,138,138,14,11,29,24,16,22,6,1,9,4,2
500208,8062,711,190,190,189,20,10,35,14,25,23,20,5,14,9,14
500208,8063,582,183,183,181,8,10,38,24,30,23,19,1,9,9,10
500208,8064,959,314,314,314,24,35,78,11,26,48,35,7,15,26,9
500208,8065,646,171,171,169,7,15,40,12,9,23,13,2,21,9,18
500208,8066,604,189,189,189,15,7,50,15,21,25,11,1,15,16,13
500208,8067,493,152,152,152,12,9,32,9,16,20,14,0,9,15,16
500208,8068,517,147,147,146,10,17,49,6,13,15,12,3,4,7,10
500208,8069,839,230,230,230,10,9,86,8,20,26,20,1,24,14,12
500208,8070,746,236,236,235,9,11,70,5,25,39,35,8,12,11,10
500208,8071,686,174,174,174,11,14,40,9,21,28,20,4,8,6,13
500208,8072,519,131,131,129,8,4,48,6,13,20,11,1,5,8,5
500208,8073,774,219,219,216,16,9,41,18,32,38,17,4,13,14,14
500208,8074,799,229,229,225,12,13,45,14,41,34,26,3,12,13,12
500208,8075,1043,228,228,228,17,13,54,10,20,55,22,5,13,6,13
500208,8076,88,36,36,35,2,5,1,4,15,6,1,1,0,0,0
500208,8077,1355,393,393,390,12,15,116,32,40,57,34,4,26,26,28
500208,8078,1194,248,248,246,16,12,68,23,20,36,20,9,14,16,12
500208,8079,461,202,202,202,26,16,24,27,42,46,11,0,7,0,3
500208,8080,914,174,174,174,10,16,36,13,23,35,7,4,10,9,11
500208,8081,818,242,242,239,23,11,60,10,26,37,18,1,18,18,17
500208,8082,910,179,179,178,9,9,32,22,35,28,8,2,11,13,9
500208,8083,813,146,146,146,19,4,26,19,15,26,8,1,5,9,14
500208,8084,692,133,132,130,5,5,29,13,15,25,12,2,6,9,9
500208,8085,768,181,181,181,12,11,51,9,16,26,20,2,10,17,7
500208,8086,631,178,178,178,7,7,39,31,23,21,10,7,14,12,7
500208,8087,936,226,226,225,16,14,59,22,29,28,22,1,7,13,14
500208,8088,1242,372,372,371,15,20,89,26,43,54,21,6,26,48,23
500208,8089,927,141,141,141,8,8,21,26,21,17,14,3,4,6,13
500208,8090,819,139,139,138,8,1,32,20,15,22,9,5,10,9,7
500208,8091,1374,310,310,309,18,19,63,26,41,50,27,6,26,11,22
500208,8092,1597,400,400,400,22,16,137,26,30,54,36,2,27,29,21
500208,8093,1181,268,268,267,13,26,58,18,34,45,19,6,16,10,22
500208,8094,1037,315,315,312,21,26,82,20,23,60,22,7,22,16,13
500208,8095,872,154,154,153,8,3,27,24,22,27,5,8,10,8,11
500208,8096,762,189,189,189,11,6,37,26,21,42,7,5,13,12,9
500208,8097,693,202,202,199,13,8,41,28,14,45,15,4,7,12,12
500208,8098,600,170,170,169,9,6,50,13,26,20,8,4,7,13,13
500208,8099,1058,168,168,166,14,7,41,27,11,22,13,4,5,12,10
500208,8100,574,106,106,104,10,1,28,1,9,18,13,2,5,11,6
500208,8101,705,109,109,109,11,5,24,11,13,12,7,1,8,8,9
500208,8102,698,145,145,145,11,7,32,9,16,22,12,1,15,7,13
500208,8103,635,143,143,143,12,4,20,13,21,40,10,4,3,8,8
500208,8104,962,237,237,237,20,10,56,24,20,45,18,4,10,21,9
500208,8105,981,276,276,276,17,18,50,22,44,48,21,7,18,22,9
500208,8106,914,202,202,201,12,12,35,42,27,25,7,5,14,15,7
500208,8107,995,236,236,234,9,15,53,11,16,31,19,8,25,24,23
500208,8108,447,106,106,105,9,4,25,9,6,21,10,1,10,7,3
500216,9001,805,198,198,197,18,5,49,12,19,30,21,3,13,15,12
500216,9002,687,114,114,114,9,5,19,12,17,17,8,1,5,17,4
500216,9003,2054,472,472,471,19,18,159,7,30,73,34,8,45,55,23
500216,9004,869,192,192,191,18,8,47,5,25,22,17,3,15,14,17
500216,9005,912,178,177,176,9,7,48,4,18,25,25,5,13,13,9
500216,9006,721,260,260,259,17,12,88,6,17,28,20,1,24,29,17
500216,9007,856,173,171,171,24,7,40,9,13,33,13,4,10,10,8
500216,9008,1005,193,193,191,13,9,48,11,24,25,17,5,11,19,9
500216,9009,1736,186,186,186,16,6,56,6,12,19,29,3,15,16,8
500216,9010,721,125,125,125,12,4,23,11,15,21,9,4,6,13,7
500216,9011,764,165,165,164,13,3,38,15,17,29,14,3,11,13,8
500216,9012,704,143,143,142,4,3,38,12,8,23,12,0,18,12,12
500216,9013,524,106,106,104,8,4,22,4,20,12,11,4,8,4,7
500216,9014,748,181,181,180,15,9,38,18,20,29,14,5,14,13,5
500216,9015,810,210,210,207,14,12,41,9,36,33,18,4,14,13,13
500216,9016,1436,369,369,369,23,16,119,15,24,35,29,1,25,43,39
500216,9017,1108,293,293,291,11,13,104,7,10,45,32,0,21,29,19
500216,9018,1157,314,314,312,18,14,67,22,35,48,35,7,17,32,17
500216,9019,497,113,113,112,11,4,25,6,16,17,13,1,3,11,5
500216,9020,660,152,152,151,16,6,29,13,31,30,9,2,8,6,1
500216,9021,885,192,192,190,8,7,42,18,26,33,24,1,11,13,7
500216,9022,984,228,227,226,17,8,44,25,20,45,20,4,11,18,14
500216,9023,1108,333,333,330,13,25,84,21,37,52,35,4,11,33,15
500216,9024,749,188,188,187,11,13,36,19,14,36,23,3,10,14,8
500216,9025,636,167,167,165,11,6,37,16,21,20,24,0,10,14,6
500216,9026,728,185,185,182,8,11,42,18,22,28,17,3,6,17,10
500216,9027,684,168,168,168,8,13,36,15,22,24,24,4,5,7,10
500216,9028,673,197,197,196,20,1,35,13,28,34,19,3,18,11,14
500216,9029,1051,196,196,194,14,6,23,34,29,29,15,5,11,15,13
500216,9030,882,184,184,181,12,6,39,16,20,42,16,1,11,9,9
500216,9031,870,271,271,269,16,12,51,20,35,47,28,10,21,14,15
500216,9032,1114,227,227,226,13,12,39,14,23,45,25,7,16,13,19
500216,9033,1611,479,479,479,34,16,134,18,40,87,40,6,35,42,27
500216,9034,898,181,181,180,19,10,42,8,32,32,10,3,8,7,9
500216,9035,735,167,167,167,7,5,45,8,17,40,13,2,14,10,6
500216,9036,868,215,215,213,12,13,51,9,30,37,15,3,8,17,18
500216,9037,752,210,210,210,12,17,55,13,33,29,21,1,7,12,10
500216,9038,754,130,130,128,14,6,30,9,17,25,7,2,5,5,8
500216,9039,858,159,159,158,10,14,31,3,17,34,16,5,9,7,12
500216,9040,1008,208,208,208,14,7,60,20,20,32,14,1,5,17,18
500216,9041,696,202,202,201,8,8,49,8,27,37,24,0,6,15,19
500224,10001,496,109,109,109,5,5,47,5,8,11,6,0,8,5,9
500224,10002,501,124,124,124,8,9,34,6,7,13,8,1,20,7,11
500224,10003,600,184,184,183,7,7,72,8,11,23,21,0,15,8,11
500224,10004,587,214,214,213,13,10,78,3,12,33,22,2,21,10,9
500224,10005,765,229,227,227,12,8,54,25,33,25,18,3,16,27,6
500224,10006,668,174,174,172,12,6,43,13,24,39,10,3,4,11,7
500224,10007,733,185,184,181,15,5,42,20,24,28,13,0,11,5,18
500224,10008,759,206,205,204,14,6,41,20,25,44,13,5,12,14,10
500224,10009,787,169,169,168,11,12,43,12,19,28,13,1,9,13,7
500224,10010,698,144,144,143,6,5,41,11,22,17,11,4,14,5,7
500224,10011,680,146,146,144,9,10,31,11,23,23,7,0,15,7,8
500224,10012,1144,261,261,261,18,9,59,16,33,47,16,7,17,18,21
500224,10013,709,177,177,177,11,9,42,16,29,25,15,5,6,10,9
500224,10014,294,160,160,156,18,12,17,12,44,35,8,1,4,3,2
500224,10015,1242,337,337,335,13,17,107,11,21,45,38,5,28,37,13
500224,10016,891,279,279,276,24,17,97,8,29,34,22,5,15,18,7
500224,10017,1211,337,336,333,11,26,113,9,23,51,34,1,13,32,20
500224,10018,710,152,152,152,17,3,43,12,23,17,11,2,11,9,4
500224,10019,731,227,227,225,9,15,71,19,22,35,14,2,10,11,17
500224,10020,735,159,159,159,8,4,41,17,25,27,13,2,8,7,7
500224,10021,646,145,145,144,11,8,34,6,25,23,11,3,9,6,8
500224,10022,639,141,141,141,10,12,49,8,11,13,12,1,7,7,11
500224,10023,796,172,172,171,8,13,50,9,19,23,15,3,8,18,5
500224,10024,749,219,219,219,15,5,53,10,25,31,23,4,25,12,16
500224,10025,778,237,237,235,16,8,74,13,33,23,23,5,14,12,14
500224,10026,676,148,148,148,16,7,51,4,12,19,13,3,13,4,6
500224,10027,707,125,125,124,8,7,39,8,8,13,11,2,11,5,12
500224,10028,675,175,175,175,14,7,45,5,7,32,19,0,13,14,19
500224,10029,634,142,142,142,9,6,36,6,14,19,14,2,14,15,7
500224,10030,805,250,249,248,13,10,81,22,15,33,15,3,13,23,20
500224,10031,760,264,264,263,11,11,81,21,26,41,13,2,23,16,18
500224,10032,878,167,167,166,11,7,47,10,26,29,13,2,5,8,8
500224,10033,842,202,201,197,9,12,46,16,16,35,13,3,21,16,10
500224,10034,864,221,221,221,14,15,64,20,30,27,15,5,7,11,13
500224,10035,764,260,260,260,17,16,83,13,12,37,24,5,14,17,22
500224,10036,818,192,192,191,8,7,65,15,24,28,16,1,8,7,12
500224,10037,675,133,133,131,10,6,40,2,16,15,17,0,10,9,6
500224,10038,763,129,128,128,4,6,35,9,9,18,14,4,10,9,10
500224,10039,818,229,229,229,14,15,68,14,20,33,20,6,15,10,14
500224,10040,816,186,186,186,9,8,52,15,11,27,14,1,13,20,16
500224,10041,732,174,174,172,16,2,48,3,16,31,17,1,14,15,9
500224,10042,752,206,206,205,17,11,46,23,23,21,19,8,18,13,6
500224,10043,878,269,269,266,19,13,74,23,19,51,23,4,10,21,9
500224,10044,888,245,245,245,13,5,80,13,30,35,24,0,20,15,10
500224,10045,777,226,226,226,19,15,63,10,24,38,26,4,9,9,9
500224,10046,619,140,140,139,9,15,28,6,19,23,10,5,6,12,6
500224,10047,782,211,211,209,11,1,55,16,26,48,17,3,10,14,8
500224,10048,924,240,240,239,16,17,74,14,23,37,20,2,12,18,6
500224,10049,774,176,176,176,11,8,47,13,27,30,10,3,6,9,12
500224,10050,776,195,195,195,6,9,42,42,23,17,13,3,16,18,6
500224,10051,778,203,203,202,9,10,64,8,29,22,22,3,10,16,9
500224,10052,934,233,233,233,10,8,63,10,25,46,26,2,10,19,14
500224,10053,848,269,259,259,22,16,89,17,18,29,23,5,14,18,8
500224,10054,804,200,200,198,8,10,48,13,23,52,7,4,13,15,5
500224,10055,669,162,162,161,10,14,32,14,20,24,18,8,7,3,11
500224,10056,658,171,171,171,10,12,34,19,33,33,7,1,5,5,12
500224,10057,699,210,210,210,10,4,73,1,11,38,28,4,10,19,12
500224,10058,770,192,192,192,12,6,52,9,21,28,29,5,13,11,6
500224,10059,1049,254,254,252,16,18,73,8,20,27,17,7,14,38,14
500224,10060,754,157,157,157,18,5,38,7,24,26,18,1,8,4,8
500224,10061,672,145,144,144,13,10,41,14,14,18,14,2,7,6,5
500224,10062,678,197,196,194,13,18,41,12,21,45,14,0,10,9,11
500224,10063,1108,393,393,391,28,24,88,22,48,43,46,6,24,35,27
500224,10064,826,169,169,168,10,7,50,7,14,15,17,4,12,21,11
500224,10065,1157,345,345,343,19,19,76,20,47,50,42,4,24,27,15
500224,10066,714,225,225,219,15,13,48,15,24,34,24,8,14,13,11
500224,10067,1057,254,254,252,23,10,65,13,31,46,21,3,11,13,16
500224,10068,1226,243,243,241,12,15,74,7,29,32,20,3,14,18,17
500224,10069,749,197,197,197,15,1,27,62,32,18,12,1,12,4,13
500224,10070,879,216,216,212,9,11,49,29,22,33,12,3,15,15,14
500224,10071,805,149,149,149,8,5,31,20,22,21,9,0,6,13,14
500224,10072,769,121,121,118,7,11,30,6,5,22,11,2,4,10,10
500224,10073,779,188,188,188,9,12,41,11,26,22,20,2,13,11,21
500224,10074,623,133,133,133,10,4,41,10,12,15,14,5,10,2,10
500224,10075,629,140,140,139,11,4,39,13,10,18,11,3,11,9,10
500224,10076,692,157,157,156,22,4,39,11,12,22,12,6,10,10,8
500224,10077,805,235,234,229,19,9,58,15,49,28,19,3,10,11,8
500224,10078,654,141,141,140,7,6,34,5,12,22,11,0,14,14,15
500224,10079,561,133,133,133,12,6,38,6,9,7,16,0,16,14,9
500224,10080,550,105,105,104,11,5,30,3,11,9,5,2,10,7,11
500224,10081,610,161,161,160,19,11,41,10,18,18,10,2,13,11,7
500224,10082,583,153,153,153,12,6,52,7,9,15,9,1,18,17,7
500224,10083,569,144,144,144,13,10,47,9,5,21,5,2,9,14,9
500224,10084,591,127,127,126,9,6,37,5,8,22,10,2,9,13,5
500224,10085,616,125,125,124,10,4,34,5,10,12,9,3,10,11,16
500224,10086,698,139,139,139,8,7,29,7,18,23,8,0,18,10,11
500224,10087,568,98,98,98,10,8,30,6,8,11,8,1,1,10,5
500224,10088,557,147,147,146,6,8,39,7,21,18,12,6,11,11,7
500224,10089,737,196,196,196,13,9,71,7,12,25,15,3,14,11,16
500224,10090,647,149,149,147,11,9,38,10,11,21,8,2,17,13,7
500224,10091,674,204,204,203,10,5,49,10,23,20,21,4,21,20,20
500224,10092,604,149,149,149,21,3,43,5,23,14,8,3,11,9,9
500224,10093,657,152,152,149,6,7,49,12,12,16,15,1,18,13,0
500224,10094,629,178,178,178,8,14,43,16,24,24,17,3,17,5,7
500224,10095,611,155,155,155,6,3,42,12,15,25,12,3,11,12,14
500224,10096,726,179,179,178,9,8,56,7,16,22,16,1,18,18,7
500224,10097,732,163,163,163,12,4,41,5,23,24,15,3,19,9,8
500224,10098,795,177,177,175,11,3,55,11,30,29,6,1,8,12,9
500224,10099,626,155,155,154,11,12,36,6,19,25,16,1,13,8,7
500224,10100,618,186,186,183,7,12,54,9,18,24,17,3,16,16,7
500224,10101,734,191,191,191,11,12,59,8,11,31,11,1,18,13,16
500224,10102,682,149,149,148,13,5,26,28,15,21,14,4,7,6,9
500224,10103,682,186,186,186,13,9,36,17,20,25,19,8,13,14,12
500224,10104,767,172,172,171,10,6,48,5,21,17,16,6,21,13,8
500224,10105,629,174,174,174,12,10,44,10,24,27,13,4,15,8,7
500224,10106,637,165,164,164,6,1,46,14,20,25,21,2,4,15,10
500224,10107,857,207,206,205,14,12,49,7,18,26,24,6,20,11,18
500224,10108,915,168,168,168,10,7,55,7,20,23,10,1,8,15,12
500224,10109,2463,50,50,50,2,2,8,3,4,10,6,1,2,5,7
538060,23001,1086,262,262,258,24,17,71,14,29,37,27,2,9,18,10
538060,23002,428,156,156,156,11,6,49,5,19,26,7,4,6,13,10
538078,24001,454,153,153,151,10,6,42,10,5,33,12,0,7,19,7
538124,25001,891,318,317,311,12,6,69,16,27,108,22,8,8,15,20
538175,30001,865,280,280,279,19,12,83,13,15,39,28,5,20,23,22
538175,30002,862,264,263,263,17,13,77,20,25,42,22,3,12,21,11
538205,31001,1639,362,361,360,26,22,82,13,32,70,35,3,23,32,22
538205,31002,966,285,285,282,14,9,67,19,28,58,36,2,12,23,14
538213,20001,888,230,230,224,14,15,47,34,27,34,27,3,6,12,5
538213,20002,744,143,143,142,9,8,33,26,22,10,8,3,8,9,6
538213,20003,1072,302,302,302,23,33,92,16,20,47,19,2,10,24,16
538213,20004,917,280,279,278,24,19,65,19,23,34,44,5,14,18,13
538213,20005,824,164,164,164,11,7,22,39,28,28,5,1,4,6,13
538213,20006,1292,269,269,267,21,26,77,14,30,51,15,6,6,15,6
538213,20007,814,214,214,211,20,10,58,11,30,39,11,1,8,7,16
538213,20008,975,308,308,306,22,10,63,23,33,49,30,10,16,32,18
538213,20009,873,230,230,225,23,4,56,18,19,37,24,11,8,14,11
538213,20010,987,281,280,279,27,15,76,11,15,61,21,11,13,12,17
538213,20011,1031,228,228,222,22,15,61,16,14,29,19,2,14,13,17
538213,20012,995,230,230,227,23,10,44,37,39,21,5,1,8,23,16
538302,32001,1014,309,309,308,24,17,82,13,27,40,38,9,23,23,12
538302,32002,1568,472,472,468,26,25,146,13,27,75,54,3,20,39,40
538353,33001,1024,295,295,295,10,8,96,13,25,57,31,4,19,20,12
538361,34001,911,311,311,310,13,10,104,3,22,70,35,1,15,20,17
538361,34002,1351,428,428,426,21,35,102,14,32,56,41,9,37,55,24
538361,34003,172,58,58,55,5,2,21,5,0,10,2,0,1,6,3
538388,35001,241,62,62,62,5,3,18,3,12,8,7,2,2,1,1
538400,36001,653,239,239,238,15,2,83,1,14,44,22,4,12,20,21
538531,43001,232,69,69,69,9,2,16,2,2,14,7,3,4,7,3
538736,47001,1607,497,496,495,31,32,142,18,39,79,55,11,20,36,32
538931,22001,892,196,196,195,9,11,57,3,20,39,18,0,12,21,5
538931,22002,935,257,256,253,17,13,63,11,27,38,27,8,12,22,15
538931,22003,965,293,293,293,15,10,77,6,20,71,35,5,13,24,17
538931,22004,995,180,180,178,21,4,37,5,22,27,22,2,15,8,15
538931,22005,942,269,269,267,12,17,59,13,28,59,27,4,15,17,16
538931,22006,907,204,204,204,10,7,50,3,15,40,18,2,18,27,14
538931,22007,594,162,162,162,5,3,41,5,9,37,17,2,5,24,14
538931,22008,392,120,120,120,5,1,36,6,7,20,11,2,6,10,16
538949,21001,1012,272,272,268,14,11,72,18,10,47,34,3,12,20,27
538949,21002,1069,366,366,364,20,20,117,10,28,45,51,3,18,29,23
538949,21003,946,192,192,189,8,10,71,5,17,33,16,1,3,11,14
538949,21004,970,240,239,237,7,10,67,7,16,43,24,4,12,30,17
538949,21005,924,334,334,333,24,12,90,12,18,63,45,1,12,35,21
538949,21006,653,183,183,183,10,9,56,12,17,25,17,2,4,16,15
538949,21007,994,216,216,215,24,8,28,31,33,29,14,4,17,14,13
538949,21008,999,272,272,270,18,9,73,13,39,43,22,6,13,15,19
539007,55001,1415,321,321,320,21,29,82,19,36,53,23,7,11,19,20
539007,55002,1443,447,447,447,18,48,116,18,22,74,41,8,40,38,24
539449,39001,1852,561,561,559,43,16,170,23,29,105,72,8,23,48,22
539465,40001,525,142,142,140,9,4,41,10,6,35,8,2,7,12,6
539589,45001,410,130,130,128,8,10,29,4,13,27,16,4,8,3,6
539601,16001,608,183,183,180,13,9,28,15,18,39,23,7,13,4,11
539601,16002,858,270,270,270,20,12,79,19,19,28,40,6,11,12,24
539601,16003,689,138,138,137,11,6,21,8,17,23,16,2,8,6,19
539601,16004,503,114,114,113,4,4,29,6,15,17,14,4,4,4,12
539601,16005,1057,348,348,346,31,18,88,16,24,42,37,9,20,35,26
539601,16006,728,269,269,268,16,9,106,11,22,33,28,4,11,13,15
539601,16007,675,222,222,219,16,12,61,11,19,31,23,1,16,15,14
539601,16008,1008,244,244,243,17,8,58,12,17,38,23,8,16,20,26
539635,46001,998,290,290,289,9,16,73,12,22,56,44,7,14,20,16
539635,46002,900,270,269,269,11,12,79,11,24,56,28,4,15,18,11
539635,46003,883,222,221,221,15,17,60,3,11,45,22,0,13,22,13
539678,48001,1225,386,386,382,23,9,141,7,22,62,39,8,17,33,21
539678,48002,1213,338,338,334,17,18,124,9,19,61,17,4,20,32,13
539694,13001,1051,238,238,238,25,14,46,18,22,33,13,5,16,20,26
539694,13002,1086,219,219,218,17,9,48,17,28,27,20,7,13,18,14
539694,13003,876,218,217,216,10,10,40,23,17,49,12,7,16,22,10
539694,13004,803,220,220,219,19,11,36,31,32,25,22,9,13,12,9
539694,13005,820,237,237,236,14,19,43,15,25,19,15,6,22,27,31
539694,13006,720,185,185,185,13,8,54,8,15,24,17,2,9,15,20
539694,13007,603,205,205,204,14,14,52,16,30,35,11,0,10,8,14
539694,13008,930,257,257,257,22,14,64,13,32,37,17,6,15,20,17
539694,13009,831,197,197,195,9,10,36,36,19,26,11,7,8,21,12
539694,13010,887,217,217,217,14,4,38,29,34,20,12,3,23,23,17
539694,13011,813,224,224,222,11,9,41,34,28,26,12,3,19,26,13
539694,13012,652,148,148,148,5,13,27,14,15,26,7,2,10,16,13
539694,13013,736,193,193,192,20,6,42,18,16,17,19,3,9,23,19
539694,13014,852,159,159,158,4,2,38,8,10,31,9,10,13,14,19
539694,13015,878,207,207,207,8,17,49,9,11,23,28,3,19,17,23
539694,13016,716,172,172,172,13,14,51,7,6,20,16,6,12,20,7
539694,13017,838,177,177,177,18,7,39,10,16,24,26,4,12,13,8
539694,13018,844,205,205,203,17,15,46,9,16,23,19,7,20,9,22
539694,13019,600,123,123,123,5,6,30,7,10,19,8,3,8,11,16
539694,13020,904,165,165,165,16,6,29,6,15,36,13,8,15,6,15
539694,13021,947,305,304,304,6,17,89,10,24,46,40,4,12,32,24
539694,13022,814,222,222,221,23,16,58,2,14,33,20,3,12,27,13
539694,13023,893,254,254,254,20,17,64,12,20,36,14,3,18,32,18
539694,13024,922,223,223,222,17,16,63,10,23,36,12,0,9,25,11
539694,13025,828,245,245,244,27,17,58,8,19,25,19,2,22,21,26
539694,13026,784,190,190,189,15,15,45,3,13,30,15,4,11,15,23
539694,13027,1013,313,311,311,19,23,72,21,18,54,23,6,18,23,34
539694,13028,985,294,294,294,18,17,91,8,35,36,19,8,23,21,18
539694,13029,1029,343,343,343,25,24,89,10,27,45,30,4,27,30,32
539694,13030,577,136,136,136,7,11,34,6,9,14,12,0,15,13,15
539694,13031,539,139,139,137,16,4,24,12,12,14,20,10,7,6,12
539694,13032,991,264,264,259,12,10,67,10,23,46,15,3,19,27,27
539694,13033,804,216,216,215,9,15,58,9,11,39,20,2,15,25,12
539694,13034,842,194,194,194,17,15,31,17,27,27,3,2,19,13,23
539694,13035,653,160,160,160,10,5,32,22,15,30,13,1,11,15,6
539694,13036,821,166,166,165,7,8,42,14,10,33,14,2,4,18,13
539694,13037,639,132,132,132,7,6,22,14,14,28,6,2,9,13,11
539694,13038,808,168,168,168,10,12,45,16,18,22,20,2,5,10,8
539694,13039,574,147,147,147,9,14,33,2,9,11,25,5,6,16,17
539694,13040,840,247,247,246,12,9,76,15,19,35,27,6,20,22,5
539694,13041,1050,297,297,297,32,9,77,13,20,45,30,4,12,24,31
539694,13042,331,82,82,82,2,0,24,10,7,17,8,0,3,5,6
539694,13043,797,256,255,253,16,9,87,6,16,42,31,6,17,17,6
539694,13044,910,201,201,201,6,17,40,7,21,33,21,6,13,17,20
539694,13045,1946,128,128,128,8,8,36,5,12,18,12,3,9,11,6
539694,13046,742,225,225,225,16,18,77,4,20,23,21,4,13,22,7
539694,13047,1159,309,309,309,9,11,105,10,11,48,20,7,22,48,18
539694,13048,639,156,156,156,10,19,40,11,18,19,6,4,8,11,10
539694,13049,985,215,215,213,9,16,44,15,17,27,20,10,19,20,16
539694,13050,942,234,234,234,17,14,45,14,24,41,23,7,13,25,11
539694,13051,552,164,164,164,6,6,68,1,7,22,13,0,20,17,4
539724,50001,1084,308,308,306,15,7,115,9,13,46,41,10,15,18,17
539724,50002,1006,345,345,342,14,21,101,18,24,61,35,4,21,25,18
539791,53001,404,93,93,89,6,3,18,3,8,26,6,2,3,10,4
539791,53002,576,185,185,182,7,10,50,7,7,30,11,6,6,31,17
539791,53003,952,329,329,329,18,13,100,16,27,35,41,5,14,29,31
539864,56001,758,160,160,160,15,4,55,2,11,21,16,8,10,11,7
539864,56002,767,251,251,250,14,20,68,3,9,52,24,8,22,17,13
539864,56003,724,209,209,209,17,13,57,16,25,40,15,0,12,5,9
539864,56004,1146,366,366,365,18,25,121,9,24,60,38,6,25,20,19
539864,56005,827,196,196,195,12,12,60,11,18,26,23,4,6,12,11
539864,56006,622,147,147,147,4,4,44,18,22,17,13,2,6,8,9
539864,56007,651,156,156,156,6,4,37,29,21,15,8,1,18,14,3
539864,56008,1153,358,358,358,21,16,145,4,19,53,22,7,28,24,19
539864,56009,506,151,151,151,20,6,25,11,18,32,1,7,14,7,10
539864,56010,218,50,50,49,4,4,9,4,5,16,3,1,2,1,0
539899,57001,1185,284,284,282,21,10,66,18,36,44,18,6,20,28,15
539899,57002,1356,320,320,317,19,14,66,39,29,66,21,11,16,18,18
539899,57003,781,222,222,222,11,4,74,7,16,39,13,4,16,26,12
539899,57004,369,126,126,126,13,8,30,10,7,26,13,0,2,9,8
547034,11001,1000,211,211,210,19,8,50,18,24,35,17,5,9,14,11
547034,11002,848,184,184,184,9,3,35,27,40,23,7,5,10,11,14
547034,11003,886,202,202,202,13,11,45,13,19,59,9,2,6,13,12
547034,11004,1046,288,288,286,11,12,65,32,20,56,25,3,17,27,18
547034,11005,1109,340,340,340,23,21,83,21,42,56,30,5,15,29,15
547034,11006,948,307,307,304,9,14,74,43,33,61,32,5,7,14,12
547034,11007,874,229,229,228,16,11,45,17,27,49,16,2,13,23,9
547034,11008,949,199,199,199,9,14,34,23,29,40,14,2,10,10,14
547034,11009,911,213,213,213,11,11,38,18,25,46,13,2,16,14,19
547034,11010,860,235,235,235,17,9,51,34,31,37,15,3,10,14,14
547034,11011,905,218,218,217,16,11,51,12,24,45,19,5,14,8,12
547034,11012,948,282,282,280,19,8,85,13,18,48,22,4,17,18,28
547034,11013,980,335,335,328,26,18,73,37,58,46,34,0,15,12,9
547034,11014,832,147,147,147,12,4,17,17,21,33,12,8,8,8,7
547034,11015,2709,333,333,333,21,12,70,15,39,62,24,3,28,27,32
547034,11016,1133,281,281,281,9,18,77,23,31,47,22,5,14,18,17
547034,11017,941,196,196,195,7,3,39,21,15,37,28,4,8,20,13
547034,11018,656,122,121,120,18,2,17,8,13,25,12,1,10,1,13
547034,11019,858,176,176,176,10,6,40,15,22,42,13,2,4,12,10
547034,11020,898,191,191,189,14,7,26,37,29,25,13,3,10,20,5
547034,11021,1061,215,215,213,14,8,27,36,34,28,11,7,12,18,18
547034,11022,976,156,156,156,43,13,25,9,29,0,11,4,8,8,6
547034,11023,866,201,201,200,16,10,49,15,32,31,11,5,9,9,13
547034,11024,865,206,206,205,13,6,40,22,18,51,15,7,7,13,13
547034,11025,865,195,195,193,10,18,40,14,28,35,13,5,8,6,16
547034,11026,966,227,227,223,19,15,38,28,26,52,11,4,6,16,8
547034,11027,960,221,221,220,15,14,42,31,27,25,21,1,9,15,20
547034,11028,946,221,221,221,20,6,49,31,23,24,15,10,11,7,25
547034,11029,927,153,153,153,17,9,21,12,20,29,21,2,7,7,8
547034,11030,849,218,218,216,18,14,40,26,25,37,16,4,10,8,18
547034,11031,901,197,197,196,15,13,52,17,20,26,18,4,14,9,8
547034,11032,898,218,218,214,11,19,54,14,27,31,21,4,9,13,11
547034,11033,877,186,186,182,9,9,52,17,16,27,12,2,14,13,11
547034,11034,1021,277,277,276,14,14,51,28,30,54,23,1,16,26,19
547034,11035,861,182,182,181,10,8,28,28,18,34,10,5,13,16,11
547034,11036,994,195,195,193,13,4,26,29,26,35,11,1,8,17,23
547034,11037,918,215,215,214,20,5,48,27,25,38,17,4,13,7,10
547034,11038,849,216,216,214,18,11,43,20,37,35,13,4,13,13,7
547034,11039,783,164,164,161,9,3,37,17,22,29,10,7,9,12,6
547034,11040,787,219,219,217,27,8,30,25,44,36,5,5,12,11,14
547034,11041,923,305,304,300,20,12,80,25,30,57,19,8,10,12,27
547034,11042,977,355,355,354,39,18,58,29,51,68,32,7,15,19,18
547034,11043,964,239,239,238,24,8,43,16,36,58,10,3,8,18,14
547034,11044,1002,232,232,231,9,14,58,16,29,37,22,1,11,20,14
547034,11045,1069,284,282,280,21,20,59,11,27,40,42,7,19,19,15
547034,11046,924,275,275,273,11,28,66,17,25,55,29,3,14,14,11
547034,11047,885,219,219,219,11,12,31,29,30,46,9,8,17,9,17
547034,11048,921,208,208,208,10,11,30,30,33,41,6,2,11,15,19
547034,11049,846,204,204,204,9,13,46,8,23,37,13,1,18,23,13
547034,11050,874,255,255,255,9,12,67,4,11,49,27,7,11,34,24
547034,11051,975,218,218,218,21,12,51,8,28,25,15,3,14,24,17
547034,11052,1091,309,309,307,17,10,55,24,45,55,22,3,20,31,25
547034,11053,929,232,232,230,10,10,41,22,26,48,19,0,10,21,23
547034,11054,1116,307,307,306,26,13,63,29,48,31,17,8,20,21,30
547034,11055,1059,254,254,253,14,11,54,14,27,47,18,6,19,19,24
547034,11056,998,235,235,233,20,13,51,13,25,50,15,2,12,19,13
547034,11057,964,254,254,253,8,7,60,30,18,50,23,8,15,15,19
547034,11058,964,283,283,282,16,18,65,13,34,40,28,5,17,25,21
547034,11059,1093,329,329,326,32,13,93,13,25,41,17,4,22,35,31
547034,11060,1135,285,285,282,18,15,66,21,14,56,18,2,22,26,24
547034,11061,1243,392,392,388,25,13,115,22,38,56,26,6,22,27,38
547034,11062,1143,332,332,330,16,9,110,11,19,54,33,4,23,23,28
547042,37001,1011,346,345,341,20,28,107,17,29,47,26,8,12,31,16
547042,37002,1162,371,371,370,26,24,118,21,21,68,27,6,20,24,15
547042,37003,915,264,264,264,11,19,68,24,20,38,25,3,11,17,28
547042,37004,912,306,305,304,11,8,115,10,16,47,28,2,13,43,11
547042,37005,824,283,283,279,13,22,74,8,22,40,31,5,19,22,23
547042,37006,640,211,211,210,13,5,64,6,22,35,16,1,12,23,13
547051,38001,1279,281,280,280,15,10,86,13,21,44,24,7,11,24,25
547051,38002,1082,327,327,326,21,12,87,20,23,52,31,6,24,27,23
547051,38003,1031,260,259,259,24,9,58,17,25,34,20,8,14,28,22
547051,38004,1139,262,262,261,15,7,86,11,20,44,24,4,9,26,15
547051,38005,1274,368,358,356,24,6,96,24,32,75,32,8,14,28,17
547051,38006,1092,300,300,297,26,8,79,10,24,45,26,5,14,32,28
547107,12001,947,294,294,291,14,24,61,28,24,54,33,0,10,29,14
547107,12002,890,268,268,267,7,15,57,32,23,55,20,6,16,24,12
547107,12003,1145,369,369,368,24,19,131,13,18,71,44,7,15,13,13
547107,12004,864,260,260,259,21,20,69,13,14,42,25,1,13,24,17
547107,12005,756,202,202,202,12,15,59,9,12,36,15,6,14,15,9
547107,12006,892,249,249,244,23,17,57,15,24,38,19,5,13,8,25
547107,12007,1978,183,183,182,13,6,44,9,21,32,14,3,11,22,7
547107,12008,979,268,268,268,14,16,74,15,27,50,10,2,13,33,14
547107,12009,953,259,259,259,21,15,72,10,29,36,20,12,11,13,20
547107,12010,938,282,281,281,27,19,69,16,25,45,15,9,13,24,19
547107,12011,1041,260,260,258,12,9,50,18,16,46,16,2,20,43,26
547107,12012,1098,285,285,284,26,8,71,8,17,46,22,7,26,29,24
547107,12013,977,265,265,263,17,18,62,8,27,47,22,6,14,26,16
547107,12014,863,210,210,207,10,8,57,15,28,27,13,6,9,16,18
547107,12015,560,146,146,146,15,6,43,5,14,28,14,2,6,8,5
547107,12016,461,94,94,94,7,2,17,2,19,21,2,1,9,13,1
547107,12017,904,191,191,187,11,4,52,2,24,32,17,5,12,11,17
547107,12018,856,195,195,193,12,16,46,16,22,24,13,2,10,15,17
547107,12019,805,196,196,195,12,0,67,8,13,37,6,7,12,23,10
547107,12020,838,239,239,239,21,10,52,22,34,38,8,4,17,20,13
547107,12021,814,202,202,201,13,17,52,11,22,25,13,7,6,25,10
547107,12022,885,227,227,226,18,12,60,18,32,33,12,5,13,5,18
547107,12023,851,177,177,176,8,7,33,8,22,31,12,6,18,15,16
547107,12024,831,203,203,203,5,13,37,19,36,36,10,1,11,25,10
547107,12025,787,137,137,137,5,5,33,7,19,28,12,6,7,7,8
547107,12026,747,164,163,162,18,6,27,17,8,30,19,2,9,14,12
547107,12027,843,190,190,189,16,11,47,15,9,26,19,3,18,13,12
547107,12028,692,173,173,173,18,8,48,21,18,20,15,1,3,9,12
547107,12029,864,201,201,201,21,5,25,49,27,28,3,1,15,18,9
547107,12030,829,209,209,208,11,10,44,23,23,38,13,3,11,19,13
547107,12031,779,189,189,189,7,4,28,22,27,55,10,3,8,14,11
547107,12032,802,164,164,163,19,6,35,14,21,21,9,0,10,11,17
547107,12033,764,171,171,169,13,2,25,36,27,23,13,6,10,4,10
547107,12034,815,171,171,171,15,3,38,24,18,28,5,3,7,17,13
547107,12035,792,125,125,125,6,6,29,8,22,23,10,5,2,11,3
547107,12036,879,221,221,220,16,17,36,28,25,47,18,3,8,17,5
547107,12037,843,144,144,144,11,4,30,24,25,18,6,2,7,8,9
547107,12038,755,188,188,185,10,10,29,19,38,27,13,5,10,13,11
547107,12039,860,183,183,183,20,18,38,14,22,26,8,5,9,11,12
547107,12040,813,211,211,210,15,12,37,27,28,24,15,5,14,17,16
547107,12041,751,151,151,150,8,7,39,16,18,21,9,1,4,11,16
547107,12042,770,185,184,183,21,7,42,16,17,30,13,1,8,15,13
547107,12043,796,198,198,195,18,10,45,17,23,31,15,4,11,11,10
547107,12044,771,142,142,141,9,9,33,10,8,26,13,5,10,6,12
547107,12045,764,136,136,136,11,7,22,16,22,21,9,3,6,13,6
547107,12046,835,128,128,127,4,3,23,17,17,22,13,6,9,6,7
547107,12047,826,191,190,188,11,10,31,25,26,39,7,4,10,15,10
547107,12048,926,188,188,187,6,8,32,15,33,43,10,2,8,18,12
547107,12049,849,170,170,168,14,13,40,20,9,20,9,1,12,21,9
547107,12050,907,187,187,187,9,1,33,21,30,35,14,7,9,18,10
547115,54001,822,268,268,263,8,7,94,10,22,46,23,8,17,18,10
547115,54002,741,318,318,308,25,10,87,12,25,53,33,4,14,20,25
547115,54003,124,36,36,36,4,2,12,1,2,3,5,0,2,3,2
547140,41001,874,351,351,347,16,37,117,15,27,49,20,2,32,19,13
547158,42001,872,241,241,240,11,12,66,16,19,28,22,6,29,19,12
547158,42002,844,231,231,230,14,9,69,20,16,43,32,7,10,4,6
547174,17001,1102,246,246,244,24,7,56,14,23,31,22,10,22,13,22
547174,17002,1720,311,311,309,14,37,64,29,36,35,25,1,21,28,19
547174,17003,591,146,146,146,7,7,32,16,17,18,16,5,9,13,6
547174,17004,1041,221,221,220,11,8,48,22,27,37,15,7,12,20,13
547174,17005,1070,234,234,234,8,18,66,22,30,25,16,0,15,20,14
547174,17006,806,133,133,131,10,7,23,4,15,26,12,3,9,12,10
547174,17007,908,218,218,218,21,11,55,11,25,51,10,4,9,7,14
547174,17008,927,210,210,206,25,10,22,25,25,40,6,3,9,26,15
547174,17009,929,173,173,173,14,6,36,14,27,24,18,7,3,15,9
547174,17010,1430,258,258,255,20,13,47,18,33,42,28,10,7,19,18
547174,17011,951,186,186,186,8,16,33,19,22,25,11,9,11,12,20
547174,17012,1084,262,262,261,19,6,50,28,26,40,21,6,29,15,21
547174,17013,1094,257,256,255,11,20,57,21,34,35,11,4,15,20,27
547174,17014,1256,254,254,253,17,19,53,18,22,40,20,4,10,27,23
547174,17015,1001,234,234,234,12,19,60,11,25,26,15,4,23,13,26
547174,17016,1239,307,307,307,17,16,87,9,24,43,27,2,29,32,21
547174,17017,963,201,201,201,11,4,31,39,26,23,12,5,13,25,12
547174,17018,865,297,297,297,18,17,77,6,29,35,36,2,34,26,17
547271,49001,809,250,250,249,21,10,67,13,21,55,8,3,17,23,11
547271,49002,956,321,321,319,22,13,96,16,20,58,26,7,23,14,24
547271,49003,990,346,346,345,13,18,125,10,21,44,41,3,33,20,17
547271,49004,945,263,263,263,15,8,95,16,28,39,13,2,23,15,9
547271,49005,874,287,287,286,11,17,79,20,26,48,24,2,29,17,13
547298,27001,1154,309,309,306,17,16,92,19,18,54,26,1,13,29,21
547298,27002,1349,364,364,360,21,12,121,19,24,68,25,3,22,25,20
547301,28001,1093,305,305,305,26,13,89,17,21,37,38,2,17,32,13
547301,28002,1622,501,501,499,18,21,169,17,20,106,57,5,24,39,23
547310,26001,1102,240,240,238,17,21,59,15,17,34,33,4,9,14,15
547310,26002,1306,225,225,222,11,13,49,21,26,35,21,3,9,18,16
547310,26003,1399,307,306,304,15,14,70,26,29,48,37,9,10,26,20
547310,26004,725,219,219,215,7,8,69,11,13,38,25,5,10,15,14
547310,26005,1171,319,319,318,25,5,68,16,33,68,32,9,17,20,25
547310,26006,993,295,295,293,16,18,94,3,17,49,20,3,35,23,15
547328,52001,812,281,281,280,8,20,125,10,16,36,21,1,20,16,7
547344,19001,843,228,228,222,21,3,56,17,19,28,34,7,5,18,14
547344,19002,824,185,185,183,5,5,27,25,27,29,17,0,14,13,21
547344,19003,1063,353,353,350,27,19,85,27,36,59,33,10,9,27,18
547344,19004,1198,316,316,315,15,8,72,30,37,59,20,8,22,26,18
547344,19005,149,52,52,52,0,6,7,5,0,11,2,1,2,7,11
547344,19006,682,205,205,203,10,8,69,7,13,26,13,4,19,23,11
547361,14001,184,58,58,58,6,0,15,5,5,10,4,1,2,5,5
547361,14002,774,242,242,242,15,5,69,16,13,45,12,0,27,24,16
547361,14003,567,160,160,158,9,11,29,9,17,22,27,3,8,10,13
547361,14004,732,159,159,158,4,5,45,13,21,25,15,6,3,12,9
547361,14005,683,141,141,140,13,6,25,10,18,19,23,3,7,5,11
547361,14006,693,159,159,159,9,5,39,28,26,23,9,5,2,7,6
547361,14007,307,63,63,63,5,3,14,8,6,13,5,3,3,2,1
547361,14008,588,83,83,81,8,2,11,10,10,8,11,3,6,5,7
547361,14009,1039,174,174,172,29,7,20,12,17,30,13,11,9,11,13
547361,14010,882,169,169,169,16,4,24,24,16,35,7,5,13,11,14
547361,14011,765,151,149,148,15,3,27,11,26,18,14,6,8,9,11
547361,14012,2439,190,190,188,15,14,40,9,26,29,12,8,12,10,13
547361,14013,742,149,149,149,16,4,24,11,19,33,8,2,8,13,11
547361,14014,648,124,124,124,11,3,13,15,23,24,13,1,7,7,7
547361,14015,800,159,159,158,10,8,34,21,19,32,10,2,6,11,5
547361,14016,1569,238,238,236,26,7,47,22,20,32,23,10,20,11,18
547361,14017,1737,307,307,303,18,27,58,17,24,61,22,3,20,31,22
547361,14018,1603,282,282,279,22,23,59,9,40,44,16,12,16,13,25
547361,14019,1299,270,270,267,26,15,57,18,19,54,12,3,12,25,26
547361,14020,1202,258,258,257,23,6,55,7,21,48,9,5,17,19,47
547361,14021,1426,322,322,322,18,13,70,18,35,62,35,6,19,23,23
547361,14022,933,268,268,266,14,14,76,12,20,43,23,6,15,31,12
547361,14023,862,276,276,276,8,10,75,19,21,60,29,2,18,22,12
547361,14024,1127,254,253,253,13,28,76,14,14,34,24,6,9,17,18
547361,14025,696,200,200,193,7,10,50,7,21,36,26,2,15,10,9
547361,14026,1051,206,206,206,11,9,49,9,26,39,13,3,11,14,22
547361,14027,907,267,267,265,11,6,82,10,20,59,24,10,15,14,14
547361,14028,721,208,208,208,12,8,59,4,12,48,15,9,17,16,8
547361,14029,1506,169,169,168,13,4,26,13,17,28,12,9,11,19,16
547361,14030,1449,194,194,194,9,19,50,9,17,28,17,4,18,10,13
547361,14031,1249,242,242,240,18,9,60,8,18,41,21,13,19,16,17
547361,14032,902,257,257,253,24,9,93,1,19,36,21,1,19,15,15
547379,29001,1492,439,439,435,18,18,132,23,32,87,38,6,24,31,26
547387,15001,1324,318,318,317,29,7,58,34,36,57,12,13,34,22,15
547387,15002,1107,256,256,256,20,8,50,18,23,54,19,6,26,20,12
547387,15003,1331,272,272,269,23,10,50,18,34,43,23,9,15,22,22
547387,15004,649,174,174,174,9,4,37,29,16,43,6,4,14,3,9
547387,15005,792,173,173,170,13,7,27,14,28,30,14,3,7,15,12
547387,15006,1287,303,303,302,22,13,79,19,20,53,32,5,14,27,18
547387,15007,1086,228,228,228,16,13,53,10,23,39,17,2,18,17,20
547387,15008,1339,274,274,272,26,16,48,8,33,61,14,6,15,20,25
547387,15009,862,203,203,203,14,9,44,10,17,39,19,6,13,8,24
547387,15010,886,213,212,212,8,7,57,11,30,32,22,3,11,18,13
547387,15011,914,209,209,208,16,3,50,14,26,34,20,1,9,23,12
547387,15012,672,160,159,155,6,10,28,8,19,41,19,3,6,3,12
547387,15013,736,155,155,149,12,12,38,20,18,15,19,0,4,4,7
547387,15014,779,158,158,156,13,4,36,13,23,28,20,0,5,9,5
547387,15015,1052,304,303,301,9,4,86,41,27,46,30,3,12,32,11
547387,15016,1060,276,276,276,12,9,73,10,25,64,30,3,23,16,11
547387,15017,1087,264,264,262,20,6,56,15,29,43,36,4,17,17,19
547387,15018,995,245,244,244,5,10,61,8,28,47,28,6,8,32,11
547387,15019,1287,323,323,321,24,11,74,18,34,48,26,11,23,34,18
547387,15020,1113,276,276,274,12,16,93,24,23,22,32,7,14,17,14
547387,15021,1163,282,282,281,14,15,91,8,26,48,24,1,13,23,18
547387,15022,723,146,146,146,6,2,26,13,11,41,8,4,8,16,11
547387,15023,1223,133,133,133,4,4,32,2,7,29,27,1,4,17,6
547395,44001,1536,377,377,374,30,20,87,26,34,82,31,5,10,28,21
547395,44002,1043,201,201,201,7,10,46,21,23,35,11,1,16,12,19
547395,44003,986,195,195,193,12,9,61,8,18,29,16,1,10,8,21
547395,44004,1232,311,311,306,19,14,97,9,18,52,18,6,25,26,22
547409,51001,1207,381,380,379,16,14,105,14,22,81,40,6,21,42,18
547417,18001,1267,195,195,195,10,9,45,23,19,37,16,5,10,5,16
547417,18002,973,246,246,241,22,7,59,6,31,36,14,8,18,17,23
547417,18003,1061,291,291,291,24,21,75,9,21,37,21,5,24,36,18
547417,18004,976,233,233,232,16,10,57,11,25,47,23,2,10,21,10
547417,18005,1071,207,207,207,17,12,34,11,30,46,11,5,12,15,14
547417,18006,999,209,209,209,14,7,47,20,34,37,14,5,7,9,15
547417,18007,1054,239,239,237,13,9,31,25,30,50,14,8,8,30,19
547417,18008,1021,190,190,190,14,9,16,18,29,36,15,9,9,18,17
547417,18009,1047,219,219,217,13,7,59,20,21,29,14,5,9,21,19
547417,18010,1023,193,193,193,15,5,32,14,25,38,20,7,13,12,12
547417,18011,1070,242,242,242,23,17,43,22,30,48,12,11,9,12,15
547417,18012,701,236,235,234,7,9,89,4,19,30,14,5,16,27,14
513482,1,163,41,41,41,10,0,7,3,1,7,6,0,3,3,1
529303,1,757,87,87,85,11,9,8,6,12,16,12,3,5,1,2
529303,2,1021,194,194,193,16,10,26,24,29,31,17,5,11,15,9
529303,3,589,83,83,82,7,5,9,10,17,9,10,3,2,3,7
529303,4,857,133,133,133,10,13,20,13,21,26,11,4,6,8,1
529303,5,664,142,139,139,4,14,35,12,13,21,10,4,3,9,14
529303,6,568,116,116,113,7,12,14,16,25,15,13,3,2,5,1
529303,7,688,129,129,129,13,18,26,13,23,23,9,0,3,1,0
529303,8,532,88,88,87,5,8,3,15,20,13,17,0,3,2,1
529303,9,689,97,97,97,6,8,10,8,27,23,6,2,2,0,5
529303,10,597,110,110,107,9,4,7,11,31,24,4,3,3,4,7
529303,11,177,27,27,27,1,3,2,3,3,9,0,2,0,2,2
529303,12,514,100,100,100,6,9,21,9,14,24,5,1,4,4,3
529303,13,499,133,133,133,6,10,23,15,12,26,18,2,6,10,5
529303,14,655,123,123,123,13,13,19,12,6,28,6,4,6,12,4
529303,15,753,196,196,196,6,24,33,18,33,31,25,4,6,13,3
529303,16,1142,219,219,218,6,19,38,12,44,50,19,5,10,8,7
529303,17,379,80,80,79,5,3,28,3,4,12,4,0,8,11,1
529303,18,766,164,164,163,21,11,28,8,14,33,11,5,10,10,12
529303,19,820,189,189,187,12,21,35,28,21,34,17,2,7,8,2
529303,20,88,33,33,31,2,3,0,6,3,7,0,3,0,5,2
529303,21,163,33,33,33,2,12,1,0,3,5,2,0,1,3,4
529303,22,192,33,33,33,3,1,11,2,5,4,3,1,0,2,1
529303,23,123,36,36,36,3,2,7,7,4,5,1,0,4,0,3
529451,1,585,117,117,116,10,7,8,12,20,32,4,4,1,7,11
529451,2,784,102,102,99,7,4,22,3,14,23,6,7,3,4,6
529451,3,382,86,86,85,5,5,10,8,12,23,12,3,0,5,2
529451,4,360,52,52,52,5,10,8,4,6,11,3,1,1,3,0
529451,5,108,24,24,24,5,3,0,0,8,4,2,1,0,1,0
529451,6,261,34,34,33,5,1,10,3,2,9,0,2,0,0,1
529451,7,258,46,46,46,3,2,8,5,6,5,4,3,2,5,3
529451,8,168,40,40,40,5,1,12,3,2,6,10,0,0,0,1
529451,9,356,65,65,64,7,10,8,14,6,8,3,0,4,3,1
529451,10,194,23,23,23,3,2,3,2,2,6,3,1,0,0,1
529478,1,98,22,22,22,3,2,10,0,1,3,0,1,0,2,0
529486,1,826,159,159,157,15,39,12,13,23,27,16,0,1,11,0
529486,2,43,11,11,11,1,5,2,2,1,0,0,0,0,0,0
529486,3,44,16,16,16,3,1,1,2,2,3,1,0,0,0,3
529486,4,69,19,19,19,0,4,1,3,3,4,0,0,2,0,2
529486,5,81,17,17,17,0,2,4,3,1,1,6,0,0,0,0
529486,6,82,23,23,23,1,3,0,0,10,8,1,0,0,0,0
529516,1,1316,270,270,270,16,13,54,20,36,44,25,3,20,21,18
529516,2,856,210,210,206,9,17,42,8,23,50,18,5,12,18,4
529532,1,252,75,75,74,10,28,3,6,5,8,4,3,1,2,4
529541,1,124,30,30,30,3,1,13,4,2,2,2,1,1,0,1
529567,1,466,127,127,123,11,6,38,4,5,27,6,0,4,17,5
529621,1,968,181,181,180,15,24,25,16,27,33,8,5,6,19,2
529621,2,85,15,15,15,2,0,3,1,1,1,6,0,0,0,1
529621,3,54,14,14,14,1,4,1,2,1,4,1,0,0,0,0
529621,4,52,15,15,14,0,0,0,5,3,2,0,2,0,1,1
529621,5,99,17,17,17,0,7,0,0,1,1,0,2,0,0,6
529648,1,742,150,150,150,7,21,11,28,26,29,7,2,8,4,7
529702,1,83,30,30,29,9,3,2,9,1,1,0,2,0,2,0
529702,2,376,56,56,56,11,2,11,4,4,11,2,0,0,5,6
529702,3,106,21,21,21,4,0,2,6,2,2,2,2,0,1,0
529737,1,249,40,40,40,3,3,4,9,7,10,0,0,1,2,1
529745,1,255,47,47,47,3,0,14,6,4,10,1,1,2,1,5
529770,1,118,21,21,21,5,3,3,1,3,5,0,1,0,0,0
529788,1,106,43,43,43,1,24,3,0,6,3,1,0,1,1,3
529796,1,871,150,150,147,10,8,36,12,13,29,9,4,5,8,13
529796,2,101,31,31,31,2,0,4,0,7,7,5,1,1,2,2
529818,1,412,76,76,73,7,3,13,0,11,13,4,3,4,8,7
529842,1,560,83,83,83,8,7,6,15,5,18,7,1,3,8,5
529842,2,126,24,24,23,2,1,8,0,5,6,0,1,0,0,0
529851,1,109,31,31,31,3,7,4,2,4,4,0,0,2,3,2
529907,1,151,32,32,32,6,3,2,6,2,5,1,2,0,3,2
529931,1,386,78,78,77,8,18,10,7,24,6,3,1,0,0,0
529940,1,225,41,40,40,0,4,8,3,6,8,5,4,1,0,1
529958,1,611,120,120,119,12,3,42,11,8,20,8,2,2,6,5
529958,2,117,28,28,28,7,0,0,5,7,3,1,1,0,2,2
529974,1,159,28,28,28,4,0,9,1,0,11,1,0,0,0,2
529974,2,62,6,6,6,1,0,1,0,0,2,1,0,0,0,1
529974,3,111,23,23,23,2,0,5,1,4,6,1,1,2,1,0
529991,1,302,46,46,46,5,9,6,10,10,3,0,2,0,0,1
529991,2,46,9,9,9,3,1,3,0,1,0,0,0,1,0,0
529991,3,123,53,53,53,6,16,4,13,4,5,3,1,1,0,0
529991,4,117,24,24,24,3,2,2,5,4,1,0,2,4,0,1
530000,1,345,62,62,62,6,11,7,5,12,7,2,3,4,3,2
530026,1,60,26,26,26,1,12,2,0,0,11,0,0,0,0,0
530051,1,541,58,58,58,3,4,7,6,6,7,8,5,7,2,3
530069,1,144,39,39,38,4,5,0,9,12,3,0,1,0,3,1
530093,1,126,39,39,39,0,21,4,1,3,4,3,0,0,1,2
530093,2,60,21,21,20,2,1,3,2,4,3,1,0,0,0,4
530093,3,55,6,6,6,0,0,0,0,6,0,0,0,0,0,0
530093,4,83,22,22,22,1,10,0,0,2,9,0,0,0,0,0
530093,5,135,41,41,41,4,9,11,3,5,4,0,0,0,5,0
530107,1,567,108,108,108,8,13,16,12,16,19,8,6,4,3,3
530115,1,292,54,54,54,6,1,12,10,6,8,0,0,5,2,4
530115,2,180,31,31,31,5,6,3,4,3,3,0,1,1,4,1
530115,3,121,28,28,28,10,6,2,1,1,1,2,0,3,0,2
530158,1,302,53,53,51,4,8,12,3,5,9,5,1,2,1,1
530166,1,597,75,75,75,6,13,10,6,6,14,3,2,3,4,8
530166,2,114,21,21,21,0,3,4,3,3,7,0,0,1,0,0
530174,1,128,32,32,32,1,5,5,2,3,10,2,1,0,1,2
530191,1,159,30,30,30,3,5,4,3,4,8,3,0,0,0,0
530204,1,612,125,125,124,8,7,18,17,10,26,8,3,8,18,1
530212,1,856,122,122,121,8,23,13,14,23,16,10,6,2,2,4
530263,1,372,102,102,100,8,1,29,5,12,23,5,2,2,6,7
530263,2,133,29,29,29,2,0,6,0,4,15,2,0,0,0,0
530298,1,916,113,113,109,10,2,9,19,12,17,13,7,7,11,2
530301,1,427,66,66,66,6,6,4,7,16,16,0,1,4,5,1
530310,1,697,110,110,109,10,14,16,5,24,15,10,2,2,6,5
530310,2,747,82,82,82,8,3,12,7,8,22,5,6,3,1,7
530310,3,131,22,22,22,3,3,4,1,4,4,1,0,0,0,2
530310,4,179,26,26,26,7,1,3,1,6,5,2,0,0,1,0
530310,5,189,40,40,40,4,8,7,6,2,9,0,0,0,4,0
530310,6,105,23,23,23,3,3,6,0,0,4,2,1,0,2,2
530344,1,109,27,27,26,4,0,1,2,3,8,1,1,0,2,4
530344,2,109,11,11,11,0,1,2,4,0,2,0,0,2,0,0
530344,3,740,91,91,91,5,7,7,11,15,33,7,2,1,3,0
530352,1,216,59,59,59,11,3,12,4,8,11,3,2,3,1,1
530352,2,62,28,28,28,2,6,6,1,0,12,0,0,0,0,1
530409,1,238,37,37,37,4,4,5,2,8,11,1,0,1,0,1
530441,1,951,196,196,192,21,13,49,12,21,36,10,4,8,10,8
530450,1,962,158,158,158,15,13,34,20,19,27,6,7,6,4,7
530476,1,443,73,73,73,1,8,15,19,12,11,1,1,0,2,3
530492,1,271,38,38,38,0,1,8,3,1,11,7,1,3,1,2
530514,1,115,26,26,26,3,3,6,1,7,2,3,0,1,0,0
530522,1,215,47,47,47,3,0,10,5,4,18,4,0,0,3,0
530531,1,269,68,68,66,4,19,11,8,8,9,5,0,0,1,1
530549,1,145,48,48,48,2,13,0,1,12,7,7,4,0,0,2
530611,1,222,39,39,39,2,9,6,8,7,2,0,1,1,1,2
530638,1,308,85,85,85,12,12,25,2,11,13,1,2,1,5,1
530689,1,443,50,50,49,3,4,8,2,4,14,4,2,1,4,3
530689,2,185,41,41,40,3,2,2,3,3,22,2,0,0,1,2
530701,1,253,47,47,47,7,7,1,4,2,10,4,1,0,11,0
530719,1,83,26,26,26,2,6,0,4,3,5,5,0,1,0,0
530743,1,171,33,33,33,2,5,0,7,9,4,1,1,1,3,0
530751,1,247,45,45,44,1,1,8,6,12,7,1,0,2,4,2
530760,1,379,98,98,97,9,19,15,5,17,23,2,2,2,3,0
530778,1,181,41,41,40,3,4,2,6,8,5,1,5,0,5,1
530816,1,1041,162,162,162,12,23,24,13,19,30,14,2,2,11,12
530841,1,565,123,123,122,19,1,21,8,14,25,4,2,6,14,8
530841,2,681,86,86,86,10,3,13,21,9,11,12,1,0,3,3
530841,3,570,105,105,102,11,1,15,25,16,8,4,5,8,8,1
530841,4,746,148,148,148,25,3,7,31,23,30,9,3,2,10,5
530841,5,304,67,67,67,11,1,9,9,8,15,3,3,6,0,2
530841,6,345,66,66,65,7,5,10,17,6,10,2,1,2,1,4
530841,7,212,21,21,21,6,1,2,3,4,1,4,0,0,0,0
530841,8,329,69,69,69,7,6,11,5,7,16,2,0,7,3,5
530841,9,300,47,47,46,10,5,4,4,11,7,1,0,1,2,1
530841,10,139,26,26,26,0,1,2,3,2,7,2,0,2,4,3
530841,11,163,58,58,58,12,4,6,7,2,13,1,7,1,3,2
530841,12,149,43,43,43,5,1,7,5,5,11,0,2,4,2,1
530867,1,268,57,57,57,11,17,4,2,5,10,4,2,0,1,1
530883,1,916,155,155,153,10,15,21,29,44,11,9,1,3,8,2
530883,2,514,89,89,88,6,20,15,9,7,14,4,4,3,1,5
530883,3,990,187,186,184,8,24,24,3,53,34,8,9,7,10,4
530883,4,1343,191,191,191,21,27,16,22,52,20,9,4,2,15,3
530883,5,878,147,141,138,4,13,14,17,51,15,7,6,6,3,2
530883,6,714,125,125,125,5,18,12,15,37,16,5,4,1,9,3
530883,7,945,134,134,134,6,11,15,14,35,21,9,6,2,9,6
530883,8,623,106,106,106,6,8,19,5,31,18,7,5,2,5,0
530883,9,818,95,95,95,15,9,13,15,21,8,5,4,0,3,2
530883,10,917,145,145,144,7,9,18,17,27,30,10,10,2,8,6
530883,11,644,112,112,112,9,29,7,3,22,23,3,1,6,7,2
530883,12,77,20,20,19,0,3,4,2,2,4,0,2,1,1,0
530883,13,325,60,60,60,1,12,3,6,21,12,0,0,0,5,0
530891,1,445,72,72,72,19,5,7,11,12,11,3,1,1,2,0
530905,1,1041,136,136,136,12,11,16,21,22,25,5,3,4,9,8
530905,2,907,170,170,170,19,11,16,21,17,50,12,2,7,4,11
530905,3,1307,211,211,210,17,16,21,24,41,53,10,8,4,7,9
530905,4,133,25,25,25,1,6,5,3,2,6,0,0,1,1,0
530905,5,99,15,15,15,4,0,2,2,1,5,1,0,0,0,0
530905,6,105,27,27,27,4,2,3,0,4,6,4,1,0,3,0
530905,7,109,14,14,14,1,1,1,1,1,3,2,1,3,0,0
530913,1,306,61,61,61,2,28,6,1,4,6,7,0,0,1,6
530921,1,300,73,73,73,9,7,8,6,12,16,5,1,1,0,8
530948,1,767,106,106,104,6,4,14,15,22,13,11,2,7,4,6
531022,1,460,57,57,57,5,7,9,14,9,2,3,1,1,5,1
531031,1,120,21,21,20,3,0,4,2,0,6,2,0,0,3,0
531049,1,314,48,48,48,10,3,9,3,8,5,5,0,0,1,4
532037,1,182,46,46,44,4,8,4,4,5,8,7,3,0,0,1
532045,1,256,78,78,78,8,1,20,1,8,19,6,3,0,5,7
532061,1,427,60,60,60,9,5,4,4,6,12,8,0,3,7,2
532096,1,72,21,21,21,1,3,4,1,2,8,0,2,0,0,0
532134,1,102,23,23,23,1,6,0,4,3,5,0,0,0,4,0
532151,1,58,25,25,25,1,5,2,2,2,6,1,1,3,0,2
532193,1,170,28,28,28,0,0,6,1,7,1,8,1,1,2,1
532193,2,148,46,46,46,4,4,20,1,3,1,4,1,3,3,2
532231,1,33,18,18,15,1,2,0,6,5,1,0,0,0,0,0
532258,1,56,18,18,18,3,4,5,3,1,1,1,0,0,0,0
532266,1,74,17,17,17,2,0,5,3,1,3,3,0,0,0,0
532304,1,68,27,27,27,1,0,0,2,2,11,4,1,0,4,2
532380,1,96,35,35,35,2,3,9,7,4,4,3,2,0,0,1
532436,1,86,24,24,24,2,9,1,0,6,4,2,0,0,0,0
532509,1,49,14,14,14,0,0,1,2,7,4,0,0,0,0,0
532541,1,110,22,22,22,5,8,0,0,0,4,4,1,0,0,0
532550,1,241,32,32,32,4,0,4,2,10,4,5,0,1,1,1
532568,1,187,53,53,53,4,33,2,2,7,1,0,2,0,0,2
532592,1,175,34,34,34,3,1,3,5,7,8,5,0,2,0,0
532606,1,63,18,18,18,3,5,2,0,2,1,3,0,0,2,0
532614,1,80,27,27,26,5,5,0,0,2,9,1,2,0,1,1
532649,1,236,35,35,35,7,1,4,5,4,9,1,0,2,2,0
532690,1,100,23,23,22,4,3,3,3,3,3,0,2,0,0,1
532746,1,54,15,15,15,1,9,0,2,0,1,0,1,1,0,0
532843,1,60,13,13,13,0,4,1,2,4,0,0,0,0,0,2
532878,1,50,9,9,9,3,0,2,0,0,4,0,0,0,0,0
532886,1,144,28,28,28,7,1,2,3,4,7,2,1,0,0,1
532924,1,598,94,94,93,8,3,21,9,12,20,4,1,3,8,4
532932,1,28,11,11,11,3,1,1,2,2,0,0,1,0,0,1
532941,1,174,15,15,15,3,2,1,1,2,3,1,0,0,0,2
533076,1,162,37,37,37,2,8,3,4,15,1,2,0,0,1,1
533084,1,224,73,73,70,6,22,7,2,9,9,4,1,4,2,4
534382,1,787,94,94,94,10,2,11,15,24,18,2,5,3,2,2
534382,2,1101,157,157,156,14,2,13,17,41,31,12,6,9,4,7
534382,3,473,75,75,75,3,0,16,9,14,17,4,2,1,7,2
534382,4,602,112,112,112,7,5,25,8,25,23,7,0,5,4,3
534382,5,134,36,36,36,2,2,7,3,7,5,2,0,1,4,3
538680,1,1074,243,243,239,13,14,73,6,22,33,25,4,14,26,9
538680,2,251,63,63,63,5,3,12,5,3,12,5,1,2,11,4
538710,1,348,78,78,78,3,3,16,6,7,15,12,4,4,7,1
571415,1,43,20,20,20,6,1,6,1,1,4,0,0,0,0,1
599361,1,104,9,9,9,0,2,0,2,5,0,0,0,0,0,0
599379,1,80,31,31,31,4,1,5,3,6,3,2,1,0,2,4
599387,1,225,25,25,25,0,2,1,4,6,6,2,0,1,2,1
599395,1,46,22,22,20,3,0,0,2,5,4,3,1,0,1,1
531057,1,1589,227,227,227,20,2,45,23,17,45,23,7,10,24,11
531057,2,922,211,211,209,19,11,35,19,27,33,14,7,10,14,20
531057,3,978,262,261,259,14,22,56,28,45,25,21,6,12,15,15
531057,4,1021,255,255,255,20,6,53,26,28,42,30,8,12,22,8
531057,5,849,124,124,123,10,3,10,9,16,22,16,5,8,14,10
531057,6,811,126,126,126,4,5,17,25,14,16,9,6,0,18,12
531057,7,689,154,154,154,17,9,32,13,13,18,15,1,6,15,15
531057,8,906,167,167,166,14,9,29,16,19,31,18,3,5,14,8
531057,9,813,88,88,87,7,4,13,14,7,11,8,2,8,8,5
531057,10,816,159,159,159,16,5,17,23,18,37,4,6,2,17,14
531057,11,990,190,190,190,19,11,47,7,24,27,11,9,12,9,14
531057,12,800,118,117,117,13,1,13,16,31,16,3,4,5,10,5
531057,13,734,142,142,142,15,11,7,27,16,31,12,0,5,9,9
531057,14,945,198,198,197,13,7,47,12,35,37,13,2,9,9,13
531057,15,1011,232,232,231,27,13,32,14,25,47,23,1,8,26,15
531057,16,81,20,20,20,3,2,4,1,3,1,1,0,3,0,2
531057,17,506,67,67,67,2,1,12,9,10,10,6,0,7,6,4
531057,18,167,34,34,34,1,9,6,4,4,4,4,0,0,1,1
531057,19,193,42,42,42,0,3,6,7,8,6,3,4,0,5,0
531073,1,251,25,25,25,3,2,1,1,5,6,1,1,2,3,0
531081,1,737,135,135,135,17,1,22,24,15,28,7,2,4,4,11
531090,1,239,50,50,49,3,0,4,8,6,16,2,1,2,4,3
531103,1,326,62,62,62,5,3,17,4,5,6,4,2,4,8,4
531120,1,365,63,63,63,4,1,6,11,15,9,5,2,4,2,4
531138,1,875,158,158,155,17,8,23,14,28,39,9,5,4,4,4
531154,1,592,151,149,149,9,5,15,33,25,31,12,1,6,4,8
531162,1,215,51,51,49,1,1,8,12,5,8,1,4,2,3,4
531171,1,682,217,217,217,16,5,49,11,8,46,45,5,16,9,7
531189,1,1118,159,159,159,15,6,21,19,30,38,16,3,1,6,4
531189,2,903,167,167,166,9,1,35,19,28,26,23,3,3,12,7
531189,3,1262,325,324,321,22,15,47,48,63,48,35,7,10,8,18
531189,4,1138,148,148,147,14,4,21,20,22,18,18,12,5,5,8
531189,5,885,197,197,197,17,15,33,23,17,34,29,2,15,6,6
531201,1,1087,176,176,174,21,13,42,19,25,20,14,5,5,2,8
531201,2,208,35,35,34,4,3,8,9,4,2,0,0,1,0,3
531219,1,296,54,54,54,0,2,4,10,5,15,6,1,2,2,7
531227,1,981,184,184,178,14,7,17,45,14,33,16,5,7,8,12
531235,1,221,78,78,77,5,1,3,31,10,16,5,2,1,0,3
531243,1,1250,248,248,248,17,3,58,37,23,53,22,5,9,10,11
531251,1,397,84,84,84,7,2,11,20,15,8,12,1,2,1,5
531294,1,1450,266,266,266,25,9,54,33,21,47,29,4,10,19,15
531308,1,159,37,37,36,1,0,0,8,8,11,1,1,2,4,0
531316,1,656,164,164,164,19,10,38,19,13,22,12,7,5,7,12
531324,1,1038,202,202,199,19,5,27,34,24,36,21,3,10,11,9
531324,2,939,141,141,140,18,5,13,33,27,20,10,2,5,4,3
531332,1,177,43,43,43,4,1,12,3,0,10,3,2,3,2,3
531375,1,516,97,97,96,8,2,11,24,7,23,9,2,1,5,4
531448,1,409,71,71,71,5,2,14,11,6,21,2,4,3,0,3
531456,1,737,103,103,102,14,7,20,6,8,20,5,3,4,14,1
531456,2,103,32,32,31,3,0,9,5,3,4,0,0,4,1,2
531464,1,1361,233,233,233,11,11,41,21,32,37,22,6,14,25,13
531472,1,912,145,145,143,12,12,14,14,18,37,8,8,7,2,11
531529,1,238,27,27,27,3,0,12,2,4,2,0,0,0,2,2
531537,1,424,106,106,105,9,4,28,3,6,29,6,0,3,9,8
531545,1,525,103,103,103,6,1,21,14,13,17,13,4,2,9,3
531545,2,67,13,13,13,2,0,4,0,1,2,2,0,0,2,0
531588,1,435,57,57,54,7,7,5,4,15,6,1,1,4,1,3
531596,1,1097,200,200,199,20,11,41,15,18,38,17,2,8,18,11
531596,2,247,55,55,55,6,0,11,5,4,15,1,1,0,6,6
531596,3,202,45,45,45,5,0,12,5,3,9,7,0,1,3,0
531600,1,534,111,111,111,6,5,21,17,16,21,8,4,3,1,9
531626,1,334,55,55,55,7,2,4,14,13,9,0,0,2,1,3
531634,1,639,107,107,107,9,0,23,8,24,23,10,1,5,0,4
531642,1,285,61,61,61,3,7,6,10,9,9,6,1,6,2,2
531669,1,402,82,82,81,6,0,9,20,11,21,6,0,0,2,6
531685,1,517,97,97,96,10,0,9,17,17,22,6,3,1,4,7
531693,1,687,143,143,142,13,4,24,20,18,33,11,2,4,5,8
531715,1,386,65,65,64,1,1,6,7,15,16,7,2,4,0,5
531740,1,365,87,87,87,12,1,18,16,18,10,7,0,2,2,1
531758,1,423,115,115,115,6,0,26,7,3,29,26,2,3,7,6
531766,1,350,42,42,42,2,1,6,4,10,9,2,0,3,2,3
531782,1,359,61,61,58,6,2,12,21,2,5,3,1,2,1,3
531791,1,371,86,86,84,8,2,12,18,15,11,7,2,2,2,5
531804,1,131,46,46,45,5,8,12,0,7,4,1,0,2,2,4
531812,1,464,106,106,106,9,2,33,3,7,25,3,0,8,9,7
531839,1,674,132,132,130,8,9,25,19,33,10,7,4,2,7,6
531847,1,732,132,132,132,16,5,23,21,13,36,6,1,4,3,4
531855,1,879,151,151,151,16,2,12,33,30,28,9,2,2,12,5
531880,1,135,37,37,37,4,0,6,15,1,7,1,0,0,2,1
531901,1,495,110,110,108,16,16,13,14,12,14,14,2,3,2,2
531910,1,180,39,39,39,2,4,5,1,5,7,4,1,5,0,5
531910,2,141,29,29,29,8,1,2,7,3,2,0,4,0,0,2
531944,1,891,188,187,185,6,7,21,22,21,45,16,9,10,19,9
531952,1,364,69,69,68,5,6,12,7,6,15,2,1,4,4,6
531961,1,298,45,45,45,8,2,5,4,4,8,3,3,7,0,1
531961,2,140,30,30,28,1,0,6,2,6,3,4,2,0,0,4
531961,3,95,29,29,28,2,0,5,6,5,3,0,2,2,2,1
531979,1,632,178,178,175,14,12,34,13,24,34,14,2,8,13,7
531995,1,1178,193,193,192,6,2,39,54,33,25,14,4,4,2,9
532002,1,402,70,70,69,4,7,9,24,6,8,2,2,1,0,6
532011,1,1063,153,153,153,13,2,29,23,28,23,14,3,0,14,4
532011,2,860,147,147,147,9,3,20,21,30,17,20,6,3,11,7
532011,3,1048,207,207,206,14,9,46,18,51,24,17,1,6,15,5
532011,4,137,29,29,29,3,0,9,4,1,2,6,1,2,0,1
532011,5,143,22,22,22,4,0,0,4,4,5,3,0,2,0,0
532029,1,1628,308,308,306,28,26,42,53,32,60,13,5,10,17,20
533106,1,276,69,69,69,6,3,17,13,7,8,5,0,0,7,3
533203,1,999,192,192,190,22,3,41,10,35,35,14,4,4,18,4
533203,2,793,78,78,78,8,4,6,15,10,19,6,0,3,4,3
533203,3,1053,135,135,134,6,3,34,23,15,17,11,3,5,12,5
533203,4,1122,145,144,143,15,13,31,18,12,21,12,3,2,14,2
533203,5,508,73,73,73,7,3,10,11,8,6,13,2,2,4,7
533203,6,478,79,79,79,4,0,12,11,12,16,7,2,3,8,4
533203,7,318,50,50,47,4,0,10,4,3,10,6,0,2,8,0
533203,8,357,70,70,70,1,3,23,2,3,9,9,1,8,6,5
533319,1,76,16,16,16,1,0,4,5,3,2,1,0,0,0,0
533335,1,266,41,41,41,3,2,12,3,8,7,2,3,1,0,0
533602,1,197,77,77,77,11,1,19,3,6,16,0,5,2,14,0
533670,1,654,142,142,141,6,0,35,12,10,30,11,6,5,12,14
533793,1,79,26,26,26,3,7,3,3,5,0,3,0,1,0,1
533912,1,115,36,36,35,7,1,5,4,1,8,2,0,3,3,1
533939,1,84,18,18,18,2,0,2,5,0,4,0,2,0,0,3
533963,1,94,24,24,24,5,2,7,0,2,5,2,0,0,0,1
534048,1,200,47,47,46,3,2,12,6,6,7,2,4,1,1,2
534072,1,252,41,41,40,4,4,6,3,6,9,2,1,1,0,4
534111,1,140,21,21,21,1,1,7,5,0,2,1,0,0,0,4
534145,1,175,25,25,24,0,1,4,5,8,1,2,0,0,0,3
534218,1,83,14,14,14,1,0,4,1,2,2,0,0,3,0,1
534234,1,75,21,21,20,0,0,2,1,0,10,5,0,1,0,1
534269,1,113,49,49,49,4,0,10,13,7,9,2,0,1,1,2
534285,1,170,39,39,39,5,1,4,15,5,2,2,2,1,1,1
534404,1,90,22,22,22,0,0,8,0,4,6,0,2,1,1,0
534421,1,209,40,40,39,5,2,9,2,1,5,2,3,2,3,5
534447,1,490,92,92,92,10,2,21,14,8,14,4,1,2,5,11
534455,1,171,23,23,22,1,0,5,0,6,7,2,0,1,0,0
534463,1,185,34,34,34,2,4,4,1,7,9,4,1,0,2,0
599417,1,212,53,53,52,5,0,12,10,4,10,2,0,3,6,0
512991,1,147,38,38,35,12,2,1,10,2,4,0,2,0,2,0
513032,1,351,40,40,40,10,2,4,9,1,9,1,1,0,2,1
513041,1,509,135,135,133,4,4,32,26,20,16,22,5,1,0,3
513075,1,276,27,27,27,3,6,0,3,4,3,3,2,1,0,2
513113,1,210,54,54,53,7,1,9,3,7,15,2,0,1,4,4
513130,1,199,48,48,46,2,2,3,2,3,23,5,0,4,1,1
532053,1,1085,232,232,232,19,13,35,30,24,41,14,1,14,21,20
532053,2,993,218,218,217,19,8,47,27,21,39,15,1,8,19,13
532053,3,1048,192,192,192,16,15,32,23,20,27,8,10,8,17,16
532053,4,1116,169,169,168,21,10,19,12,18,29,9,3,8,20,19
532053,5,882,146,146,146,16,9,16,28,20,22,7,2,6,9,11
532053,6,799,105,105,105,7,6,14,15,15,26,8,4,1,6,3
532053,7,919,150,150,149,17,7,16,41,24,17,13,5,3,4,2
532053,8,850,158,158,157,10,8,21,31,21,21,11,8,11,7,8
532053,9,916,188,188,186,13,10,34,17,26,32,18,3,9,12,12
532053,10,982,211,211,207,9,16,36,15,37,30,26,1,17,14,6
532053,11,1305,262,262,261,18,5,48,18,37,62,23,5,11,22,12
532053,12,850,166,165,163,22,6,21,27,26,29,17,2,4,4,5
532053,13,869,130,130,130,16,4,18,16,21,22,7,6,3,8,9
532053,14,549,112,112,112,17,2,33,4,18,11,11,0,2,10,4
532053,15,1043,166,166,164,11,3,35,10,11,26,16,2,14,21,15
532053,16,813,148,148,144,16,2,20,14,24,31,10,1,4,11,11
532053,17,4881,195,195,194,19,14,54,11,5,29,10,11,13,18,10
532053,18,889,206,206,206,20,23,31,17,14,48,18,6,5,17,7
532053,19,803,176,176,176,13,6,66,12,30,15,12,0,1,11,10
532053,20,934,155,155,151,6,9,19,19,35,23,8,4,2,15,11
532053,21,914,164,164,164,18,6,25,25,26,27,9,2,10,7,9
532053,22,715,114,114,112,6,0,24,20,15,20,4,4,3,6,10
532053,23,727,105,105,104,13,3,14,20,24,17,2,0,6,4,1
532053,24,777,155,155,155,11,5,36,18,17,35,13,5,6,3,6
532053,25,719,138,138,138,8,5,24,18,16,28,6,10,9,12,2
532053,26,858,190,188,188,21,15,36,15,33,28,16,4,3,12,5
532053,27,638,113,112,111,6,4,17,23,20,14,7,2,4,8,6
532053,28,976,142,142,142,12,1,26,10,14,32,13,9,7,10,8
532053,29,946,181,181,178,10,3,29,29,18,35,15,4,9,17,9
532053,30,1055,128,128,128,13,4,15,18,17,26,5,2,4,16,8
532053,31,986,136,136,135,11,3,16,22,30,24,4,8,9,5,3
532053,32,931,165,165,164,12,15,18,22,44,22,5,2,7,11,6
532053,33,790,130,130,130,15,6,19,21,29,17,7,4,3,4,5
532053,34,850,159,159,159,14,8,18,30,29,28,14,3,6,5,4
532053,35,781,124,124,123,9,8,16,23,22,15,9,1,5,7,8
532053,36,728,91,91,91,8,8,12,11,14,18,9,3,0,2,6
532053,37,826,108,108,107,10,2,15,12,22,15,7,7,1,12,4
532053,38,931,87,87,87,12,3,12,19,15,6,5,6,1,4,4
532053,39,1342,216,216,215,19,8,30,19,41,29,20,3,13,22,11
532053,40,871,135,135,135,10,2,19,21,29,23,10,5,3,6,7
532053,41,934,74,74,74,13,2,3,14,14,9,2,2,3,5,7
532053,42,839,128,128,127,10,5,16,19,20,17,13,2,5,9,11
532053,43,859,121,121,119,5,7,10,29,18,23,7,1,4,13,2
532053,44,858,113,113,111,10,2,7,18,26,23,7,3,5,7,3
532053,45,959,135,134,134,13,6,10,17,34,23,7,3,7,5,9
532053,46,919,104,104,104,4,3,9,11,22,21,5,3,2,17,7
532053,47,867,100,100,99,19,2,12,19,13,12,2,5,3,6,6
532053,48,1069,149,149,147,15,10,21,13,27,28,4,8,4,10,7
532053,49,946,114,114,113,11,5,23,20,11,21,5,1,1,12,3
532053,50,1017,126,126,124,4,4,14,17,20,21,3,13,2,14,12
532053,51,313,37,37,37,1,0,3,9,11,9,0,2,0,1,1
532053,52,776,112,112,110,12,9,13,25,15,19,6,4,0,4,3
532053,53,590,78,78,78,8,4,16,9,13,9,6,2,1,9,1
532053,54,851,129,129,129,10,3,18,23,17,26,13,5,2,12,0
532053,55,1089,172,172,171,18,5,22,29,19,26,11,11,8,8,14
532053,56,939,138,138,138,7,9,18,29,7,22,18,5,5,8,10
532053,57,1033,203,203,201,25,10,8,39,36,40,16,6,6,8,7
532070,1,123,48,48,48,3,0,13,2,5,3,9,0,0,1,12
532088,1,254,45,45,45,5,1,9,4,4,14,3,0,0,2,3
532100,1,241,67,67,67,10,0,11,16,11,7,0,3,3,1,5
532118,1,1452,245,245,244,24,7,34,34,32,56,13,5,9,12,18
532126,1,835,218,218,218,18,5,37,22,31,43,32,4,2,13,11
532142,1,638,116,116,112,14,0,24,16,15,18,11,7,0,4,3
532142,2,107,52,52,52,8,5,6,3,10,5,8,2,0,2,3
532169,1,1148,240,240,238,19,6,45,26,31,61,22,1,4,9,14
532169,2,1198,202,202,202,16,7,45,19,24,33,18,1,9,20,10
532177,1,451,70,70,70,3,0,7,12,13,19,1,3,4,6,2
532185,1,568,119,119,116,7,5,12,34,10,21,11,3,0,6,7
532207,1,487,61,61,60,7,0,2,13,11,14,5,3,2,2,1
532207,2,157,25,25,25,7,0,4,1,5,4,1,3,0,0,0
532207,3,166,20,20,20,5,0,2,3,1,4,2,0,0,0,3
532223,1,1200,263,263,262,20,7,44,36,19,72,20,2,7,22,13
532274,1,821,228,228,226,10,5,26,19,79,39,16,5,8,11,8
532282,1,379,59,59,58,5,3,6,20,5,4,3,4,3,4,1
532291,1,256,45,45,45,7,1,5,10,2,13,0,4,0,0,3
532312,1,486,128,128,127,6,5,32,10,17,32,6,2,7,4,6
532321,1,217,44,44,44,3,0,15,6,2,10,7,0,0,0,1
532339,1,411,28,28,28,4,0,3,4,3,8,0,1,0,3,2
532347,1,861,151,151,149,22,6,21,17,11,31,18,6,2,13,2
532355,1,341,69,69,68,7,1,17,4,5,16,7,1,2,3,5
532355,2,83,19,19,19,4,0,0,4,4,2,1,1,0,1,2
532363,1,407,94,94,94,7,2,17,12,10,32,5,0,3,4,2
532371,1,1477,253,253,253,23,6,56,19,35,67,11,4,9,13,10
532398,1,202,43,43,41,6,1,2,15,6,4,0,1,1,1,4
532401,1,207,27,27,27,0,0,10,8,2,4,0,2,1,0,0
532410,1,307,47,47,46,3,1,9,5,9,2,8,2,4,0,3
532428,1,204,51,51,49,10,3,14,2,5,5,4,0,1,0,5
532444,1,1009,141,141,138,9,1,8,35,25,40,5,7,0,4,4
532452,1,1443,264,264,258,27,7,39,45,31,31,27,6,5,26,14
532461,1,758,90,90,90,9,2,7,11,32,9,3,6,4,5,2
532461,2,91,11,11,11,3,0,0,2,4,0,0,1,0,0,1
532479,1,229,34,33,33,7,6,4,2,2,9,1,2,0,0,0
532487,1,456,76,76,72,1,2,7,8,16,15,9,5,2,5,2
532495,1,481,92,92,91,12,0,15,13,16,18,2,3,6,4,2
532517,1,70,16,16,16,0,0,2,5,3,0,4,0,0,0,2
532525,1,495,107,107,107,6,2,15,8,16,30,10,1,8,9,2
532533,1,353,82,82,82,8,6,12,18,4,14,2,3,1,3,11
532576,1,1039,135,135,134,18,4,19,27,15,25,2,7,4,2,11
532576,2,1279,203,203,202,24,6,32,36,22,41,13,4,5,11,8
532584,1,394,120,120,119,12,0,18,12,18,31,8,1,5,12,2
532622,1,322,74,74,74,6,2,12,13,6,19,2,3,3,4,4
532631,1,336,80,80,79,5,3,8,6,11,24,10,3,4,3,2
532657,1,201,35,35,35,3,1,1,8,3,10,3,1,0,2,3
532657,2,104,24,24,23,0,0,2,7,2,3,3,4,1,1,0
532665,1,328,41,40,40,4,0,8,9,6,8,0,2,2,0,1
532681,1,626,95,95,94,9,0,19,21,13,8,4,6,3,4,7
532711,1,106,30,30,30,3,1,1,5,5,7,0,3,1,0,4
532720,1,1270,209,209,207,13,2,18,58,52,22,5,9,4,11,13
532720,2,291,60,60,60,3,0,9,12,13,12,7,2,0,1,1
532738,1,407,93,93,90,9,3,15,13,16,5,11,2,8,5,3
532754,1,253,48,48,47,6,1,5,13,10,5,4,0,0,0,3
532762,1,270,40,40,40,3,1,4,6,12,5,7,1,0,0,1
532762,2,69,17,17,17,0,0,1,0,0,7,2,0,3,0,4
532771,1,307,50,50,50,4,0,7,5,7,17,0,0,2,2,6
532797,1,278,52,52,52,3,0,6,11,6,15,2,5,0,3,1
532801,1,252,54,54,54,8,2,9,16,0,9,3,0,6,0,1
532819,1,1205,167,167,167,16,13,32,10,12,26,26,4,10,11,7
532819,2,669,141,141,139,13,6,7,31,32,17,8,3,4,8,10
532819,3,706,161,161,161,10,3,37,7,14,35,22,1,6,15,11
532819,4,751,162,162,161,14,4,12,24,40,18,13,7,4,14,11
532819,5,648,111,111,111,8,3,27,18,10,12,11,2,2,9,9
532819,6,692,105,105,105,7,2,10,10,10,23,21,1,4,9,8
532819,7,746,131,131,129,8,7,19,11,16,20,14,3,4,20,7
532819,8,697,147,147,142,5,4,22,16,28,21,15,4,5,17,5
532819,9,661,128,128,128,17,3,19,19,30,11,9,6,4,7,3
532819,10,719,172,172,170,18,6,19,17,30,31,24,2,6,6,11
532819,11,497,131,131,131,7,2,31,11,23,18,10,1,7,14,7
532819,12,188,28,28,27,1,0,8,6,2,4,3,1,0,1,1
532819,13,522,123,123,120,4,2,27,11,15,26,16,0,6,7,6
532819,14,632,112,112,112,4,1,15,27,12,28,2,3,10,6,4
532819,15,783,138,138,137,9,0,20,18,22,23,10,5,12,11,7
532819,16,632,110,110,109,17,3,10,19,10,16,5,5,10,7,7
532819,17,844,111,111,109,11,3,8,21,14,17,7,4,1,15,8
532819,18,44,8,8,8,0,0,2,0,1,4,0,1,0,0,0
532819,19,115,10,10,10,3,0,0,4,2,0,0,0,0,1,0
532819,20,265,45,45,44,2,3,0,5,6,12,8,3,0,2,3
532819,21,83,10,10,10,1,0,3,0,0,3,0,1,0,0,2
532819,22,57,18,18,18,5,0,3,5,2,1,1,0,1,0,0
532827,1,398,78,78,78,9,0,13,16,7,19,0,3,2,3,6
532835,1,762,103,103,102,11,5,14,15,18,17,3,3,1,10,5
532835,2,714,83,83,82,9,5,16,20,4,8,11,2,3,2,2
532851,1,541,95,95,94,10,5,20,18,7,13,7,5,1,6,2
532860,1,838,166,166,164,14,5,17,23,33,32,21,7,2,3,7
532860,2,893,122,122,121,13,1,10,29,18,25,4,4,2,14,1
532860,3,1001,130,125,125,20,2,8,25,24,20,6,6,4,8,2
532860,4,663,73,73,71,4,1,6,12,29,4,6,4,0,2,3
532860,5,666,83,83,83,6,4,4,15,17,23,2,3,1,2,6
532860,6,220,31,31,30,2,1,1,4,13,8,1,0,0,0,0
532860,7,258,36,36,36,1,0,1,8,10,11,1,1,0,1,2
532908,1,569,77,77,77,7,2,10,14,9,17,6,0,1,6,5
532916,1,149,32,32,32,3,5,1,11,4,5,1,1,0,0,1
532959,1,474,92,92,92,10,0,20,16,5,20,7,1,4,4,5
532967,1,187,37,37,37,2,4,14,1,3,9,4,0,0,0,0
532975,1,401,89,89,89,9,5,7,27,14,12,3,4,0,6,2
532983,1,791,172,172,169,11,6,29,12,19,29,34,7,2,14,6
532983,2,850,186,186,185,16,10,27,26,26,36,17,0,1,15,11
532983,3,291,78,78,78,9,1,6,31,7,10,9,0,2,3,0
533009,1,302,27,27,27,1,0,4,5,6,8,1,1,1,0,0
533017,1,1030,235,235,231,23,14,41,23,41,39,17,7,4,16,6
533017,2,1158,291,291,290,23,14,70,18,38,59,21,8,10,20,9
533017,3,988,252,251,249,10,7,77,27,28,33,26,5,6,19,11
533017,4,306,91,91,90,7,0,27,2,16,10,9,3,2,9,5
533025,1,1308,249,249,249,19,2,57,16,26,62,20,4,10,20,13
533033,1,748,152,151,151,17,4,22,24,17,25,11,6,5,11,9
533041,1,1124,183,183,181,28,6,27,25,25,24,18,6,6,11,5
533041,2,1062,194,194,192,21,10,25,23,20,41,14,4,13,14,7
533041,3,173,24,24,24,5,1,6,2,3,3,2,1,0,1,0
533041,4,130,26,26,26,1,0,3,5,2,3,4,1,5,1,1
533050,1,603,90,90,88,9,0,1,23,13,17,8,2,2,5,8
533050,2,616,103,103,100,13,2,12,14,26,12,2,5,4,5,5
533050,3,524,132,132,131,33,0,12,17,9,33,7,7,1,6,6
533068,1,459,72,72,72,3,1,16,4,7,23,2,3,2,7,4
533068,2,92,32,32,32,4,7,2,5,4,4,3,1,1,0,1
533092,1,427,98,98,97,12,5,16,16,10,10,6,5,8,2,7
533114,1,786,87,87,87,4,7,4,20,14,21,4,3,2,3,5
533114,2,703,76,76,76,10,1,12,12,11,9,6,2,4,9,0
533114,3,129,23,23,23,3,0,5,0,7,3,2,0,0,0,3
533114,4,88,14,14,14,5,0,2,1,1,4,0,1,0,0,0
533114,5,104,22,22,22,1,0,1,8,3,0,5,1,1,1,1
533122,1,712,105,105,105,11,4,10,12,24,17,10,0,3,3,11
533149,1,651,113,113,113,6,0,21,19,23,20,7,4,2,4,7
533157,1,408,56,56,54,5,1,4,4,3,8,23,1,0,2,3
533157,2,87,14,14,14,1,0,0,1,1,9,2,0,0,0,0
535010,1,265,59,59,59,5,0,16,5,10,7,6,2,4,1,3
535095,1,106,22,22,22,3,0,0,5,1,6,4,0,0,3,0
535109,1,162,54,54,53,7,3,4,10,4,11,7,5,1,1,0
535125,1,147,27,27,26,2,2,4,3,7,6,1,0,0,1,0
535150,1,108,13,13,13,0,1,0,1,4,4,2,1,0,0,0
541991,1,846,204,204,194,15,4,25,17,33,46,21,4,2,22,5
541991,2,751,142,142,142,10,2,35,15,12,25,17,1,1,17,7
551457,1,363,64,64,64,6,1,16,3,2,17,6,1,3,4,5
564087,1,180,39,39,39,4,0,6,10,5,7,1,4,0,1,1
564125,1,158,38,38,38,2,1,2,12,2,14,0,0,4,0,1
564150,1,47,25,25,25,2,0,7,4,2,7,1,0,0,0,2
564192,1,164,21,21,21,2,1,5,5,5,1,0,2,0,0,0
571423,1,106,48,48,48,1,2,10,7,2,22,0,0,1,3,0
571431,1,184,24,24,24,0,0,2,14,2,5,0,1,0,0,0
571512,1,88,16,16,16,0,0,0,7,1,1,2,0,0,5,0
571521,1,140,17,17,17,1,0,3,2,0,6,2,1,0,1,1
571555,1,63,12,12,12,2,0,0,2,1,4,1,0,1,0,1
571598,1,87,15,15,14,1,0,2,0,5,1,2,0,0,2,1
571601,1,246,51,51,51,7,2,12,2,4,8,5,0,1,3,7
599425,1,146,42,42,42,0,1,6,9,11,6,2,2,1,3,1
599433,1,398,104,104,103,9,2,31,11,3,16,7,2,5,11,6
599441,1,91,15,15,15,4,0,2,2,2,0,0,4,0,1,0
513148,1,122,27,27,27,4,2,5,0,0,9,2,2,0,2,1
513164,1,275,49,49,49,4,2,12,2,3,19,2,3,1,0,1
513181,1,96,25,25,25,0,0,1,10,2,8,1,1,0,1,1
513202,1,92,19,19,19,1,1,3,4,2,5,1,0,1,1,0
513237,1,132,25,25,25,2,2,0,3,0,6,0,1,4,6,1
513261,1,187,29,29,28,0,0,2,8,3,4,6,2,0,0,3
513270,1,152,28,28,28,4,1,3,4,9,4,0,0,0,3,0
513288,1,113,24,24,23,2,0,5,1,6,3,5,0,0,0,1
513369,1,205,29,29,29,1,0,5,3,3,7,5,0,0,0,5
513393,1,354,56,56,53,6,2,7,4,8,13,3,5,2,1,2
513415,1,163,41,41,41,11,2,5,7,4,5,3,4,0,0,0
513423,1,283,53,53,52,3,2,20,6,6,7,5,2,1,0,0
533165,1,1037,184,184,182,19,9,14,30,23,34,5,20,4,11,13
533165,2,1046,251,248,248,9,11,43,24,31,39,31,19,10,20,11
533165,3,968,204,204,204,19,5,37,12,17,41,23,22,8,8,12
533165,4,1108,202,202,200,15,6,34,24,23,39,17,15,3,13,11
533165,5,900,177,177,175,10,9,52,17,10,26,12,16,8,10,5
533165,6,713,100,100,99,9,10,26,6,14,13,6,5,4,1,5
533165,7,990,230,230,228,13,4,42,18,33,43,10,38,3,21,3
533165,8,1068,160,160,160,16,12,31,12,14,22,11,15,3,17,7
533165,9,608,134,134,134,13,5,32,9,13,15,19,10,4,8,6
533165,10,876,173,173,171,6,4,37,19,24,28,22,16,3,6,6
533165,11,843,140,140,138,8,6,26,15,16,25,9,13,9,7,4
533165,12,1667,135,135,132,12,6,28,11,15,15,10,20,2,8,5
533165,13,997,169,169,167,15,7,29,10,24,27,10,20,3,15,7
533165,14,1192,215,215,211,16,12,28,29,16,44,11,20,2,20,13
533165,15,483,102,102,101,4,4,22,6,9,20,18,7,3,5,3
533165,16,1023,208,208,208,14,17,39,23,23,33,19,19,2,9,10
533165,17,1054,171,171,169,17,2,20,15,39,25,13,15,3,13,7
533165,18,617,172,172,170,8,13,21,21,24,21,13,34,7,3,5
533165,19,781,117,117,112,12,3,10,12,17,18,9,14,4,7,6
533165,20,786,160,160,160,10,5,16,23,36,24,19,17,0,4,6
533165,21,824,145,145,145,16,5,23,23,17,27,17,7,2,2,6
533165,22,768,138,138,134,12,3,19,18,20,24,11,15,5,5,2
533165,23,681,109,109,109,9,7,19,11,14,19,7,4,3,11,5
533165,24,696,133,133,132,5,9,12,15,23,33,15,9,2,7,2
533165,25,1002,139,139,137,7,3,21,22,23,25,6,16,7,4,3
533165,26,819,166,166,166,13,9,14,19,24,36,11,20,1,11,8
533165,27,379,62,62,62,6,3,9,5,9,9,4,8,2,3,4
533165,28,501,101,101,97,5,3,18,12,13,17,6,9,4,7,3
533165,29,164,17,17,16,1,0,2,1,2,5,1,0,1,0,3
533173,1,163,42,42,42,9,4,9,7,3,10,0,0,0,0,0
533181,1,458,68,68,68,6,2,9,6,12,20,2,7,1,2,1
533181,2,229,48,48,48,5,0,9,8,7,8,1,6,0,2,2
533181,3,78,23,23,23,0,1,3,4,5,6,0,0,3,0,1
533181,4,70,11,11,11,1,0,0,0,5,1,0,0,3,1,0
533190,1,210,26,26,26,2,1,3,3,8,3,1,4,0,0,1
533211,1,166,35,35,35,5,1,4,2,2,10,1,1,0,8,1
533211,2,87,18,18,16,5,3,0,2,1,3,0,1,0,0,1
533220,1,510,69,69,69,10,4,14,2,9,5,6,2,2,10,5
533238,1,455,71,71,70,5,2,10,12,10,6,10,7,3,4,1
533246,1,1166,201,201,198,22,9,8,17,57,45,14,16,2,7,1
533246,2,166,35,35,34,5,0,2,4,10,6,0,4,3,0,0
533262,1,756,104,104,104,6,5,22,15,5,23,8,7,4,4,5
533262,2,711,128,128,128,8,10,23,23,10,18,9,9,4,10,4
533271,1,955,149,149,149,17,3,32,3,12,39,15,1,7,12,8
533271,2,643,103,103,103,3,3,24,7,18,19,7,3,6,7,6
533271,3,866,246,246,244,12,16,59,29,20,35,26,2,9,19,17
533271,4,913,198,198,196,15,9,38,20,17,31,24,11,8,9,14
533271,5,603,84,84,84,3,8,9,14,4,28,10,0,2,5,1
533271,6,214,45,45,43,4,8,10,0,2,7,3,2,4,0,3
533271,7,65,43,43,41,8,5,3,5,9,2,6,1,1,1,0
533271,8,1126,195,195,193,18,4,35,12,14,35,22,5,10,23,15
533289,1,622,114,114,114,11,5,20,17,23,9,5,4,4,12,4
533297,1,173,21,21,19,2,1,0,4,3,3,1,1,1,1,2
533297,2,79,25,25,25,8,1,3,5,2,2,0,0,1,2,1
533297,3,83,11,11,11,0,0,1,4,2,0,1,2,0,0,1
533301,1,405,80,80,80,7,0,12,3,11,19,7,8,4,7,2
533327,1,412,39,39,39,4,0,6,7,7,2,2,2,1,3,5
533343,1,397,69,69,69,5,3,12,8,4,17,10,4,0,4,2
533351,1,218,39,39,39,5,0,6,5,3,10,1,3,0,2,4
533351,2,216,38,38,38,3,11,2,1,1,9,2,2,1,4,2
533351,3,113,16,16,16,0,1,2,0,4,4,1,1,1,2,0
533360,1,363,74,74,74,3,2,9,7,11,11,1,19,2,4,5
533386,1,447,60,60,60,3,2,12,5,4,16,4,3,5,4,2
533386,2,147,28,28,24,3,3,6,0,3,3,1,3,0,1,1
533386,3,155,24,24,24,3,1,6,4,0,7,0,0,0,3,0
533394,1,671,69,69,69,7,2,12,9,6,8,2,5,2,11,5
533408,1,215,34,34,34,3,0,3,6,3,10,0,0,1,4,4
533408,2,159,27,27,27,2,0,3,3,2,6,3,4,0,2,2
533408,3,127,33,33,33,8,0,2,2,6,13,0,1,0,1,0
533424,1,800,135,135,132,8,3,19,25,24,14,15,7,2,9,6
533424,2,725,115,115,115,20,8,15,18,10,17,13,2,4,4,4
533441,1,573,87,87,86,4,17,10,17,7,13,11,3,1,1,2
533441,2,73,2,2,2,0,0,0,0,2,0,0,0,0,0,0
533459,1,307,71,71,67,5,1,13,17,5,10,2,5,1,4,4
533467,1,376,69,69,68,3,3,5,18,11,15,5,4,1,1,2
533475,1,236,36,36,36,5,2,5,1,6,7,1,3,4,1,1
533483,1,225,28,28,28,0,0,4,7,2,6,2,6,0,1,0
533505,1,264,29,29,29,4,0,1,6,5,8,1,2,0,1,1
533513,1,169,30,30,30,2,3,2,5,3,9,0,4,0,0,2
533513,2,74,12,12,12,2,0,1,3,1,2,0,1,0,1,1
533521,1,254,43,43,41,4,2,6,2,7,7,2,7,1,2,1
533521,2,254,44,44,44,7,1,4,11,4,10,0,3,2,1,1
533530,1,958,149,149,148,13,12,25,16,20,29,3,14,4,9,3
533556,1,241,30,30,29,2,3,6,3,5,5,1,3,1,0,0
533572,1,612,88,88,88,9,6,11,11,13,13,4,13,1,5,2
533581,1,1369,190,190,186,21,8,18,35,23,39,9,6,6,16,5
533599,1,532,102,102,102,8,5,16,14,11,19,5,8,2,11,3
533611,1,556,82,82,81,10,7,22,3,4,12,10,0,3,8,2
533629,1,942,167,167,158,14,7,14,33,29,33,7,7,3,7,4
533637,1,299,62,62,62,5,1,16,7,8,10,4,2,3,6,0
533645,1,399,51,51,51,6,2,8,11,13,5,2,3,0,0,1
533653,1,371,76,76,73,9,0,9,7,7,10,14,5,1,5,6
533653,2,69,20,20,20,1,0,1,4,4,6,0,0,3,1,0
533661,1,393,67,67,64,3,0,13,14,9,2,9,1,2,7,4
533696,1,154,37,37,37,5,0,10,1,4,7,2,0,2,0,6
533700,1,796,115,115,114,12,0,15,13,8,25,11,10,3,7,10
533700,2,498,74,74,74,3,4,6,9,9,17,8,4,3,3,8
533726,1,501,60,60,60,4,0,7,16,8,16,2,2,0,2,3
533734,1,310,37,37,37,6,1,7,4,8,4,1,2,1,2,1
533734,2,77,18,18,18,0,0,4,1,2,3,1,0,1,1,5
533742,1,170,31,31,31,4,0,7,5,4,5,3,0,1,0,2
533742,2,96,20,20,20,7,0,3,3,2,4,0,1,0,0,0
533751,1,377,59,59,59,15,0,7,10,8,6,7,1,2,1,2
533769,1,776,129,129,128,6,1,14,25,26,12,7,13,2,13,9
533777,1,321,35,35,35,4,1,3,0,4,17,0,0,1,1,4
533785,1,473,80,80,79,5,6,19,7,4,19,1,3,5,7,3
533785,2,190,48,48,48,8,2,12,2,4,8,4,5,2,1,0
533807,1,798,120,120,119,9,5,12,11,20,23,14,5,2,6,12
533807,2,607,112,112,111,9,7,11,16,17,35,5,1,3,3,4
533807,3,143,23,23,23,4,0,0,7,4,6,2,0,0,0,0
533807,4,154,40,40,39,4,0,9,6,6,10,0,0,0,3,1
533815,1,200,39,39,37,4,5,2,5,5,7,2,3,0,1,3
533815,2,106,34,34,33,4,3,1,10,6,4,2,2,1,0,0
533823,1,194,43,43,42,6,1,7,2,5,11,2,4,0,2,2
533831,1,605,92,92,91,9,5,14,4,12,14,10,13,2,6,2
533831,2,936,209,209,208,16,24,32,28,22,41,15,7,2,8,13
533831,3,159,27,27,27,1,4,0,2,4,7,1,6,1,1,0
533840,1,1780,300,300,300,20,15,43,28,55,51,21,9,10,29,19
533858,1,830,119,118,117,4,7,12,24,16,22,9,9,4,8,2
533858,2,306,69,69,68,4,5,7,7,10,16,4,3,6,5,1
533866,1,344,58,58,58,8,0,2,22,7,10,3,0,3,1,2
533866,2,277,44,44,44,14,2,5,5,3,8,1,1,1,3,1
533866,3,154,21,21,21,1,0,1,5,1,7,0,0,3,0,3
533866,4,86,24,24,24,2,1,8,8,2,2,0,1,0,0,0
533882,1,410,41,41,39,1,0,0,10,11,8,2,4,1,1,1
533891,1,293,41,41,41,3,3,3,18,1,1,2,7,0,1,2
533921,1,549,87,87,87,7,1,13,22,13,12,5,3,3,2,6
533921,2,624,92,92,90,3,5,9,19,8,22,4,2,2,11,5
533921,3,131,14,14,14,1,2,3,5,0,2,0,0,0,1,0
533921,4,94,20,20,20,2,0,0,4,2,4,4,0,1,0,3
533921,5,82,17,17,17,1,1,4,1,4,2,1,1,0,2,0
533947,1,1101,135,135,135,12,1,12,27,17,20,9,23,4,5,5
534994,1,159,27,27,27,1,0,2,7,1,5,5,2,0,4,0
537641,1,687,122,120,118,10,1,7,25,16,23,14,6,5,6,5
537641,2,607,120,120,120,2,3,20,33,14,15,16,3,3,7,4
537641,3,674,150,150,150,17,8,29,21,15,24,9,10,5,3,9
537641,4,538,122,119,119,4,5,14,39,13,25,3,2,5,2,7
537641,5,816,139,139,138,16,4,14,20,22,16,13,4,9,16,4
537641,6,308,47,47,47,5,4,2,12,7,5,0,7,0,3,2
537675,1,372,67,67,67,4,11,6,8,13,11,10,1,2,1,0
537675,2,77,19,19,19,1,0,1,4,1,4,4,0,1,0,3
537705,1,1147,232,232,227,29,8,42,26,24,36,20,7,7,16,12
537748,1,448,93,93,91,9,4,16,15,9,15,6,4,9,2,2
537888,1,487,83,83,82,10,12,9,16,8,6,5,5,3,5,3
538035,1,369,67,67,67,6,1,8,11,8,17,2,4,1,2,7
564681,1,205,43,43,43,4,2,10,7,0,5,4,2,1,4,4
564702,1,79,15,15,15,1,0,0,0,1,0,9,0,3,1,0
564800,1,271,55,55,55,5,4,15,3,6,13,3,2,1,3,0
564826,1,209,49,49,49,4,3,7,4,10,5,2,1,4,6,3
571636,1,266,43,43,42,5,0,2,2,4,10,5,2,1,8,3
571687,1,108,37,37,37,1,1,1,5,8,14,1,2,1,1,2
571717,1,179,46,46,46,8,0,10,6,0,10,4,2,0,6,0
599450,1,79,25,25,25,5,6,2,1,2,2,1,2,1,0,3
599476,1,141,25,25,23,4,0,4,3,3,3,1,0,1,4,0
599484,1,86,31,31,30,3,0,9,1,2,5,1,6,0,3,0
526622,1,235,28,28,28,4,0,2,10,3,1,2,6,0,0,0
528196,1,166,30,30,29,3,1,7,5,2,3,4,2,1,0,1
529524,1,31,15,15,15,0,2,1,0,0,7,1,0,4,0,0
529559,1,97,32,32,32,2,0,3,6,6,10,2,0,0,3,0
530832,1,98,27,27,27,5,0,4,0,0,9,4,4,0,0,1
530859,1,226,46,46,46,10,0,1,6,16,4,3,3,1,2,0
530875,1,114,20,20,20,1,0,2,1,4,5,4,0,0,1,2
530930,1,122,21,21,19,3,0,2,4,1,6,0,1,0,0,2
530956,1,101,29,29,29,2,3,8,0,4,8,2,0,0,2,0
530964,1,27,7,7,7,0,0,2,0,0,0,2,1,0,2,0
530972,1,95,8,8,8,0,0,0,0,1,5,0,0,1,1,0
530981,1,201,27,27,26,5,0,0,7,6,2,0,5,0,1,0
530999,1,317,48,48,48,8,1,6,7,6,6,4,6,0,1,3
531014,1,71,18,18,18,1,1,5,1,0,3,0,1,0,0,6
531065,1,110,16,16,16,0,6,1,1,3,4,0,1,0,0,0
531111,1,162,18,18,18,2,3,0,2,3,1,3,4,0,0,0
531197,1,427,54,54,54,3,7,11,4,8,8,4,4,3,0,2
531260,1,79,16,16,16,1,5,2,2,5,0,0,0,0,1,0
531278,1,144,39,39,39,1,4,5,6,9,8,1,0,1,4,0
531286,1,335,47,47,43,3,2,7,2,3,11,4,8,0,2,1
531341,1,322,28,28,27,2,0,5,5,5,4,0,5,0,1,0
531359,1,323,62,62,61,8,1,5,4,11,15,7,4,0,4,2
531367,1,85,24,24,24,3,0,2,7,4,4,2,1,0,0,1
531383,1,70,13,13,13,2,1,0,2,4,0,2,2,0,0,0
531391,1,58,29,29,28,1,0,6,3,2,8,0,5,0,0,3
531405,1,146,29,29,27,2,1,5,4,0,8,4,0,0,1,2
531413,1,97,20,20,20,2,1,1,5,4,2,0,1,0,2,2
531421,1,83,34,34,34,7,1,0,1,6,10,2,2,5,0,0
531430,1,319,35,35,35,4,3,7,2,4,7,2,2,0,1,3
531481,1,179,30,30,30,4,0,2,4,1,7,6,3,0,2,1
533955,1,138,17,17,17,3,0,2,0,6,3,0,1,0,0,2
533955,2,446,78,78,78,7,9,13,9,8,14,12,2,1,1,2
533955,3,571,123,123,123,11,5,27,9,11,21,16,2,5,9,7
533955,4,420,104,104,103,8,10,26,6,16,9,7,3,3,10,5
533955,5,415,100,100,99,17,11,21,8,8,6,14,5,2,4,3
533955,6,1232,121,121,121,18,15,31,3,5,10,17,1,4,11,6
533955,7,1267,358,358,355,20,29,86,42,36,53,29,15,5,32,8
533955,8,829,149,149,149,7,24,40,11,14,26,12,3,0,4,8
533955,9,571,114,114,113,10,10,22,7,17,16,10,5,3,10,3
533955,10,373,89,89,88,11,6,27,4,9,10,6,0,7,4,4
533955,11,142,26,26,26,3,3,1,3,3,4,1,2,0,4,2
533955,12,643,103,103,103,7,11,20,5,14,15,7,0,7,5,12
533955,13,625,125,125,125,7,15,26,6,17,10,15,7,3,11,8
533955,14,629,110,110,108,9,9,9,18,23,16,3,5,7,4,5
533955,15,672,123,123,122,16,8,12,10,22,27,8,2,4,8,5
533955,16,460,86,86,86,6,4,4,14,16,21,5,4,1,7,4
533955,17,823,141,140,140,12,11,13,24,29,21,9,9,2,6,4
533955,18,920,179,179,179,17,15,32,19,21,26,17,9,6,8,9
533955,19,892,161,161,156,19,14,32,15,16,22,12,4,5,10,7
533955,20,786,156,156,156,9,14,24,21,13,28,9,8,4,14,12
533955,21,963,130,130,129,6,8,17,20,19,30,7,7,4,8,3
533955,22,943,138,138,138,6,4,24,19,17,25,11,6,6,8,12
533955,23,757,114,114,112,14,6,10,22,25,10,11,1,2,5,6
533955,24,844,158,158,158,16,5,20,23,22,37,12,4,3,8,8
533971,1,290,35,35,35,3,0,6,10,7,6,1,1,1,0,0
533971,2,99,20,20,20,0,3,4,3,3,5,0,2,0,0,0
533971,3,108,18,18,18,1,0,0,5,6,3,0,1,0,2,0
533980,1,343,53,53,53,1,5,6,7,8,12,2,1,6,3,2
533998,1,471,69,69,69,6,3,7,11,11,15,2,6,3,2,3
533998,2,502,74,74,74,2,3,11,10,16,15,8,3,1,3,2
534005,1,1046,242,242,240,11,6,31,45,54,39,18,12,5,10,9
534005,2,919,166,166,166,26,18,35,10,18,22,18,4,3,7,5
534005,3,836,144,144,144,9,9,8,23,33,29,13,4,3,2,11
534005,4,713,111,111,111,4,1,20,10,25,25,7,4,0,8,7
534005,5,832,126,126,125,10,16,16,12,28,11,8,9,4,4,7
534005,6,1068,164,164,164,18,7,24,23,30,24,13,2,6,12,5
534005,7,911,163,163,160,16,4,26,12,26,41,13,1,6,7,8
534005,8,886,172,172,168,9,19,29,22,18,23,21,7,5,7,8
534005,9,967,129,129,128,12,10,15,16,28,24,6,3,1,4,9
534013,1,174,24,24,24,3,0,6,4,5,2,3,0,0,1,0
534013,2,50,13,13,13,1,0,2,2,1,5,0,0,0,1,1
534013,3,106,31,31,31,8,1,3,6,5,4,2,0,0,2,0
534021,1,558,83,83,83,6,15,11,17,12,8,3,1,0,1,9
534030,1,369,41,41,41,0,3,12,2,4,15,1,1,2,1,0
534056,1,333,34,34,34,5,0,6,5,6,5,3,1,0,0,3
534064,1,204,48,48,46,4,4,4,10,10,8,4,1,0,0,1
534081,1,207,50,50,49,4,3,11,8,6,7,6,0,1,0,3
534099,1,341,46,46,46,6,2,6,12,7,12,0,0,0,0,1
534099,2,267,34,34,34,6,5,1,3,3,10,1,0,1,1,3
534102,1,580,60,60,60,4,4,12,5,17,8,1,1,0,3,5
534129,1,662,106,106,102,10,14,16,10,13,22,2,6,5,1,3
534137,1,275,41,41,41,1,2,9,7,5,6,4,1,0,5,1
534137,2,58,10,10,10,1,0,3,0,2,3,1,0,0,0,0
534137,3,44,22,22,22,1,2,2,3,1,9,4,0,0,0,0
534153,1,262,45,45,45,2,2,7,11,5,10,3,2,0,1,2
534153,2,61,16,16,16,2,0,2,1,3,8,0,0,0,0,0
534161,1,522,65,65,64,13,8,7,5,3,7,9,7,1,3,1
534170,1,152,30,30,30,5,1,1,1,3,11,1,2,3,1,1
534188,1,716,106,106,106,4,6,18,15,22,17,9,2,4,4,5
534188,2,77,25,25,25,6,0,4,0,1,7,4,3,0,0,0
534196,1,370,86,86,85,4,4,9,43,1,9,4,1,5,3,2
534196,2,221,32,32,32,2,2,8,9,7,2,2,0,0,0,0
534196,3,103,18,18,18,0,1,5,2,0,5,1,0,1,2,1
534200,1,389,52,52,51,2,2,9,6,7,13,3,4,1,1,3
534200,2,254,41,41,40,4,3,9,3,4,8,4,1,0,2,2
534200,3,108,25,25,24,2,0,5,2,2,0,4,2,4,3,0
534200,4,46,20,20,20,3,3,7,0,2,1,0,0,1,1,2
534226,1,174,41,41,41,6,0,3,4,14,5,2,2,0,2,3
534242,1,690,87,87,86,10,7,16,14,7,10,13,1,0,4,4
534251,1,158,26,26,26,1,2,1,8,6,8,0,0,0,0,0
534277,1,237,45,45,45,4,1,3,4,11,10,7,2,0,2,1
534293,1,137,24,24,24,5,2,2,0,7,5,1,1,0,0,1
534307,1,131,15,15,15,4,0,3,1,2,3,0,0,0,1,1
534315,1,253,42,42,42,3,6,12,1,11,1,4,1,0,1,2
534323,1,83,14,14,14,2,0,0,4,0,4,0,0,0,0,4
534331,1,492,72,72,72,8,4,5,8,26,9,5,4,1,0,2
534340,1,314,39,39,39,7,3,1,5,3,7,1,6,0,0,6
534358,1,428,70,70,70,4,4,14,7,19,17,1,0,1,0,3
534366,1,204,27,27,27,2,2,2,4,6,4,1,5,0,0,1
534374,1,128,36,36,36,4,0,2,5,5,13,4,2,0,0,1
534391,1,66,12,12,9,0,0,1,2,2,1,0,0,0,1,2
534391,2,55,18,18,18,0,0,1,9,7,1,0,0,0,0,0
534412,1,221,46,46,46,4,5,3,5,6,8,6,4,0,1,4
534439,1,937,169,169,166,14,4,30,23,19,26,26,4,1,5,14
534480,1,522,59,59,59,2,1,9,4,14,21,1,2,1,1,3
534498,1,923,130,130,130,10,8,14,14,28,25,8,9,3,7,4
534498,2,707,66,65,65,8,2,5,4,9,14,10,2,1,3,7
534498,3,826,126,126,124,11,15,13,9,13,27,13,4,7,5,7
534501,1,154,23,23,23,1,7,4,2,2,3,1,1,0,1,1
534501,2,43,9,9,9,0,1,1,0,1,5,1,0,0,0,0
534501,3,78,11,11,11,0,1,2,0,2,0,2,3,0,0,1
534501,4,114,22,22,21,1,5,5,1,2,3,3,0,1,0,0
534510,1,240,24,24,24,1,1,1,6,3,3,1,4,0,0,4
534510,2,276,56,56,56,5,0,5,9,15,11,2,4,0,2,3
534528,1,407,50,50,50,1,3,4,10,6,10,0,0,8,4,4
534536,1,60,23,23,22,2,1,6,2,1,7,2,0,0,0,1
534536,2,62,20,20,20,1,0,3,6,4,3,0,0,1,2,0
534536,3,63,15,15,15,1,0,2,0,2,4,5,0,0,1,0
534544,1,202,32,32,30,4,4,2,4,4,6,1,0,0,0,5
534552,1,209,19,19,19,3,1,3,1,3,8,0,0,0,0,0
534561,1,394,43,43,43,3,7,6,5,10,8,0,0,0,0,4
534579,1,309,58,58,58,1,20,5,12,8,4,1,2,4,1,0
534579,2,138,12,12,12,3,1,0,2,1,3,1,1,0,0,0
534579,3,58,17,17,17,1,1,0,2,5,3,0,3,1,0,1
534587,1,1271,106,106,106,14,4,17,21,19,10,7,2,3,3,6
534587,2,699,90,90,90,9,3,13,16,9,21,6,3,0,10,0
534587,3,246,29,29,28,0,1,1,6,9,6,0,0,3,1,1
534587,4,173,33,33,33,3,2,6,7,9,3,2,0,0,0,1
534595,1,541,93,93,91,4,6,8,20,12,14,2,7,2,13,3
534595,2,104,17,17,17,2,1,3,5,1,1,0,1,0,1,2
534609,1,367,39,39,39,2,5,5,10,2,6,1,2,1,3,2
534617,1,1007,125,125,124,7,14,19,7,19,23,10,4,4,8,9
534617,2,107,8,8,8,1,0,0,1,0,1,0,0,0,3,2
534617,3,33,9,9,9,1,0,0,5,2,1,0,0,0,0,0
534625,1,427,68,68,68,2,4,7,13,13,17,1,2,0,5,4
534625,2,94,30,30,28,1,5,6,7,5,2,1,1,0,0,0
534633,1,82,12,12,12,0,2,0,1,3,2,0,0,0,1,3
534633,2,53,11,11,11,1,1,0,1,2,2,0,0,0,0,4
534633,3,64,7,7,7,2,0,1,0,4,0,0,0,0,0,0
534633,4,1095,108,108,107,6,14,22,8,8,17,17,2,3,6,4
534633,5,964,106,106,105,9,8,28,6,15,15,4,3,3,10,4
534633,6,936,146,146,145,11,10,14,26,27,30,6,9,4,5,3
534633,7,763,113,113,112,9,6,7,18,24,22,9,6,3,2,6
534641,1,202,39,39,39,2,2,5,6,5,15,2,0,1,0,1
534641,2,70,12,12,11,1,0,0,4,4,0,0,2,0,0,0
534650,1,498,80,80,80,2,4,10,3,3,28,10,4,3,7,6
534650,2,62,19,19,19,1,0,3,2,3,7,0,1,0,2,0
534668,1,460,46,46,46,3,0,10,12,5,8,3,1,0,1,3
534668,2,503,52,52,52,4,2,2,10,9,7,6,0,3,4,5
534668,3,118,18,18,18,4,0,0,2,2,7,2,0,0,0,1
551465,1,39,11,11,11,1,2,3,0,0,2,0,1,0,2,0
571741,1,122,30,30,30,3,7,4,5,4,3,2,1,0,1,0
529575,1,110,17,17,17,2,2,2,0,2,2,0,0,0,2,5
529583,1,111,15,15,15,4,2,0,2,4,1,1,0,0,1,0
531499,1,218,48,48,48,3,0,10,2,4,14,8,1,1,2,3
531502,1,381,44,44,43,2,1,8,4,4,11,2,4,1,5,1
531511,1,374,59,59,59,1,0,19,0,8,13,6,3,3,1,5
531561,1,501,75,75,74,9,12,8,6,5,8,5,7,0,10,4
531570,1,130,15,15,15,2,4,1,2,0,6,0,0,0,0,0
531651,1,66,24,24,24,6,0,0,7,2,3,1,1,2,2,0
531677,1,104,16,16,16,4,0,2,0,1,3,4,0,0,0,2
531707,1,144,41,41,41,7,0,12,1,11,3,6,0,1,0,0
531731,1,170,40,40,40,7,2,3,4,4,10,0,1,0,6,3
531774,1,113,52,52,50,7,0,0,8,12,7,9,3,1,3,0
531863,1,229,37,37,37,3,3,8,6,0,4,4,5,1,1,2
531871,1,173,56,56,56,1,4,6,11,7,13,8,2,0,1,3
531898,1,233,59,59,59,8,1,10,1,11,9,3,4,2,5,5
531928,1,251,27,27,27,2,4,1,3,7,6,0,2,0,0,2
531936,1,133,40,40,38,11,0,5,6,4,8,0,1,3,0,0
531987,1,63,21,21,20,7,0,2,1,1,1,1,0,1,1,5
532673,1,423,78,78,75,10,0,13,9,16,12,5,1,3,5,1
534676,1,1141,125,125,123,10,3,24,6,9,28,13,5,5,14,6
534676,2,669,168,168,168,8,6,29,15,33,36,14,0,10,14,3
534676,3,601,171,171,171,9,8,43,14,24,28,16,4,6,14,5
534676,4,918,197,197,196,11,6,43,28,33,23,13,7,10,14,8
534676,5,727,149,149,149,10,8,22,14,27,26,16,7,9,7,3
534676,6,804,128,128,125,17,0,18,11,20,25,2,7,3,13,9
534676,7,532,60,60,57,8,2,9,9,6,7,6,2,4,2,2
534676,8,766,109,109,109,9,10,16,15,11,19,10,4,3,6,6
534676,9,682,120,120,120,16,10,21,12,13,17,6,2,2,14,7
534676,10,1069,198,198,198,18,12,44,17,21,33,18,9,9,8,9
534676,11,696,91,91,91,5,1,21,4,9,25,5,5,3,8,5
534676,12,976,150,150,150,13,3,21,20,27,27,16,2,5,6,10
534676,13,864,151,151,148,9,5,30,22,24,18,11,4,6,9,10
534676,14,718,147,147,146,12,5,21,17,21,31,15,3,4,9,8
534676,15,817,191,191,186,37,7,22,15,38,25,17,3,2,12,8
534676,16,579,70,70,70,3,2,12,7,16,15,6,2,2,2,3
534676,17,654,113,113,111,11,2,20,3,23,17,17,3,4,4,7
534676,18,1111,173,173,173,18,3,30,28,22,27,14,6,8,8,9
534676,19,370,71,71,70,8,4,13,7,8,10,8,2,1,3,6
534676,20,850,207,207,206,17,2,46,19,11,36,26,10,9,17,13
534714,1,247,39,39,38,2,0,3,6,6,8,3,0,0,9,1
534714,2,64,29,29,29,4,1,1,2,4,16,0,1,0,0,0
534722,1,1040,153,153,151,10,6,39,15,19,24,13,6,6,5,8
534731,1,887,134,134,133,8,9,22,32,15,17,9,6,0,10,5
534749,1,512,56,56,55,6,2,6,3,9,13,4,5,1,0,6
534765,1,866,110,110,108,13,0,13,16,10,23,7,2,5,11,8
534765,2,246,44,44,44,5,1,3,4,5,3,5,7,0,10,1
534773,1,351,35,35,35,1,0,10,3,2,14,3,0,0,0,2
534790,1,864,124,124,124,13,3,14,29,25,18,13,2,2,5,0
534790,2,118,21,21,21,1,2,2,1,5,5,1,0,3,0,1
534803,1,294,60,60,60,8,3,5,1,5,17,9,1,4,6,1
534803,2,236,42,42,41,6,2,3,10,3,10,0,4,0,1,2
534803,3,109,31,31,31,6,0,5,5,6,3,2,1,0,2,1
534820,1,389,74,74,73,8,1,4,21,7,19,2,2,1,5,3
534838,1,269,45,45,45,6,1,5,11,4,11,2,1,0,1,3
534838,2,168,40,40,40,5,0,2,5,5,11,7,1,4,0,0
534846,1,406,56,56,56,10,1,9,5,6,16,4,2,2,1,0
534897,1,1033,140,140,138,16,1,26,18,18,23,12,3,3,9,9
534901,1,232,41,41,40,1,0,0,6,6,9,4,0,5,2,7
534901,2,91,13,13,13,1,0,5,4,0,0,1,1,0,1,0
534935,1,909,103,103,103,4,5,14,13,11,19,17,2,2,8,8
534935,2,909,183,183,181,16,8,19,20,33,31,23,2,1,16,12
534935,3,724,117,117,117,7,6,24,17,9,23,13,0,4,10,4
534935,4,368,47,47,47,2,0,7,2,7,13,8,2,0,4,2
534951,1,896,179,179,177,17,3,27,19,30,42,15,4,3,7,10
534951,2,711,129,129,129,6,2,24,30,13,22,15,4,5,5,3
534951,3,758,129,129,128,16,7,14,11,25,23,13,3,9,3,4
534951,4,766,114,114,114,9,2,19,17,13,17,12,1,6,4,14
534951,5,914,164,164,164,9,6,27,18,26,29,16,8,8,4,13
534951,6,557,103,103,101,12,1,14,17,14,21,9,6,4,2,1
534951,7,1284,99,99,97,7,5,17,11,15,11,4,3,8,10,6
534951,8,1001,184,184,182,17,7,25,16,21,31,17,6,4,18,20
534951,9,696,116,116,116,8,5,22,8,16,26,9,3,4,5,10
534951,10,735,101,101,99,11,7,20,6,14,20,7,2,1,4,7
534951,11,1217,163,163,163,9,9,37,9,28,25,14,9,5,12,6
534951,12,754,98,98,97,5,2,12,18,6,16,11,0,8,15,4
534951,13,592,92,92,92,12,4,13,11,15,14,9,1,3,7,3
534951,14,536,105,105,104,9,7,20,11,12,19,7,2,4,8,5
534951,15,882,176,176,173,13,9,39,17,17,33,10,5,7,7,16
534951,16,731,123,123,122,10,4,33,8,18,17,8,5,7,4,8
534951,17,377,72,72,72,6,0,9,14,9,17,8,2,1,2,4
534951,18,803,159,159,158,29,3,26,12,21,24,14,3,7,12,7
534978,1,481,62,62,62,6,2,15,4,12,7,8,0,0,3,5
535001,1,711,92,92,89,4,2,16,12,19,15,3,1,5,6,6
535001,2,105,21,21,21,3,0,9,4,1,0,3,1,0,0,0
535028,1,1172,159,159,159,14,3,23,34,11,24,28,7,8,2,5
535036,1,438,75,75,74,11,3,11,10,9,12,14,2,0,2,0
535036,2,329,36,36,36,2,0,14,2,4,4,1,1,0,8,0
535044,1,445,55,55,55,6,3,3,8,8,6,9,6,2,1,3
535044,2,307,55,55,55,5,1,2,12,6,14,5,6,1,2,1
535052,1,1199,184,184,183,13,10,39,6,21,39,24,5,7,11,8
535061,1,328,48,48,48,3,7,9,3,4,12,3,0,0,4,3
535079,1,569,109,109,109,11,3,16,23,20,14,9,4,2,4,3
535079,2,441,82,82,81,8,3,9,22,15,12,5,0,1,4,2
535079,3,370,81,81,81,5,4,21,5,6,9,7,1,5,10,8
535087,1,516,92,92,91,8,1,24,6,9,23,6,1,1,5,7
535087,2,300,41,41,41,4,3,8,12,4,2,1,1,2,3,1
535087,3,106,6,6,6,0,0,0,0,0,1,0,0,0,1,4
535087,4,440,58,58,57,6,1,7,8,9,11,4,4,1,3,3
535087,5,1144,188,188,187,12,6,33,18,28,38,18,4,5,13,12
535087,6,1996,141,141,141,24,2,9,27,16,30,12,9,2,7,3
535087,7,885,128,128,128,12,4,17,20,22,22,1,7,7,6,10
535087,8,944,127,127,127,5,10,19,24,14,21,10,4,2,13,5
535087,9,876,147,147,145,9,11,16,16,22,33,14,3,2,8,11
535087,10,846,130,130,130,11,9,26,12,19,28,10,4,2,8,1
535087,11,919,128,128,128,5,3,27,12,21,25,16,3,5,5,6
535087,12,812,130,128,128,8,7,25,5,20,26,14,2,5,6,10
535087,13,1002,167,167,167,10,1,23,19,27,36,17,2,6,14,12
535087,14,1096,237,237,237,11,13,53,19,30,50,36,7,2,4,12
535087,15,918,187,187,187,11,13,40,16,26,31,16,1,11,8,14
535117,1,381,51,51,51,2,0,7,6,6,10,8,2,5,1,4
535117,2,251,44,44,44,4,2,10,6,4,8,3,2,2,0,3
535117,3,226,32,32,31,1,3,4,2,4,9,1,3,0,2,2
535133,1,938,165,165,165,14,1,34,20,8,40,20,4,6,9,9
535141,1,384,46,46,46,1,2,5,4,5,12,7,5,1,2,2
535168,1,401,61,61,59,1,6,10,8,3,18,6,1,3,2,1
535168,2,101,29,29,29,3,0,1,4,3,7,0,7,0,2,2
535192,1,336,50,50,50,1,1,5,7,7,10,3,0,3,8,5
535214,1,251,42,42,42,4,0,9,4,11,3,0,4,1,5,1
535214,2,103,31,31,31,4,2,2,3,1,7,5,4,0,1,2
535222,1,447,48,48,47,2,1,5,2,3,16,12,2,2,0,2
535222,2,776,113,113,113,6,8,15,16,18,24,8,1,2,4,11
535222,3,398,50,50,47,7,5,14,4,8,6,2,1,0,0,0
535257,1,689,124,124,124,7,2,27,15,21,26,5,5,1,6,9
535265,1,533,85,85,84,10,2,6,12,10,24,4,1,4,3,8
535265,2,119,23,23,23,5,0,3,6,1,3,1,2,0,1,1
535265,3,154,19,19,18,0,2,1,5,0,3,5,0,0,2,0
535273,1,1528,302,302,299,24,19,56,17,44,56,18,6,17,23,19
535290,1,566,82,82,81,7,1,11,9,14,17,5,9,4,3,1
535303,1,451,57,57,57,6,2,7,10,6,16,4,1,2,1,2
535303,2,76,20,20,19,3,0,2,2,7,0,0,2,0,3,0
535303,3,180,50,50,50,2,5,9,9,6,7,5,3,0,3,1
535311,1,281,42,42,41,8,1,9,5,4,7,4,1,2,0,0
535320,1,1178,120,120,120,17,3,12,20,11,19,10,2,7,7,12
535320,2,540,81,81,80,11,3,16,8,6,15,3,3,1,8,6
535338,1,352,65,65,65,8,3,9,11,8,9,8,1,1,1,6
535338,2,313,41,41,41,2,0,8,1,6,12,5,3,1,2,1
535354,1,307,47,47,47,9,1,8,4,0,15,3,0,5,2,0
535389,1,365,62,62,61,6,1,18,9,1,14,2,2,0,8,0
535397,1,403,70,70,69,13,2,10,8,5,12,4,3,4,7,1
538345,1,601,115,115,115,12,0,25,18,12,28,8,0,0,9,3
538647,1,606,103,103,103,11,1,22,9,7,15,19,7,6,3,3
539201,1,661,167,167,167,19,5,33,22,17,29,7,5,10,6,14
571784,1,1699,300,300,299,22,9,57,19,32,82,30,6,2,18,22
571792,1,319,58,57,55,7,1,7,5,4,8,7,6,0,8,2
598291,1,363,78,78,78,4,0,17,2,4,25,8,2,3,4,9
599492,1,105,15,15,15,2,0,7,0,5,0,0,0,0,0,1
529591,1,187,46,46,45,4,1,4,4,5,13,2,2,2,5,3
529605,1,193,34,34,34,3,0,2,6,8,5,4,1,2,0,3
529613,1,349,65,65,65,8,0,2,6,25,8,5,3,3,1,4
535419,1,1616,120,120,120,7,5,23,8,4,23,18,5,10,12,5
535419,2,422,81,81,81,5,3,15,10,11,10,11,3,5,5,3
535419,3,886,245,245,245,22,5,52,27,31,33,24,6,14,19,12
535419,4,773,81,81,81,7,0,9,6,8,18,8,10,3,2,10
535419,5,799,159,159,159,7,4,34,17,16,34,24,2,8,9,4
535419,6,507,89,89,89,8,2,11,4,15,13,13,0,8,10,5
535419,7,445,95,95,94,7,3,9,9,19,10,25,2,3,4,3
535419,8,784,175,173,173,16,0,39,12,23,32,31,2,6,4,8
535419,9,1003,230,230,230,18,13,35,18,28,57,17,4,15,19,6
535419,10,762,180,180,179,14,6,27,14,28,36,22,4,11,11,6
535419,11,1016,173,173,171,14,1,23,14,30,33,19,9,12,12,4
535419,12,598,125,125,125,6,9,30,6,13,28,9,6,7,10,1
535419,13,757,148,148,144,9,12,45,17,15,12,10,3,9,3,9
535419,14,1110,231,231,228,19,11,46,12,17,56,21,4,15,21,6
535419,15,410,68,67,67,5,1,13,2,14,9,10,3,2,4,4
535419,16,617,145,145,145,7,8,36,6,22,18,25,0,11,7,5
535419,17,462,84,84,82,2,1,14,12,15,10,3,4,8,12,1
535419,18,630,112,112,111,18,3,12,18,24,15,10,1,4,4,2
535419,19,611,87,87,85,10,8,9,12,15,6,9,4,1,6,5
535419,20,918,218,218,216,16,12,49,21,34,28,22,5,10,16,3
535419,21,714,105,105,105,6,4,9,11,22,26,8,8,2,7,2
535419,22,681,35,35,35,4,1,2,6,4,9,4,2,1,1,1
535419,23,715,113,112,110,4,9,16,11,18,16,11,11,2,5,7
535419,24,792,110,110,109,10,1,12,21,20,19,12,7,0,6,1
535419,25,871,157,156,153,11,9,21,17,25,31,14,4,5,12,4
535419,26,722,88,88,87,6,1,8,11,17,16,8,3,2,10,5
535419,27,1253,263,263,258,17,4,47,27,41,51,23,11,16,10,11
535419,28,893,127,126,126,11,6,30,10,18,19,0,1,4,17,10
535419,29,834,94,94,92,3,0,20,6,6,16,23,2,2,7,7
535419,30,1090,142,141,139,13,6,15,12,19,23,14,2,5,16,14
535419,31,899,109,109,109,9,2,26,9,9,18,15,2,3,11,5
535419,32,921,109,109,107,7,11,9,14,19,21,8,3,4,9,2
535419,33,941,108,108,108,9,2,10,8,19,20,13,3,8,11,5
535419,34,622,70,70,70,6,1,4,8,17,20,4,1,2,4,3
535419,35,666,119,119,119,9,7,22,22,14,15,10,4,4,5,7
535419,36,965,149,149,147,6,6,45,7,10,29,17,4,5,10,8
535419,37,869,211,211,210,21,4,51,15,18,48,25,4,9,9,6
535419,38,624,144,144,144,6,6,28,23,20,23,15,5,3,13,2
535419,39,119,22,22,22,2,4,5,1,1,3,1,2,0,2,1
535419,40,119,10,10,10,2,1,0,1,3,0,0,1,0,0,2
535419,41,213,33,33,31,3,0,7,2,3,6,1,1,2,2,4
535419,42,109,27,27,26,6,0,5,0,1,7,4,1,0,2,0
535419,43,425,71,71,71,2,0,12,9,9,18,17,0,0,0,4
535419,44,721,130,130,129,3,2,24,16,20,25,5,5,4,11,14
535427,1,1299,233,233,228,25,6,22,27,49,38,28,2,10,6,15
535427,2,680,129,127,127,5,4,20,21,34,22,7,6,2,4,2
535427,3,947,184,184,181,24,2,25,18,22,35,24,5,3,10,13
535427,4,493,81,81,81,15,0,6,12,10,21,1,5,6,1,4
535427,5,112,27,27,27,8,0,4,3,4,2,2,2,0,2,0
535427,6,66,22,22,22,3,0,3,5,1,5,3,0,0,0,2
535427,7,187,28,28,28,2,0,5,0,7,5,5,1,0,0,3
535427,8,77,10,10,10,0,2,3,0,0,3,1,0,1,0,0
535427,9,47,7,7,7,0,0,4,0,0,0,1,0,0,2,0
535443,1,1417,248,248,243,21,15,29,27,45,45,29,10,5,10,7
535443,2,1043,150,150,149,9,10,16,10,26,32,15,4,5,10,12
535443,3,751,92,92,92,9,4,15,6,12,17,9,8,6,4,2
535443,4,580,67,67,67,8,4,5,12,6,15,7,1,1,2,6
535443,5,132,30,30,29,2,0,1,3,8,9,0,0,1,3,2
535451,1,1549,282,282,278,15,14,67,23,29,63,32,9,7,7,12
535451,2,1027,164,164,161,18,8,24,23,15,30,25,3,5,6,4
535451,3,1327,232,232,229,17,14,25,26,39,36,16,18,16,14,8
535451,4,1125,231,231,231,29,11,20,22,42,43,24,4,11,16,9
535451,5,343,42,42,42,3,2,5,4,5,10,3,0,0,9,1
535451,6,280,56,56,56,8,3,7,14,7,10,5,0,0,1,1
535478,1,706,111,111,109,12,9,9,17,18,15,9,4,6,3,7
535486,1,261,46,46,46,3,0,4,13,3,10,5,2,3,2,1
535508,1,93,28,28,28,6,0,5,4,4,3,5,1,0,0,0
535508,2,127,26,26,26,7,0,1,5,5,4,3,1,0,0,0
535516,1,366,58,58,58,5,0,13,4,7,11,3,2,5,4,4
535559,1,831,95,95,95,6,2,11,9,21,24,4,7,2,3,6
535567,1,336,65,65,61,6,2,5,8,4,13,8,4,1,9,1
535583,1,710,116,116,115,4,1,21,6,19,27,12,4,8,5,8
535605,1,544,88,88,87,7,1,19,7,12,22,5,4,2,7,1
535621,1,443,69,69,68,3,2,9,16,8,16,7,0,3,1,3
535621,2,251,28,28,28,3,0,2,6,3,8,0,0,0,3,3
535630,1,582,87,87,86,11,0,19,18,9,14,4,3,0,1,7
535656,1,318,64,64,64,2,3,10,4,7,19,7,2,6,1,3
535672,1,588,110,110,110,7,3,16,10,22,21,15,3,4,3,6
535672,2,937,169,169,168,18,4,20,16,30,40,15,5,9,4,7
535672,3,191,24,24,24,3,0,5,4,0,8,3,0,1,0,0
535672,4,114,41,41,39,6,0,6,8,7,5,3,1,2,0,1
535672,5,87,22,22,21,2,0,3,1,3,6,1,3,1,1,0
535672,6,125,24,24,24,0,1,5,1,9,5,2,0,0,0,1
535672,7,185,32,32,32,1,0,7,1,11,8,1,0,1,0,2
535672,8,138,23,23,23,4,1,2,5,1,3,6,0,0,1,0
535672,9,248,43,43,42,3,0,13,2,3,12,8,1,0,0,0
535702,1,785,102,102,98,13,3,7,12,13,18,10,7,1,4,10
535702,2,816,132,132,132,12,2,17,23,10,29,18,4,3,7,7
535702,3,170,28,28,27,2,0,4,1,4,5,3,2,0,4,2
535702,4,154,21,21,21,3,0,2,0,1,10,1,2,0,2,0
535702,5,97,18,18,18,0,0,3,5,3,3,2,1,1,0,0
535711,1,180,36,36,36,9,0,0,5,17,1,3,0,0,1,0
535729,1,258,53,53,52,8,1,6,5,3,21,3,2,1,0,2
535745,1,215,49,49,49,6,2,2,4,10,7,3,8,2,2,3
535818,1,408,68,68,65,7,0,13,9,12,10,6,0,4,1,3
535834,1,191,35,35,35,3,3,3,3,12,6,0,0,0,1,4
535869,1,524,105,105,104,13,2,21,29,5,8,12,8,0,1,5
535923,1,271,56,56,54,7,2,13,11,8,6,0,3,1,1,2
535923,2,70,20,20,20,3,0,7,2,2,1,1,1,0,2,1
535931,1,607,86,86,85,5,3,9,25,11,16,8,4,3,1,0
535931,2,106,15,15,15,2,2,0,1,0,8,0,0,1,0,1
535966,1,345,57,57,57,4,3,6,11,5,11,6,2,0,6,3
535974,1,354,58,58,50,6,1,2,10,14,6,8,1,1,1,0
536008,1,643,77,77,77,5,4,9,17,11,19,3,0,2,3,4
536024,1,705,85,85,85,6,0,7,4,30,22,4,3,3,1,5
536041,1,1063,164,164,164,13,4,39,5,26,23,23,10,7,9,5
536041,2,163,26,26,26,3,0,5,1,2,9,0,4,0,0,2
536041,3,82,22,22,22,3,0,1,0,4,11,0,1,1,0,1
536041,4,199,39,39,39,1,0,2,8,8,5,5,3,4,0,3
536067,1,343,74,74,73,0,1,10,10,5,26,9,2,2,2,6
536121,1,389,72,72,70,2,1,5,10,13,19,9,2,2,5,2
536164,1,157,24,24,24,5,2,1,9,2,2,0,1,0,1,1
536172,1,432,87,87,85,4,1,11,11,8,16,8,4,3,7,12
536181,1,43,15,15,13,2,2,2,6,0,0,0,0,0,1,0
536181,2,193,37,37,37,6,1,7,2,4,10,0,4,0,1,2
536181,3,218,18,18,18,3,1,2,3,2,3,3,0,0,1,0
536181,4,161,15,15,15,1,2,2,1,0,3,1,3,1,0,1
536181,5,81,15,15,15,2,0,0,0,1,5,3,1,0,2,1
536202,1,306,70,70,69,4,5,13,14,6,10,3,6,0,0,8
536211,1,104,5,5,5,0,0,1,1,0,2,0,0,0,1,0
536261,1,225,54,54,54,2,3,12,5,3,8,14,0,0,6,1
536270,1,813,101,101,101,9,1,15,26,14,16,6,1,1,10,2
536270,2,81,12,12,12,5,1,1,3,1,0,0,0,0,1,0
536270,3,690,77,77,77,5,2,8,6,6,19,9,2,5,4,11
536326,1,903,168,168,167,19,6,23,12,26,29,12,11,10,11,8
536326,2,968,135,135,135,12,1,36,5,21,25,14,3,7,1,10
536326,3,690,118,118,118,11,3,30,6,11,21,12,2,9,4,9
536326,4,547,106,106,106,8,2,21,2,14,24,16,4,6,8,1
536326,5,717,145,145,145,9,6,22,7,24,38,21,3,5,5,5
536326,6,854,136,136,136,19,4,17,11,21,32,10,5,7,4,6
536326,7,1027,179,179,171,12,2,37,14,25,44,9,3,7,3,15
536326,8,229,52,52,51,3,3,8,2,13,6,5,4,1,1,5
536326,9,276,43,43,42,6,0,7,6,5,7,6,2,0,1,2
536326,10,126,29,29,29,1,3,8,1,3,3,4,0,2,0,4
536326,11,488,79,79,78,9,2,10,7,4,17,4,7,6,3,9
536334,1,148,46,46,46,1,6,12,0,5,10,5,3,0,1,3
536351,1,326,78,78,78,2,2,17,9,9,16,17,1,3,1,1
536377,1,184,39,39,39,0,0,9,0,4,16,3,2,1,1,3
536407,1,209,26,26,24,2,2,1,6,2,4,3,2,0,1,1
536431,1,230,44,44,44,1,0,6,3,9,16,5,3,1,0,0
536440,1,563,91,91,88,2,3,14,13,16,19,8,4,1,4,4
536458,1,354,60,60,60,5,0,12,6,6,13,1,5,5,3,4
536491,1,545,94,94,94,13,4,23,6,4,17,10,6,1,3,7
536580,1,550,118,118,115,9,1,14,7,16,19,23,7,5,7,7
536610,1,534,91,91,90,10,2,20,9,7,17,6,3,8,4,4
536636,1,322,63,63,63,6,2,17,5,11,14,1,0,3,2,2
536652,1,535,96,96,96,2,3,4,9,14,24,25,3,4,4,4
536661,1,407,69,69,68,2,1,15,6,11,15,10,3,0,2,3
536709,1,223,40,40,40,5,1,2,0,2,9,7,3,5,3,3
536717,1,136,16,16,16,3,3,1,1,0,6,0,1,1,0,0
536768,1,283,66,66,62,6,0,8,7,9,11,9,2,2,7,1
536857,1,45,5,5,5,0,0,4,0,0,0,0,0,0,0,1
536857,2,158,56,56,56,4,0,5,10,25,7,2,0,1,2,0
536857,3,94,25,25,25,3,0,0,6,6,3,1,3,0,3,0
536938,1,514,104,104,104,7,4,14,18,12,27,11,4,4,2,1
536971,1,649,114,114,113,7,3,15,13,19,18,7,7,4,6,14
536971,2,236,43,43,43,5,2,7,0,8,10,5,3,1,1,1
536971,3,177,52,52,52,7,0,14,0,10,12,1,0,1,2,5
536989,1,314,60,60,59,7,2,4,10,6,10,10,2,0,5,3
536997,1,255,59,59,58,6,6,7,13,5,6,7,4,0,3,1
557030,1,317,67,67,67,9,11,8,3,6,10,8,1,4,3,4
557030,2,126,42,42,42,2,0,10,1,6,13,5,0,2,0,3
565539,1,236,60,60,58,9,0,11,1,10,19,4,3,0,1,0
565563,1,221,50,50,49,5,1,6,12,6,8,5,0,3,1,2
565571,1,348,82,82,81,10,5,7,5,8,12,15,11,4,1,3
565580,1,165,26,26,26,7,5,1,1,2,4,1,3,0,0,2
565628,1,217,63,63,63,3,0,10,17,9,7,4,1,1,4,7
565636,1,188,55,55,54,3,1,6,1,5,14,6,6,3,6,3
565644,1,389,46,46,46,8,0,12,2,1,14,4,1,1,2,1
565652,1,54,17,17,16,0,0,0,2,2,2,4,0,2,3,1
565661,1,63,16,16,15,0,0,4,0,1,7,1,0,1,0,1
565725,1,108,30,30,29,4,2,2,6,4,8,2,0,0,1,0
565733,1,170,43,43,43,5,2,3,7,15,3,2,3,1,2,0
565750,1,88,23,23,23,0,0,4,5,9,4,0,0,0,1,0
565784,1,194,25,25,25,1,0,6,5,3,3,2,3,2,0,0
565822,1,69,19,19,19,3,0,6,0,1,5,3,0,0,0,1
565920,1,73,21,21,21,2,0,2,4,8,4,0,0,0,1,0
566039,1,282,62,62,61,4,1,8,1,15,17,5,3,3,1,3
566047,1,148,29,29,29,1,6,2,3,4,4,0,0,0,8,1
570753,1,63,13,13,13,4,0,1,3,4,0,0,0,0,0,1
570761,1,88,8,8,8,1,0,1,1,2,0,0,0,1,0,2
570770,1,151,26,26,26,2,0,6,3,5,5,3,1,1,0,0
570788,1,847,241,241,241,20,7,67,13,10,51,34,3,9,14,13
570818,1,169,32,32,32,4,0,9,5,2,10,1,0,0,1,0
570826,1,1486,308,307,305,16,17,64,23,36,64,30,9,8,30,8
570826,2,1609,299,298,293,22,13,42,45,60,49,11,11,10,22,8
570826,3,289,50,50,50,8,5,7,4,4,15,3,1,2,1,0
570842,1,205,30,30,30,5,0,6,7,3,5,4,0,0,0,0
570893,1,160,53,53,53,7,1,8,3,13,9,5,5,1,0,1
570923,1,102,41,41,41,5,1,8,6,6,10,3,1,0,0,1
570940,1,197,45,45,45,2,4,12,2,5,12,1,0,1,3,3
570974,1,228,45,45,45,2,5,6,5,5,8,10,1,1,0,2
570982,1,226,55,55,55,3,0,19,2,6,10,9,1,4,1,0
570991,1,99,12,12,12,1,1,2,2,0,2,0,0,1,3,0
571032,1,143,27,27,27,6,0,3,2,4,4,4,2,1,1,0
571067,1,98,35,35,35,6,0,3,3,7,4,5,3,3,0,1
571075,1,62,26,26,26,2,0,8,1,1,9,0,1,3,0,1
571121,1,236,47,47,47,7,0,3,6,10,10,6,2,1,2,0
571148,1,112,17,17,17,1,0,2,2,0,3,2,0,2,3,2
571156,1,119,27,27,27,2,0,5,10,2,8,0,0,0,0,0
571172,1,99,38,38,35,3,0,3,5,2,4,4,3,3,2,6
571806,1,218,36,36,36,4,0,3,7,2,10,1,3,0,1,5
571814,1,410,76,76,76,9,3,15,6,8,17,3,6,1,3,5
571849,1,152,35,35,35,9,2,2,0,10,4,4,2,1,0,1
571865,1,147,32,32,32,1,2,8,4,7,4,3,0,1,1,1
571881,1,86,30,30,29,4,1,1,5,4,7,0,0,1,2,4
571938,1,202,49,49,49,6,2,8,1,3,9,3,1,1,13,2
571946,1,186,29,29,28,3,0,5,3,2,4,3,2,2,4,0
571971,1,107,22,22,22,2,0,4,3,3,7,1,1,0,1,0
571989,1,195,44,43,42,1,3,6,4,1,14,5,1,0,6,1
571997,1,47,22,22,22,3,1,3,0,4,3,3,2,0,0,3
572012,1,103,20,20,20,3,0,3,0,4,4,1,0,0,2,3
572021,1,121,27,27,25,3,1,2,7,3,8,1,0,0,0,0
598241,1,62,17,17,16,5,0,3,1,1,0,2,1,0,0,3
599514,1,238,41,41,41,7,3,3,5,9,3,1,8,1,0,1
599522,1,129,36,36,36,2,1,11,2,4,7,3,2,1,0,3
599531,1,196,20,20,20,1,1,7,0,3,4,0,0,0,3,1
599557,1,67,9,9,9,1,0,1,1,0,1,1,0,0,1,3
599573,1,90,28,28,28,0,2,3,5,5,3,5,0,0,3,2
503410,1,145,16,16,16,2,1,2,1,5,4,0,0,0,1,0
529630,1,249,39,39,39,2,0,11,7,3,10,0,2,3,0,1
534471,1,319,44,44,44,3,2,2,3,3,15,12,4,0,0,0
534706,1,169,38,38,38,1,1,3,8,12,9,1,1,0,1,1
534757,1,161,23,23,23,4,0,2,2,5,2,4,0,1,2,1
534854,1,99,27,27,27,1,0,10,1,6,5,2,0,1,1,0
534862,1,192,60,60,59,8,5,12,9,3,11,8,0,1,1,1
534871,1,235,51,51,51,2,0,6,10,5,11,6,2,0,6,3
534889,1,139,31,31,31,3,0,2,5,4,7,5,2,0,2,1
534919,1,180,42,42,41,2,4,13,4,1,12,3,1,0,0,1
534943,1,222,41,41,41,2,0,10,4,8,11,1,0,0,5,0
536083,1,182,43,43,42,3,0,16,4,3,8,3,3,1,1,0
537004,1,917,231,229,227,13,4,81,15,25,32,21,2,12,13,9
537004,2,650,147,147,147,6,10,29,14,23,27,16,3,7,5,7
537004,3,509,93,93,93,9,8,17,21,5,14,7,0,5,2,5
537004,4,465,115,115,114,8,10,23,13,8,22,12,3,2,7,6
537004,5,1323,155,155,154,12,16,25,14,20,22,22,2,5,8,8
537004,6,989,259,259,257,19,12,48,22,38,58,18,11,8,17,6
537004,7,759,171,171,170,10,10,43,20,12,32,18,3,5,10,7
537004,8,510,103,103,103,8,1,16,10,11,29,13,5,7,3,0
537004,9,992,156,156,156,3,11,23,17,20,19,21,4,10,14,14
537004,10,870,108,108,106,10,5,16,15,20,11,6,4,5,6,8
537004,11,745,117,117,117,16,3,22,25,17,8,9,5,2,3,7
537004,12,738,151,151,150,11,2,20,19,34,24,11,5,2,12,10
537004,13,817,131,131,131,6,10,15,22,20,16,9,2,10,7,14
537004,14,759,137,137,135,24,6,25,10,12,23,10,5,9,6,5
537004,15,758,150,150,150,9,3,35,9,19,29,12,5,12,13,4
537021,1,377,40,40,40,5,3,2,5,12,9,2,0,0,1,1
537021,2,52,8,8,8,2,0,0,1,4,1,0,0,0,0,0
537021,3,174,21,21,21,0,2,3,3,2,0,3,3,4,1,0
537021,4,64,17,17,16,1,0,5,0,4,2,0,1,0,1,2
537021,5,44,7,7,7,0,1,2,3,1,0,0,0,0,0,0
537039,1,511,98,98,98,8,4,20,13,9,15,19,1,0,6,3
537039,2,179,35,35,35,1,1,10,1,6,7,2,1,2,1,3
537047,1,265,42,42,42,3,3,4,6,7,11,3,3,0,2,0
537055,1,356,54,54,54,4,5,12,8,1,11,6,2,0,3,2
537055,2,126,31,31,31,1,0,12,0,7,7,1,1,0,2,0
537080,1,421,71,71,70,7,4,16,13,9,15,2,2,2,0,0
537098,1,201,48,48,48,2,1,12,1,10,8,9,0,1,1,3
537101,1,174,40,40,40,6,0,13,8,2,4,5,1,0,0,1
537110,1,314,48,48,48,3,1,4,9,11,7,5,2,1,2,3
537110,2,141,26,25,25,5,1,1,1,5,4,2,4,0,2,0
537128,1,693,150,150,150,2,7,93,4,12,19,9,0,1,1,2
537152,1,617,118,118,118,10,3,23,17,13,28,10,2,2,0,10
537161,1,208,37,37,37,5,1,2,4,4,11,2,3,0,4,1
537179,1,447,101,101,100,7,0,21,8,8,20,25,2,2,4,3
537217,1,354,78,78,76,4,3,18,5,13,15,4,0,3,11,0
537225,1,267,51,51,51,0,0,23,2,8,6,2,7,0,1,2
537233,1,407,67,67,67,6,1,8,2,5,26,12,1,3,1,2
537250,1,261,45,45,44,4,5,6,7,3,14,2,0,1,0,2
537268,1,284,65,65,65,4,0,19,4,9,16,6,2,2,1,2
537276,1,442,80,80,79,6,1,7,7,20,12,10,3,3,4,6
537292,1,334,68,68,68,14,3,9,8,10,17,3,1,1,1,1
537292,2,43,20,20,20,4,1,4,0,5,1,2,1,2,0,0
537292,3,48,19,19,19,0,0,5,1,4,5,2,1,0,0,1
537306,1,71,25,25,25,5,0,5,0,1,6,5,2,0,0,1
537314,1,669,156,155,153,25,3,22,14,14,25,16,7,16,5,6
537331,1,1287,179,178,178,14,6,26,24,13,36,14,9,10,14,12
537331,2,176,19,19,18,0,2,2,0,2,9,0,0,0,0,3
537349,1,173,47,46,45,5,1,10,5,5,10,5,0,2,0,2
537349,2,63,12,12,12,0,0,2,0,4,6,0,0,0,0,0
537349,3,54,19,19,19,5,0,4,0,4,4,0,2,0,0,0
537357,1,988,192,192,192,12,7,47,14,22,39,25,3,7,4,12
537373,1,438,50,50,50,7,0,6,4,5,15,7,3,0,3,0
537373,2,218,40,40,40,4,1,10,2,3,13,4,0,2,0,1
537390,1,618,80,80,80,10,1,8,11,18,15,8,3,1,3,2
537403,1,299,74,74,74,8,2,10,6,6,17,12,4,2,1,6
537411,1,879,129,129,128,12,8,7,24,18,24,14,5,2,4,10
537411,2,55,17,17,17,1,1,2,4,2,3,2,0,0,0,2
537411,3,62,22,22,22,1,3,1,6,4,5,0,1,1,0,0
537411,4,69,30,30,30,3,2,1,4,3,10,2,0,1,2,2
537438,1,1083,192,192,191,17,11,32,26,33,30,14,9,7,8,4
537446,1,712,130,130,130,14,3,23,12,14,24,12,1,12,5,10
537446,2,288,47,47,47,9,1,6,8,2,12,2,3,0,4,0
537446,3,69,16,16,16,2,0,2,0,3,6,1,1,0,0,1
537454,1,79,18,18,18,2,1,0,4,0,7,3,1,0,0,0
537454,2,118,30,30,29,1,0,5,3,3,8,4,1,1,3,0
537454,3,985,198,198,194,19,17,34,29,24,25,17,5,8,11,5
537454,4,833,176,176,176,10,14,25,37,22,26,16,1,7,12,6
537454,5,852,181,180,180,14,5,45,26,21,28,18,4,4,10,5
537454,6,1109,189,188,187,16,19,25,25,26,20,16,6,4,16,14
537454,7,1009,242,241,239,17,16,59,16,33,36,16,2,12,13,19
537454,8,1080,262,262,261,23,16,60,14,19,41,24,4,15,24,21
537454,9,1038,253,253,253,14,26,62,12,12,35,36,3,18,13,22
537462,1,317,54,54,54,5,2,5,4,8,16,8,3,0,3,0
537489,1,783,128,128,127,7,2,22,5,19,46,11,3,3,3,6
537489,2,816,94,94,94,3,0,10,10,10,31,18,3,3,4,2
537489,3,668,94,94,93,10,0,7,12,7,31,9,6,2,6,3
537489,4,52,18,18,18,7,0,0,3,2,5,0,1,0,0,0
537489,5,72,23,23,23,2,2,1,1,4,8,0,0,0,0,5
537497,1,249,49,49,49,4,3,8,7,7,8,3,5,0,3,1
537501,1,2125,299,299,297,35,10,40,39,31,54,31,6,18,23,10
537501,2,2173,239,239,237,21,16,44,13,23,43,28,5,10,26,8
537501,3,2373,227,227,227,24,19,26,27,21,41,14,5,14,23,13
537501,4,225,39,39,39,4,10,3,5,6,6,0,1,0,3,1
537551,1,265,44,44,44,4,1,2,8,9,4,5,4,3,1,3
537560,1,144,32,32,31,3,0,5,3,4,10,2,4,0,0,0
537578,1,377,62,62,61,6,4,9,9,6,11,2,7,1,3,3
537586,1,140,21,21,21,3,0,2,3,3,6,2,0,0,2,0
537586,2,151,42,42,42,7,1,1,9,7,10,5,0,0,1,1
537586,3,379,68,68,67,9,1,14,3,18,14,4,0,1,2,1
537586,4,55,9,9,9,0,0,0,0,1,5,0,3,0,0,0
537616,1,433,67,67,65,2,2,5,5,12,11,10,5,3,5,5
537624,1,416,79,79,78,7,4,12,5,8,17,12,1,1,4,7
537632,1,521,131,131,131,6,5,25,5,7,37,24,8,2,11,1
537659,1,355,56,56,55,4,2,9,10,9,12,3,1,1,1,3
537667,1,333,68,68,68,11,3,8,7,13,13,3,3,0,6,1
537683,1,1281,244,244,242,31,4,50,27,23,52,11,5,10,16,13
537683,2,951,287,287,286,13,16,77,28,20,63,28,4,9,22,6
537683,3,452,164,164,164,11,8,61,9,8,19,18,2,7,17,4
537683,4,657,197,197,196,15,11,45,9,24,39,28,3,8,7,7
537683,5,918,164,162,161,10,10,44,7,16,23,16,3,11,12,9
537683,6,704,186,186,185,14,13,39,13,27,41,17,3,9,4,5
537683,7,671,201,201,198,10,13,51,15,20,37,12,6,17,14,3
537683,8,898,213,213,211,12,5,43,23,27,35,25,10,9,15,7
537683,9,927,229,229,229,7,6,66,16,23,55,29,6,2,12,7
537683,10,886,255,255,253,16,20,44,18,28,52,23,8,11,12,21
537683,11,615,125,125,124,9,10,27,5,6,17,17,4,5,17,7
537683,12,433,85,84,84,8,3,19,2,15,18,7,1,3,6,2
537683,13,522,90,90,90,5,0,21,4,8,14,11,6,3,7,11
537683,14,253,64,64,64,5,6,9,9,6,6,1,7,8,4,3
537683,15,932,195,195,195,11,11,47,10,15,42,19,4,11,19,6
537721,1,911,166,166,166,7,12,29,21,22,25,15,3,9,16,7
537756,1,1297,173,173,172,26,13,25,15,24,26,11,13,4,8,7
537764,1,940,136,136,136,12,2,17,15,15,29,23,6,2,9,6
537764,2,890,148,148,147,8,9,13,33,7,32,9,12,6,11,7
537764,3,782,125,125,125,16,1,33,5,11,27,10,2,8,6,6
537772,1,412,60,60,60,9,5,9,4,5,17,3,4,1,3,0
537781,1,748,108,108,108,15,7,19,7,18,19,12,1,3,3,4
537799,1,162,36,36,35,0,0,6,3,3,11,6,1,1,3,1
537802,1,288,45,45,44,4,0,4,7,12,9,3,0,0,3,2
537802,2,106,13,13,13,0,0,2,0,3,4,2,1,1,0,0
537802,3,51,14,14,14,4,1,0,3,1,3,0,0,0,2,0
537811,1,776,113,113,113,12,2,11,10,17,28,13,6,2,4,8
537837,1,419,56,56,56,5,5,8,3,7,16,5,1,1,2,3
537853,1,419,57,57,57,5,3,8,10,7,11,2,6,0,1,4
537861,1,402,76,76,74,4,1,7,14,3,13,17,7,1,6,1
537896,1,641,100,100,99,13,0,13,9,12,19,9,2,7,4,11
537900,1,268,30,30,30,2,1,2,1,5,11,5,3,0,0,0
537942,1,243,48,48,48,6,1,10,3,5,13,2,5,0,3,0
537951,1,75,31,31,31,1,1,12,2,9,4,1,0,0,1,0
537977,1,363,51,51,50,4,3,14,2,5,8,2,0,3,4,5
537985,1,532,103,103,103,7,7,8,8,19,17,2,29,0,3,3
537993,1,313,42,42,42,9,2,3,1,5,9,5,4,0,1,3
551481,1,148,19,19,19,1,1,4,1,1,4,2,0,1,2,2
599301,1,93,26,26,26,2,0,1,8,5,8,1,0,0,0,1
599581,1,369,222,222,217,89,9,17,16,9,40,12,5,3,4,13
599590,1,159,16,16,16,1,3,4,2,0,1,2,1,0,1,1
599611,1,150,52,52,52,2,4,18,6,8,13,1,0,0,0,0
599620,1,332,76,76,75,7,0,10,6,8,10,29,1,3,0,1
599638,1,480,46,46,46,4,1,6,3,7,10,6,0,4,3,2
599654,1,63,34,34,31,4,5,2,4,4,8,0,2,0,0,2
599662,1,109,42,42,41,0,0,5,0,9,16,4,1,1,5,0
599671,1,178,38,38,37,3,2,2,8,4,13,3,2,0,0,0
599697,1,190,34,34,34,4,2,1,6,8,9,0,1,2,0,1
505781,1,528,123,122,121,19,5,28,9,12,24,10,4,3,4,3
513628,1,179,46,46,46,8,1,13,0,4,12,4,1,0,3,0
513644,1,193,56,56,56,6,1,20,3,3,9,6,2,4,1,1
529656,1,144,49,49,49,4,6,18,1,1,4,2,1,2,8,2
531553,1,240,62,62,62,3,5,9,5,6,21,4,5,0,2,2
533254,1,280,59,59,59,5,5,8,4,5,17,5,4,1,1,4
533378,1,531,141,141,141,15,3,42,9,12,14,19,4,5,5,13
533416,1,892,131,131,131,16,5,21,14,11,24,7,7,2,10,14
533416,2,852,183,183,183,17,15,46,23,20,27,14,8,2,8,3
533416,3,898,199,199,193,17,5,31,25,16,39,20,3,11,9,17
533416,4,156,30,30,30,3,2,3,0,5,8,3,0,1,3,2
533432,1,594,104,103,103,8,5,21,6,9,22,6,2,3,4,17
533548,1,307,51,51,51,4,1,7,5,10,12,0,1,5,5,1
533564,1,328,58,58,58,4,2,10,5,12,12,4,2,0,5,2
533564,2,139,30,30,30,3,4,0,4,5,8,2,2,1,0,1
533564,3,138,20,20,20,7,0,2,0,4,6,0,0,0,1,0
533564,4,139,33,33,33,3,1,5,4,7,3,5,4,0,0,1
533718,1,695,123,123,123,18,7,17,18,12,21,5,2,3,10,10
533718,2,142,23,23,23,3,0,4,1,5,4,2,0,1,2,1
533718,3,172,39,39,39,4,3,9,1,2,2,10,1,0,3,4
533874,1,136,38,38,38,6,0,11,3,3,8,2,0,2,3,0
533904,1,487,142,142,142,8,3,42,5,19,32,15,4,6,3,5
534684,1,216,57,57,57,4,1,19,3,3,21,2,1,0,1,2
534781,1,683,106,105,103,8,15,18,4,7,16,17,3,2,8,5
534960,1,210,51,51,51,5,0,13,1,5,17,4,0,1,2,3
534986,1,343,82,82,81,5,2,24,2,10,20,7,0,3,4,4
535362,1,677,138,137,135,14,3,34,16,7,23,11,3,5,11,8
536130,1,318,62,62,62,9,1,6,14,5,19,4,0,1,2,1
538043,1,596,147,147,147,9,9,43,2,6,45,5,0,5,13,10
538051,1,1111,228,227,225,21,7,61,14,18,49,9,4,13,16,13
538086,1,600,150,150,141,18,6,31,16,12,20,13,1,4,14,6
538094,1,1319,272,272,270,9,8,51,21,36,65,21,7,14,23,15
538094,2,721,182,182,181,7,7,49,5,16,33,29,5,9,14,7
538094,3,1072,117,117,116,8,6,28,4,11,16,16,3,8,6,10
538094,4,689,164,164,163,9,7,30,7,16,25,20,7,8,19,15
538094,5,721,125,125,125,16,1,20,10,7,33,8,5,10,7,8
538094,6,900,192,192,191,10,2,51,9,12,42,23,4,14,16,8
538094,7,848,163,163,162,13,7,20,17,29,30,14,1,7,7,17
538094,8,878,145,145,145,17,4,36,8,16,20,9,2,10,5,18
538094,9,1213,240,240,236,22,4,23,49,40,49,10,5,4,16,14
538094,10,976,222,222,219,16,34,48,18,21,32,18,5,8,9,10
538094,11,936,189,189,187,14,9,36,41,26,22,12,3,9,6,9
538094,12,998,242,242,239,15,28,38,12,26,55,23,6,7,15,14
538094,13,1050,219,219,219,20,8,52,22,25,28,27,7,8,12,10
538094,14,71,21,21,21,2,0,1,6,1,5,2,0,0,1,3
538094,15,1011,202,202,202,10,5,71,8,21,35,17,3,10,13,9
538108,1,514,91,91,91,4,3,26,7,9,19,6,5,2,6,4
538132,1,839,202,202,201,7,8,53,13,24,39,16,10,8,6,17
538132,2,1051,261,260,259,19,12,55,20,19,53,28,4,19,16,14
538132,3,712,177,177,173,15,7,34,13,20,26,28,7,13,4,6
538132,4,739,169,169,168,12,11,31,16,23,33,20,0,9,6,7
538132,5,963,189,189,189,12,8,47,17,20,36,22,3,10,10,4
538132,6,784,129,129,127,12,5,35,6,13,26,9,2,7,8,4
538132,7,1241,288,288,286,17,11,65,23,35,45,33,12,15,15,15
538132,8,515,119,119,119,16,4,13,15,24,13,12,3,5,6,8
538132,9,280,60,60,60,3,1,8,14,10,9,7,0,1,2,5
538132,10,596,162,162,161,8,12,49,10,14,12,19,0,12,8,17
538132,11,1222,169,169,167,13,12,46,10,9,32,17,6,7,2,13
538141,1,466,130,130,130,12,6,25,4,10,33,13,4,5,6,12
538167,1,643,146,146,146,3,2,35,9,11,52,8,1,4,5,16
538191,1,529,107,107,107,8,5,22,7,13,24,7,7,2,1,11
538221,1,445,131,131,130,7,7,26,8,18,24,7,9,8,10,6
538221,2,297,44,44,44,5,2,4,4,7,8,7,1,1,4,1
538230,1,1552,349,349,346,22,10,99,22,28,69,29,11,11,30,15
538248,1,552,123,123,123,1,12,31,5,3,30,14,1,3,14,9
538256,1,1006,350,348,344,19,17,99,19,51,42,23,4,22,23,25
538264,1,618,165,165,158,14,12,47,12,14,24,11,4,6,7,7
538272,1,1177,254,254,253,22,4,89,15,15,40,28,4,4,20,12
538272,2,626,167,167,165,11,2,40,10,6,31,23,5,13,14,10
538281,1,66,13,13,13,1,0,4,0,0,4,0,0,3,1,0
538281,2,129,24,24,24,0,3,6,2,0,9,0,0,1,3,0
538299,1,1536,394,394,390,23,13,115,21,39,67,30,2,29,31,20
538299,2,1610,380,380,378,19,14,122,19,27,69,32,7,13,33,23
538311,1,936,194,194,194,23,8,60,16,10,28,10,4,10,14,11
538311,2,1302,342,341,339,16,12,96,27,20,49,31,5,26,29,28
538329,1,266,40,40,38,1,1,8,5,3,11,0,1,4,2,2
538370,1,475,138,138,136,10,13,28,5,5,29,19,1,3,13,10
538418,1,160,42,42,42,6,0,9,3,2,5,8,3,2,1,3
538426,1,937,204,204,201,12,10,62,7,11,42,26,7,5,9,10
538442,1,1698,405,405,403,33,5,95,24,27,67,71,7,14,32,28
538451,1,749,258,258,257,26,6,88,5,12,48,19,0,11,22,20
538469,1,266,72,72,72,16,0,10,9,8,7,5,2,2,8,5
538477,1,1315,293,293,289,23,7,76,24,21,55,14,4,13,24,28
538485,1,855,173,173,173,16,7,45,4,9,33,13,2,14,13,17
538493,1,1004,300,300,297,21,18,95,13,25,55,16,5,16,20,13
538493,2,839,203,203,194,17,18,52,10,15,30,10,5,15,10,12
538493,3,419,133,133,132,6,7,25,7,6,31,15,0,10,20,5
538493,4,257,72,72,72,7,5,24,6,5,7,5,0,3,9,1
538507,1,796,156,156,154,10,5,37,18,15,21,12,9,6,11,10
538515,1,877,174,174,174,16,2,31,12,16,33,25,8,4,17,10
538523,1,1641,393,393,390,27,21,108,25,27,89,30,3,17,22,21
538540,1,1493,298,298,297,20,13,85,26,28,58,21,1,9,27,9
538558,1,667,105,105,104,14,2,30,7,2,20,10,0,6,8,5
538566,1,342,103,103,103,12,9,22,8,5,29,7,2,2,2,5
538574,1,643,166,166,165,11,6,27,14,13,21,16,5,5,25,22
538574,2,1629,300,300,298,24,17,66,25,32,47,24,8,20,9,26
538574,3,1076,218,217,212,17,3,36,38,32,31,12,10,7,15,11
538574,4,957,234,234,229,18,8,45,39,34,39,12,5,7,8,14
538582,1,757,213,213,210,27,34,51,15,22,27,8,4,5,10,7
538582,2,204,54,54,53,4,8,10,0,3,13,3,1,5,3,3
538582,3,131,39,39,39,3,1,13,0,2,10,1,0,6,2,1
538604,1,425,102,102,100,7,5,20,7,7,16,17,2,5,6,8
538612,1,378,66,66,65,7,6,16,3,4,13,5,0,4,5,2
538621,1,424,67,67,67,11,2,16,8,3,14,2,5,2,1,3
538639,1,167,18,18,18,5,0,1,0,3,9,0,0,0,0,0
538655,1,541,125,124,124,13,4,37,1,10,32,5,2,7,6,7
538671,1,967,256,256,252,13,6,59,15,15,50,44,7,9,20,14
538698,1,283,93,93,91,6,2,20,7,6,17,16,0,4,10,3
538701,1,629,151,150,148,19,4,34,10,12,24,22,3,6,2,12
538728,1,1135,301,301,296,17,13,89,16,14,53,32,5,14,21,22
538728,2,1245,277,277,275,27,15,74,15,18,55,22,1,14,24,10
538728,3,743,213,213,212,6,12,80,5,20,34,13,2,14,12,14
538728,4,877,280,280,274,23,10,76,17,36,46,13,4,17,15,17
538728,5,1095,350,350,347,26,17,114,7,15,61,21,4,25,34,23
538728,6,940,245,245,245,10,13,80,10,17,30,21,1,21,18,24
538728,7,849,243,243,242,8,10,85,8,22,30,22,0,16,17,24
538728,8,914,202,202,202,18,8,38,15,12,55,14,5,11,16,10
538728,9,906,303,303,300,15,26,98,10,17,48,25,2,23,25,11
538728,10,1153,298,298,296,8,24,83,18,24,66,17,5,18,23,10
538728,11,125,32,32,32,2,3,7,2,2,7,0,1,1,0,7
538728,12,158,25,25,25,0,0,6,0,5,7,4,0,1,1,1
538728,13,104,18,18,18,2,0,5,0,1,2,2,0,0,1,5
538728,14,309,99,99,98,8,3,18,3,3,19,16,3,10,12,3
538728,15,439,98,98,97,2,2,45,4,3,12,10,0,6,6,7
538752,1,914,244,244,241,28,11,54,0,35,47,23,3,18,12,10
538761,1,534,109,109,109,10,2,33,3,7,23,10,2,6,6,7
538779,1,552,81,81,78,9,1,15,5,1,13,17,5,0,4,8
538787,1,311,97,97,95,24,3,11,3,10,19,1,1,2,10,11
538809,1,1581,343,343,343,19,16,83,19,25,86,30,8,19,24,14
538825,1,562,107,107,105,10,3,31,11,11,22,8,0,1,4,4
538833,1,434,95,95,93,4,4,26,11,2,34,4,0,1,6,1
538833,2,552,156,156,155,13,0,42,8,6,32,17,2,5,19,11
538833,3,143,49,49,49,3,1,16,2,2,6,6,4,3,1,5
538841,1,824,225,225,223,16,20,75,5,12,34,20,2,18,14,7
538850,1,660,144,144,142,11,8,29,6,7,37,16,4,8,5,11
538876,1,1084,281,281,280,13,5,93,4,24,33,51,2,13,20,22
538876,2,1150,308,307,304,26,11,104,9,22,46,36,1,9,18,22
538884,1,1096,252,251,250,18,13,63,22,25,50,26,4,10,13,6
538892,1,544,142,142,142,7,3,34,10,16,26,15,5,5,12,9
538914,1,995,203,203,201,24,7,52,12,16,30,20,4,17,13,6
538957,1,1151,501,501,498,35,19,169,33,34,67,47,12,23,26,33
538957,2,1597,358,358,355,18,19,111,15,38,45,36,13,11,18,31
538957,3,1522,370,370,369,15,14,114,12,41,56,35,11,12,41,18
538965,1,869,184,184,182,21,4,41,4,13,41,15,7,10,21,5
538973,1,211,41,41,41,3,4,8,3,3,10,1,5,0,3,1
538981,1,1271,279,279,279,18,5,74,14,33,50,39,6,14,15,11
538981,2,634,123,123,123,10,6,33,3,9,25,11,1,4,11,10
538990,1,430,101,101,100,7,3,25,8,10,21,7,2,5,5,7
539015,1,432,80,80,80,6,2,14,9,10,17,11,1,2,3,5
539031,1,584,136,136,135,11,4,42,7,12,22,10,3,6,13,5
539040,1,468,57,57,54,2,0,19,7,1,9,2,3,6,0,5
539058,1,2085,532,532,528,34,18,155,13,34,113,52,6,26,38,39
539066,1,984,294,294,294,18,11,84,21,9,78,26,2,13,18,14
539066,2,1039,278,278,276,15,16,98,11,13,51,12,3,27,20,10
539082,1,312,94,94,94,8,1,20,2,4,25,11,0,1,19,3
539091,1,395,69,69,69,5,0,13,7,5,25,6,1,2,2,3
564761,1,180,34,34,34,5,2,8,0,4,10,1,2,0,2,0
564788,1,61,16,16,16,3,0,3,1,2,0,3,2,1,0,1
564796,1,118,29,29,29,2,1,2,0,11,9,0,0,4,0,0
564869,1,330,77,77,69,7,6,13,2,8,17,5,1,4,5,1
564885,1,252,56,56,55,1,3,19,9,2,8,3,1,1,5,3
564907,1,725,141,141,141,7,4,38,5,16,38,8,1,9,5,10
564915,1,259,54,54,54,3,3,7,0,0,18,6,3,1,9,4
564974,1,559,108,108,108,9,3,27,0,8,27,16,2,5,7,4
564982,1,957,261,261,259,10,14,90,8,16,50,12,4,7,30,18
564991,1,439,112,112,110,6,1,38,2,16,27,9,2,1,8,0
565008,1,177,41,41,41,9,0,15,1,1,6,1,1,2,4,1
565989,1,263,43,43,43,0,1,14,4,2,14,4,0,2,1,1
571644,1,122,38,38,38,4,0,9,4,3,10,4,1,1,1,1
571679,1,73,18,18,17,0,0,5,0,1,8,0,2,0,1,0
571954,1,397,62,62,61,5,2,9,0,9,17,9,1,1,5,3
598267,1,367,63,63,63,5,2,16,5,1,17,6,0,1,3,7
598283,1,211,64,64,64,6,2,26,2,2,8,5,1,6,2,4
598305,1,258,65,65,64,5,1,20,4,5,13,6,2,1,6,1
599221,1,227,61,61,60,5,5,16,0,3,17,5,2,3,4,0
599719,1,401,98,98,98,6,3,26,9,8,22,13,0,0,8,3
513431,1,288,91,91,91,5,3,25,4,9,9,11,4,5,13,3
513458,1,1310,353,353,349,22,5,96,9,24,80,33,8,15,37,20
531146,1,517,135,135,135,9,5,38,14,12,34,7,2,8,4,2
531618,1,1437,347,347,346,19,18,87,9,24,65,31,14,21,41,17
531723,1,1600,386,386,383,31,24,102,14,32,76,35,9,16,24,20
531723,2,1901,472,472,470,27,18,131,18,23,95,52,7,29,39,31
531821,1,706,155,155,155,13,14,33,7,15,34,6,8,7,9,9
532215,1,829,169,169,169,7,2,37,25,18,45,11,4,1,14,5
532789,1,554,175,175,174,10,14,46,16,12,37,7,1,14,6,11
532991,1,812,186,185,184,24,7,34,24,23,34,5,5,4,12,12
539104,1,213,58,58,58,6,4,8,6,5,12,4,2,3,5,3
539104,2,86,27,27,27,4,0,3,0,3,8,0,6,0,2,1
539104,3,46,16,16,15,0,0,1,2,2,4,3,0,1,1,1
539121,1,284,81,81,81,5,2,30,3,1,16,6,2,6,6,4
539139,1,961,369,369,364,26,27,146,11,21,36,28,1,27,18,23
539139,2,969,357,357,357,16,22,139,11,21,42,43,0,29,11,23
539139,3,965,262,262,262,11,20,100,12,16,41,12,4,9,16,21
539139,4,985,377,377,374,23,17,117,17,34,53,27,3,38,19,26
539139,5,1124,396,395,391,11,25,160,14,17,36,43,5,21,40,19
539147,1,227,57,57,57,4,5,14,3,5,13,6,0,4,0,3
539155,1,575,142,142,142,17,7,33,11,8,37,5,4,7,7,6
539155,2,213,48,48,47,3,3,9,8,6,13,0,1,0,1,3
539163,1,871,219,219,218,11,7,52,16,17,51,29,5,12,8,10
539163,2,331,93,93,93,12,4,23,11,7,14,7,2,5,5,3
539171,1,413,95,95,95,8,6,18,10,8,20,10,2,4,5,4
539180,1,240,67,67,66,7,1,22,5,14,10,0,1,1,3,2
539198,1,787,302,302,301,11,9,103,8,21,46,46,3,23,23,8
539198,2,1059,346,345,342,38,9,108,6,27,46,37,2,29,25,15
539198,3,786,286,286,284,12,13,106,10,22,38,29,0,13,22,19
539210,1,1990,626,625,614,20,16,241,31,33,107,39,7,40,41,39
539210,2,502,111,111,110,6,8,24,8,7,26,7,4,2,10,8
539228,1,1148,221,221,219,16,4,61,16,14,26,19,16,9,25,13
539236,1,1212,306,306,303,15,14,82,18,24,60,26,2,19,20,23
539236,2,1206,300,300,300,17,11,97,12,19,51,41,6,15,17,14
539244,1,1170,321,321,321,20,24,92,21,25,49,27,8,17,24,14
539244,2,1180,251,251,250,13,35,49,23,13,38,18,3,17,27,14
539244,3,1118,264,264,261,17,32,64,23,23,40,13,4,17,21,7
539244,4,999,265,265,260,16,25,76,17,24,50,20,3,4,16,9
539244,5,1033,149,149,148,5,16,46,10,10,19,11,5,7,8,11
539252,1,973,234,234,230,19,5,58,27,14,39,22,9,8,16,13
539252,2,262,69,69,69,10,2,20,1,8,12,0,5,2,6,3
539252,3,263,76,76,75,4,5,24,7,8,9,10,2,2,2,2
539261,1,370,124,124,123,12,0,33,6,17,19,7,2,7,6,14
539287,1,274,68,68,68,2,0,21,4,2,14,6,2,4,10,3
539295,1,594,120,119,118,4,4,41,2,14,21,13,5,8,2,4
539309,1,1454,336,336,334,23,12,93,17,16,73,22,10,7,33,28
539317,1,995,178,178,177,12,4,26,36,19,41,9,2,7,13,8
539325,1,2939,714,713,711,43,20,229,27,30,144,62,16,39,56,45
539325,2,892,180,180,180,12,6,53,4,7,53,19,3,5,15,3
539325,3,612,187,187,185,2,13,64,4,6,42,20,6,10,14,4
539325,4,571,198,198,197,16,3,62,6,11,37,28,2,7,18,7
539333,1,1239,277,277,275,34,16,54,17,17,47,24,9,26,16,15
539333,2,1059,269,269,267,48,13,61,20,10,47,12,1,15,21,19
539333,3,446,79,79,76,6,0,27,6,5,11,2,0,6,7,6
539333,4,263,68,68,68,11,3,11,5,5,11,4,3,10,1,4
539333,5,149,16,16,16,2,1,3,1,2,1,0,0,6,0,0
539333,6,248,64,64,64,7,0,10,4,9,17,2,0,5,6,4
539341,1,514,174,174,168,9,9,57,3,12,43,8,5,4,11,7
539350,1,1072,208,208,205,13,7,48,10,26,46,15,0,11,17,12
539368,1,1048,162,162,160,16,6,23,16,19,35,9,4,17,5,10
539384,1,428,135,135,135,11,3,31,11,12,28,11,4,3,9,12
539392,1,673,151,151,149,16,6,44,9,16,22,9,3,8,8,8
539406,1,1023,306,306,302,20,11,96,7,20,51,30,4,18,27,18
539414,1,1003,244,244,243,13,5,74,16,30,33,21,3,18,14,16
539414,2,755,153,153,153,14,2,35,14,21,23,16,1,16,6,5
539414,3,893,180,180,180,14,10,51,11,20,22,14,5,10,10,13
539422,1,575,151,151,150,12,6,44,5,12,37,9,3,8,11,3
539422,2,398,96,96,96,5,4,23,1,3,27,13,5,4,4,7
539457,1,480,116,114,112,3,6,39,2,13,22,6,2,1,9,9
539490,1,603,184,184,183,11,7,75,9,21,33,9,2,1,7,8
539503,1,901,246,246,244,13,4,72,17,25,49,14,6,10,22,12
539511,1,501,98,98,97,12,2,16,7,4,33,7,5,2,4,5
539520,1,684,156,156,155,5,3,57,3,11,26,19,1,7,16,7
539546,1,482,117,117,117,8,2,43,4,9,19,2,11,8,7,4
539562,1,264,68,68,68,1,5,11,4,8,10,6,3,1,8,11
539571,1,1745,501,500,499,18,23,140,22,32,145,39,3,26,33,18
539597,1,2578,576,574,572,23,23,176,18,31,121,45,8,29,61,37
539627,1,353,114,114,113,9,3,31,8,5,18,9,0,8,11,11
539627,2,1186,360,360,360,28,15,106,17,29,54,30,5,30,30,16
539627,3,858,297,297,297,14,17,106,14,24,36,20,2,36,17,11
539627,4,821,250,250,250,15,10,57,24,45,25,29,0,12,20,13
539627,5,934,345,345,341,20,11,97,19,37,47,42,4,31,14,19
539627,6,744,227,227,225,8,13,72,11,19,32,14,0,15,16,25
539627,7,879,263,263,262,14,26,79,12,14,36,19,5,21,15,21
539643,1,1487,424,423,421,32,22,114,19,28,69,35,7,35,41,19
539643,2,1096,329,328,325,17,13,92,18,38,53,28,6,16,15,29
539651,1,818,204,204,201,18,7,69,16,9,39,17,2,3,12,9
539660,1,652,177,177,171,11,5,47,11,18,30,9,5,9,19,7
539686,1,934,254,254,254,13,13,75,5,19,42,29,5,19,20,14
539708,1,843,250,250,248,17,10,60,18,16,58,17,9,11,20,12
539732,1,938,197,197,196,20,5,50,8,36,16,19,7,8,7,20
539732,2,156,44,44,44,5,3,5,5,7,9,4,1,0,3,2
539732,3,364,72,72,72,6,4,19,0,3,25,8,3,0,3,1
539759,1,847,217,217,217,16,11,65,16,9,40,16,6,7,12,19
539759,2,177,47,47,47,8,1,12,3,3,6,3,2,2,1,6
539767,1,1014,292,292,292,17,21,79,30,28,50,26,5,15,14,7
539775,1,570,128,128,128,10,9,30,13,1,23,9,5,9,12,7
539805,1,482,159,159,158,6,11,62,12,9,22,10,0,12,10,4
539813,1,1980,537,537,536,34,21,184,36,26,86,47,5,28,32,37
539830,1,403,113,113,112,7,1,26,4,5,25,24,1,4,10,5
539848,1,928,190,190,190,11,6,50,13,11,41,15,1,19,8,15
539848,2,935,238,238,238,15,10,74,23,18,38,18,4,18,6,14
539856,1,1266,330,330,329,22,34,82,13,16,55,37,3,31,17,19
539872,1,747,173,173,172,7,3,45,11,12,40,13,4,11,13,13
539881,1,959,200,200,200,29,3,40,7,10,58,21,2,7,9,14
539902,1,1203,323,323,320,15,6,108,10,16,66,26,14,17,23,19
540048,1,263,98,98,96,10,3,29,6,8,20,6,3,2,8,1
540765,1,1120,219,218,216,12,11,66,9,5,32,27,3,14,21,16
540765,2,1018,220,220,220,13,16,58,29,17,32,20,2,10,14,9
540765,3,1132,249,249,248,11,13,59,30,21,29,17,4,26,24,14
540765,4,548,135,135,135,10,10,38,7,8,24,14,2,5,7,10
540765,5,169,50,50,50,5,4,13,0,4,11,5,0,2,5,1
571199,1,129,31,31,31,3,3,7,0,3,7,4,0,0,2,2
571211,1,487,121,121,119,7,4,34,6,14,37,4,2,5,3,3
571261,1,414,140,140,140,11,9,42,7,13,23,14,2,6,5,8
571288,1,222,57,57,57,1,1,21,5,3,13,3,0,1,5,4
571318,1,171,43,43,43,4,1,7,1,4,14,11,1,0,0,0
571326,1,104,13,13,13,1,0,0,4,2,3,1,0,2,0,0
571326,2,169,54,54,54,4,9,20,1,3,11,0,1,3,0,2
571334,1,79,21,21,21,1,0,7,0,0,1,7,0,2,1,2
571342,1,236,64,64,63,2,0,14,8,7,20,7,0,3,0,2
571351,1,574,171,171,170,12,5,53,8,15,39,13,2,12,6,5
598313,1,178,61,61,61,3,2,5,2,13,16,4,2,3,6,5
599727,1,354,109,109,108,13,4,23,8,5,21,6,6,6,11,5
599735,1,735,183,183,181,11,1,63,17,19,40,14,0,4,5,7
513504,1,302,35,35,35,0,7,5,2,1,10,3,6,0,0,1
513512,1,244,53,53,53,8,3,6,3,7,18,5,1,1,0,1
513521,1,133,32,32,32,4,8,3,3,1,6,0,2,4,0,1
513539,1,154,41,41,41,5,1,11,2,5,9,0,3,2,2,1
513547,1,238,59,58,58,3,1,8,6,8,9,9,2,5,0,7
513555,1,164,36,36,34,8,2,5,4,3,8,0,0,2,0,2
513571,1,113,43,43,42,6,1,1,6,9,11,4,0,1,3,0
513580,1,215,44,44,43,2,1,13,7,12,4,2,0,0,1,1
529664,1,50,12,12,12,1,0,0,1,8,1,0,0,0,1,0
529672,1,130,35,35,33,9,2,2,7,2,4,0,2,0,4,1
529681,1,107,21,21,21,2,0,1,6,7,3,0,2,0,0,0
530573,1,850,200,200,200,18,22,39,20,40,22,11,4,5,9,10
530573,2,436,76,76,75,5,8,11,7,8,19,3,5,4,3,2
530573,3,200,43,43,43,4,6,8,2,5,9,0,2,0,4,3
530573,4,147,23,23,22,2,2,3,2,1,1,5,4,0,1,1
530573,5,109,21,21,21,3,0,10,1,1,3,0,1,2,0,0
530573,6,78,20,20,20,2,5,2,1,6,0,3,0,0,0,1
530573,7,218,25,25,24,8,0,0,1,6,4,3,1,0,0,1
530573,8,138,19,19,19,2,5,1,4,1,3,1,0,1,0,1
530573,9,101,20,20,20,0,5,1,1,4,3,5,1,0,0,0
530573,10,51,16,16,15,1,0,2,3,3,5,0,0,0,1,0
539911,1,2279,202,202,197,21,10,22,31,23,35,22,2,5,13,13
539911,2,820,138,138,138,19,7,19,14,16,30,11,6,5,4,7
539911,3,634,144,144,144,12,20,28,7,14,25,12,3,7,7,9
539911,4,957,255,255,251,9,20,63,12,23,63,29,4,4,12,12
539911,5,836,152,152,151,11,10,42,17,17,26,9,3,8,5,3
539911,6,922,193,193,191,15,11,51,17,25,25,20,4,5,6,12
539911,7,717,93,93,92,9,3,9,25,16,13,7,1,3,2,4
539911,8,739,99,99,97,5,7,17,19,10,12,7,4,2,6,8
539911,9,960,198,198,194,16,15,21,27,32,37,18,6,2,13,7
539911,10,685,136,136,135,14,8,29,8,12,27,23,0,3,2,9
539911,11,1032,129,129,129,11,5,16,31,11,22,9,8,1,11,4
539911,12,1081,160,160,159,13,11,25,26,18,28,9,7,7,8,7
539911,13,37,14,14,13,2,1,1,0,1,3,3,0,2,0,0
539911,14,1163,256,254,253,38,22,40,26,39,39,16,2,9,5,17
539911,15,745,101,101,100,6,1,6,17,15,24,10,2,7,6,6
539911,16,778,126,126,124,10,4,18,25,20,15,5,8,2,12,5
539911,17,598,99,99,99,4,4,15,11,25,15,8,4,1,10,2
539911,18,629,119,119,119,14,3,8,24,19,21,2,6,5,11,6
539911,19,665,118,118,118,8,1,23,10,20,26,10,2,5,10,3
539911,20,644,98,98,98,10,7,12,19,13,12,10,0,4,8,3
539911,21,718,102,102,98,11,3,7,14,17,21,7,3,3,5,7
539911,22,731,109,109,107,10,5,13,17,17,13,9,3,3,7,10
539911,23,606,120,119,119,12,5,15,16,24,14,9,4,5,10,5
539911,24,550,101,101,100,7,5,13,18,15,13,4,4,7,3,11
539911,25,728,131,131,128,11,3,19,13,24,31,12,2,2,5,6
539911,26,657,75,75,74,8,2,10,11,14,14,4,4,1,3,3
539911,27,541,77,77,76,4,1,9,7,13,20,7,5,3,3,4
539911,28,767,135,135,134,13,4,17,16,34,17,10,7,4,3,9
539911,29,863,136,136,135,10,4,25,23,22,25,5,7,5,4,5
539911,30,796,117,117,117,10,2,9,10,24,27,8,3,10,7,7
539911,31,647,106,106,105,10,6,8,14,19,27,6,2,1,7,5
539911,32,857,200,200,198,23,8,20,32,33,39,9,10,1,10,13
539911,33,318,78,78,75,5,3,11,7,5,22,10,0,4,4,4
539911,34,391,107,107,106,13,1,25,8,12,25,5,1,3,9,4
539911,35,82,28,28,28,4,0,7,7,5,1,0,2,0,2,0
539911,36,107,20,20,20,0,3,4,2,6,0,1,3,1,0,0
539911,37,266,54,54,54,1,7,9,5,5,12,7,4,1,3,0
539911,38,224,46,46,45,3,3,10,10,7,0,4,2,4,2,0
539911,39,650,174,174,174,7,13,48,22,26,19,12,7,8,3,9
539953,1,572,78,78,78,6,7,10,9,16,19,6,3,1,1,0
539953,2,833,135,135,135,16,6,30,18,9,31,9,6,2,3,5
539970,1,291,60,60,60,8,12,4,5,9,7,7,3,1,0,4
539988,1,257,54,54,53,5,3,16,2,0,11,10,0,2,3,1
539996,1,24,1,1,1,0,0,0,1,0,0,0,0,0,0,0
540013,1,550,69,69,69,7,7,11,8,8,15,6,0,1,1,5
540013,2,940,167,167,166,19,15,26,21,18,29,7,5,1,11,14
540013,3,723,111,111,111,7,6,16,18,21,25,4,6,0,5,3
540013,4,634,85,85,85,8,4,9,14,14,15,7,4,1,3,6
540021,1,276,62,62,62,5,2,13,12,17,4,4,0,2,1,2
540072,1,322,67,67,65,4,1,7,19,11,7,7,1,0,3,5
540081,1,223,46,46,45,3,0,8,6,5,19,0,1,3,0,0
540099,1,341,60,60,59,5,2,14,8,8,11,4,1,1,1,4
540111,1,1313,303,302,293,13,18,51,32,32,55,30,10,12,22,18
540111,2,991,189,189,189,10,17,43,8,31,24,23,0,12,12,9
540111,3,1166,291,291,288,18,15,48,31,52,56,17,6,18,14,13
540111,4,1195,240,240,239,16,10,46,25,29,38,22,6,13,17,17
540111,5,1000,258,258,256,15,16,50,27,29,53,16,5,11,13,21
540111,6,1271,256,256,252,29,15,31,32,35,37,34,6,8,9,16
540129,1,257,60,60,58,4,2,10,5,12,14,2,6,0,0,3
540129,2,160,40,40,40,7,0,11,4,5,7,2,1,2,0,1
540129,3,159,49,48,46,4,4,6,1,9,17,3,1,0,1,0
540129,4,93,28,28,28,5,2,0,4,8,6,1,1,1,0,0
540129,5,62,18,18,17,6,0,0,2,0,3,4,1,0,1,0
540145,1,448,72,72,72,7,4,11,8,16,16,1,0,3,4,2
540153,1,340,58,57,55,4,3,9,8,7,18,5,0,0,0,1
540170,1,271,48,48,48,2,2,13,6,6,12,2,1,0,1,3
540188,1,205,31,31,31,1,3,8,0,2,1,3,0,3,6,4
540218,1,636,93,93,93,12,7,17,19,9,18,0,1,3,4,3
540218,2,119,26,26,26,3,1,2,1,4,12,1,1,0,1,0
540218,3,117,42,42,42,3,3,4,7,7,9,0,7,0,0,2
540242,1,488,87,87,86,6,15,6,9,9,19,2,9,2,3,6
540285,1,325,36,36,36,7,2,4,4,2,9,3,2,0,1,2
540315,1,405,94,94,94,4,6,16,16,18,14,7,4,2,3,4
540315,2,59,14,14,14,0,0,5,2,2,4,0,0,1,0,0
540315,3,87,24,24,24,1,2,5,3,6,4,0,0,1,0,2
540315,4,100,18,18,18,1,0,0,5,2,7,1,0,0,1,1
540323,1,361,71,71,71,9,6,4,4,5,22,5,7,5,1,3
540358,1,208,44,44,44,1,5,13,1,4,7,8,2,1,1,1
540374,1,230,32,32,31,7,2,5,2,5,4,0,0,1,0,5
540374,2,83,23,23,23,4,0,3,4,2,3,0,5,1,1,0
540391,1,423,40,40,40,4,5,6,3,8,3,4,1,0,2,4
540404,1,714,88,88,88,9,1,3,31,19,7,3,2,3,2,8
540404,2,917,142,142,140,10,12,9,30,17,25,10,7,4,13,3
540404,3,82,22,22,22,4,1,2,6,0,3,2,1,1,0,2
540404,4,29,1,1,1,0,0,0,1,0,0,0,0,0,0,0
540439,1,739,112,112,112,16,7,10,25,9,23,8,6,2,1,5
540447,1,380,80,80,79,6,25,5,8,9,15,5,2,1,2,1
540498,1,1052,140,140,137,27,23,18,11,7,23,4,7,3,6,8
540536,1,326,75,74,74,16,5,13,6,8,15,2,2,1,2,4
540552,1,868,146,146,143,13,12,22,18,16,30,14,4,4,5,5
540579,1,154,45,45,44,3,2,8,2,3,15,4,3,2,2,0
540587,1,92,20,20,20,1,0,3,8,4,1,2,0,1,0,0
540625,1,491,75,75,75,5,3,20,7,9,19,3,2,4,2,1
540714,1,745,111,111,111,17,7,17,10,9,29,4,0,4,6,8
540749,1,265,74,74,74,19,2,3,10,23,9,2,1,4,0,1
540757,1,730,122,122,120,10,15,11,19,18,17,6,2,2,8,12
540757,2,759,148,148,145,11,28,20,11,21,24,7,9,4,3,7
540757,3,167,35,35,35,11,6,5,4,6,1,0,0,0,0,2
540757,4,50,18,18,18,2,1,2,3,4,4,0,1,0,0,1
540757,5,49,8,8,6,1,4,0,0,1,0,0,0,0,0,0
540781,1,579,89,89,89,11,4,21,8,9,16,3,1,5,5,6
540790,1,426,64,64,63,10,2,9,3,3,19,4,7,4,1,1
540811,1,635,129,129,129,13,14,21,14,19,24,10,6,1,4,3
540820,1,371,50,50,50,14,3,12,5,4,6,1,0,1,3,1
540846,1,335,53,53,53,7,17,5,1,1,6,2,2,5,1,6
540846,2,80,18,18,18,1,10,0,1,2,1,0,2,0,0,1
540846,3,90,15,15,15,2,4,1,0,2,3,1,2,0,0,0
540889,1,775,166,166,164,9,9,33,19,10,28,27,1,9,11,8
540897,1,192,30,30,30,5,1,8,0,0,10,3,1,0,0,2
540901,1,791,145,144,142,15,11,22,10,19,17,23,10,2,2,11
540901,2,775,148,148,145,13,6,23,14,5,29,14,3,5,18,15
540935,1,927,156,156,155,13,10,23,31,17,30,10,5,2,7,7
540935,2,103,37,37,37,3,1,0,5,7,9,4,1,0,1,6
540943,1,214,55,55,55,3,3,16,8,4,11,5,3,1,1,0
540951,1,514,91,91,90,10,8,13,6,22,18,1,0,3,3,6
540960,1,224,37,37,37,2,4,0,5,2,16,1,1,0,4,2
541010,1,169,37,37,36,2,4,5,1,11,5,4,0,2,2,0
541028,1,310,44,44,44,4,12,2,7,10,6,2,1,0,0,0
541044,1,815,147,147,146,12,45,15,7,8,21,6,5,10,4,13
541044,2,147,33,33,33,1,18,3,2,2,2,0,4,0,1,0
541044,3,125,32,32,32,1,7,1,2,6,11,1,0,0,0,3
541052,1,471,76,76,76,11,1,14,14,15,8,5,2,1,1,4
541087,1,445,79,79,79,8,12,12,7,11,7,5,7,3,4,3
541133,1,394,44,44,44,6,8,6,3,4,4,8,2,1,0,2
541206,1,652,67,67,67,7,2,13,15,7,10,5,5,2,0,1
541231,1,716,113,113,109,8,13,15,11,18,14,12,5,3,5,5
541231,2,563,115,115,115,7,8,8,29,17,19,12,3,4,3,5
541231,3,513,112,112,112,10,16,17,18,14,15,8,1,5,4,4
541231,4,661,122,121,119,15,9,7,35,20,13,5,8,1,2,4
541231,5,167,54,54,47,8,4,0,13,14,4,1,1,2,0,0
541231,6,262,61,61,61,3,6,12,3,13,13,4,2,0,2,3
541231,7,102,22,22,22,0,0,8,12,0,1,1,0,0,0,0
541231,8,194,39,39,39,0,11,3,14,3,6,1,0,0,1,0
541231,9,226,25,25,25,4,0,2,5,5,3,2,2,0,2,0
541231,10,103,33,33,33,7,0,7,7,6,3,2,0,1,0,0
541231,11,132,15,15,15,1,2,3,3,0,2,0,2,1,1,0
541257,1,309,45,45,44,9,3,6,3,1,12,3,0,4,0,3
541273,1,196,43,43,43,3,3,2,21,6,3,1,1,1,0,2
541281,1,912,158,158,157,21,13,34,10,21,18,17,5,7,5,6
541281,2,546,103,103,101,13,8,14,10,15,6,13,5,5,5,7
541281,3,724,96,96,96,8,19,18,7,14,11,11,2,1,3,2
541281,4,690,144,144,143,18,10,14,31,14,26,11,3,6,3,7
541281,5,239,100,100,95,39,6,4,19,8,4,11,1,1,2,0
541281,6,931,198,198,196,18,12,36,11,20,32,26,11,5,8,17
541281,7,569,104,104,104,9,16,18,7,7,15,8,3,5,7,9
541281,8,997,164,164,162,14,11,32,11,26,34,11,6,2,7,8
541281,9,170,33,33,33,6,1,2,3,4,14,1,0,0,1,1
541281,10,109,28,28,27,2,0,4,2,4,4,2,4,0,0,5
541281,11,126,31,31,29,6,4,5,1,4,5,1,1,0,0,2
541281,12,148,17,17,17,0,2,2,2,0,6,0,1,0,1,3
541281,13,59,11,11,11,2,1,2,1,3,0,0,1,0,0,1
541311,1,200,59,59,58,7,6,6,11,7,16,0,2,1,1,1
541320,1,293,73,73,72,11,1,7,16,14,13,3,0,2,2,3
541338,1,1042,207,207,205,26,14,36,36,18,31,14,4,6,10,10
541371,1,273,88,88,88,4,13,9,12,13,21,2,4,2,3,5
541389,1,325,60,60,60,1,7,14,1,5,12,7,2,3,5,3
541397,1,499,92,92,92,20,15,12,8,14,13,3,1,4,0,2
541419,1,244,42,42,42,6,5,5,5,9,3,3,1,0,2,3
541427,1,454,88,88,88,7,6,14,11,21,19,1,5,1,2,1
541427,2,49,15,15,15,1,0,2,0,0,12,0,0,0,0,0
541451,1,187,48,47,47,8,10,5,0,6,9,1,2,0,2,4
541508,1,431,86,86,86,11,4,8,8,22,7,7,8,3,2,6
541508,2,124,27,27,27,6,0,2,8,3,5,1,2,0,0,0
541516,1,527,70,70,70,5,3,9,8,12,16,4,2,4,3,4
541524,1,197,41,41,41,3,9,7,10,8,2,0,2,0,0,0
541524,2,131,36,36,36,7,0,3,11,8,4,0,1,0,0,2
541541,1,480,119,119,118,6,3,37,5,12,15,10,4,10,13,3
541567,1,236,47,47,47,4,3,8,7,3,15,2,2,1,2,0
541583,1,265,90,90,90,8,13,20,13,13,15,0,0,5,0,3
541591,1,500,98,98,98,13,8,11,6,10,27,6,3,5,6,3
541591,2,82,17,17,17,5,1,5,0,0,2,1,2,0,0,1
541591,3,106,42,42,42,3,23,3,0,4,4,0,1,1,0,3
541613,1,287,44,44,44,7,6,3,10,4,8,0,2,1,3,0
564214,1,80,15,15,15,1,0,5,0,2,3,1,0,0,2,1
564222,1,50,12,12,12,5,0,0,1,1,1,2,0,0,1,1
564249,1,169,20,20,20,1,0,3,7,3,2,0,1,3,0,0
564257,1,82,27,27,27,4,0,2,6,5,5,1,1,1,1,1
564273,1,85,31,31,31,0,8,2,1,10,6,2,0,0,1,1
564320,1,102,27,27,26,6,2,0,3,6,2,1,1,2,3,0
564338,1,66,13,13,13,1,1,1,0,3,3,1,0,0,1,2
564346,1,144,48,48,48,6,9,5,4,6,5,7,3,0,1,2
564362,1,133,21,21,21,1,7,0,4,0,3,5,0,0,0,1
564389,1,139,41,41,41,3,3,8,6,12,3,1,0,3,0,2
564419,1,136,35,35,35,4,2,2,5,7,6,1,0,1,5,2
564478,1,204,38,38,38,8,0,6,3,3,9,6,2,0,1,0
564486,1,869,147,147,144,11,7,24,21,19,25,5,5,5,14,8
564508,1,234,66,66,65,6,9,10,5,0,21,4,4,2,1,3
564524,1,152,21,21,20,2,0,1,5,4,4,2,2,0,0,0
564559,1,160,32,32,30,4,1,10,3,5,2,1,2,0,1,1
564583,1,106,33,33,33,2,4,2,7,4,5,2,3,0,3,1
564605,1,125,19,19,19,1,5,3,1,4,3,2,0,0,0,0
564630,1,128,56,56,56,5,3,17,5,3,13,7,1,1,1,0
564630,2,70,23,23,22,2,0,1,3,0,13,1,1,0,1,0
564664,1,69,19,19,18,7,1,3,1,3,1,0,0,1,0,1
598330,1,79,28,28,28,1,5,4,6,1,7,3,1,0,0,0
598372,1,81,20,20,20,0,0,1,9,1,7,1,1,0,0,0
598381,1,476,136,136,136,45,4,15,18,15,16,5,4,7,2,5
598402,1,319,64,64,64,6,1,7,9,4,20,2,5,1,7,2
598411,1,397,61,61,61,6,4,5,9,10,12,6,1,2,1,5
598429,1,356,84,84,82,7,4,12,9,17,13,8,1,4,1,6
598437,1,101,32,32,31,3,0,1,2,4,9,5,5,2,0,0
598461,1,269,40,40,40,5,4,5,2,4,9,2,3,1,5,0
598470,1,200,34,34,34,5,5,0,4,5,6,4,1,2,0,2
598488,1,177,22,22,22,2,0,4,2,7,4,0,2,1,0,0
599204,1,108,25,25,25,0,0,3,2,4,4,1,0,3,3,5
599298,1,138,22,22,22,4,0,1,4,3,1,2,3,0,1,3
599751,1,63,21,21,21,0,1,2,3,3,4,3,3,2,0,0
529699,1,61,18,18,18,1,0,3,5,6,1,0,0,2,0,0
529711,1,66,15,15,14,4,2,2,5,1,0,0,0,0,0,0
541656,1,918,123,123,123,9,8,20,15,23,17,9,3,4,6,9
541656,2,739,123,123,123,14,2,23,26,21,19,3,0,3,3,9
541656,3,893,221,220,219,7,7,47,29,29,52,18,5,4,10,11
541656,4,718,144,144,142,8,5,13,32,21,24,12,3,6,10,8
541656,5,678,128,128,128,11,2,15,32,18,19,6,3,9,3,10
541656,6,596,98,97,96,4,3,4,26,16,24,8,2,0,7,2
541656,7,1162,123,123,123,6,1,20,11,18,19,18,1,8,13,8
541656,8,462,83,83,83,6,3,9,20,11,14,6,0,6,4,4
541656,9,714,164,164,164,17,4,37,26,24,22,12,9,4,5,4
541656,10,522,93,93,91,8,3,15,10,9,22,9,6,5,3,1
541656,11,807,147,147,145,10,1,21,15,25,34,12,7,8,10,2
541656,12,675,150,149,149,7,4,11,31,31,33,10,7,3,7,5
541656,13,1039,141,141,140,13,0,21,10,22,28,11,4,13,7,11
541656,14,862,122,122,121,13,6,9,24,22,19,9,1,5,7,6
541656,15,994,134,134,132,6,2,21,16,24,28,18,1,5,7,4
541656,16,944,205,205,202,17,4,48,27,32,35,12,7,7,10,3
541656,17,196,33,33,32,1,2,4,6,7,7,0,0,1,0,4
541672,1,167,52,52,52,2,3,3,14,15,8,1,0,1,0,5
541699,1,563,96,96,95,8,11,7,33,12,5,8,3,1,6,1
541699,2,80,6,6,6,1,0,0,1,0,1,0,0,0,2,1
541699,3,62,9,9,9,0,0,2,4,0,1,1,0,1,0,0
541729,1,350,56,56,55,8,3,3,14,13,9,2,2,0,1,0
541737,1,368,40,40,37,8,0,3,5,8,5,2,3,0,1,2
541761,1,39,23,23,23,0,0,5,3,2,5,8,0,0,0,0
541761,2,27,5,5,5,1,0,0,3,0,1,0,0,0,0,0
541761,3,147,36,36,36,2,1,6,8,5,6,3,1,2,0,2
541770,1,472,88,88,85,6,0,6,27,12,20,7,2,1,0,4
541818,1,515,63,63,61,11,0,5,8,5,15,3,2,1,5,6
541834,1,616,92,92,91,8,4,10,18,19,23,5,0,1,0,3
541834,2,699,108,108,107,10,0,8,20,24,15,8,7,5,3,7
541877,1,787,109,108,108,10,0,9,25,18,16,21,1,0,3,5
541893,1,698,105,105,102,15,3,14,19,19,20,2,4,1,1,4
541907,1,416,54,54,53,6,1,5,19,11,7,2,0,0,0,2
541940,1,206,34,34,33,3,0,6,10,4,9,0,0,0,1,0
541966,1,368,51,51,49,6,1,14,10,4,7,3,3,1,0,0
541974,1,485,70,70,69,9,2,8,16,9,9,5,4,3,0,4
541982,1,559,104,104,103,12,5,17,15,19,14,11,1,4,3,2
542008,1,104,25,25,25,2,1,0,11,1,2,5,0,1,0,2
542016,1,548,86,86,85,8,3,7,19,23,9,6,5,2,2,1
542032,1,762,115,115,114,9,1,23,30,13,13,4,5,3,9,4
542041,1,1081,189,189,189,16,0,24,43,31,39,6,6,4,16,4
542041,2,445,107,107,105,10,2,16,14,19,19,5,2,4,4,10
542067,1,364,55,55,54,6,2,4,9,14,9,5,1,0,2,2
542075,1,232,48,48,48,9,3,8,10,3,11,3,1,0,0,0
542105,1,701,100,100,97,5,1,21,15,7,25,10,1,1,6,5
542113,1,339,52,52,52,7,0,4,4,8,16,2,2,0,5,4
542113,2,115,25,25,25,4,0,1,6,3,5,1,2,2,0,1
542121,1,587,100,100,99,7,3,6,20,15,27,9,2,2,0,8
542121,2,62,15,15,15,2,1,2,3,2,5,0,0,0,0,0
542130,1,325,55,55,55,1,1,3,6,20,10,1,4,5,4,0
542164,1,1219,282,282,282,16,12,51,40,23,45,35,7,10,26,17
542164,2,1084,118,118,117,10,0,32,20,14,13,3,1,7,11,6
542164,3,1113,185,185,185,16,8,31,21,35,26,13,6,9,10,10
542164,4,893,203,202,198,14,5,30,38,32,33,17,1,9,8,11
542181,1,131,33,33,33,3,1,3,5,4,13,2,1,0,0,1
542199,1,480,91,91,91,7,15,2,8,14,19,10,0,2,9,5
542202,1,530,119,119,118,41,1,13,13,15,14,10,5,2,1,3
542211,1,243,53,53,52,6,0,7,7,10,12,4,2,0,0,4
542229,1,232,51,51,50,4,1,7,13,9,9,3,1,1,0,2
542237,1,219,29,29,28,0,0,3,4,1,10,2,0,1,4,3
542253,1,159,59,59,56,7,0,1,18,9,15,1,2,2,0,1
542270,1,231,50,50,50,5,1,5,6,12,10,7,0,0,4,0
542288,1,105,13,13,13,1,0,3,3,3,2,0,0,1,0,0
542326,1,593,90,90,90,2,3,16,20,19,17,3,1,1,5,3
542334,1,725,121,121,121,8,4,14,23,24,13,12,11,3,2,7
542351,1,1056,140,140,139,14,3,28,12,17,33,11,9,3,4,5
542351,2,88,22,22,22,3,0,3,6,2,4,1,0,0,2,1
542369,1,198,50,50,50,6,0,9,13,6,10,1,2,2,1,0
542377,1,821,129,129,126,16,0,10,19,20,29,13,1,4,9,5
542377,2,95,23,23,23,3,1,0,3,6,4,3,0,0,0,3
542385,1,133,37,37,37,6,0,3,6,8,8,2,0,2,1,1
542415,1,327,52,52,52,7,0,5,12,4,11,4,0,1,3,5
542415,2,121,30,30,30,4,0,2,7,3,10,3,0,0,1,0
542415,3,43,20,20,20,2,0,0,2,14,2,0,0,0,0,0
542415,4,74,19,19,19,6,0,2,1,2,2,0,0,2,2,2
542415,5,31,18,18,18,3,0,1,6,8,0,0,0,0,0,0
542431,1,246,28,28,28,1,0,4,2,7,8,0,2,2,1,1
542458,1,255,30,30,30,5,0,5,9,4,0,1,2,1,2,1
542466,1,419,75,75,74,10,3,13,12,7,9,2,2,1,10,5
542474,1,398,81,81,80,7,0,21,14,13,9,4,3,1,2,6
542504,1,103,37,37,35,2,0,0,16,6,6,2,0,1,1,1
542512,1,381,52,52,52,11,2,4,5,2,11,9,0,1,3,4
542563,1,218,42,42,42,7,0,11,2,8,3,6,2,1,2,0
542598,1,256,38,38,38,3,2,2,8,8,9,1,1,2,0,2
542601,1,225,40,40,40,1,1,8,11,8,7,2,0,0,0,2
542610,1,237,48,48,48,7,0,13,3,6,10,2,0,2,2,3
542610,2,171,37,37,37,1,0,6,3,0,8,3,0,0,8,8
544248,1,552,87,87,87,8,2,8,21,14,22,2,3,1,2,4
544248,2,115,30,30,30,2,0,3,5,10,4,1,0,0,3,2
544248,3,43,17,17,17,1,0,1,0,1,12,2,0,0,0,0
544248,4,171,22,22,22,3,0,6,3,3,2,0,3,0,1,1
565041,1,109,16,16,16,0,2,0,5,1,4,3,0,1,0,0
565130,1,91,22,22,22,2,0,0,8,4,7,0,1,0,0,0
565181,1,159,23,23,21,2,0,4,3,3,2,4,0,2,0,1
565199,1,99,24,24,24,2,0,1,7,0,10,3,0,0,1,0
565202,1,60,22,22,22,0,0,0,6,1,12,0,0,1,0,2
565261,1,162,38,38,38,1,0,5,0,1,8,1,5,2,15,0
565270,1,98,32,32,32,3,0,4,3,4,11,4,0,0,3,0
565288,1,102,11,11,11,0,0,0,3,3,3,0,0,1,1,0
565326,1,35,13,13,13,1,0,0,8,3,0,1,0,0,0,0
565334,1,131,23,23,23,4,0,0,10,3,3,0,0,0,0,3
565351,1,95,36,36,36,5,1,2,0,19,2,5,1,1,0,0
565369,1,48,16,16,16,0,0,2,0,8,1,5,0,0,0,0
565377,1,61,20,20,20,4,4,2,8,1,0,1,0,0,0,0
565385,1,71,27,27,27,2,1,3,3,5,7,4,1,1,0,0
565407,1,48,24,24,23,0,2,2,1,9,5,0,0,1,0,3
565423,1,47,21,21,21,3,0,2,4,6,2,0,0,2,2,0
565440,1,76,15,15,15,0,1,5,3,1,4,1,0,0,0,0
565466,1,131,44,44,42,3,1,8,4,3,1,7,4,1,7,3
565504,1,92,22,22,22,3,0,2,0,3,6,1,2,2,3,0
565512,1,52,12,12,12,1,0,1,0,1,2,0,3,0,0,4
598496,1,139,45,45,44,7,0,7,3,10,5,5,2,1,3,1
598500,1,94,21,21,20,1,0,2,10,1,4,1,0,0,1,0
598518,1,86,25,25,25,2,0,6,14,0,1,0,0,0,1,1
598526,1,821,166,166,165,15,1,31,32,16,26,20,1,5,6,12
598577,1,54,22,22,22,1,0,8,2,1,3,5,1,0,0,1
598585,1,67,26,26,26,2,1,2,7,2,10,0,0,0,1,1
599760,1,124,29,29,29,2,0,5,4,7,9,0,0,0,1,1
529729,1,86,20,20,20,4,1,3,1,0,5,2,1,0,3,0
535176,1,202,37,37,37,3,2,2,4,10,8,3,2,0,1,2
535206,1,975,254,254,253,15,35,42,16,27,40,28,9,18,15,8
535206,2,1147,242,242,240,27,17,56,25,33,32,16,5,12,14,3
535231,1,132,28,28,27,3,1,6,0,1,3,12,0,1,0,0
535249,1,243,60,60,60,4,5,8,9,1,17,8,5,1,0,2
535281,1,246,54,54,54,7,8,10,6,1,10,2,1,4,0,5
535346,1,323,60,60,59,10,3,8,7,9,5,4,3,0,5,5
535371,1,174,48,48,44,11,2,3,11,8,2,2,2,0,3,0
535401,1,162,31,31,31,1,2,1,7,4,4,4,0,0,4,4
535435,1,317,45,45,44,7,3,6,1,2,11,3,3,0,4,4
535460,1,62,24,24,24,0,7,4,2,3,7,0,1,0,0,0
535494,1,344,63,63,62,5,8,14,6,2,8,2,7,3,6,1
535524,1,140,20,20,19,2,2,2,3,1,4,1,0,0,3,1
535541,1,215,39,39,39,3,2,13,4,4,6,1,3,2,0,1
535575,1,80,32,32,31,6,2,2,0,4,6,6,0,0,5,0
535591,1,204,35,35,34,0,4,4,5,0,12,1,7,0,1,0
535613,1,92,26,26,25,11,0,3,4,0,5,0,0,0,0,2
535648,1,554,121,119,119,6,3,18,13,12,36,8,4,4,8,7
535664,1,232,63,63,63,3,6,20,5,3,14,0,3,3,2,4
535681,1,95,23,23,23,1,3,5,1,3,6,0,2,1,0,1
535699,1,230,44,44,42,7,9,4,2,2,5,2,5,0,2,4
535737,1,427,86,86,86,9,7,15,7,8,22,2,1,1,7,7
535753,1,412,55,55,55,4,6,11,2,3,8,10,0,5,2,4
535761,1,232,54,54,53,5,4,9,3,1,16,6,2,0,4,3
535788,1,278,46,46,45,6,7,6,7,2,6,3,3,0,2,3
535796,1,285,46,46,46,5,0,13,7,4,8,3,0,1,4,1
535800,1,373,102,101,101,10,4,25,3,15,16,7,2,4,15,0
535826,1,611,99,99,99,5,9,21,12,13,15,7,0,2,11,4
535842,1,80,31,31,31,1,3,8,6,6,0,0,1,1,1,4
535851,1,127,27,27,27,3,5,4,2,3,1,0,0,2,4,3
535877,1,269,65,65,64,4,10,10,12,3,12,5,3,1,2,2
535893,1,311,64,64,64,5,5,4,3,9,23,2,1,1,10,1
535907,1,184,55,55,53,4,9,7,5,8,6,1,2,3,4,4
535915,1,32,12,12,12,1,2,0,1,1,2,2,0,0,1,2
535940,1,175,26,26,26,2,0,1,7,4,4,3,4,0,0,1
535958,1,244,74,74,71,2,12,9,8,12,14,2,0,4,6,2
535982,1,244,30,30,30,4,1,4,8,5,4,0,0,1,0,3
535991,1,306,70,70,68,2,9,6,2,3,17,7,4,3,13,2
535991,2,203,31,31,31,2,1,10,5,3,7,2,0,0,0,1
536016,1,374,79,79,78,12,9,5,14,10,20,2,3,1,1,1
536032,1,49,20,20,20,1,5,1,3,4,3,0,2,1,0,0
536059,1,109,38,38,38,6,6,10,0,5,4,1,3,0,3,0
536075,1,137,27,27,27,1,11,4,2,5,2,1,0,0,0,1
536105,1,94,25,25,25,0,3,3,1,3,7,3,2,1,0,2
536156,1,81,20,20,20,1,4,4,1,3,4,0,1,0,0,2
536199,1,90,16,16,16,2,0,7,3,0,3,0,0,0,0,1
544256,1,3772,156,156,154,10,7,35,10,14,28,14,3,12,13,8
544256,2,602,123,123,123,8,9,35,4,5,29,8,1,10,9,5
544256,3,792,160,160,160,5,11,41,20,17,26,13,3,2,11,11
544256,4,640,129,129,129,11,8,23,24,12,22,9,3,5,7,5
544256,5,739,138,137,137,15,6,21,9,20,18,7,4,10,19,8
544256,6,834,191,191,190,15,8,29,23,42,23,17,8,8,11,6
544256,7,683,157,157,157,15,11,24,21,25,26,15,0,6,7,7
544256,8,739,150,150,148,5,7,26,12,31,31,9,6,10,4,7
544256,9,763,150,150,150,11,9,26,20,15,26,12,7,3,6,15
544256,10,630,96,96,96,9,5,13,18,11,21,6,4,5,4,0
544256,11,810,159,159,158,16,9,29,20,31,27,15,0,1,7,3
544256,12,775,171,171,171,25,5,17,24,39,27,14,0,5,13,2
544256,13,646,93,93,92,13,6,12,8,18,12,8,4,4,1,6
544256,14,974,197,197,194,24,15,35,19,28,28,11,3,6,10,15
544256,15,317,64,64,64,4,1,14,10,8,10,5,3,4,2,3
544256,16,802,154,154,149,6,10,24,25,17,26,8,5,12,13,3
544256,17,959,208,208,208,16,17,52,8,21,21,17,10,11,24,11
544256,18,793,156,156,152,9,8,38,13,14,18,15,2,4,20,11
544256,19,554,118,118,118,13,9,25,11,18,10,5,2,6,12,7
544256,20,586,136,136,135,9,8,19,21,15,29,6,6,3,12,7
544256,21,767,156,156,155,10,12,38,17,29,13,8,4,9,11,4
544256,22,768,139,139,138,6,19,19,16,11,22,10,3,14,10,8
544256,23,835,170,170,170,14,15,40,9,24,21,10,2,16,12,7
544256,24,468,125,125,124,10,9,30,5,9,12,7,8,10,14,10
544256,25,521,93,93,92,3,6,10,12,20,19,7,1,2,7,5
544256,26,476,89,89,86,7,1,16,3,11,26,3,3,4,7,5
544256,27,740,122,122,122,7,13,27,16,17,15,6,3,3,14,1
544256,28,974,161,161,161,12,5,36,13,17,29,7,7,7,15,13
544256,29,822,134,134,134,8,5,25,17,11,24,7,4,11,19,3
544256,30,349,72,72,72,2,7,18,14,2,15,0,3,3,3,5
544256,31,621,137,137,137,10,7,24,16,21,20,6,3,6,13,11
544256,32,1377,297,297,297,16,24,69,30,34,51,25,9,25,12,2
544256,33,889,145,145,144,8,15,23,23,23,22,10,9,1,3,7
544256,34,765,126,126,124,2,14,24,17,10,21,10,9,5,7,5
544256,35,890,160,160,160,14,8,18,40,17,24,10,8,3,11,7
544256,36,863,128,128,127,11,9,20,21,12,22,3,8,9,10,2
544256,37,749,133,133,132,13,8,23,24,21,16,5,6,7,7,2
544256,38,744,127,127,127,16,3,19,23,10,20,6,9,13,1,7
544256,39,698,135,134,131,10,19,15,15,15,19,11,4,8,5,10
544256,40,506,84,84,82,3,9,12,8,10,17,5,0,4,6,8
544256,41,831,184,184,182,16,12,22,37,31,26,11,6,5,7,9
544256,42,806,141,141,141,4,5,21,36,23,21,4,2,4,14,7
544256,43,787,157,157,156,9,9,16,27,36,21,9,4,7,11,7
544256,44,851,132,132,130,14,7,27,19,23,14,7,6,6,5,2
544256,45,884,150,150,148,9,8,15,26,24,27,9,11,4,6,9
544256,46,816,130,130,128,9,3,13,32,9,26,10,6,6,8,6
544256,47,945,174,174,169,19,17,17,20,22,30,12,5,7,12,8
544256,48,832,149,149,145,18,8,16,17,15,24,22,3,6,6,10
544256,49,880,110,110,110,3,4,11,25,7,25,5,9,3,8,10
544256,50,386,57,57,57,4,0,12,2,9,9,6,3,3,4,5
544256,51,973,261,261,260,18,22,60,17,24,53,20,7,9,25,5
544256,52,979,176,176,174,15,13,14,22,20,32,11,5,7,20,15
544256,53,1247,184,184,184,15,16,28,19,27,33,10,8,3,14,11
544256,54,1327,208,208,207,13,26,39,17,18,37,14,11,5,13,14
544256,55,905,112,112,112,10,10,16,19,7,24,7,5,4,6,4
544256,56,1288,198,198,196,36,8,24,30,23,20,9,3,10,25,8
544256,57,1105,129,129,126,10,11,23,16,19,12,1,12,3,12,7
544256,58,1129,105,105,105,14,12,7,13,15,16,11,5,3,6,3
544256,59,1194,184,184,183,15,20,34,21,22,22,10,15,7,9,8
544256,60,1015,159,159,157,9,15,16,17,21,26,10,11,9,6,17
544256,61,928,122,122,122,5,7,17,17,19,18,6,11,4,4,14
544256,62,1028,131,131,128,16,8,19,21,16,20,5,5,6,4,8
544256,63,658,148,148,148,14,20,28,12,12,16,16,4,5,9,12
544256,64,621,107,107,106,10,4,16,14,9,17,7,7,5,9,8
544256,65,692,174,174,174,8,7,59,11,20,25,16,2,15,5,6
544256,66,724,150,141,139,7,8,39,11,13,21,2,3,17,10,8
544256,67,402,115,115,114,12,11,30,14,4,13,9,2,6,11,2
544256,68,865,215,215,215,13,11,60,12,18,33,19,4,12,22,11
544256,69,701,190,190,190,40,11,25,22,10,32,18,8,2,10,12
544256,70,753,170,170,169,13,13,39,10,23,28,14,5,1,12,11
544256,71,822,190,190,189,11,18,52,7,25,21,23,3,4,16,9
544256,72,752,179,179,177,12,24,20,25,23,26,17,8,8,8,6
544256,73,580,165,165,162,9,18,40,18,19,21,12,2,5,9,9
544256,74,1017,278,278,276,21,23,59,27,32,36,23,16,12,22,5
544256,75,722,137,137,135,8,15,31,15,16,15,16,4,7,5,3
544256,76,708,171,171,169,16,10,50,5,17,21,24,4,8,8,6
544256,77,997,215,215,213,12,24,38,21,33,33,11,7,8,21,5
544256,78,990,232,232,232,21,15,32,42,29,36,21,7,4,14,11
544256,79,1408,339,339,337,28,19,100,16,21,61,28,5,17,21,21
544256,80,725,166,166,166,15,19,20,22,19,21,19,3,6,13,9
544256,81,869,196,195,195,8,26,46,20,14,27,10,6,8,24,6
544256,82,1263,316,316,314,19,31,65,20,31,64,26,5,18,20,15
544256,83,529,112,112,111,5,8,16,20,6,24,13,5,4,3,7
544256,84,954,171,171,170,9,14,29,15,20,26,16,9,9,16,7
544256,85,777,157,156,156,13,16,28,10,34,30,4,2,10,6,3
544256,86,901,258,253,250,12,25,80,26,24,40,9,8,8,12,6
544256,87,668,157,157,155,8,14,34,18,12,32,15,4,4,12,2
544256,88,820,211,211,211,19,18,30,16,15,43,31,4,10,18,7
544256,89,916,161,161,161,11,9,26,19,17,32,13,6,9,14,5
544256,90,324,57,57,57,4,4,11,10,8,4,1,2,5,4,4
544272,1,1144,282,282,280,16,19,59,31,21,61,13,4,5,42,9
544281,1,1326,250,250,248,22,56,31,20,28,32,17,9,6,8,19
544281,2,1026,205,205,205,21,47,27,12,21,28,20,7,5,4,13
544281,3,318,32,32,32,0,4,2,4,5,8,4,1,2,1,1
544281,4,125,23,23,23,2,4,4,11,0,1,1,0,0,0,0
544281,5,198,54,54,54,4,8,5,1,9,12,2,5,1,7,0
544281,6,83,21,21,20,3,2,3,2,1,2,2,0,0,4,1
544281,7,57,8,8,8,1,0,2,1,1,2,0,0,0,0,1
544281,8,130,17,17,17,0,1,2,1,6,4,1,0,0,0,2
544299,1,705,136,136,136,15,19,25,9,9,25,10,6,3,9,6
544299,2,104,20,20,20,0,3,1,0,2,10,0,0,0,2,2
544299,3,569,92,92,91,7,12,12,10,8,23,4,3,2,8,2
544329,1,279,21,21,21,2,3,1,5,4,2,0,2,1,0,1
544361,1,458,95,95,93,8,6,16,16,23,4,4,3,5,7,1
544388,1,962,135,135,135,18,11,19,20,20,18,16,6,2,3,2
544388,2,92,28,28,26,3,6,6,2,4,2,0,0,0,2,1
544388,3,49,12,12,12,2,0,3,3,2,0,1,0,0,0,1
544388,4,84,13,13,13,2,1,5,0,0,2,1,1,1,0,0
544388,5,66,16,16,16,1,8,5,0,1,0,0,0,1,0,0
544388,6,43,12,12,12,1,2,0,1,2,4,2,0,0,0,0
544388,7,44,8,8,8,1,1,0,0,3,2,0,0,0,1,0
544400,1,366,72,72,72,3,8,14,7,8,12,8,0,1,9,2
544426,1,715,109,109,109,8,12,10,7,21,18,13,3,0,8,9
544426,2,120,32,32,32,3,5,2,4,2,2,8,3,0,0,3
544426,3,94,23,23,23,3,9,4,2,4,1,0,0,0,0,0
544426,4,122,31,31,31,5,5,2,6,2,1,1,9,0,0,0
544426,5,98,15,15,15,2,5,3,0,2,0,3,0,0,0,0
544426,6,59,8,8,8,1,0,0,5,0,0,1,0,0,1,0
544426,7,52,13,13,13,2,1,1,4,0,0,1,1,0,1,2
544442,1,544,116,116,115,14,22,16,3,7,24,10,3,2,9,5
544442,2,324,50,50,48,1,9,11,6,6,6,1,1,3,4,0
544442,3,88,27,27,27,1,1,2,5,1,7,7,3,0,0,0
544442,4,182,51,51,50,3,10,18,3,3,9,2,0,0,1,1
544451,1,278,44,44,44,6,4,5,3,7,8,1,1,0,1,8
544485,1,1039,231,231,231,25,18,46,12,31,41,13,3,9,19,14
544485,2,976,164,164,162,9,7,28,17,19,36,24,3,8,10,1
544485,3,1221,264,264,263,17,15,51,24,23,52,28,7,14,12,20
544485,4,238,48,48,45,5,5,6,5,1,9,10,1,1,0,2
544485,5,160,39,39,38,3,2,2,10,3,8,1,7,0,1,1
544485,6,173,23,23,23,2,2,2,5,7,2,0,0,0,0,3
544485,7,189,35,35,34,2,4,3,9,2,6,1,6,0,0,1
544493,1,924,177,177,176,13,14,44,9,13,33,13,9,4,22,2
544493,2,179,60,60,58,3,18,11,3,6,12,2,0,0,2,1
544515,1,975,164,164,163,13,24,6,72,20,9,8,3,4,2,2
544515,2,94,28,28,27,4,3,5,2,1,6,1,1,1,2,1
544515,3,160,34,34,33,4,7,2,8,1,6,0,4,1,0,0
544523,1,453,109,108,107,9,8,26,8,6,15,18,3,0,9,5
544523,2,203,22,22,22,1,0,2,3,1,8,2,2,0,0,3
544540,1,169,31,31,31,2,6,6,4,4,5,1,1,0,0,2
544558,1,1283,276,276,275,14,31,54,19,20,54,26,8,19,21,9
544591,1,334,38,38,38,7,10,2,5,7,2,0,0,2,0,3
544591,2,101,22,22,22,1,6,2,2,3,6,0,0,0,2,0
544591,3,90,10,10,10,0,0,1,2,3,0,1,1,0,2,0
544591,4,71,28,28,28,2,2,7,13,1,2,1,0,0,0,0
544612,1,207,39,39,39,3,5,5,7,2,7,1,0,4,1,4
544612,2,127,22,22,22,0,7,1,5,1,2,0,1,5,0,0
544639,1,432,73,73,73,7,10,7,12,14,8,3,3,3,2,4
544639,2,118,21,21,18,2,0,1,7,3,3,0,2,0,0,0
544639,3,69,12,12,12,1,2,1,3,2,2,0,0,0,1,0
544639,4,42,13,13,12,0,2,0,2,2,4,0,0,1,0,1
544639,5,120,30,30,29,3,6,0,14,0,5,0,0,0,0,1
544663,1,1049,212,212,212,6,34,32,21,19,31,37,6,4,6,16
544663,2,581,118,118,117,13,18,24,4,3,16,16,3,5,9,6
544663,3,186,45,45,45,6,11,6,1,1,9,3,1,3,2,2
544736,1,1526,286,286,285,22,31,37,42,39,46,27,6,3,15,17
544736,2,163,20,20,20,5,0,4,2,0,4,1,0,2,0,2
544736,3,150,40,40,40,4,14,4,0,6,4,0,0,3,4,1
544736,4,81,12,12,12,2,0,3,0,2,2,3,0,0,0,0
544744,1,162,21,21,21,1,7,6,2,1,3,0,1,0,0,0
544744,2,83,25,25,25,1,1,7,3,0,5,6,2,0,0,0
544744,3,66,16,16,16,2,3,0,5,0,2,1,0,3,0,0
544761,1,362,74,73,73,11,6,11,5,8,16,6,2,5,2,1
544761,2,137,47,47,43,1,1,5,3,18,7,4,0,2,1,1
544779,1,1493,324,324,322,15,40,54,25,47,66,38,6,6,15,10
544779,2,1084,167,167,161,15,17,28,18,18,20,17,9,8,8,3
544779,3,252,51,51,51,9,2,10,8,6,5,0,2,3,4,2
544779,4,572,128,128,128,14,34,14,12,8,12,12,6,2,9,5
544795,1,753,189,189,189,19,8,38,8,17,31,22,4,4,29,9
544795,2,660,142,142,140,0,10,36,12,7,30,7,2,4,19,13
544795,3,438,100,100,98,1,4,42,5,4,16,11,3,4,6,2
544809,1,415,70,70,69,3,12,11,5,3,7,12,5,3,2,6
544809,2,119,36,36,36,3,1,2,5,11,7,5,1,0,1,0
544817,1,76,10,10,10,2,0,1,0,2,1,0,2,0,2,0
544817,2,189,31,31,31,5,3,3,3,1,7,3,2,0,0,4
544817,3,41,8,8,8,1,0,1,1,2,3,0,0,0,0,0
544825,1,283,78,78,73,5,15,11,6,2,18,4,0,5,1,6
544868,1,820,102,102,101,8,6,6,36,14,5,2,4,1,7,12
544868,2,1045,179,179,176,15,13,16,45,28,21,15,5,5,6,7
544868,3,197,35,35,35,4,4,1,9,2,12,0,1,0,0,2
544884,1,538,78,78,78,12,20,17,10,4,11,2,0,0,1,1
544884,2,102,35,35,35,4,3,4,4,5,8,0,1,0,4,2
544892,1,496,56,56,56,5,3,12,6,10,9,5,5,0,1,0
544892,2,148,32,32,31,2,8,1,6,5,3,0,1,1,3,1
544965,1,144,29,29,29,4,1,0,5,5,5,4,5,0,0,0
544973,1,871,128,128,128,8,7,31,4,18,35,5,2,5,3,10
544981,1,1026,183,183,183,16,14,29,19,10,31,26,6,11,16,5
544981,2,886,166,166,166,13,28,39,20,10,23,12,2,5,5,9
544981,3,130,22,22,22,1,0,7,1,6,6,0,0,1,0,0
545007,1,653,165,165,161,9,20,19,20,13,28,25,8,3,9,7
545015,1,245,66,66,65,9,10,4,5,9,10,4,1,2,2,9
545015,2,69,23,23,21,2,3,4,0,3,3,0,0,5,1,0
545015,3,67,20,20,20,3,3,1,1,5,3,0,2,1,0,1
545023,1,84,19,19,19,0,1,2,0,0,10,3,3,0,0,0
545023,2,307,40,40,40,2,5,3,10,1,13,3,2,1,0,0
545023,3,114,21,21,21,1,2,6,3,0,5,0,0,0,2,2
545066,1,596,150,150,150,14,23,30,4,13,25,11,10,5,8,7
545066,2,1049,193,193,189,15,8,46,16,13,34,24,3,5,18,7
545074,1,930,198,197,197,8,16,53,18,17,32,17,4,9,14,9
545082,1,351,79,79,78,7,3,8,11,7,17,10,0,6,7,2
545091,1,170,46,46,46,4,5,7,1,5,10,5,4,2,1,2
545104,1,446,81,81,80,5,5,14,10,13,10,8,5,0,6,4
545121,1,1083,188,188,186,17,19,29,15,25,34,15,5,7,9,11
545139,1,644,110,110,109,13,24,10,15,7,22,7,3,3,2,3
545155,1,335,54,54,52,6,3,2,13,9,12,2,0,0,0,5
545155,2,60,5,5,5,1,0,0,0,0,1,1,0,0,0,2
545155,3,121,16,16,16,2,0,0,3,0,2,2,3,2,1,1
545155,4,69,6,6,6,0,0,0,3,2,0,1,0,0,0,0
545155,5,47,21,21,21,0,7,6,1,2,1,4,0,0,0,0
545155,6,73,19,19,18,1,3,2,2,2,3,0,5,0,0,0
545171,1,589,99,99,97,8,12,9,18,5,15,9,2,7,4,8
545171,2,626,125,125,124,9,13,22,16,20,16,5,3,0,5,15
545171,3,357,48,48,48,1,1,3,11,6,11,8,0,3,0,4
545171,4,913,138,138,136,6,17,24,16,17,19,11,5,11,3,7
545171,5,701,119,119,117,15,3,14,13,18,16,8,4,3,6,17
545171,6,214,41,41,41,3,1,0,16,4,9,3,1,1,1,2
545171,7,106,32,32,32,1,2,2,7,6,4,5,5,0,0,0
545171,8,49,4,4,4,1,0,0,2,1,0,0,0,0,0,0
545171,9,81,11,11,11,1,2,3,0,2,1,0,0,0,2,0
545171,10,86,24,24,24,3,8,4,1,4,1,2,0,1,0,0
545171,11,313,44,44,43,7,1,2,8,5,10,5,1,1,1,2
545201,1,845,139,139,139,10,17,26,11,16,23,17,4,1,5,9
545201,2,991,251,251,244,27,28,55,27,21,50,7,3,4,12,10
545201,3,755,106,106,105,15,1,12,19,15,15,1,1,5,13,8
545201,4,1069,160,160,159,9,17,28,13,16,25,11,9,1,15,15
545201,5,682,109,109,109,16,9,11,9,19,24,9,0,2,7,3
545201,6,607,73,73,73,7,9,9,7,16,12,4,0,4,4,1
545201,7,797,116,116,116,17,11,13,22,21,13,7,1,1,3,7
545201,8,371,83,83,81,11,4,18,16,11,9,4,2,0,2,4
545201,9,184,33,33,32,4,0,1,5,3,6,4,0,6,3,0
545201,10,70,11,11,11,1,1,1,4,2,0,2,0,0,0,0
545201,11,99,30,30,28,3,5,5,4,2,4,3,0,2,0,0
545201,12,53,19,19,19,1,1,2,2,4,5,1,0,0,2,1
545228,1,1387,303,302,300,30,26,39,21,27,67,25,10,13,26,16
545261,1,555,133,133,130,12,12,31,15,11,25,9,3,1,7,4
545287,1,154,33,33,33,4,5,5,1,2,2,7,4,0,0,3
545287,2,511,80,80,80,2,3,9,14,12,19,4,7,1,6,3
545287,3,108,28,28,25,3,5,2,3,2,4,2,2,0,1,1
545287,4,109,15,15,15,2,2,0,0,3,6,1,0,0,0,1
545317,1,186,34,33,33,2,0,8,2,6,2,0,0,3,6,4
545317,2,105,28,28,28,6,3,4,2,5,5,0,0,3,0,0
545341,1,809,143,143,143,10,13,17,28,24,15,15,6,6,3,6
545341,2,1309,200,200,200,21,14,22,25,15,33,13,6,4,35,12
545341,3,875,156,156,156,8,4,20,26,26,39,11,9,1,8,4
545368,1,332,37,37,36,3,7,3,3,6,3,2,1,2,1,5
545376,1,286,34,34,34,5,4,1,4,5,10,1,2,0,0,2
545384,1,29,10,10,10,1,2,0,0,2,3,1,1,0,0,0
545384,2,93,21,21,21,4,5,3,0,2,3,1,1,1,0,1
545384,3,80,13,13,13,1,3,2,3,0,1,0,2,0,1,0
545384,4,30,11,11,11,1,3,1,1,2,0,2,0,0,0,1
545384,5,20,5,5,4,1,1,0,0,0,0,0,2,0,0,0
545384,6,28,14,14,14,3,0,0,8,3,0,0,0,0,0,0
545384,7,212,32,32,32,7,0,3,0,3,9,1,1,3,1,4
549371,1,201,48,48,46,0,7,6,18,2,7,2,1,0,0,3
551490,1,181,34,34,34,2,6,7,0,5,3,1,0,0,5,5
551503,1,196,47,47,45,8,2,2,8,9,5,3,1,2,3,2
598593,1,153,49,49,49,3,1,14,5,6,12,0,3,2,2,1
598607,1,300,78,78,76,2,4,20,5,4,19,7,4,4,7,0
598615,1,58,20,20,20,3,10,0,3,0,1,0,2,0,0,1
598976,1,44,19,19,19,3,0,3,1,3,4,2,1,1,0,1
599778,1,28,12,12,12,0,1,3,0,0,2,2,2,0,2,0
513661,1,320,42,42,42,5,6,9,6,4,8,1,0,1,1,1
536229,1,64,35,35,35,4,8,3,2,0,10,2,1,2,1,2
536237,1,62,26,26,26,2,13,2,0,2,5,0,2,0,0,0
536245,1,248,44,44,44,3,3,12,3,3,6,7,0,2,1,4
536253,1,241,19,19,19,3,2,0,4,3,5,0,0,0,1,1
536296,1,130,16,16,16,5,0,2,1,2,3,0,2,0,0,1
536300,1,100,40,40,40,2,14,8,1,1,10,2,0,2,0,0
545392,1,730,134,134,133,5,6,27,24,21,16,15,3,2,5,9
545392,2,473,94,94,94,4,6,7,17,10,19,16,4,4,2,5
545392,3,769,141,140,140,15,8,16,37,28,13,10,3,6,4,0
545392,4,656,131,131,130,12,9,23,20,23,15,10,2,9,3,4
545392,5,1028,159,159,159,14,11,30,20,14,15,9,6,12,13,15
545392,6,827,140,140,139,21,6,16,8,17,15,16,12,8,10,10
545392,7,556,110,110,109,5,13,21,12,15,13,10,4,4,3,9
545392,8,655,113,113,113,8,7,46,3,8,3,15,0,10,12,1
545392,9,581,118,118,117,14,12,29,6,13,12,11,1,4,6,9
545392,10,755,139,139,138,6,33,30,12,18,10,9,5,3,4,8
545392,11,329,53,53,53,4,4,15,7,8,10,3,0,1,0,1
545392,12,572,84,84,84,7,5,10,11,13,11,11,4,4,8,0
545392,13,737,94,94,93,9,1,16,19,15,12,7,2,2,4,6
545392,14,906,145,145,143,11,6,8,36,18,16,22,2,10,9,5
545392,15,529,85,85,83,8,4,23,13,4,7,11,4,4,3,2
545392,16,524,105,105,105,6,13,24,7,11,17,8,1,6,9,3
545406,1,977,114,114,113,15,11,8,17,10,17,6,13,2,7,7
545414,1,679,137,137,135,12,14,15,20,14,23,24,6,3,1,3
545422,1,210,17,17,17,3,3,0,1,6,1,0,3,0,0,0
545431,1,841,120,120,120,10,28,19,13,11,5,20,2,4,2,6
545449,1,395,40,40,40,6,2,0,14,7,5,2,1,1,0,2
545457,1,663,91,91,89,13,4,15,19,9,13,3,3,0,4,6
545465,1,984,113,112,112,21,9,16,29,19,4,2,4,1,3,4
545473,1,893,131,131,130,8,19,32,12,9,20,12,4,3,7,4
545473,2,108,23,23,23,6,1,0,2,1,11,0,0,0,0,2
545481,1,1147,168,168,165,13,2,24,24,29,30,8,7,19,5,4
545490,1,859,176,175,175,18,13,41,23,19,26,5,6,4,7,13
545503,1,388,47,47,46,5,3,2,13,6,10,2,3,0,1,1
545511,1,896,96,96,95,9,1,19,16,16,15,3,3,3,4,6
545511,2,907,131,131,130,10,16,20,37,12,17,10,2,1,0,5
545520,1,677,71,71,71,5,4,10,16,6,16,3,3,3,4,1
545546,1,997,139,139,138,14,8,22,21,15,24,9,5,5,6,9
545554,1,1328,192,191,189,22,20,34,18,25,30,19,4,4,8,5
545562,1,629,84,84,84,4,7,15,10,11,11,12,3,4,3,4
545562,2,667,104,104,103,6,4,7,24,13,17,10,8,7,3,4
545562,3,527,58,58,58,4,2,5,7,12,11,4,3,5,2,3
545562,4,547,86,86,85,7,7,9,20,16,8,11,2,2,1,2
545562,5,253,36,36,36,5,4,3,4,6,7,3,0,3,1,0
545562,6,853,133,133,133,12,8,12,32,22,22,11,1,2,5,6
545562,7,890,80,80,80,13,8,5,11,15,14,6,1,2,2,3
545562,8,709,107,107,105,5,7,15,17,9,33,14,3,1,1,0
545562,9,233,38,38,38,4,10,6,3,3,5,3,0,1,2,1
545571,1,1383,256,256,250,28,21,57,18,30,43,19,14,8,6,6
545571,2,608,109,109,109,10,29,17,11,9,14,5,1,3,7,3
545571,3,252,40,39,39,5,8,3,1,0,11,2,2,1,2,4
545597,1,465,65,65,65,8,0,14,3,9,13,5,2,2,5,4
545601,1,974,107,107,106,9,2,8,20,19,19,4,11,2,3,9
545601,2,382,27,27,27,3,1,1,0,5,11,2,1,2,0,1
545619,1,1017,126,125,125,9,5,15,25,11,39,4,4,2,5,6
545627,1,342,33,33,33,5,8,4,3,0,5,2,1,0,4,1
545643,1,390,72,72,72,5,14,9,10,4,21,0,2,3,1,3
545660,1,401,58,58,58,5,3,7,9,9,16,2,2,4,1,0
545694,1,194,24,24,24,8,0,6,0,1,0,4,3,0,2,0
545716,1,169,44,44,44,5,1,5,13,8,6,0,0,0,3,3
545724,1,514,69,69,69,2,10,9,7,11,13,2,5,5,1,4
545732,1,168,31,31,31,5,3,3,0,3,4,9,0,0,4,0
545767,1,292,58,58,58,2,6,8,8,8,19,2,2,1,2,0
545775,1,309,83,83,81,4,1,3,20,9,24,1,12,0,0,7
545805,1,284,49,49,48,3,20,4,4,7,6,1,1,0,2,0
545813,1,182,18,18,18,3,5,2,2,0,4,0,2,0,0,0
545821,1,1149,253,252,242,19,40,47,23,25,41,15,5,5,8,14
545821,2,1009,195,195,192,11,32,37,23,25,33,11,1,3,8,8
545821,3,1009,146,146,146,13,11,28,24,16,17,15,8,5,5,4
545830,1,1013,60,60,60,13,2,8,7,9,6,2,5,3,1,4
545830,2,1040,125,125,124,23,5,15,21,18,10,5,6,5,11,5
545830,3,1092,139,139,139,29,10,12,23,24,23,7,5,1,2,3
545848,1,1064,143,143,143,25,6,13,27,19,23,16,3,4,4,3
545848,2,853,136,136,134,12,9,21,22,14,23,19,2,3,4,5
545864,1,590,102,102,99,13,9,24,11,14,8,5,2,3,4,6
545872,1,331,79,79,79,2,17,15,1,10,17,3,4,0,4,6
551538,1,310,45,45,45,2,1,9,5,2,15,3,4,2,0,2
598623,1,188,50,50,48,7,8,3,3,6,6,8,1,0,4,2
507610,1,66,27,27,27,6,3,1,2,4,7,4,0,0,0,0
507628,1,166,43,43,43,2,4,6,8,10,6,4,0,2,0,1
507644,1,63,14,14,14,0,1,2,0,3,3,3,2,0,0,0
507652,1,60,19,19,19,2,1,4,0,3,4,4,0,0,0,1
507695,1,92,20,20,20,2,0,3,3,1,7,0,3,0,1,0
507717,1,339,42,42,42,4,6,0,6,10,4,0,1,2,2,7
507733,1,117,18,18,18,1,6,4,0,1,3,2,1,0,0,0
507784,1,170,31,31,30,2,0,3,4,14,4,0,0,1,0,2
508004,1,168,26,26,26,3,5,6,0,4,0,3,0,1,0,4
508152,1,492,63,63,63,2,7,10,6,14,11,3,5,0,1,4
508357,1,155,47,47,47,4,18,7,0,8,6,0,1,0,2,1
508501,1,354,60,60,54,5,3,12,10,2,13,1,0,4,1,3
508683,1,68,20,20,18,2,4,5,0,0,4,2,0,1,0,0
509078,1,382,74,74,73,4,2,20,9,17,9,2,2,1,4,3
509108,1,252,40,40,39,3,0,5,7,6,7,6,1,0,4,0
509116,1,166,34,34,34,8,9,0,4,5,4,1,3,0,0,0
509141,1,270,51,51,51,8,7,2,8,7,7,5,2,0,3,2
509191,1,163,32,32,32,2,1,5,7,3,6,1,2,0,2,3
529753,1,56,12,12,12,3,0,0,4,1,4,0,0,0,0,0
529761,1,84,27,27,27,2,1,2,3,5,5,2,3,0,4,0
545881,1,485,104,103,102,5,8,31,8,14,11,3,0,3,13,6
545881,2,1518,183,183,181,11,9,33,16,28,29,20,7,4,17,7
545881,3,803,130,129,128,6,7,16,24,25,15,12,4,7,4,8
545881,4,1086,236,236,235,16,12,65,17,39,36,14,5,17,6,8
545881,5,475,77,77,76,11,8,7,17,8,9,9,2,1,1,3
545881,6,455,79,79,79,5,3,9,11,16,16,10,1,1,2,5
545881,7,479,108,108,107,7,7,13,19,11,15,10,4,3,9,9
545881,8,424,73,73,73,2,7,6,12,15,16,4,2,2,4,3
545881,9,474,65,64,64,3,5,7,9,15,12,3,2,0,3,5
545881,10,561,89,89,88,3,5,8,25,18,10,6,3,4,3,3
545881,11,743,105,105,105,8,5,9,30,18,15,5,3,4,6,2
545881,12,905,93,93,93,3,3,9,26,18,16,4,3,3,3,5
545881,13,779,108,108,108,4,3,18,17,23,19,7,2,4,6,5
545881,14,882,107,107,107,9,6,21,13,20,15,6,4,2,7,4
545881,15,1195,227,227,226,11,18,67,10,26,42,19,4,10,14,5
545881,16,771,175,175,175,10,12,32,14,13,41,16,5,11,17,4
545881,17,918,133,133,133,14,9,18,22,7,29,13,5,3,8,5
545881,18,586,111,111,111,8,4,26,10,22,6,10,2,10,11,2
545881,19,423,67,67,66,0,9,9,3,9,15,8,1,2,8,2
545881,20,746,99,99,98,8,6,22,6,11,13,15,1,6,2,8
545881,21,753,107,107,106,11,7,6,15,25,10,2,4,12,5,9
545881,22,610,90,90,90,7,3,11,15,14,12,7,2,7,3,9
545881,23,220,47,47,46,13,2,1,7,5,11,1,0,0,1,5
545881,24,196,46,46,45,6,0,3,9,10,9,2,3,0,0,3
545881,25,47,7,7,7,1,0,0,2,1,1,0,2,0,0,0
545881,26,188,25,25,25,6,0,0,7,5,2,1,1,0,1,2
545881,27,230,42,42,42,2,2,6,2,5,15,3,3,1,3,0
545881,28,166,33,33,33,3,1,13,4,6,4,0,0,0,2,0
545881,29,169,33,33,33,3,1,8,4,2,4,3,2,2,0,4
545881,30,529,89,89,89,6,8,17,9,22,12,1,4,0,5,5
546020,1,172,48,48,48,2,20,7,5,3,2,2,1,0,3,3
546038,1,500,106,106,105,20,23,5,11,15,9,5,2,4,1,10
546038,2,137,22,22,22,1,6,4,0,7,0,1,0,0,2,1
546054,1,455,55,55,55,4,3,6,7,12,14,2,5,0,0,2
546089,1,1051,106,106,106,9,6,14,21,19,15,3,6,8,0,5
546089,2,990,148,148,148,15,12,22,12,27,29,4,10,4,4,9
546089,3,467,59,59,59,11,1,4,10,11,5,4,7,1,2,3
546097,1,642,107,107,107,13,22,12,18,14,4,3,2,4,10,5
546097,2,137,27,27,27,1,1,4,7,6,1,5,2,0,0,0
546101,1,414,26,26,26,6,0,1,4,6,3,3,2,0,0,1
546101,2,159,18,18,18,1,1,2,1,3,5,0,0,2,3,0
546127,1,428,103,102,100,13,14,14,15,10,12,8,3,2,4,5
546127,2,520,121,121,120,14,32,13,21,7,11,11,3,3,2,3
546127,3,544,125,125,123,6,58,13,4,10,9,8,2,0,6,7
546127,4,644,123,123,121,25,21,3,17,15,13,8,2,2,12,3
546127,5,575,127,127,126,13,21,13,21,9,12,13,1,2,4,17
546127,6,384,64,64,64,5,16,4,13,9,8,5,1,0,1,2
546127,7,598,100,100,100,10,20,16,8,10,16,3,3,2,4,8
546127,8,566,104,104,102,9,18,11,15,13,9,8,4,2,2,11
546127,9,490,108,108,107,11,15,9,16,18,8,13,3,3,5,6
546127,10,459,94,94,91,10,17,4,18,14,10,8,2,2,1,5
546127,11,236,48,48,48,3,19,0,5,3,11,1,1,1,1,3
546127,12,237,46,46,46,4,12,0,2,4,11,3,3,2,3,2
546127,13,305,46,46,45,4,7,1,10,3,13,0,3,1,1,2
546127,14,332,43,43,43,7,7,3,5,1,8,6,0,0,5,1
546143,1,518,43,43,43,4,3,0,14,14,4,1,0,1,0,2
546151,1,613,113,113,112,7,8,24,9,11,18,9,3,4,6,13
546291,1,136,20,20,20,2,0,0,7,3,3,1,0,4,0,0
546291,2,49,9,9,9,1,0,1,4,0,0,2,1,0,0,0
546305,1,66,16,16,16,3,1,3,0,2,1,1,2,0,0,3
546364,1,399,66,66,66,5,1,6,12,15,11,1,0,2,4,9
546364,2,78,15,15,15,0,0,3,1,2,2,0,0,2,0,5
546381,1,196,23,23,22,2,0,3,6,5,2,2,0,0,1,1
546402,1,332,41,41,41,5,1,6,11,8,5,1,4,0,0,0
546445,1,244,60,60,60,9,22,6,2,2,4,5,4,0,2,4
546461,1,528,66,66,66,2,10,5,19,7,11,5,1,1,5,0
546461,2,906,129,129,129,6,19,5,25,23,17,9,13,4,5,3
546461,3,81,21,21,21,2,0,5,0,2,7,0,2,0,1,2
546461,4,139,21,21,21,2,0,1,5,3,6,3,1,0,0,0
546461,5,86,14,14,14,0,1,4,3,4,0,0,0,1,1,0
546500,1,647,98,98,97,7,7,19,6,18,14,5,2,5,6,8
546500,2,68,22,22,22,2,3,7,1,3,4,1,0,1,0,0
546500,3,58,8,8,8,0,0,3,1,1,3,0,0,0,0,0
546500,4,130,18,18,18,2,1,1,2,2,2,1,1,0,4,2
546542,1,1642,255,255,252,29,41,28,34,33,37,25,1,3,11,10
546542,2,70,19,19,18,3,4,5,0,4,2,0,0,0,0,0
546542,3,145,30,30,30,3,0,5,4,3,9,1,0,0,4,1
546615,1,1003,211,211,206,10,29,41,38,28,22,14,6,3,7,8
546615,2,99,43,43,43,0,19,9,1,1,8,2,1,0,0,2
546615,3,89,19,19,19,1,3,1,0,1,6,4,1,0,1,1
546623,1,450,62,62,62,5,5,3,11,15,13,0,1,1,6,2
546666,1,407,62,62,62,5,0,6,13,10,13,3,1,1,1,9
546666,2,134,15,15,15,2,3,0,3,2,1,1,1,1,0,1
546674,1,1444,195,195,192,17,23,26,21,30,26,16,7,7,7,12
546712,1,418,66,66,65,8,20,10,8,5,2,3,1,3,2,3
546798,1,1131,153,153,152,10,1,19,38,23,16,20,6,7,8,4
546798,2,660,73,73,72,9,1,8,15,8,11,5,5,1,6,3
546798,3,674,101,101,101,10,4,5,24,26,14,4,7,2,4,1
546798,4,218,28,28,28,2,1,5,12,5,2,0,0,1,0,0
546801,1,960,126,126,123,10,13,21,18,20,13,7,6,4,2,9
546801,2,933,108,108,108,12,10,11,26,6,18,16,2,1,1,5
546844,1,355,57,57,57,4,3,8,9,11,7,0,0,6,3,6
546844,2,106,11,11,11,0,0,5,1,1,3,1,0,0,0,0
546844,3,81,13,13,13,0,2,0,4,1,4,1,0,0,0,1
546917,1,438,51,51,50,4,3,8,17,8,2,1,1,1,1,4
546968,1,250,42,42,42,2,2,1,13,10,9,2,1,1,0,1
546968,2,154,18,18,18,1,3,4,3,4,0,0,0,2,1,0
546968,3,111,20,20,20,1,1,2,1,6,5,2,2,0,0,0
546992,1,337,34,34,34,4,5,4,2,5,1,4,5,0,3,1
546992,2,68,18,18,18,0,0,1,9,3,3,2,0,0,0,0
547069,1,462,80,80,79,8,5,3,10,21,10,6,5,5,2,4
547085,1,274,60,60,59,7,1,7,4,11,16,2,0,3,6,2
547085,2,158,22,22,22,1,0,0,0,4,3,2,2,7,0,3
547166,1,619,76,76,75,8,8,14,18,9,8,1,3,3,3,0
547166,2,758,126,126,124,11,10,2,53,20,10,9,4,0,2,3
547166,3,660,94,94,94,16,9,4,21,11,14,9,3,5,1,1
547204,1,451,46,46,46,4,12,3,11,6,6,1,0,0,2,1
547212,1,412,62,62,62,11,4,3,10,11,7,4,4,0,3,5
547221,1,593,66,66,65,8,2,11,12,3,13,9,1,2,2,2
547221,2,117,26,26,26,0,2,3,8,3,4,3,2,0,0,1
547239,1,999,185,185,184,16,22,17,25,23,38,13,4,4,13,9
547239,2,190,23,23,23,3,2,3,2,2,8,1,1,0,0,1
547247,1,227,48,48,48,3,2,2,8,14,11,3,2,0,1,2
547247,2,93,34,34,34,2,0,6,13,2,7,1,0,1,1,1
547247,3,56,17,17,17,0,2,1,7,4,1,0,1,1,0,0
547263,1,644,135,135,135,16,11,10,25,25,23,9,5,0,3,8
547263,2,401,82,82,82,10,16,8,9,11,10,7,1,3,5,2
547263,3,424,78,78,78,6,7,6,24,13,6,10,0,2,2,2
547263,4,109,27,27,26,2,3,0,9,2,6,2,0,0,0,2
547263,5,80,13,13,13,1,1,2,1,3,2,2,0,0,0,1
547263,6,90,20,20,20,0,5,1,4,2,3,3,2,0,0,0
547263,7,78,31,31,31,0,17,2,2,3,4,0,1,0,0,2
547263,8,64,9,9,8,0,0,1,1,2,0,0,3,0,0,1
547263,9,30,9,9,9,1,1,2,2,1,2,0,0,0,0,0
547263,10,30,9,9,9,0,1,0,3,0,0,2,0,0,1,2
547280,1,648,105,105,105,9,23,9,5,24,15,7,1,1,8,3
547280,2,783,105,105,105,6,8,10,19,34,14,6,0,1,4,3
547280,3,889,113,113,112,5,6,13,20,22,23,8,4,6,0,5
547280,4,55,8,8,8,0,0,2,1,1,2,1,1,0,0,0
547280,5,101,26,26,26,1,1,1,4,4,8,1,3,0,2,1
547280,6,235,32,32,32,2,1,5,8,3,12,0,0,1,0,0
547280,7,245,35,35,35,3,1,4,10,4,5,3,2,1,0,2
547336,1,260,36,36,36,6,4,2,2,3,8,2,1,1,4,3
547336,2,656,102,102,102,9,13,19,15,14,11,6,2,5,4,4
547336,3,92,24,24,24,5,2,1,2,0,6,2,1,0,3,2
547336,4,293,56,56,56,6,5,13,13,10,5,2,0,0,0,2
547336,5,799,158,158,158,10,9,36,11,10,30,15,1,14,11,11
547336,6,797,180,180,177,18,21,35,21,29,18,8,2,10,5,10
547336,7,1015,185,185,185,19,20,32,25,22,24,23,1,7,7,5
547336,8,1082,188,187,187,14,37,30,18,23,28,17,4,8,3,5
547336,9,867,149,149,148,15,11,34,13,23,19,8,7,5,5,8
547336,10,189,56,56,56,3,4,13,7,4,9,6,0,1,8,1
547336,11,461,101,101,99,7,15,14,7,12,14,9,1,11,3,6
547336,12,516,68,68,68,4,12,10,2,7,18,6,2,1,2,4
547441,1,238,53,53,53,1,8,16,6,7,7,3,3,2,0,0
547441,2,124,30,30,30,2,9,2,1,2,4,3,1,3,0,3
547441,3,133,26,26,25,1,3,5,3,7,3,2,0,1,0,0
547441,4,68,19,19,19,1,0,1,8,0,4,4,0,0,0,1
547468,1,201,47,47,46,0,1,10,5,8,9,5,1,3,0,4
560987,1,47,17,17,17,5,2,0,2,0,4,1,1,0,0,2
560995,1,49,11,11,11,1,0,0,2,1,6,0,0,0,0,1
561029,1,130,28,28,28,1,3,1,2,3,8,1,2,2,0,5
561037,1,66,17,17,17,0,3,1,1,6,3,0,2,0,0,1
561045,1,95,13,13,13,2,2,4,1,1,2,1,0,0,0,0
561053,1,149,47,47,47,1,0,9,6,8,13,7,2,0,1,0
561061,1,120,28,28,27,3,1,10,3,1,4,2,0,0,2,1
561070,1,91,31,31,31,1,0,1,3,11,3,1,0,1,7,3
561088,1,205,52,52,50,10,2,15,0,6,10,0,1,3,2,1
561703,1,220,35,35,35,1,4,9,3,6,5,4,3,0,0,0
561703,2,127,9,9,9,1,0,0,4,2,0,0,2,0,0,0
561703,3,55,11,11,10,0,0,3,3,3,0,0,1,0,0,0
561711,1,271,42,42,42,6,0,6,5,10,4,2,1,2,5,1
561711,2,84,12,12,12,1,0,0,6,3,0,0,1,0,0,1
562319,1,122,31,31,31,1,10,5,3,2,9,0,0,0,0,1
562327,1,239,79,79,79,3,45,6,4,10,3,5,0,0,2,1
562360,1,270,37,37,37,2,2,3,7,6,7,1,5,3,1,0
562378,1,181,14,14,14,5,1,0,0,4,2,1,0,1,0,0
562386,1,285,35,35,35,0,4,6,3,3,11,6,0,0,1,1
562416,1,39,11,11,11,0,7,0,0,2,1,0,0,0,1,0
562424,1,54,16,16,16,5,0,0,4,2,2,0,1,2,0,0
562459,1,88,23,23,23,2,0,5,5,9,0,0,2,0,0,0
562467,1,234,46,46,46,3,0,17,3,4,10,4,0,1,3,1
562475,1,167,23,23,23,1,1,5,4,2,3,3,0,4,0,0
562491,1,65,20,20,20,3,0,3,1,7,5,1,0,0,0,0
562548,1,83,16,16,14,2,1,3,2,1,3,1,0,0,0,1
562599,1,182,29,29,29,0,0,1,9,7,4,1,2,1,2,2
562602,1,120,20,20,20,6,0,10,2,1,1,0,0,0,0,0
562629,1,112,14,14,14,1,1,3,3,3,0,2,0,0,0,1
562637,1,133,26,26,26,2,1,3,3,4,9,1,0,2,0,1
562653,1,64,17,17,17,0,1,7,1,3,2,1,0,1,0,1
562670,1,115,15,15,15,0,0,2,1,2,2,1,1,0,5,1
562688,1,155,30,30,30,3,0,4,7,4,7,2,1,1,0,1
562696,1,44,25,25,25,1,0,3,1,4,14,0,2,0,0,0
562726,1,90,31,31,31,3,14,3,0,1,2,2,5,0,0,1
562734,1,103,16,16,15,6,3,0,1,2,2,0,0,0,1,0
562742,1,73,18,18,18,3,1,1,0,0,7,1,1,0,3,1
562769,1,101,22,22,21,1,0,6,2,3,6,1,0,2,0,0
562785,1,72,10,10,10,5,0,0,3,0,1,0,0,0,1,0
562807,1,139,58,58,58,2,9,2,4,18,6,8,7,0,0,2
562815,1,183,26,26,26,6,0,8,4,0,5,0,0,0,0,3
562831,1,72,11,11,11,1,4,1,1,2,2,0,0,0,0,0
562840,1,298,50,50,50,8,8,8,0,4,7,3,3,3,3,3
598631,1,55,20,20,20,8,1,0,0,5,3,1,0,0,1,1
598640,1,43,8,8,8,2,1,2,0,2,1,0,0,0,0,0
598658,1,86,18,18,18,1,4,0,1,8,3,0,1,0,0,0
509621,1,260,40,40,40,4,1,6,11,7,4,3,1,0,1,2
509621,2,69,21,21,21,5,2,4,5,2,1,0,1,0,0,1
509621,3,80,15,15,15,0,1,1,5,3,4,0,0,0,0,1
509752,1,86,35,35,34,14,7,4,0,1,3,1,1,0,3,0
529877,1,58,16,16,16,5,0,0,2,1,6,2,0,0,0,0
529885,1,82,25,25,25,0,5,4,2,2,5,0,2,3,0,2
549240,1,1194,154,154,154,17,11,37,6,12,24,18,3,6,18,2
549240,2,657,119,119,118,7,2,30,17,20,18,8,0,6,2,8
549240,3,877,197,197,195,11,13,37,38,19,25,12,4,9,16,11
549240,4,690,118,118,118,8,6,19,29,21,13,7,2,3,5,5
549240,5,936,112,112,112,4,6,20,23,13,19,8,2,1,6,10
549240,6,777,129,129,128,15,7,19,18,25,12,7,3,4,3,15
549240,7,595,152,152,152,14,19,25,20,14,22,16,7,4,8,3
549240,8,477,88,88,87,7,7,16,6,6,13,7,2,11,6,6
549240,9,830,192,192,189,17,18,26,18,21,40,18,8,7,11,5
549240,10,1046,185,185,183,7,13,35,19,25,35,20,9,2,5,13
549240,11,711,141,141,141,4,17,26,23,21,16,15,1,4,8,6
549240,12,933,201,201,201,8,30,70,11,13,20,20,4,9,11,5
549240,13,1042,178,178,176,19,23,31,12,20,20,13,10,8,12,8
549240,14,678,111,111,111,13,23,18,10,11,9,4,1,3,11,8
549240,15,1086,213,213,212,23,13,47,14,20,35,16,6,11,15,12
549240,16,1008,150,150,148,15,11,25,17,19,18,7,8,3,16,9
549240,17,806,146,146,145,13,14,28,10,17,19,16,6,7,6,9
549240,18,714,157,157,155,7,7,25,36,20,23,9,5,1,15,7
549240,19,820,173,173,169,14,15,40,20,12,37,11,5,6,3,6
549240,20,1307,187,187,184,19,6,25,39,31,35,5,3,4,3,14
549240,21,1096,155,155,154,15,9,13,39,22,17,8,1,6,13,11
549240,22,1082,153,153,153,11,6,15,35,29,22,7,3,6,12,7
549240,23,1055,184,184,183,28,13,33,13,33,19,12,7,9,8,8
549240,24,1083,228,227,225,20,14,37,30,22,42,21,3,12,13,11
549240,25,690,151,151,149,11,5,44,7,16,24,19,3,6,8,6
549240,26,1029,149,149,149,16,8,22,11,13,28,6,6,9,23,7
549240,27,396,69,69,69,4,6,14,17,2,12,4,2,0,2,6
549240,28,287,67,67,66,1,1,8,12,13,19,8,0,0,2,2
549240,29,88,13,13,13,0,4,1,2,3,1,0,2,0,0,0
549258,1,411,73,73,69,7,6,16,9,12,2,11,1,0,1,4
549258,2,90,24,24,24,6,5,4,2,3,1,1,0,0,2,0
549258,3,80,21,21,21,3,4,3,3,3,0,1,1,0,0,3
549258,4,101,17,17,17,2,2,1,0,5,1,1,2,0,0,3
549266,1,938,134,134,133,12,7,11,13,14,21,34,3,5,5,8
549266,2,100,15,15,14,2,1,0,2,6,0,1,1,0,1,0
549266,3,66,22,22,19,2,2,5,3,1,3,3,0,0,0,0
549291,1,306,67,67,67,8,6,9,7,6,7,8,5,1,1,9
549304,1,232,45,45,45,6,7,1,10,6,4,4,6,0,1,0
549321,1,111,25,25,25,1,1,2,2,2,5,1,5,3,0,3
549339,1,767,123,123,120,8,12,11,21,16,12,11,3,4,14,8
549339,2,69,21,21,21,1,2,3,5,3,6,0,0,0,0,1
549347,1,895,154,154,151,14,6,33,17,19,22,14,6,4,4,12
549363,1,363,45,45,43,6,6,7,11,2,6,2,0,1,1,1
549363,2,107,11,11,11,3,0,3,1,1,1,0,2,0,0,0
549363,3,89,13,13,13,0,1,0,1,3,6,0,1,0,0,1
549363,4,97,25,25,25,1,1,1,3,1,6,5,0,3,2,2
549380,1,183,50,50,49,5,5,6,9,10,2,6,1,0,3,2
549380,2,86,14,14,14,2,0,2,2,4,0,1,0,1,2,0
549380,3,96,27,27,26,7,3,6,3,2,1,1,0,0,2,1
549380,4,76,27,27,27,2,2,7,2,7,4,0,1,0,2,0
549398,1,203,23,23,23,4,1,2,3,4,3,1,1,1,0,3
549410,1,218,40,40,40,2,8,3,1,9,4,5,1,0,6,1
549428,1,284,34,34,34,3,4,6,2,3,3,10,1,1,0,1
549428,2,108,25,25,24,1,9,0,1,3,5,4,0,0,1,0
549452,1,659,109,109,109,12,34,11,10,15,7,6,1,2,6,5
549452,2,212,24,24,24,0,3,6,4,1,6,1,2,0,0,1
549479,1,232,40,40,40,7,2,5,7,2,9,3,2,0,2,1
549487,1,416,65,65,65,5,10,11,5,2,18,3,1,1,3,6
549487,2,142,27,27,26,4,1,1,7,3,5,1,0,0,2,2
549495,1,464,73,73,71,6,15,4,7,7,15,5,1,0,6,5
549509,1,226,31,30,30,3,0,5,4,10,5,2,0,1,0,0
549509,2,50,10,10,10,0,0,1,3,6,0,0,0,0,0,0
549509,3,62,8,8,8,0,0,3,2,1,1,1,0,0,0,0
549517,1,822,172,172,168,12,24,43,11,15,22,14,6,5,5,11
549517,2,244,38,38,38,2,11,2,13,2,3,0,0,3,1,1
549517,3,150,34,34,34,7,7,4,3,0,7,3,1,0,1,1
549525,1,161,26,26,26,2,1,1,7,9,3,0,0,0,1,2
549541,1,147,35,35,35,0,7,10,4,3,5,4,1,0,1,0
549568,1,218,25,25,25,1,1,1,7,5,2,4,1,1,1,1
549576,1,998,188,188,187,19,26,31,23,23,23,8,5,9,12,8
549576,2,1031,166,166,165,10,27,21,23,24,15,26,1,1,7,10
549576,3,1060,134,134,131,8,8,21,17,24,20,8,4,8,7,6
549576,4,1066,150,150,149,4,15,37,20,13,21,12,3,3,11,10
549576,5,947,144,144,142,16,21,26,11,17,18,12,7,3,6,5
549576,6,1096,176,176,172,16,19,28,23,31,21,9,8,3,6,8
549576,7,855,126,125,125,7,14,17,28,22,21,1,1,1,7,6
549576,8,92,23,23,23,0,5,6,1,2,5,3,1,0,0,0
549576,9,124,15,15,15,3,4,4,2,0,1,0,0,1,0,0
549584,1,806,111,111,109,15,7,17,5,19,21,9,3,1,3,9
549584,2,68,22,22,22,4,6,5,0,2,2,0,0,0,0,3
549584,3,66,14,14,12,1,1,2,2,1,3,0,0,0,1,1
549592,1,1203,186,186,184,24,27,31,30,31,16,11,5,1,3,5
549592,2,84,16,16,16,3,1,2,4,4,0,1,0,1,0,0
549606,1,188,33,33,33,4,6,6,6,2,0,1,2,0,0,6
549614,1,69,21,21,21,2,1,2,6,1,2,2,4,0,1,0
549657,1,117,19,18,18,3,0,1,5,3,4,0,2,0,0,0
549681,1,262,41,41,41,3,0,5,6,7,3,3,1,0,7,6
549703,1,216,55,55,55,12,3,3,5,6,10,12,0,1,1,2
549703,2,48,9,9,9,4,0,3,1,0,0,0,0,0,0,1
549711,1,296,59,59,59,7,5,9,9,7,8,4,6,0,2,2
549754,1,289,40,40,38,2,4,5,5,6,9,0,2,2,0,3
549771,1,1103,150,150,149,10,11,14,30,24,26,14,6,5,7,2
549771,2,890,131,131,129,7,17,12,15,13,28,11,7,1,9,9
549771,3,1176,154,154,154,19,13,21,19,19,28,9,8,2,7,9
549771,4,65,17,17,16,6,0,0,1,2,3,0,1,1,0,2
549771,5,146,23,23,22,1,3,2,2,3,2,1,0,3,4,1
549771,6,123,28,28,28,1,4,8,1,7,2,0,3,1,0,1
549771,7,68,9,9,9,1,1,3,0,1,2,1,0,0,0,0
549771,8,171,34,34,34,7,5,6,1,3,4,2,1,2,2,1
549771,9,196,30,30,29,3,0,2,2,5,6,4,4,0,2,1
549771,10,38,11,11,11,2,1,3,4,1,0,0,0,0,0,0
549771,11,50,16,16,16,0,0,9,0,2,1,2,0,0,1,1
549797,1,249,31,31,31,3,4,3,3,2,13,1,0,1,1,0
549801,1,418,58,58,58,2,10,9,7,12,15,1,0,1,0,1
549827,1,334,41,41,41,3,1,16,6,4,4,0,7,0,0,0
549843,1,966,163,163,162,8,11,34,32,19,30,10,2,5,6,5
549843,2,150,32,32,32,2,4,1,1,4,8,4,4,3,1,0
549851,1,226,57,57,57,7,2,7,18,9,8,2,0,0,4,0
549860,1,298,60,60,59,5,6,10,9,3,11,9,1,1,2,2
549878,1,258,43,43,43,9,3,9,4,6,6,0,0,1,2,3
549932,1,141,23,23,23,2,0,2,5,0,9,0,0,3,0,2
549975,1,166,26,26,26,0,0,2,5,7,3,3,3,2,1,0
549991,1,257,54,54,54,8,6,5,3,7,13,4,3,0,2,3
550001,1,119,15,15,15,0,2,3,3,0,5,0,1,1,0,0
550027,1,667,108,108,106,8,20,7,17,16,14,5,6,2,6,5
550035,1,275,39,39,38,6,2,5,7,5,4,0,6,3,0,0
550043,1,134,17,17,17,3,1,1,4,3,1,1,0,0,2,1
550060,1,249,53,53,53,3,6,15,7,4,4,7,1,3,1,2
561509,1,56,16,16,15,1,2,4,2,0,4,1,0,0,1,0
561517,1,117,20,20,20,0,2,1,1,10,2,0,3,0,1,0
561525,1,103,20,20,20,0,3,7,3,1,3,0,1,0,0,2
561550,1,43,19,19,19,0,3,3,1,2,5,1,0,4,0,0
562068,1,178,25,25,25,3,3,1,4,5,6,0,0,0,1,2
562084,1,96,25,25,25,2,8,1,0,3,8,1,0,0,2,0
562122,1,157,28,28,28,5,2,1,2,6,2,7,2,1,0,0
562149,1,32,16,16,16,3,2,0,3,1,4,2,1,0,0,0
562157,1,84,21,21,21,1,4,3,3,1,3,0,5,0,0,1
562165,1,165,40,40,40,6,4,9,5,2,4,7,1,0,1,1
562181,1,142,36,36,35,3,1,3,6,3,4,9,0,2,3,1
562190,1,91,17,17,17,1,2,3,3,0,2,1,3,0,0,2
562211,1,166,30,30,29,0,1,2,9,5,7,0,0,0,0,5
562254,1,141,22,22,22,3,1,6,2,1,4,3,0,0,2,0
562271,1,106,43,43,43,1,0,8,5,9,5,6,0,0,7,2
562289,1,77,14,14,12,1,1,2,1,5,1,0,1,0,0,0
562301,1,166,42,42,42,1,2,4,2,5,10,5,2,6,1,4
598780,1,172,33,32,32,3,3,2,2,1,11,4,0,1,5,0
598801,1,91,28,28,27,7,4,2,8,1,2,1,0,1,0,1
598828,1,113,24,24,24,5,2,6,0,1,6,0,0,1,1,2
598844,1,158,39,39,39,3,2,5,3,8,12,1,3,1,0,1
598852,1,128,17,17,17,0,0,2,5,4,4,0,1,0,1,0
598861,1,202,47,47,47,4,7,12,6,8,4,6,0,0,0,0
529893,1,63,19,19,19,1,1,5,2,0,9,0,0,0,1,0
529915,1,49,10,10,10,2,0,2,4,2,0,0,0,0,0,0
529923,1,92,16,16,16,0,1,0,7,3,2,0,1,1,1,0
537071,1,165,31,31,31,6,1,2,5,12,5,0,0,0,0,0
537136,1,47,20,20,20,1,0,5,0,1,8,1,1,0,1,2
537144,1,68,15,15,15,0,8,1,0,1,2,1,0,0,2,0
537187,1,71,24,24,22,1,1,0,1,1,12,0,0,1,1,4
537195,1,52,20,20,20,1,1,3,1,5,3,2,4,0,0,0
537209,1,224,52,52,50,5,6,3,5,2,13,2,3,1,3,7
537241,1,76,10,10,10,2,0,3,0,0,1,0,1,2,0,1
537322,1,35,10,10,10,0,1,4,0,0,0,0,0,0,3,2
537365,1,46,15,15,15,4,3,2,0,0,3,3,0,0,0,0
537381,1,126,34,34,34,8,4,5,2,2,10,0,1,1,0,1
537420,1,145,12,12,12,1,0,0,2,6,2,0,0,1,0,0
537519,1,235,57,57,57,8,7,3,14,5,4,11,5,0,0,0
537527,1,35,6,6,6,0,0,1,1,0,0,2,0,0,2,0
537535,1,59,21,21,21,7,2,1,6,2,2,1,0,0,0,0
537543,1,106,24,24,24,0,1,2,3,3,10,0,0,0,3,2
545902,1,233,39,39,38,5,2,9,2,7,9,0,1,2,0,1
550094,1,1463,196,196,194,25,23,36,24,15,32,7,5,5,12,10
550094,2,1150,211,210,208,19,21,41,26,13,31,25,1,6,15,10
550094,3,949,181,181,181,13,14,29,23,29,32,15,3,6,9,8
550094,4,966,193,193,192,9,17,41,26,26,24,17,1,12,12,7
550094,5,784,157,157,157,12,12,17,35,21,25,10,1,6,11,7
550094,6,1073,131,131,130,12,6,11,23,19,29,8,2,5,8,7
550094,7,1354,200,200,200,18,19,30,12,35,18,20,8,10,18,12
550094,8,928,156,156,156,14,16,23,15,29,12,21,1,2,15,8
550094,9,433,75,75,75,3,5,8,19,16,4,8,4,2,5,1
550116,1,258,52,52,51,11,10,9,3,7,2,0,1,3,3,2
550124,1,263,52,52,51,6,7,5,11,5,9,2,1,3,0,2
550159,1,202,31,31,31,7,0,3,4,6,6,0,1,1,3,0
550167,1,1023,134,133,133,13,9,20,14,20,18,17,5,3,12,2
550167,2,108,20,20,20,1,6,6,0,5,0,2,0,0,0,0
550167,3,85,21,21,21,3,0,4,0,1,3,3,3,1,1,2
550167,4,32,6,6,6,1,3,0,0,0,0,1,0,0,0,1
550183,1,293,50,50,48,11,2,5,5,7,7,0,5,2,2,2
550205,1,307,29,29,26,3,3,4,5,5,1,2,1,1,0,1
550221,1,400,64,64,63,8,8,14,10,1,7,2,2,3,3,5
550230,1,1093,149,149,147,11,22,15,15,26,17,13,6,4,5,13
550248,1,264,21,21,21,3,4,2,4,3,1,0,2,2,0,0
550264,1,379,45,45,45,3,1,8,7,13,6,3,1,0,3,0
550329,1,413,44,44,44,4,9,5,4,4,4,7,5,0,2,0
550337,1,148,45,45,45,8,1,13,8,4,2,2,1,5,0,1
550345,1,256,31,31,31,3,10,4,2,4,5,1,2,0,0,0
550353,1,598,57,57,57,6,11,6,18,3,3,6,0,0,2,2
550361,1,951,145,145,145,6,18,22,17,20,20,13,7,7,7,8
550361,2,622,72,72,72,4,11,16,7,2,7,3,2,4,6,10
550396,1,159,23,23,23,0,2,7,0,4,7,1,1,0,1,0
550418,1,251,35,35,34,9,1,4,5,2,6,2,3,0,1,1
550418,2,85,6,6,6,1,1,0,1,0,1,0,2,0,0,0
550418,3,107,27,27,27,1,5,1,3,1,5,2,6,1,2,0
550418,4,83,23,23,22,4,1,5,0,5,1,4,1,0,1,0
550426,1,268,43,43,43,4,2,5,8,3,5,1,1,4,5,5
550434,1,431,77,77,75,3,7,11,5,17,15,6,3,3,0,5
550442,1,389,63,63,63,8,7,7,11,10,5,4,4,4,3,0
550442,2,557,87,87,82,8,17,8,10,9,9,6,5,0,9,1
550442,3,531,109,109,107,7,11,19,14,13,18,8,3,6,3,5
550442,4,660,111,111,109,13,16,17,8,10,19,8,4,4,2,8
550451,1,399,59,59,59,7,3,4,19,9,14,1,0,1,1,0
550485,1,135,24,24,24,1,5,2,11,2,3,0,0,0,0,0
550515,1,454,82,82,82,5,11,5,28,7,10,4,2,2,3,5
550515,2,355,51,51,51,6,14,5,9,6,8,2,1,0,0,0
550515,3,96,23,23,23,0,1,1,5,6,7,1,0,1,0,1
550515,4,78,30,30,29,11,3,1,2,8,3,1,0,0,0,0
550523,1,162,30,30,30,3,4,2,3,6,4,4,1,1,0,2
550531,1,230,38,38,37,7,1,5,6,4,7,2,2,1,2,0
550540,1,720,145,145,141,11,45,17,11,14,18,10,1,1,9,4
550540,2,63,6,6,6,0,3,0,1,1,0,1,0,0,0,0
550540,3,82,14,14,14,2,6,1,0,2,0,2,0,0,1,0
550540,4,93,17,17,17,4,3,4,0,2,0,4,0,0,0,0
550558,1,466,75,75,68,4,6,9,11,12,13,3,2,0,4,4
550574,1,313,76,76,74,3,20,8,5,8,8,5,4,0,8,5
550582,1,132,24,24,24,1,9,6,3,1,1,0,0,0,3,0
550582,2,115,32,32,32,3,5,7,4,6,2,1,1,0,1,2
550604,1,97,20,20,20,4,3,3,6,2,0,0,0,0,2,0
550621,1,620,120,120,120,6,11,14,28,15,21,18,2,4,0,1
550621,2,86,17,17,17,2,4,0,4,0,1,0,4,0,0,2
550621,3,115,26,26,25,4,2,5,5,0,3,2,1,1,2,0
550621,4,96,28,28,27,4,1,1,3,1,6,1,3,3,2,2
550621,5,72,25,25,25,2,2,0,9,4,3,1,0,2,2,0
550621,6,78,15,15,15,2,0,2,1,0,0,9,0,0,1,0
550621,7,52,13,13,12,0,2,3,0,0,0,0,3,2,1,1
550647,1,1054,126,126,125,7,21,28,10,15,16,8,1,5,6,8
550647,2,526,68,68,67,7,4,9,10,2,10,3,7,1,10,4
550647,3,910,154,154,153,16,23,16,24,23,13,17,4,3,10,4
550647,4,752,94,94,94,10,12,17,21,2,10,6,7,4,4,1
550647,5,788,84,84,84,12,8,9,11,11,8,8,2,4,6,5
550647,6,1163,124,124,123,9,6,10,19,22,20,12,3,6,10,6
550647,7,963,103,103,103,10,7,24,10,16,16,5,2,6,5,2
550655,1,402,55,55,55,6,4,9,5,9,16,0,4,0,1,1
550663,1,1334,220,220,219,30,32,44,35,18,17,15,4,4,10,10
550671,1,1164,158,158,157,15,15,15,28,33,20,10,5,7,4,5
550671,2,1009,134,134,131,17,8,5,33,23,20,6,5,1,10,3
550671,3,941,141,141,140,19,17,24,13,16,19,9,8,7,2,6
550680,1,303,45,44,44,4,8,8,8,6,3,3,0,2,2,0
550698,1,200,40,40,40,7,5,6,3,1,7,8,0,2,1,0
550698,2,62,5,5,5,1,1,0,0,2,0,0,0,0,0,1
550701,1,261,26,26,25,1,0,3,3,4,8,4,0,0,0,2
550728,1,986,121,121,120,14,14,10,21,14,20,17,3,3,4,0
550728,2,93,19,19,19,1,2,3,4,0,1,2,2,0,0,4
550728,3,76,24,24,24,1,0,7,3,1,7,1,0,3,1,0
550728,4,93,13,13,13,1,0,1,3,3,2,0,1,2,0,0
550728,5,160,33,33,33,2,3,3,5,8,9,3,0,0,0,0
550761,1,102,16,16,16,1,0,2,8,1,1,1,2,0,0,0
561568,1,72,18,18,18,4,1,8,1,1,2,1,0,0,0,0
561576,1,81,26,26,26,1,4,7,2,6,0,0,0,5,0,1
561649,1,115,41,41,41,3,2,14,3,4,8,1,1,3,2,0
561673,1,91,12,12,12,1,0,5,0,5,1,0,0,0,0,0
563978,1,81,16,16,15,0,0,3,0,2,5,1,1,1,1,1
510068,1,168,36,36,35,6,10,3,0,2,5,1,0,2,2,4
529966,1,125,18,18,18,5,2,2,0,2,5,2,0,0,0,0
529982,1,153,20,20,20,1,0,1,4,5,2,2,2,1,2,0
530018,1,62,23,23,23,3,3,4,5,7,1,0,0,0,0,0
530034,1,253,29,29,28,7,3,2,8,0,6,0,2,0,0,0
536342,1,76,22,22,22,2,2,2,6,0,6,0,0,0,4,0
536369,1,56,27,27,27,0,10,4,2,3,6,2,0,0,0,0
536415,1,28,6,6,6,1,0,2,1,2,0,0,0,0,0,0
536423,1,31,9,9,9,1,4,1,1,1,1,0,0,0,0,0
536466,1,140,18,18,17,1,0,2,4,0,6,1,2,0,1,0
536474,1,92,13,13,13,4,1,2,1,1,4,0,0,0,0,0
536482,1,55,2,2,2,0,0,0,0,0,1,0,0,0,0,1
536504,1,50,13,13,13,0,2,2,2,2,1,1,1,0,0,2
536512,1,151,25,25,25,1,3,5,2,6,1,2,0,3,0,2
536539,1,66,17,17,17,0,6,2,0,0,3,2,0,0,1,3
536547,1,93,24,24,24,3,0,6,3,3,4,4,0,1,0,0
536555,1,114,18,18,18,0,4,3,4,3,2,1,1,0,0,0
536563,1,191,41,41,41,3,5,3,5,8,11,0,0,1,4,1
536598,1,197,42,42,42,3,4,2,6,7,8,4,4,0,0,4
536601,1,140,26,26,26,0,2,1,3,3,9,1,0,1,5,1
536628,1,76,28,28,27,8,5,2,7,0,5,0,0,0,0,0
536644,1,117,32,32,32,2,6,6,1,3,10,0,2,0,0,2
536679,1,68,26,26,26,0,8,2,1,2,7,3,1,0,0,2
536695,1,86,16,16,16,3,3,0,1,1,5,2,0,0,0,1
536725,1,89,17,17,17,1,0,3,4,3,0,2,3,0,1,0
536741,1,122,25,25,24,2,2,3,0,6,3,1,2,5,0,0
536750,1,96,15,15,15,0,2,2,3,3,0,3,0,0,0,2
536776,1,128,21,21,21,0,6,4,3,3,3,0,2,0,0,0
536784,1,96,21,21,20,1,0,6,0,5,4,2,0,0,2,0
536792,1,77,22,22,20,3,0,3,1,1,1,7,2,1,0,1
536806,1,130,26,26,26,2,5,2,4,4,5,2,2,0,0,0
536822,1,95,11,11,11,1,0,0,1,6,2,0,0,0,0,1
536831,1,68,31,31,30,7,2,6,3,3,3,4,0,1,0,1
536849,1,324,62,62,61,6,4,3,6,7,25,4,1,1,1,3
536865,1,199,47,47,47,5,2,4,9,3,10,6,2,0,0,6
536873,1,55,9,9,9,3,0,2,0,1,0,1,0,2,0,0
536881,1,238,53,53,52,2,7,11,2,4,15,2,1,1,1,6
536890,1,107,17,17,17,5,4,1,1,4,1,0,0,0,1,0
536903,1,44,12,12,12,5,0,0,2,4,0,1,0,0,0,0
536911,1,59,16,16,16,0,0,1,5,5,4,0,1,0,0,0
536920,1,181,28,28,27,8,2,3,1,4,7,0,0,1,0,1
536946,1,82,23,23,23,1,15,1,0,2,1,3,0,0,0,0
536954,1,60,19,19,17,5,1,0,2,3,5,0,1,0,0,0
536962,1,184,37,37,37,1,8,12,1,3,2,1,4,1,4,0
537063,1,51,20,20,19,1,1,4,2,2,3,0,3,1,0,2
550787,1,568,119,119,119,11,14,14,15,17,20,6,7,2,6,7
550787,2,264,33,33,33,0,3,5,6,1,8,3,0,0,0,7
550787,3,345,95,95,95,4,10,15,4,16,24,9,0,4,1,8
550787,4,185,25,25,23,3,2,1,3,2,6,2,1,1,2,0
550787,5,670,115,115,115,9,4,21,19,20,17,8,4,2,5,6
550787,6,818,135,135,134,8,16,9,23,24,27,11,1,4,7,4
550787,7,802,159,159,159,4,20,14,30,35,25,12,5,1,6,7
550787,8,422,86,86,86,6,14,9,9,10,16,13,3,0,2,4
550787,9,749,160,160,159,7,20,25,26,25,14,21,4,5,8,4
550787,10,610,107,107,105,3,11,10,16,23,9,12,1,6,6,8
550787,11,883,129,129,127,6,4,17,12,17,26,6,11,2,8,18
550787,12,680,151,151,149,7,8,30,22,19,26,14,4,3,8,8
550787,13,1268,149,149,149,18,12,20,9,21,28,10,3,2,12,14
550787,14,919,170,170,168,15,15,20,16,16,31,22,3,2,19,9
550787,15,673,124,124,123,8,10,8,25,24,15,12,3,5,7,6
550787,16,752,140,140,138,25,17,19,22,16,21,11,2,4,1,0
550787,17,27,9,9,8,0,1,4,0,1,1,0,1,0,0,0
550787,18,697,116,116,116,11,3,14,21,18,23,8,6,5,3,4
550787,19,617,99,99,98,15,9,5,14,19,18,3,8,1,3,3
550787,20,802,133,133,133,9,9,12,16,24,30,5,6,6,6,10
550787,21,852,127,127,127,15,11,13,25,23,14,7,2,5,8,4
550787,22,911,152,152,151,18,9,17,26,21,25,6,10,3,10,6
550787,23,879,157,157,153,25,10,11,24,32,19,11,4,4,7,6
550787,24,292,49,49,48,3,3,7,8,8,15,3,0,0,0,1
550787,25,995,161,161,158,17,21,32,7,17,23,15,5,4,9,8
550787,26,1094,206,206,206,28,23,30,21,20,31,20,6,12,8,7
550787,27,809,135,135,134,13,8,24,14,16,19,11,4,6,10,9
550809,1,1272,149,149,148,10,14,9,21,43,25,7,8,4,1,6
550817,1,792,92,92,92,8,15,11,11,14,14,11,3,0,3,2
550817,2,49,14,14,14,0,2,0,2,3,0,1,2,1,1,2
550833,1,163,28,28,28,3,2,7,2,7,4,0,1,0,0,2
550850,1,1091,152,152,151,14,8,32,12,20,27,15,7,5,6,5
550850,2,798,130,130,129,6,12,23,20,26,14,10,2,4,4,8
550850,3,1042,186,186,183,16,12,40,32,27,18,14,2,7,10,5
550850,4,1093,162,162,161,17,5,25,16,24,24,17,4,3,12,14
550850,5,1137,208,208,208,15,19,53,15,23,27,29,3,5,9,10
550850,6,87,9,9,8,1,3,0,0,0,1,2,0,0,0,1
550850,7,69,10,10,10,0,0,0,3,3,0,0,0,0,0,4
550850,8,56,15,15,15,0,4,1,5,0,2,0,2,0,1,0
550850,9,31,4,4,4,0,0,2,0,0,1,0,1,0,0,0
550850,10,55,4,4,4,0,0,1,0,1,0,2,0,0,0,0
550850,11,17,14,14,14,2,1,0,1,2,0,7,0,0,0,1
550906,1,329,47,47,47,6,7,0,13,5,14,0,0,1,1,0
550906,2,52,15,15,15,1,0,5,4,3,1,0,1,0,0,0
550922,1,600,72,72,72,14,15,6,6,10,6,3,1,3,7,1
550922,2,142,31,31,29,2,2,8,3,2,5,3,2,0,2,0
550949,1,160,34,34,34,5,1,4,9,5,5,1,1,0,0,3
550957,1,542,98,98,98,9,5,23,15,9,14,8,2,2,9,2
550957,2,113,17,17,17,2,1,2,1,1,3,4,0,1,0,2
550957,3,96,11,11,11,3,2,0,2,1,2,0,0,0,0,1
550965,1,379,46,46,45,5,1,7,8,4,14,1,1,1,1,2
550981,1,188,40,40,40,14,6,1,7,1,7,1,0,0,0,3
550981,2,43,16,16,16,4,2,0,0,2,6,1,0,0,0,1
551015,1,296,28,28,28,1,8,7,1,2,7,0,0,0,2,0
551023,1,78,5,5,5,3,0,0,1,1,0,0,0,0,0,0
551023,2,52,12,12,12,0,3,0,4,2,0,2,0,0,0,1
551023,3,77,18,18,18,3,4,1,3,4,1,0,0,0,2,0
551040,1,132,28,28,28,1,3,4,6,2,7,2,1,1,0,1
551040,2,62,7,7,7,0,0,0,4,1,0,0,2,0,0,0
551040,3,44,13,13,13,0,0,0,3,8,2,0,0,0,0,0
551104,1,86,20,20,20,3,0,0,8,3,2,3,1,0,0,0
551104,2,59,24,24,24,2,1,1,4,9,2,0,4,0,0,1
551121,1,131,36,36,36,4,5,2,2,4,10,1,1,1,1,5
551139,1,267,26,26,26,1,3,8,1,6,3,2,0,1,0,1
551155,1,168,42,42,42,2,2,17,8,2,6,2,0,1,1,1
551155,2,33,20,20,20,5,2,2,2,0,5,0,3,0,0,1
551163,1,155,24,24,24,6,1,7,1,3,3,1,0,0,0,2
551180,1,101,10,10,10,0,2,2,1,2,3,0,0,0,0,0
551180,2,68,23,23,23,5,3,1,4,5,4,0,0,1,0,0
551180,3,66,17,17,17,0,2,2,7,3,3,0,0,0,0,0
551180,4,76,14,14,14,0,1,4,3,1,3,1,0,0,0,1
551201,1,1096,202,202,201,13,39,28,13,27,27,31,5,2,2,14
551261,1,192,33,33,33,1,2,10,2,3,10,3,1,0,0,1
551333,1,196,33,33,33,5,8,3,6,2,6,1,0,0,0,2
551333,2,108,37,37,37,3,19,2,3,2,5,3,0,0,0,0
551333,3,71,14,14,14,2,2,1,5,0,4,0,0,0,0,0
551341,1,237,61,61,61,12,20,3,8,0,5,0,7,0,1,5
551350,1,525,53,53,53,2,7,10,8,3,11,4,3,1,3,1
551350,2,69,18,18,18,1,3,5,2,4,2,0,0,0,0,1
551384,1,539,103,103,102,11,16,21,5,14,17,4,3,2,6,3
551392,1,219,54,54,53,8,4,4,7,11,11,6,1,1,0,0
551414,1,229,43,43,43,3,5,6,10,2,5,6,1,0,3,2
551473,1,217,38,38,37,2,0,9,1,8,3,6,1,0,1,6
551520,1,248,39,39,38,5,5,6,5,3,3,4,2,0,0,5
551554,1,290,54,54,53,5,11,2,8,2,21,4,0,0,0,0
551562,1,416,47,47,46,9,1,8,7,7,6,1,1,1,2,3
551571,1,82,15,15,15,2,0,3,0,3,3,0,1,1,1,1
551597,1,91,18,18,18,0,4,7,0,3,3,0,0,0,1,0
551619,1,266,42,42,42,5,4,2,13,4,7,0,1,0,4,2
551627,1,195,29,29,29,4,1,1,6,4,8,3,2,0,0,0
551627,2,56,6,6,6,3,0,0,0,1,2,0,0,0,0,0
551635,1,220,37,37,37,24,2,2,2,1,2,1,0,0,2,1
551643,1,268,48,48,48,2,4,8,9,3,7,2,3,1,7,2
551643,2,82,28,28,27,5,1,4,3,4,3,3,4,0,0,0
551660,1,832,134,134,132,14,25,16,14,24,14,9,0,5,6,5
551660,2,51,11,11,11,0,2,2,2,0,1,4,0,0,0,0
551660,3,60,39,39,36,2,4,2,3,4,4,2,5,0,8,2
551660,4,40,19,19,19,1,2,2,2,5,1,3,1,0,2,0
551678,1,361,57,57,57,6,7,7,7,6,11,2,2,1,5,3
551678,2,75,17,17,17,0,12,0,0,2,2,1,0,0,0,0
551678,3,54,15,15,15,4,1,1,1,0,8,0,0,0,0,0
551716,1,925,159,159,158,9,16,29,21,17,40,4,7,1,6,8
551716,2,113,26,26,26,2,4,2,6,1,7,0,1,0,2,1
551741,1,179,51,51,50,2,9,5,13,8,5,3,0,4,1,0
551759,1,210,27,27,26,7,5,2,4,0,3,3,2,0,0,0
551775,1,114,21,21,21,1,2,0,0,10,6,0,2,0,0,0
551775,2,47,7,7,7,3,0,0,0,1,0,0,0,0,1,2
551791,1,510,74,74,74,10,1,11,11,8,18,10,0,0,2,3
551791,2,89,16,16,16,1,1,4,0,2,7,0,0,0,1,0
551791,3,75,22,22,22,0,4,3,6,3,3,0,2,1,0,0
551791,4,44,8,8,8,2,1,1,0,2,1,0,0,1,0,0
551830,1,259,48,48,47,3,0,8,7,3,10,8,1,0,6,1
551856,1,560,60,60,58,6,13,6,1,8,7,5,2,1,2,7
551856,2,100,15,15,15,0,2,1,2,4,0,1,2,0,0,3
551856,3,39,3,3,3,0,0,2,0,1,0,0,0,0,0,0
551899,1,119,29,29,28,4,14,1,0,6,2,1,0,0,0,0
551899,2,119,29,29,29,16,0,2,1,6,1,0,0,1,0,2
551937,1,106,13,13,13,2,1,0,3,3,0,0,0,0,2,2
551953,1,132,19,19,19,1,5,0,2,3,4,0,1,2,0,1
551953,2,97,28,28,25,1,0,0,1,5,10,2,0,1,2,3
551953,3,242,58,58,53,2,6,2,7,9,14,6,1,1,4,1
551953,4,251,95,92,88,8,6,18,15,9,17,3,3,2,1,6
551953,5,729,209,209,202,26,18,17,22,30,40,21,2,9,11,6
551953,6,908,284,284,276,24,28,38,23,29,66,28,7,12,5,16
551953,7,671,154,154,151,17,21,17,10,7,27,18,4,10,8,12
551953,8,672,175,175,168,21,10,21,23,20,26,14,5,3,12,13
551953,9,826,226,226,206,28,15,33,14,34,24,33,9,3,5,8
551953,10,358,117,117,113,5,6,25,8,21,23,10,2,3,2,8
551953,11,490,102,102,99,15,8,11,15,8,19,3,0,3,7,10
551961,1,329,32,32,32,6,6,5,6,5,2,2,0,0,0,0
551961,2,94,32,32,32,4,1,4,9,3,7,1,1,0,1,1
551970,1,695,118,118,117,10,12,15,15,15,20,10,0,9,7,4
551970,2,800,187,187,186,19,18,26,24,26,21,21,9,7,7,8
551970,3,799,139,139,138,12,13,21,12,20,24,11,7,6,7,5
551970,4,84,16,16,16,2,0,2,2,1,3,1,0,1,1,3
551970,5,101,17,17,14,4,0,1,2,2,4,0,0,0,1,0
551988,1,255,32,32,32,10,2,0,1,5,5,1,2,2,1,3
560171,1,33,18,18,15,0,1,2,0,0,2,0,1,1,7,1
560197,1,56,12,12,12,4,0,5,0,0,0,1,1,1,0,0
560201,1,88,18,18,18,4,0,1,3,2,3,1,2,2,0,0
560219,1,135,23,23,22,5,4,2,2,2,4,0,0,2,0,1
560243,1,94,15,15,15,0,3,2,3,2,4,1,0,0,0,0
560278,1,182,33,33,33,1,3,1,5,7,2,4,1,1,2,6
560391,1,22,14,14,14,3,5,2,0,1,1,0,0,0,1,1
560405,1,122,27,27,27,5,2,1,3,2,5,1,0,2,0,6
561690,1,28,10,10,7,0,0,4,1,0,0,0,0,2,0,0
563951,1,44,10,10,8,0,2,1,1,0,1,0,0,0,1,2
598887,1,64,32,32,32,2,7,7,1,3,5,4,1,0,0,2
598895,1,270,69,69,69,7,1,11,9,12,8,1,2,6,4,8
598909,1,61,29,29,29,2,5,2,1,3,8,0,2,2,1,3
598950,1,81,28,28,28,5,4,6,1,4,5,0,0,1,2,0
530042,1,67,13,13,13,0,0,5,1,2,3,2,0,0,0,0
549631,1,604,139,139,138,14,36,16,4,23,19,7,2,5,3,9
551601,1,211,40,40,40,2,5,9,0,2,4,3,1,1,7,6
552046,1,1425,239,239,237,14,21,58,15,17,45,20,5,19,11,12
552046,2,671,133,133,132,14,7,24,29,6,20,4,0,6,12,10
552046,3,781,156,156,155,11,7,22,19,22,34,12,2,8,7,11
552046,4,658,149,149,148,11,6,24,20,21,21,17,1,7,11,9
552046,5,400,116,116,115,4,9,33,5,13,18,11,3,9,7,3
552046,6,825,182,182,180,19,16,28,25,24,27,13,3,5,12,8
552046,7,771,174,174,171,13,6,29,33,30,28,16,3,5,3,5
552046,8,719,156,156,156,11,9,36,15,15,26,23,3,5,3,10
552046,9,954,198,198,198,12,10,31,12,33,45,19,7,6,13,10
552046,10,662,123,123,123,13,8,10,26,24,18,8,1,4,6,5
552046,11,693,114,114,113,7,6,24,11,17,14,9,5,4,4,12
552046,12,919,135,135,135,10,6,13,35,25,24,3,6,0,7,6
552046,13,875,221,221,221,19,12,11,53,70,25,15,3,2,7,4
552046,14,673,130,130,130,5,4,16,24,20,31,13,5,3,4,5
552046,15,658,121,121,120,5,10,10,40,26,13,8,4,3,1,0
552046,16,775,115,115,115,6,9,11,27,22,18,3,2,2,9,6
552046,17,939,175,175,175,9,14,23,19,24,29,16,7,6,22,6
552046,18,677,95,95,94,2,7,5,26,17,14,8,7,0,5,3
552046,19,976,170,170,167,14,7,31,14,28,24,19,4,8,10,8
552046,20,575,124,124,124,4,4,27,11,21,24,20,4,1,3,5
552046,21,947,131,131,131,10,10,11,22,21,21,7,7,1,13,8
552046,22,860,117,117,117,6,8,7,29,18,14,7,5,4,8,11
552046,23,896,142,142,140,14,3,30,22,16,20,16,2,2,2,13
552046,24,870,108,108,108,7,8,16,15,11,19,13,3,7,4,5
552046,25,888,136,136,135,9,5,9,18,16,35,9,3,10,12,9
552046,26,830,121,121,121,10,0,7,38,15,25,4,5,4,7,6
552046,27,753,106,106,105,7,3,12,14,22,11,10,5,4,9,8
552046,28,684,120,120,120,8,7,17,17,17,19,13,8,4,6,4
552046,29,486,130,130,129,12,14,26,9,9,24,10,4,8,10,3
552046,30,1055,220,220,218,13,19,60,15,21,39,16,4,8,11,12
552046,31,172,29,29,29,1,1,11,5,2,3,0,1,1,1,3
552046,32,214,42,42,42,5,10,4,4,7,6,0,1,2,1,2
552046,33,632,125,125,124,15,11,26,10,13,22,8,1,0,10,8
552046,34,825,166,166,166,8,11,23,6,14,41,29,7,5,9,13
552046,35,259,72,72,72,3,0,17,10,11,21,4,1,1,2,2
552046,36,247,44,44,44,1,1,8,8,4,12,3,2,1,0,4
552046,37,267,46,46,46,4,0,5,5,4,19,3,1,3,0,2
552046,38,871,178,178,176,8,12,35,14,19,40,27,4,4,7,6
552046,39,761,144,144,143,4,10,40,11,14,33,14,0,5,9,3
552046,40,133,32,32,32,0,9,3,3,2,8,3,0,0,2,2
552046,41,282,30,30,30,0,2,8,3,1,7,3,2,0,0,4
552054,1,610,112,112,112,13,7,24,19,14,8,12,0,5,4,6
552054,2,700,152,152,150,9,6,24,40,24,16,18,0,4,4,5
552054,3,705,97,97,97,8,9,7,19,18,16,3,6,0,6,5
552054,4,662,130,130,129,6,8,16,36,25,18,8,2,1,6,3
552054,5,871,184,184,184,10,19,17,37,25,40,15,5,4,7,5
552054,6,696,162,162,162,11,12,30,42,18,20,16,1,2,8,2
552054,7,111,18,18,18,0,3,3,3,1,3,3,0,0,0,2
552097,1,190,30,30,29,3,0,8,4,2,4,3,1,0,1,3
552101,1,504,90,90,89,9,9,14,3,16,22,6,0,2,7,1
552127,1,51,9,9,8,3,1,1,0,2,0,0,0,0,1,0
552135,1,177,32,32,32,2,12,3,2,1,4,1,1,1,1,4
552143,1,321,60,60,60,7,6,9,10,11,5,5,3,1,2,1
552208,1,257,46,46,46,1,2,11,5,10,3,7,0,1,2,4
552208,2,85,24,24,24,4,3,1,7,1,4,1,2,0,1,0
552224,1,103,18,18,18,0,0,2,5,4,6,0,1,0,0,0
552241,1,660,101,101,99,13,6,19,16,7,16,4,4,2,3,9
552275,1,215,45,45,45,2,4,3,9,14,3,2,4,1,3,0
552283,1,630,79,79,77,8,3,9,10,14,18,3,4,3,5,0
552291,1,105,13,13,13,0,1,3,0,1,3,2,1,0,0,2
552321,1,286,58,58,58,2,6,17,6,5,9,8,2,1,0,2
552453,1,102,34,34,34,5,3,4,3,2,6,4,0,3,1,3
552461,1,670,143,143,141,13,7,21,17,19,33,12,7,3,5,4
552461,2,583,77,77,76,5,4,17,2,9,20,7,1,2,4,5
552461,3,102,11,11,11,0,0,1,0,0,5,3,1,0,1,0
552470,1,327,41,41,41,3,6,7,7,3,7,2,1,0,3,2
552470,2,88,24,24,24,0,5,0,5,5,3,2,0,0,0,4
552496,1,939,193,193,192,21,18,27,17,32,33,22,1,7,9,5
552496,2,674,121,121,121,6,7,18,20,23,17,14,0,1,5,10
552496,3,288,33,33,33,1,2,1,5,7,5,2,0,0,6,4
552534,1,463,97,97,96,8,32,6,9,10,14,4,2,5,6,0
552534,2,458,80,80,80,8,11,14,9,14,10,3,0,5,3,3
552534,3,227,25,25,25,3,0,4,6,4,8,0,0,0,0,0
552534,4,354,61,61,61,3,9,18,8,6,9,4,0,1,0,3
552534,5,136,21,21,21,1,4,3,4,4,4,0,1,0,0,0
552585,1,614,71,70,70,2,11,11,8,14,11,5,0,1,3,4
552666,1,875,160,160,158,8,13,46,19,16,27,14,1,3,3,8
552666,2,621,52,52,52,1,3,16,3,3,8,5,8,2,3,0
552704,1,715,92,92,92,2,10,6,25,16,9,11,2,1,4,6
552704,2,773,94,94,94,11,16,10,20,7,9,7,0,6,5,3
552704,3,701,85,85,85,5,11,10,14,10,10,6,5,2,8,4
552712,1,117,22,22,22,1,0,2,3,9,3,0,3,0,0,1
552721,1,309,29,29,29,3,0,4,7,8,4,3,0,0,0,0
552747,1,223,29,29,29,0,2,2,6,5,11,0,0,0,2,1
552763,1,247,70,70,70,7,22,2,7,3,9,14,0,4,1,1
552798,1,180,32,32,32,5,6,0,5,3,6,0,0,0,7,0
552801,1,817,151,151,151,10,9,13,24,14,20,15,8,5,17,16
552801,2,115,20,20,20,3,1,0,6,4,4,1,0,0,1,0
552801,3,51,23,23,23,0,2,2,7,3,4,0,3,0,0,2
552801,4,70,14,14,14,0,4,0,6,1,1,1,1,0,0,0
552801,5,92,33,33,33,4,7,4,11,1,0,2,3,0,0,1
552828,1,740,145,145,143,5,6,49,8,11,31,9,2,3,8,11
552828,2,1000,174,174,174,15,11,28,24,24,35,13,2,5,9,8
552828,3,1093,202,202,196,16,23,30,27,17,42,15,6,5,3,12
552828,4,241,26,26,25,5,3,2,0,6,3,1,3,0,0,2
552852,1,65,10,10,10,0,1,0,2,2,3,1,0,0,1,0
552861,1,101,13,13,13,1,0,0,1,4,4,1,0,0,1,1
552895,1,267,40,40,40,3,2,7,9,5,6,5,2,0,1,0
552917,1,413,45,45,45,1,12,7,8,8,3,0,1,0,5,0
552925,1,203,45,45,42,2,9,9,1,8,8,1,2,1,0,1
552933,1,317,70,70,70,6,6,7,9,10,10,3,2,2,4,11
552941,1,130,34,34,34,4,0,7,6,1,6,3,2,1,3,1
552976,1,176,43,43,42,6,2,10,9,1,7,4,2,0,0,1
552992,1,607,75,75,74,8,6,5,14,7,17,4,3,0,6,4
553018,1,447,71,71,68,11,1,13,7,12,9,0,3,0,9,3
553034,1,211,31,31,31,0,9,2,9,5,3,1,0,0,1,1
553069,1,886,175,175,173,15,8,37,13,25,33,20,6,3,8,5
553069,2,689,179,179,178,19,3,31,24,28,32,13,7,11,3,7
553069,3,652,145,145,145,6,12,21,10,23,36,11,3,5,12,6
553069,4,863,178,178,178,11,13,22,22,36,32,20,3,7,9,3
553069,5,1199,211,211,211,10,15,42,18,32,41,16,6,7,11,13
553069,6,499,121,121,121,5,6,24,13,20,27,14,4,1,6,1
553069,7,478,142,142,141,10,10,18,11,14,41,22,3,3,2,7
553069,8,789,125,125,123,6,16,23,17,14,21,7,4,1,4,10
553077,1,79,19,19,19,2,1,0,1,4,6,0,2,0,1,2
553077,2,124,18,18,18,0,1,0,2,7,2,1,0,0,4,1
553077,3,195,42,42,42,0,0,5,4,8,16,2,0,2,1,4
553085,1,76,22,22,22,1,2,1,2,10,1,0,0,0,0,5
553085,2,56,18,18,18,0,7,3,0,1,1,3,0,1,1,1
553123,1,312,52,52,52,6,6,5,9,3,5,9,0,0,5,4
553131,1,817,131,131,130,17,6,15,11,19,11,19,6,6,13,7
553131,2,638,114,114,114,5,5,15,13,19,21,12,1,6,11,6
553131,3,1028,203,203,201,7,19,46,14,22,37,17,6,5,18,10
553131,4,976,187,187,184,10,10,19,44,24,33,17,3,4,9,11
553131,5,613,89,88,88,6,3,15,13,12,23,5,0,0,6,5
553131,6,724,104,104,104,12,4,19,16,19,16,5,2,2,3,6
553131,7,831,158,158,157,14,14,24,22,18,25,12,2,2,21,3
553131,8,88,11,11,11,4,0,1,3,1,1,0,0,0,0,1
553131,9,139,20,20,20,0,2,0,1,12,2,0,1,0,1,1
553140,1,59,15,15,14,0,0,0,1,5,2,2,1,1,2,0
553140,2,54,17,17,16,2,1,2,4,0,6,0,0,0,0,1
553140,3,290,40,40,40,2,6,4,10,4,9,4,0,0,0,1
553140,4,70,22,22,21,4,2,1,7,1,3,1,0,1,0,1
553166,1,134,20,20,18,2,2,2,5,6,0,0,0,0,1,0
553166,2,84,13,13,13,1,0,3,4,1,2,0,1,0,0,1
553166,3,352,67,67,66,4,5,22,3,10,7,3,0,2,4,6
553174,1,237,43,43,42,6,6,13,3,4,3,3,2,0,0,2
553182,1,262,42,42,42,0,11,16,3,4,2,1,1,0,4,0
553204,1,307,30,30,29,0,3,5,1,4,8,3,0,0,4,1
553239,1,532,60,60,60,3,4,13,10,7,9,4,2,2,3,3
553239,2,99,22,22,22,2,1,3,1,6,4,3,1,0,0,1
553255,1,198,48,48,48,2,8,8,7,9,11,1,0,0,0,2
553263,1,222,37,37,36,3,0,11,0,4,6,4,2,4,2,0
553271,1,752,95,95,94,12,10,8,15,18,8,8,2,5,6,2
553271,2,730,111,111,111,3,15,18,15,20,18,8,2,0,5,7
553271,3,934,197,197,195,12,27,25,22,24,36,17,8,5,12,7
553271,4,988,103,102,102,10,9,16,2,21,17,7,6,3,8,3
553271,5,947,167,167,167,14,21,24,19,24,25,9,4,7,15,5
553271,6,813,128,128,126,13,5,23,15,17,16,13,3,4,11,6
553271,7,155,20,20,19,2,1,2,0,0,10,2,0,1,0,1
553280,1,141,32,32,32,8,5,1,1,3,3,2,0,4,0,5
553298,1,255,27,27,27,1,2,4,7,8,3,1,0,1,0,0
553310,1,142,21,21,21,2,1,4,3,3,2,0,4,0,0,2
553328,1,149,25,25,25,2,1,1,8,7,2,2,1,0,0,1
553361,1,223,32,32,32,4,11,3,1,3,3,1,1,0,4,1
553409,1,312,33,33,32,3,1,3,13,3,4,0,3,0,0,2
553417,1,77,24,24,23,5,0,2,2,7,5,2,0,0,0,0
553417,2,618,140,140,139,5,6,20,16,16,41,16,0,3,9,7
559016,1,67,28,28,25,6,0,8,3,1,3,1,1,0,1,1
560430,1,137,23,23,23,1,1,5,0,3,8,5,0,0,0,0
560448,1,141,34,34,34,3,1,5,7,2,6,6,1,0,0,3
560481,1,147,27,27,27,2,7,7,2,0,3,2,2,0,1,1
560511,1,67,23,23,23,2,1,1,2,3,11,1,0,1,0,1
560529,1,107,29,29,29,0,8,4,5,2,4,0,1,0,1,4
560553,1,44,15,15,15,0,2,1,4,5,3,0,0,0,0,0
560626,1,81,19,19,19,5,2,4,2,0,1,0,2,0,0,3
560634,1,91,14,14,14,0,3,2,1,3,0,3,0,0,1,1
560669,1,104,20,20,20,1,6,3,4,2,1,2,0,1,0,0
562866,1,119,19,19,19,2,0,1,0,6,4,4,0,0,0,2
562904,1,125,25,25,23,2,2,5,2,2,5,0,1,1,2,1
562955,1,61,15,15,15,3,3,3,0,0,1,1,0,0,4,0
562963,1,63,16,16,15,0,1,5,2,2,3,2,0,0,0,0
563030,1,114,36,36,35,1,4,3,5,8,2,1,0,0,9,2
563145,1,119,20,20,20,3,4,7,0,5,0,0,0,0,0,1
563153,1,66,22,22,22,3,1,3,1,4,8,0,1,0,1,0
563170,1,49,17,17,17,2,2,1,4,4,4,0,0,0,0,0
563196,1,58,27,27,27,4,6,1,0,10,0,2,4,0,0,0
563234,1,125,26,26,26,3,3,3,3,9,2,0,1,2,0,0
563251,1,96,23,23,23,1,3,10,3,0,2,0,0,1,1,2
563307,1,176,45,45,44,10,4,4,2,8,10,3,0,2,1,0
563366,1,65,18,18,18,1,1,1,1,6,2,0,1,0,5,0
563374,1,108,11,11,11,1,1,1,1,2,3,0,0,0,0,2
563447,1,65,9,9,9,2,0,1,3,2,0,0,1,0,0,0
563455,1,147,36,36,34,4,5,3,4,5,6,1,0,0,2,4
563544,1,102,37,37,37,3,13,2,5,3,5,3,0,2,0,1
563587,1,132,48,48,48,5,1,8,8,1,19,3,1,0,0,2
563625,1,70,21,21,21,3,3,0,1,5,7,1,0,0,0,1
563650,1,147,22,22,22,1,4,2,2,1,7,1,1,0,0,3
563722,1,67,15,15,14,1,0,2,5,5,1,0,0,0,0,0
563765,1,145,50,50,50,3,7,15,1,4,10,1,2,1,3,3
563897,1,164,35,35,35,1,5,4,2,7,8,1,3,0,3,1
563927,1,26,4,4,4,0,0,0,0,4,0,0,0,0,0,0
563986,1,469,70,70,70,10,4,8,13,6,14,6,0,1,4,4
598992,1,81,16,16,16,0,1,0,2,5,2,0,3,0,2,1
599000,1,44,27,27,27,5,1,2,7,2,9,0,0,0,0,1
599026,1,126,14,14,14,0,5,1,2,3,2,0,0,0,0,1
599034,1,79,10,10,10,1,0,1,2,0,3,1,0,0,1,1
599042,1,364,66,66,64,6,2,13,5,12,11,3,1,1,7,3
599115,1,256,53,53,53,6,2,5,13,5,9,10,0,0,0,3
599123,1,265,41,41,41,1,3,8,4,4,12,0,3,0,2,4
599255,1,86,14,14,14,0,0,1,0,5,5,0,0,0,0,3
599263,1,103,15,15,15,2,2,3,4,1,0,3,0,0,0,0
599271,1,211,47,47,47,5,10,3,6,4,12,2,0,1,0,4
599280,1,102,35,35,35,1,7,3,6,3,7,4,3,0,0,1
553425,1,891,236,236,236,6,14,67,29,35,27,21,5,11,13,8
553425,2,884,142,142,142,4,13,30,24,27,8,13,5,3,4,11
553425,3,684,106,106,106,8,12,15,27,14,15,7,3,1,1,3
553425,4,588,129,129,129,19,7,13,40,16,22,1,1,0,5,5
553425,5,756,211,211,210,23,26,51,34,31,23,11,1,1,3,6
553425,6,672,110,110,108,8,5,24,25,21,6,1,5,0,3,10
553425,7,749,108,108,106,4,4,15,18,27,17,9,6,0,3,3
553425,8,891,178,178,175,8,11,33,38,37,22,6,5,5,4,6
553425,9,654,144,144,144,10,11,45,19,17,17,5,4,1,11,4
553425,10,956,183,183,181,23,14,45,16,20,21,16,8,3,3,12
553425,11,773,161,161,161,14,11,29,21,22,28,19,4,1,4,8
553425,12,148,34,34,34,8,1,6,7,2,6,2,0,1,1,0
553433,1,227,52,52,52,3,0,11,7,2,13,4,6,0,5,1
553441,1,896,116,116,113,13,2,25,29,15,9,9,1,1,2,7
553441,2,525,74,74,71,9,1,11,20,11,11,4,0,2,1,1
553450,1,754,79,79,79,14,0,23,14,12,4,2,2,3,3,2
553450,2,94,32,32,32,6,1,6,2,8,2,0,0,0,2,5
553450,3,127,17,17,17,4,1,3,4,0,5,0,0,0,0,0
553450,4,61,12,12,12,4,0,1,0,1,3,2,0,0,1,0
553450,5,76,12,12,12,3,0,2,0,2,4,1,0,0,0,0
553506,1,70,6,6,6,2,0,0,1,0,2,0,0,0,0,1
553514,1,202,41,41,41,5,2,8,14,6,4,0,1,1,0,0
553549,1,335,51,51,51,6,0,13,5,7,11,3,2,2,1,1
553549,2,99,12,12,12,0,1,4,0,1,4,2,0,0,0,0
553549,3,75,10,10,10,0,1,0,5,2,2,0,0,0,0,0
553557,1,318,75,75,74,4,2,29,18,2,13,3,1,0,1,1
553573,1,145,18,18,18,2,0,3,4,2,5,0,0,1,1,0
553581,1,323,38,38,38,4,7,7,1,7,7,2,2,0,0,1
553620,1,211,47,47,47,5,3,15,2,9,8,1,0,2,1,1
553654,1,790,96,96,94,12,1,19,14,19,7,10,5,1,1,5
553654,2,851,99,99,99,5,5,19,13,15,18,8,6,0,6,4
553654,3,809,94,94,93,11,3,24,13,17,16,6,0,0,2,1
553654,4,612,88,88,87,10,1,14,27,14,8,7,3,1,0,2
553654,5,823,108,108,105,6,4,21,18,22,17,4,3,3,5,2
553654,6,89,16,16,15,3,0,4,0,1,3,1,0,1,2,0
553662,1,195,40,40,40,4,1,10,8,7,5,3,1,0,0,1
553671,1,958,107,107,106,3,4,22,23,13,22,10,3,0,3,3
553671,2,879,119,118,118,12,3,20,29,12,9,11,6,4,5,7
553671,3,831,124,124,123,17,3,29,18,15,20,4,6,2,6,3
553671,4,917,97,97,97,16,10,17,22,13,13,3,1,0,0,2
553671,5,139,13,13,13,0,0,2,4,1,6,0,0,0,0,0
553671,6,150,10,10,10,2,0,0,3,2,2,1,0,0,0,0
553671,7,128,6,6,6,0,0,2,3,1,0,0,0,0,0,0
553689,1,744,88,88,87,10,1,8,17,20,12,3,8,1,0,7
553689,2,247,32,32,32,2,1,2,9,8,6,0,1,1,2,0
553727,1,97,18,18,18,0,1,8,6,1,1,1,0,0,0,0
553735,1,611,110,110,110,12,1,20,26,19,15,4,7,0,0,6
553743,1,335,82,82,82,2,8,29,9,11,14,5,0,0,2,2
553751,1,303,82,82,82,3,15,29,9,9,6,2,2,2,3,2
553778,1,26,19,19,19,2,1,11,0,1,3,0,0,0,0,1
553786,1,960,127,127,127,9,24,23,11,11,13,21,4,0,2,9
553786,2,651,158,158,158,13,5,26,23,24,19,27,5,3,2,11
553786,3,844,225,225,222,24,29,35,33,32,27,19,11,4,6,2
553786,4,761,185,181,179,15,20,31,23,17,33,26,7,1,1,5
553786,5,331,51,51,50,6,4,2,7,7,12,7,3,0,0,2
553786,6,54,8,8,8,2,0,1,1,1,2,1,0,0,0,0
553786,7,106,22,22,21,2,2,2,6,1,1,1,1,0,0,5
553786,8,302,71,71,69,4,6,23,9,9,8,7,2,0,0,1
553786,9,58,2,2,2,0,1,0,0,0,0,1,0,0,0,0
553786,10,69,19,19,19,1,2,7,1,1,3,1,0,2,1,0
553794,1,1006,205,205,203,28,10,47,54,28,12,16,2,0,2,4
553816,1,822,115,115,114,10,3,34,15,13,20,9,3,4,2,1
553824,1,934,173,173,171,7,24,40,34,15,26,10,2,4,2,7
553832,1,112,29,29,29,2,0,14,7,2,3,0,0,0,0,1
553841,1,304,56,56,56,10,2,12,9,4,13,0,0,0,3,3
553859,1,84,19,19,19,2,4,1,0,0,3,4,1,2,0,2
553867,1,97,22,22,22,2,1,3,4,5,1,6,0,0,0,0
553891,1,160,52,52,51,3,7,8,12,6,9,0,2,0,1,3
553891,2,95,26,26,26,0,9,6,2,4,3,1,0,0,0,1
553913,1,606,74,74,74,7,3,16,4,7,17,12,3,2,1,2
553913,2,252,36,36,36,4,0,1,12,1,11,5,0,2,0,0
553921,1,77,26,26,26,2,0,0,0,17,2,0,3,0,2,0
553930,1,115,29,29,28,0,0,5,9,6,5,0,1,1,0,1
553948,1,359,98,98,97,6,28,14,8,19,11,2,4,0,0,5
553948,2,101,29,29,29,4,2,7,2,1,9,2,0,0,1,1
553956,1,219,27,27,27,2,0,1,9,2,9,1,1,0,0,2
553981,1,936,168,168,167,7,35,67,18,13,17,5,2,2,1,0
553999,1,194,27,27,27,4,0,3,5,4,7,2,0,1,0,1
554006,1,205,31,31,31,4,2,0,9,11,0,0,1,0,1,3
554022,1,109,21,21,21,2,2,6,0,8,2,0,0,0,0,1
554031,1,145,48,48,48,4,10,11,2,2,3,1,2,2,2,9
554057,1,190,37,35,35,4,1,5,8,14,0,0,2,0,0,1
554073,1,475,82,82,82,7,3,14,10,18,13,2,5,3,4,3
554081,1,175,15,15,15,1,1,3,1,3,1,0,1,0,2,2
554090,1,188,24,24,24,2,6,3,2,2,4,1,4,0,0,0
554111,1,581,64,64,64,8,5,5,19,10,9,3,1,3,1,0
554111,2,722,110,110,109,15,3,18,21,17,18,4,1,0,8,4
554120,1,471,87,86,86,10,12,23,9,11,9,6,2,3,0,1
554138,1,951,167,167,165,9,26,46,34,11,13,9,1,1,4,11
554154,1,275,41,41,41,2,1,8,6,9,13,1,0,0,1,0
554189,1,138,28,28,26,1,3,2,4,10,4,1,0,0,1,0
554201,1,143,22,22,22,2,1,0,10,1,4,0,0,3,0,1
554251,1,151,43,43,42,3,6,17,5,3,5,2,0,0,0,1
554260,1,163,44,44,44,7,1,7,13,5,6,1,1,0,1,2
554260,2,100,36,36,35,6,0,4,4,2,0,0,17,0,0,2
554260,3,60,18,18,18,0,2,5,2,5,2,1,0,0,1,0
554278,1,334,36,36,36,2,0,15,12,2,4,0,0,0,1,0
554294,1,1230,198,198,196,13,10,26,35,48,26,13,4,4,6,11
554294,2,989,152,152,152,14,6,22,20,34,33,7,5,2,1,8
554294,3,195,35,35,35,9,0,6,7,7,1,2,2,0,1,0
554294,4,75,14,14,14,0,0,0,3,5,5,0,0,1,0,0
554294,5,101,24,24,24,2,0,10,4,1,5,1,0,0,0,1
554316,1,198,42,42,42,1,2,27,1,3,1,4,2,1,0,0
554341,1,348,68,68,68,9,15,16,7,11,2,2,0,5,0,1
554359,1,440,79,79,78,8,1,16,13,15,11,5,0,5,1,3
554383,1,313,36,36,36,2,6,9,4,10,2,0,2,0,0,1
554391,1,83,13,13,13,1,2,4,1,3,0,2,0,0,0,0
554405,1,114,18,18,18,2,0,2,5,3,0,2,0,1,1,2
554413,1,215,31,31,31,4,0,13,5,1,8,0,0,0,0,0
554421,1,133,12,12,12,2,0,0,5,1,1,0,2,0,1,0
554448,1,42,14,14,14,0,0,2,3,6,1,1,0,0,1,0
554456,1,642,67,67,67,10,4,11,10,10,13,3,0,5,0,1
554464,1,162,38,38,37,4,2,7,0,4,7,4,4,1,3,1
554464,2,51,18,18,18,1,1,7,1,3,1,3,0,0,0,1
554464,3,104,23,23,21,4,0,1,4,0,9,3,0,0,0,0
554464,4,104,25,25,25,2,4,6,1,3,4,2,1,0,0,2
554464,5,382,58,58,58,2,4,24,9,5,8,2,2,0,0,2
554472,1,117,28,28,28,1,2,12,2,2,7,2,0,0,0,0
566071,1,84,29,29,29,5,4,9,0,5,2,2,0,2,0,0
566080,1,66,10,10,10,4,0,1,0,1,1,0,3,0,0,0
566098,1,148,28,28,28,9,3,4,3,2,5,1,1,0,0,0
566101,1,66,25,25,25,5,0,6,5,5,3,0,0,0,0,1
566136,1,304,61,61,61,5,3,17,2,10,10,10,1,2,1,0
566144,1,161,37,37,36,5,0,13,4,7,1,3,1,1,0,1
566161,1,91,13,13,13,0,0,5,1,2,1,3,1,0,0,0
566179,1,127,32,32,32,6,3,10,1,2,5,2,2,0,0,1
566209,1,88,14,14,14,6,0,0,5,1,1,0,0,1,0,0
566250,1,101,18,18,18,2,1,6,1,6,0,1,1,0,0,0
566276,1,57,18,18,18,3,0,10,1,0,4,0,0,0,0,0
566292,1,195,21,21,21,2,0,2,6,5,4,0,1,0,0,1
566331,1,27,4,4,4,2,0,1,1,0,0,0,0,0,0,0
566365,1,210,38,38,38,4,2,6,4,6,3,2,4,1,4,2
566373,1,68,22,22,21,3,1,8,0,1,1,4,1,0,0,2
566641,1,157,28,28,28,2,2,4,11,3,1,2,1,1,0,1
599131,1,122,42,42,42,9,0,6,6,9,5,4,0,0,2,1
599166,1,99,24,24,24,8,0,10,0,0,3,3,0,0,0,0
599174,1,52,11,11,11,3,0,3,2,0,1,2,0,0,0,0
599182,1,118,27,27,26,4,0,6,1,2,4,0,0,0,8,1
530085,1,61,13,13,13,0,0,3,0,1,8,0,1,0,0,0
530123,1,84,23,23,23,1,1,1,0,2,5,7,4,0,0,2
541745,1,104,26,26,26,1,0,3,8,2,4,0,0,2,0,6
541753,1,196,30,30,30,2,2,12,3,0,1,3,2,1,3,1
541788,1,238,27,27,27,1,1,2,7,7,4,1,0,0,2,2
541796,1,150,24,24,24,4,2,4,4,2,7,1,0,0,0,0
541826,1,87,11,11,11,1,3,2,2,1,0,0,1,0,0,1
541842,1,142,34,34,34,0,4,15,0,2,4,0,2,1,3,3
541851,1,97,20,20,19,3,2,6,1,5,1,0,0,0,1,0
541869,1,66,13,13,13,0,0,1,4,3,4,1,0,0,0,0
541885,1,273,47,47,47,3,2,7,9,10,10,1,0,1,0,4
541915,1,164,27,27,27,6,0,5,3,3,1,0,4,2,2,1
541923,1,153,31,31,31,5,7,2,3,1,9,0,1,0,0,3
541931,1,97,33,33,33,2,0,13,0,5,6,3,0,2,0,2
541958,1,176,58,58,55,4,3,14,10,9,4,2,2,1,3,3
542024,1,160,30,30,29,7,3,6,6,2,2,0,1,0,1,1
542059,1,47,17,17,17,0,0,3,0,3,7,3,0,0,0,1
542083,1,83,16,16,16,2,1,3,0,7,1,2,0,0,0,0
542091,1,55,31,31,31,5,0,13,0,2,5,3,0,2,1,0
542148,1,65,24,24,24,12,1,3,1,0,5,2,0,0,0,0
542172,1,189,48,48,48,7,2,11,6,6,10,3,2,1,0,0
551686,1,133,31,31,31,8,1,4,5,3,4,1,1,0,0,4
553522,1,65,18,18,18,1,2,3,1,4,6,1,0,0,0,0
553531,1,163,16,16,16,1,0,10,0,0,3,1,0,0,1,0
553531,2,110,15,15,15,1,0,5,4,0,3,2,0,0,0,0
555771,1,1063,224,224,223,17,6,72,30,27,26,16,3,9,6,11
555771,2,1142,225,225,222,21,15,50,43,33,25,13,5,4,7,6
555771,3,1030,224,224,223,21,15,48,61,22,23,12,7,1,9,4
555771,4,1492,238,238,237,21,15,52,32,39,35,9,5,7,13,9
555771,5,1069,202,202,197,12,7,52,24,28,25,27,13,1,5,3
555771,6,1681,302,302,302,22,20,88,41,40,43,16,12,4,9,7
555771,7,1332,326,326,324,22,11,108,25,46,42,34,7,7,13,9
555771,8,451,68,68,68,6,2,18,7,8,6,15,0,4,1,1
555771,9,568,132,132,132,9,8,27,20,20,23,11,4,1,3,6
555771,10,833,172,172,172,8,7,42,13,16,42,17,1,12,11,3
555771,11,1187,222,222,222,14,2,60,39,25,27,25,12,7,4,7
555771,12,1504,166,166,165,20,12,47,23,28,15,9,2,1,4,4
555771,13,1139,183,183,182,18,8,39,34,30,30,6,9,1,6,1
555771,14,1062,252,252,250,11,11,39,45,51,46,20,7,1,9,10
555771,15,927,126,126,126,10,5,39,10,15,17,16,2,8,3,1
555771,16,249,40,40,40,4,3,3,6,10,10,2,0,0,1,1
555771,17,107,17,17,17,2,0,1,6,1,4,0,0,0,1,2
555771,18,74,11,11,11,0,0,2,6,2,0,0,1,0,0,0
555771,19,82,13,13,13,0,1,3,1,1,6,1,0,0,0,0
555771,20,228,54,54,54,5,1,16,4,6,13,4,1,3,1,0
555771,21,239,73,73,73,8,8,14,22,7,3,5,0,0,2,4
555771,22,44,20,20,20,1,2,2,4,5,3,1,2,0,0,0
555771,23,78,5,5,5,0,0,0,1,0,3,0,1,0,0,0
555771,24,104,30,30,30,3,0,11,2,5,0,2,1,2,1,3
555771,25,243,56,56,55,3,4,22,1,7,8,3,0,1,3,3
555771,26,135,19,19,19,3,0,1,3,4,1,2,0,4,0,1
555771,27,109,23,23,23,2,1,7,5,1,4,1,0,0,0,2
555771,28,85,20,20,19,3,6,3,0,3,1,0,1,1,1,0
555797,1,526,58,58,58,4,6,12,7,8,12,2,0,2,1,4
555797,2,86,24,24,24,1,0,9,3,8,0,1,0,0,0,2
555797,3,47,17,17,16,2,2,0,2,2,3,3,1,1,0,0
555801,1,552,111,111,110,8,2,29,19,21,11,9,3,0,5,3
555801,2,194,36,36,36,5,0,11,6,2,8,0,2,1,0,1
555835,1,378,52,52,52,7,0,13,3,8,11,1,3,2,1,3
555835,2,56,22,22,22,2,2,10,3,1,0,1,1,0,0,2
555835,3,53,13,13,13,1,0,1,3,3,3,0,0,0,0,2
555835,4,50,11,11,11,0,0,4,1,2,1,0,3,0,0,0
555835,5,67,24,24,24,2,2,4,5,1,6,1,0,0,1,2
555894,1,193,54,54,54,7,6,8,6,11,8,2,1,1,1,3
555894,2,59,27,27,27,0,3,6,5,6,3,0,3,0,1,0
555941,1,243,46,46,43,3,1,13,2,5,6,3,2,1,4,3
555941,2,102,26,26,26,2,0,9,4,4,3,2,0,1,0,1
555941,3,71,22,22,22,1,6,7,6,0,0,1,1,0,0,0
556041,1,359,82,82,82,5,2,23,35,10,3,2,0,0,0,2
556041,2,80,18,18,18,4,0,3,4,1,4,0,1,0,0,1
556041,3,106,22,22,22,1,1,2,2,5,4,1,4,2,0,0
556068,1,366,48,48,47,3,1,13,4,9,9,2,1,1,2,2
556076,1,664,100,100,100,6,10,24,10,17,23,2,0,2,0,6
556084,1,120,24,24,22,4,2,9,0,2,3,0,0,2,0,0
556106,1,690,124,124,124,11,10,39,17,10,12,8,2,1,6,8
556181,1,875,105,105,105,14,16,10,21,12,13,5,5,3,2,4
556203,1,416,78,78,77,1,16,8,6,10,21,3,6,2,3,1
556254,1,1156,197,197,195,21,20,35,24,24,24,23,1,8,9,6
556254,2,880,156,156,154,11,15,35,10,29,18,4,10,0,10,12
556254,3,930,172,172,169,8,9,42,26,26,24,20,5,1,2,6
556254,4,842,155,155,155,16,13,23,22,33,26,8,4,0,4,6
556254,5,153,39,39,39,5,1,9,7,7,7,1,1,0,1,0
556254,6,49,6,6,5,0,0,1,1,2,0,0,0,0,1,0
556254,7,76,14,14,14,1,0,1,4,7,0,1,0,0,0,0
556254,8,63,20,20,20,1,8,2,0,1,3,0,2,0,2,1
556254,9,77,11,11,11,0,1,2,0,0,2,3,0,1,0,2
556254,10,138,24,24,24,3,6,4,0,3,1,1,5,0,0,1
556254,11,99,28,28,28,0,7,1,3,9,2,5,0,0,0,1
556301,1,612,95,95,95,12,16,19,4,10,15,6,4,1,8,0
556301,2,127,20,20,20,2,4,11,2,0,0,1,0,0,0,0
556301,3,151,38,38,38,2,0,9,2,1,12,1,1,4,5,1
556301,4,65,10,10,10,3,0,1,3,0,2,0,0,0,0,1
556301,5,164,39,39,38,1,3,11,3,5,10,2,3,0,0,0
556319,1,197,39,39,39,5,7,16,1,3,3,0,2,0,0,2
556319,2,75,17,17,17,2,4,8,0,1,1,0,0,0,1,0
556319,3,66,24,24,24,6,3,4,4,3,0,0,1,0,0,3
556335,1,316,52,52,52,3,7,10,0,11,13,0,0,3,0,5
556335,2,56,23,23,23,2,6,3,0,5,3,0,0,1,0,3
556335,3,74,18,18,18,4,3,1,4,1,1,0,1,0,0,3
556335,4,62,12,12,12,0,2,2,1,0,3,2,1,0,0,1
556335,5,75,14,14,14,1,0,2,1,4,1,0,0,3,0,2
556343,1,99,30,30,30,3,2,11,5,4,4,1,0,0,0,0
556378,1,591,73,72,72,7,5,15,9,12,16,2,1,1,2,2
556386,1,295,33,33,32,0,0,5,5,7,7,0,1,0,1,6
556386,2,183,23,23,22,2,0,5,5,4,1,3,0,0,2,0
556394,1,1289,164,163,159,11,10,33,15,24,27,13,8,2,2,14
556394,2,495,58,58,57,2,1,15,10,15,8,0,0,3,0,3
556432,1,1265,171,171,171,15,6,38,24,28,29,12,2,6,2,9
556467,1,659,89,89,89,8,6,28,15,4,18,4,3,0,1,2
556467,2,134,31,31,31,3,4,7,6,0,5,5,0,0,1,0
556467,3,86,12,12,12,0,0,6,3,0,0,0,0,0,0,3
556467,4,90,21,21,21,6,1,1,2,4,3,1,1,1,1,0
556467,5,71,8,8,8,0,0,3,3,0,1,0,0,0,0,1
556467,6,38,12,12,12,1,0,4,0,3,4,0,0,0,0,0
556467,7,20,11,11,11,4,0,0,0,2,3,0,0,0,0,2
556467,8,41,9,9,9,0,1,0,6,1,1,0,0,0,0,0
556505,1,156,30,30,29,0,1,8,4,5,7,0,2,0,0,2
556629,1,294,42,42,42,4,6,11,1,10,7,2,0,0,0,1
556629,2,169,39,39,39,1,7,10,6,6,4,1,0,1,1,2
556637,1,491,47,47,47,6,3,7,9,12,5,1,2,1,1,0
556637,2,70,20,20,20,2,0,3,2,1,7,1,1,2,0,1
556637,3,126,14,14,14,1,0,0,6,1,3,1,0,1,0,1
556637,4,88,12,11,11,0,0,3,2,2,3,0,0,0,0,1
556637,5,68,18,18,18,3,0,5,3,1,0,1,4,0,0,1
556637,6,54,15,15,15,1,0,6,4,0,0,0,3,0,0,1
556718,1,361,69,69,69,5,4,17,15,14,8,0,3,1,1,1
556718,2,143,10,10,10,2,0,3,3,1,0,0,0,0,1,0
556718,3,98,7,7,7,0,0,3,0,0,0,2,0,0,2,0
556718,4,88,17,17,17,3,0,0,7,2,5,0,0,0,0,0
556718,5,91,12,12,10,4,0,2,0,1,0,1,0,2,0,0
556726,1,111,42,42,41,3,0,21,2,3,2,1,1,4,2,2
556734,1,234,39,39,39,4,7,6,2,3,7,1,0,3,1,5
556734,2,89,12,12,12,2,0,4,1,2,1,0,2,0,0,0
556734,3,38,10,10,10,3,1,0,4,0,2,0,0,0,0,0
556751,1,469,59,59,58,6,5,13,7,7,10,1,1,1,6,1
556751,2,188,28,28,27,0,4,8,7,5,3,0,0,0,0,0
556751,3,33,10,10,10,0,2,5,0,0,0,1,0,2,0,0
556751,4,30,14,14,14,1,0,5,2,1,1,0,0,1,0,3
556751,5,71,23,23,23,9,1,1,5,5,2,0,0,0,0,0
556751,6,86,21,21,19,1,0,5,2,0,6,1,3,0,1,0
556751,7,123,25,25,25,0,2,2,4,0,7,7,1,0,2,0
556815,1,288,52,52,51,9,4,8,1,8,8,3,3,2,5,0
556831,1,1248,142,142,140,21,5,23,24,16,24,3,3,5,6,10
556831,2,1068,161,161,155,13,4,39,33,13,24,9,3,4,8,5
556831,3,1105,174,174,169,15,6,55,13,26,28,11,1,1,8,5
556831,4,192,28,28,28,1,7,4,5,4,1,0,2,2,1,1
556831,5,79,15,15,15,3,0,4,0,4,2,2,0,0,0,0
556831,6,128,39,39,39,7,1,14,8,2,4,2,0,1,0,0
556912,1,373,44,44,44,6,2,7,3,12,4,1,0,3,3,3
556912,2,135,23,23,23,4,2,3,2,6,4,0,1,0,1,0
556912,3,67,14,14,14,3,0,1,0,1,2,1,2,0,3,1
556912,4,84,17,17,17,1,2,6,2,2,4,0,0,0,0,0
556921,1,403,86,86,86,3,18,31,6,11,10,1,1,0,2,3
556921,2,86,30,30,30,1,2,16,0,4,4,0,0,1,0,2
556955,1,824,94,94,93,11,12,24,12,5,10,2,5,3,5,4
556955,2,91,26,26,26,3,1,2,5,6,4,0,0,0,4,1
556955,3,63,32,32,29,1,2,9,3,5,6,0,0,0,3,0
556955,4,112,17,17,17,3,1,3,4,0,2,3,1,0,0,0
556955,5,73,15,15,15,1,0,3,1,3,4,0,3,0,0,0
556955,6,78,28,28,26,3,1,5,7,4,4,0,0,0,2,0
556955,7,79,11,11,11,1,1,5,0,2,2,0,0,0,0,0
556955,8,46,7,7,7,1,0,1,0,2,2,0,1,0,0,0
557005,1,215,38,38,38,3,0,11,4,6,6,2,2,2,1,1
557005,2,113,22,22,22,3,0,3,2,2,7,4,0,1,0,0
557005,3,107,26,26,26,3,0,3,4,4,10,1,0,1,0,0
557005,4,53,11,11,11,0,0,1,0,3,2,4,1,0,0,0
557005,5,106,31,31,31,7,0,7,1,5,3,4,1,0,3,0
557013,1,291,47,47,46,3,6,5,8,5,9,3,0,3,1,3
557013,2,55,14,14,14,4,0,2,1,3,1,0,3,0,0,0
557013,3,63,21,21,21,1,3,3,3,1,4,1,1,3,0,1
557021,1,212,39,39,38,2,2,10,6,3,8,3,0,2,2,0
557099,1,331,52,52,52,6,7,14,1,6,10,2,1,3,2,0
557111,1,220,39,39,38,3,0,9,5,4,9,3,2,0,0,3
557129,1,283,54,54,54,8,5,10,7,9,11,3,0,1,0,0
557137,1,1079,156,156,154,13,17,41,14,22,20,4,8,4,5,6
557153,1,91,10,10,10,0,0,4,1,0,4,0,0,0,0,1
557153,2,324,68,68,68,5,16,12,8,5,9,4,2,0,0,7
557153,3,150,28,28,26,2,4,6,6,2,2,0,1,1,0,2
557153,4,1029,215,215,212,12,16,45,19,30,45,20,3,6,4,12
557153,5,1145,210,210,208,18,34,46,17,17,32,25,0,4,4,11
557153,6,1073,214,214,214,11,29,30,35,39,29,18,9,5,3,6
557153,7,953,205,205,205,22,18,26,49,31,28,18,6,1,2,4
557153,8,1138,252,252,251,14,34,61,18,32,30,22,6,5,11,18
557153,9,1116,230,230,229,8,18,49,42,30,38,10,6,3,11,14
557153,10,1324,205,204,203,34,10,35,17,31,32,19,3,5,6,11
557153,11,887,152,152,151,12,24,18,23,14,11,14,9,7,10,9
557161,1,274,63,63,62,7,4,10,2,9,9,4,2,2,13,0
557200,1,37,20,20,20,2,0,9,1,1,1,0,1,0,4,1
557200,2,75,27,27,27,1,0,3,7,6,4,2,1,0,0,3
557200,3,127,14,14,14,0,1,3,1,4,2,3,0,0,0,0
557200,4,1014,220,220,219,27,11,46,45,27,22,10,10,2,8,11
557200,5,42,22,22,22,4,1,10,4,0,1,1,0,0,1,0
557200,6,46,11,11,11,1,0,3,0,2,1,2,2,0,0,0
557366,1,107,26,26,26,2,6,7,0,0,2,5,1,1,0,2
557366,2,106,38,38,38,2,16,6,1,1,7,2,0,0,2,1
557366,3,143,24,24,24,2,3,8,3,4,3,0,0,1,0,0
557366,4,366,77,77,76,3,19,20,5,9,7,7,2,1,3,0
557374,1,206,29,29,29,0,2,13,2,3,4,1,0,0,2,2
557382,1,305,52,52,52,2,7,10,7,11,10,1,0,3,1,0
557382,2,97,28,28,28,1,8,4,1,5,1,2,4,0,1,1
557382,3,60,4,4,4,3,0,0,0,0,0,0,0,0,1,0
557455,1,211,40,40,40,1,0,14,5,4,3,4,1,2,2,4
557455,2,245,61,61,61,6,0,17,9,10,10,3,3,1,2,0
557455,3,268,60,60,60,2,0,24,6,6,6,4,0,1,4,7
557463,1,319,47,47,47,4,5,10,8,3,7,1,4,0,1,4
557463,2,37,11,11,11,0,3,0,1,1,5,0,1,0,0,0
557528,1,1012,160,160,158,9,14,33,7,25,30,10,7,5,6,12
557528,2,157,25,25,25,1,3,7,1,1,8,3,0,0,0,1
557528,3,101,32,32,32,2,0,4,6,6,9,3,0,0,1,1
557536,1,240,38,38,38,2,4,14,5,2,8,0,0,0,0,3
557536,2,65,17,17,17,2,2,8,1,0,0,2,1,0,0,1
557536,3,59,15,15,15,0,0,3,1,3,3,0,1,2,2,0
557536,4,127,30,30,30,3,0,10,1,3,7,6,0,0,0,0
557544,1,560,86,86,85,11,12,20,12,16,5,2,1,5,0,1
566055,1,242,40,40,40,3,0,11,4,4,5,4,1,0,4,4
566683,1,122,21,21,21,4,0,6,2,4,0,0,0,4,0,1
578061,1,51,29,29,29,3,0,5,2,0,4,5,3,0,1,6
578070,1,98,21,21,21,2,3,5,1,2,5,1,2,0,0,0
578088,1,101,16,16,16,1,1,3,2,3,0,0,2,0,0,4
578177,1,71,4,4,4,1,0,2,0,1,0,0,0,0,0,0
578223,1,60,13,13,13,2,2,1,3,4,1,0,0,0,0,0
578240,1,99,21,21,21,3,3,2,3,3,1,2,3,0,1,0
578312,1,97,27,27,27,3,2,8,4,4,4,1,0,1,0,0
578321,1,91,21,21,21,3,0,6,3,6,1,0,1,1,0,0
578410,1,30,5,5,5,1,0,0,1,1,2,0,0,0,0,0
578436,1,86,21,21,21,2,0,3,3,5,4,1,0,0,1,2
578461,1,56,24,24,23,4,0,7,1,3,2,3,0,2,0,1
578495,1,129,26,26,25,2,0,7,3,1,10,1,0,0,1,0
578517,1,50,4,4,4,0,0,0,1,0,0,3,0,0,0,0
578525,1,87,43,43,43,1,3,15,0,10,10,0,2,0,0,2
578533,1,194,35,35,34,0,4,5,5,10,2,5,0,2,1,0
539741,1,409,81,81,81,5,3,31,2,8,7,13,3,3,4,2
540561,1,478,124,124,124,7,5,37,7,9,25,13,2,2,9,8
540641,1,171,51,51,51,9,1,18,4,6,4,3,2,0,0,4
545970,1001,315,72,72,72,7,5,15,1,7,12,9,3,1,9,3
545970,1002,745,168,168,167,16,6,62,5,11,21,15,3,10,12,6
545970,1003,842,233,233,231,10,9,73,21,25,45,20,3,4,17,4
545970,1004,890,215,215,214,7,7,75,12,19,31,19,4,9,23,8
545970,1005,2739,194,194,194,13,6,63,9,41,23,15,2,6,11,5
545970,1006,1299,278,278,278,20,12,85,23,28,43,28,7,7,15,10
545970,1007,252,95,93,92,31,4,2,13,22,6,10,1,1,2,0
545970,1008,464,94,94,92,5,3,30,13,10,15,6,3,0,1,6
545970,1009,586,118,118,118,5,7,23,17,22,22,9,2,1,8,2
545970,1010,661,114,114,112,4,2,21,17,20,19,6,7,3,7,6
545970,1011,489,82,82,82,7,5,18,11,14,12,7,2,2,1,3
545970,1012,427,53,53,53,1,0,9,14,11,10,2,0,3,1,2
545970,1013,887,158,158,158,17,3,41,23,21,22,3,2,5,13,8
545970,1014,783,119,118,117,6,3,22,24,13,31,6,4,2,4,2
545970,1015,737,139,138,138,9,7,29,24,30,11,5,4,7,8,4
545970,1016,761,156,156,155,8,4,35,29,26,31,3,4,7,5,3
545970,1017,774,130,130,128,13,3,16,19,22,28,14,2,3,5,3
545970,1018,409,70,70,69,5,1,8,11,17,11,5,1,0,6,4
545970,1019,515,150,150,145,4,10,33,21,19,29,7,3,2,8,9
545970,1020,715,132,132,130,5,7,27,16,31,19,4,1,7,8,5
545970,1021,413,69,69,68,4,2,11,8,14,11,3,7,1,4,3
545970,1022,954,271,271,270,17,10,77,19,32,53,16,8,6,18,14
545970,1023,893,189,189,189,7,4,50,16,28,32,13,5,4,21,9
545970,1024,469,83,83,82,3,3,11,17,11,13,11,1,3,5,4
545970,1025,521,89,89,89,12,4,19,15,16,12,3,3,2,2,1
545970,1026,718,133,133,131,6,2,27,16,23,27,8,5,3,9,5
545970,1027,511,88,88,88,7,3,22,7,22,16,0,4,4,3,0
545970,1028,608,143,143,141,12,10,33,12,24,24,7,3,6,7,3
545970,1029,515,80,80,80,3,3,22,6,15,13,6,5,0,5,2
545970,1030,638,108,108,108,5,4,22,7,28,18,11,2,3,1,7
545970,1031,505,97,97,96,10,4,13,8,21,14,7,3,3,6,7
545970,1032,579,147,147,147,7,5,33,16,23,21,5,6,7,7,17
545970,1033,563,103,103,103,4,4,14,25,15,20,5,0,2,7,7
545970,1034,580,92,92,92,6,3,17,6,14,18,6,3,8,7,4
545970,1035,701,93,93,93,13,4,17,9,15,10,8,4,4,3,6
545970,1036,640,125,125,124,8,8,32,11,25,10,4,0,3,12,11
545970,1037,628,83,83,83,8,3,16,16,8,12,4,5,2,5,4
545970,1038,627,108,108,108,16,3,19,21,14,9,3,4,2,7,10
545970,1039,583,110,110,110,9,7,31,10,12,13,5,4,3,11,5
545970,1040,567,93,93,93,5,6,17,17,13,11,0,4,4,10,6
545970,1041,747,101,101,101,4,7,14,12,15,18,8,3,5,7,8
545970,1042,653,127,127,125,6,13,36,7,20,23,5,1,2,5,7
545970,1043,689,130,129,128,5,4,20,16,22,21,6,10,1,13,10
545970,1044,651,109,109,108,4,9,21,13,12,18,9,2,3,12,5
545970,1045,627,96,96,95,2,1,19,14,18,12,3,3,1,7,15
545970,1046,623,79,79,79,3,1,12,15,15,15,5,2,0,2,9
545970,1047,654,109,109,108,6,5,20,13,16,14,3,2,4,15,10
545970,1048,536,83,83,83,7,2,22,8,7,16,5,3,5,5,3
545970,1049,641,86,86,84,3,4,17,9,10,11,4,3,2,9,12
545970,1050,779,111,111,111,5,4,20,3,19,22,8,2,3,11,14
545970,1051,797,130,130,128,10,7,27,7,20,24,6,4,5,14,4
545970,1052,1097,153,153,151,7,6,27,17,24,24,6,5,7,9,19
545970,1053,1267,210,210,208,19,8,32,21,27,39,25,9,6,12,10
545970,1054,1066,162,162,162,18,11,39,11,14,19,16,8,6,10,10
545970,1055,1318,250,250,248,15,24,42,18,39,34,14,12,9,15,26
545970,1056,1188,269,269,265,9,16,88,13,25,34,27,7,7,27,12
545988,2001,530,75,73,72,3,6,18,7,9,7,5,3,5,5,4
545988,2002,841,150,150,149,14,5,32,12,24,24,7,3,7,10,11
545988,2003,768,117,117,116,13,5,34,12,7,11,13,1,5,10,5
545988,2004,620,95,95,92,4,6,21,12,10,17,5,3,4,7,3
545988,2005,726,151,151,151,15,16,44,8,10,17,18,1,8,8,6
545988,2006,810,143,143,142,9,5,43,14,11,19,10,5,4,12,10
545988,2007,891,181,181,181,21,6,41,10,21,27,14,8,6,12,15
545988,2008,708,125,125,123,10,4,19,16,31,22,5,3,0,8,5
545988,2009,771,205,205,202,16,11,61,14,12,28,8,2,15,22,13
545988,2010,937,260,260,258,21,12,65,12,23,50,27,3,8,27,10
545988,2011,833,216,216,216,10,13,45,15,34,33,17,8,11,13,17
545988,2012,1025,274,273,273,15,17,81,18,33,45,20,6,8,15,15
545988,2013,792,205,205,204,12,13,56,25,26,26,15,0,3,20,8
545988,2014,802,229,229,229,22,8,61,29,33,31,17,3,7,7,11
545988,2015,1822,160,160,159,9,8,28,23,24,22,14,5,6,15,5
545988,2016,717,175,175,174,13,12,39,26,24,32,8,1,5,6,8
545988,2017,646,126,126,124,3,10,37,9,24,24,7,0,3,2,5
545988,2018,813,129,129,127,9,4,35,23,14,19,8,1,5,5,4
545988,2019,497,97,97,96,2,12,19,7,9,19,12,4,2,4,6
545988,2020,867,175,175,174,16,5,37,12,38,22,11,5,6,9,13
545988,2021,498,115,115,114,6,5,31,20,21,15,3,3,2,5,3
545988,2022,613,143,143,143,12,11,26,26,15,31,9,0,4,8,1
545988,2023,606,118,118,118,7,6,41,10,12,20,9,0,3,6,4
545988,2024,962,182,182,181,5,11,44,25,32,27,4,4,10,13,6
545988,2025,706,190,190,190,11,6,55,4,44,34,16,2,10,6,2
545988,2026,636,166,166,166,4,5,47,15,39,23,11,0,5,14,3
545988,2027,848,218,218,218,9,14,65,32,26,29,12,7,9,8,7
545988,2028,908,247,247,245,12,9,72,24,37,36,16,4,9,14,12
545988,2029,944,237,237,235,10,19,70,18,21,32,19,14,7,17,8
545988,2030,601,182,182,182,5,8,56,9,21,40,19,2,3,16,3
545988,2031,1168,314,314,314,10,12,87,20,46,47,32,7,10,32,11
545988,2032,1365,328,328,326,16,12,83,31,46,70,29,7,4,13,15
545988,2033,538,118,118,117,7,5,29,6,16,25,9,2,0,10,8
545988,2034,915,250,250,250,10,13,48,44,40,30,24,9,12,11,9
546003,3001,664,136,136,136,10,7,39,5,18,16,11,5,9,11,5
546003,3002,323,39,39,38,3,4,11,1,2,5,4,0,2,2,4
546003,3003,490,94,94,94,6,9,26,6,9,5,10,2,4,9,8
546003,3004,2275,84,84,84,8,4,15,5,9,10,9,6,1,6,11
546003,3005,849,92,92,92,14,5,35,7,3,5,5,1,3,10,4
546003,3006,453,50,50,50,5,1,9,3,7,8,4,3,3,6,1
546003,3007,500,93,93,93,6,10,31,5,9,9,9,3,4,3,4
546003,3008,724,125,125,125,9,4,29,15,12,12,11,8,8,7,10
546003,3009,814,150,150,148,9,7,48,5,20,20,2,7,10,16,4
546003,3010,501,81,81,81,4,4,25,5,7,10,6,1,4,4,11
546003,3011,494,96,96,95,13,4,23,5,13,12,11,3,5,1,5
546003,3012,516,73,73,73,7,4,22,7,7,7,6,1,5,3,4
546003,3013,649,121,121,118,8,12,32,5,17,16,13,2,2,5,6
546003,3014,497,73,73,72,5,11,15,2,9,3,4,4,6,6,7
546003,3015,821,160,160,160,11,12,30,5,17,33,9,2,8,18,15
546003,3016,643,112,112,110,2,4,31,13,14,11,6,1,9,10,9
546003,3017,492,120,120,119,3,7,46,5,14,11,8,0,12,11,2
546003,3018,364,80,80,79,8,7,21,4,3,13,8,0,4,6,5
546003,3019,540,100,100,100,9,2,18,9,15,23,5,4,4,6,5
546003,3020,630,166,166,165,14,11,44,10,23,28,10,5,2,8,10
546003,3021,857,164,163,162,10,9,46,14,34,22,2,4,6,7,8
546003,3022,455,114,114,114,4,10,29,15,12,15,8,3,4,7,7
546003,3023,575,143,143,143,7,7,34,12,25,26,13,4,6,5,4
546003,3024,579,103,102,101,6,4,20,18,15,14,11,4,2,3,4
546003,3025,627,156,156,154,10,6,61,10,11,26,3,2,5,17,3
546003,3026,356,120,120,120,1,7,36,9,23,15,6,3,7,8,5
546003,3027,440,93,93,92,2,2,25,22,13,17,3,1,1,3,3
546003,3028,370,117,117,114,7,3,29,14,17,23,8,1,2,4,6
546003,3029,649,141,141,141,10,10,28,27,20,26,8,2,1,4,5
546003,3030,542,133,132,131,4,7,26,16,29,30,4,1,4,8,2
546003,3031,438,71,71,71,7,1,20,17,9,9,4,2,0,2,0
546003,3032,406,99,99,99,4,2,17,21,11,21,4,2,4,4,9
546003,3033,618,165,165,161,10,8,38,21,29,28,10,5,4,4,4
546003,3034,585,91,91,91,2,7,26,5,10,4,5,3,5,15,9
546003,3035,373,94,94,94,2,6,29,5,10,9,6,2,9,5,11
546003,3036,786,200,200,198,9,9,52,12,19,38,11,5,12,14,17
546003,3037,386,77,77,77,3,5,20,6,12,19,3,3,2,4,0
546003,3038,402,81,81,79,5,6,18,4,10,14,6,1,4,6,5
546003,3039,428,126,126,125,5,2,32,7,19,35,7,1,6,9,2
546003,3040,589,135,135,134,8,10,46,7,10,22,9,4,2,7,9
546003,3041,540,96,96,96,9,3,20,13,12,10,14,2,5,5,3
546003,3042,648,162,162,161,9,1,55,12,19,31,14,1,5,6,8
546003,3043,140,22,22,22,0,0,9,1,3,5,0,2,1,1,0
546003,3044,378,107,107,105,8,3,24,3,19,32,6,3,2,3,2
546003,3045,1025,174,174,172,21,7,32,21,24,29,16,3,8,7,4
546003,3046,705,154,154,154,19,1,35,31,23,19,8,8,2,4,4
546003,3047,607,129,129,128,10,4,25,21,16,29,10,2,5,2,4
546003,3048,771,113,113,110,13,5,18,23,14,17,7,2,3,4,4
546003,3049,410,77,77,76,7,4,13,9,17,15,5,3,0,1,2
546003,3050,470,100,100,99,4,5,16,17,20,15,9,3,1,6,3
546003,3051,727,115,115,115,9,9,25,18,16,14,2,3,0,12,7
546003,3052,416,87,87,87,2,15,13,10,17,15,7,0,1,3,4
546003,3053,981,169,169,167,11,8,56,8,19,30,17,4,1,10,3
546003,3054,381,73,73,72,6,6,16,16,6,7,2,0,3,2,8
546003,3055,715,153,153,151,13,10,27,31,29,19,8,4,4,4,2
546003,3056,763,184,183,182,11,10,38,15,21,40,18,6,5,12,6
546003,3057,784,159,159,159,10,1,28,26,47,16,13,4,4,5,5
546003,3058,705,104,104,104,4,2,23,26,13,19,5,5,3,4,0
546003,3059,480,124,124,124,10,4,32,18,14,20,4,4,7,5,6
546003,3060,817,157,157,154,10,4,39,15,26,30,12,5,2,6,5
546003,3061,716,238,238,233,71,6,36,21,15,35,10,6,9,12,12
546003,3062,598,126,126,125,9,2,37,13,21,22,5,3,4,6,3
546003,3063,713,153,153,150,4,7,36,20,17,28,8,1,7,14,8
546208,4001,747,146,146,146,7,14,33,14,24,27,12,3,4,3,5
546208,4002,612,128,128,128,14,7,21,9,24,29,8,3,3,6,4
546208,4003,686,129,129,129,7,5,36,10,20,28,9,5,3,1,5
546208,4004,735,174,174,174,8,7,49,15,17,34,11,6,3,17,7
546208,4005,805,154,152,150,20,9,36,19,17,17,14,3,0,7,8
546208,4006,635,102,102,102,7,6,21,8,12,21,5,1,5,9,7
546208,4007,909,155,155,152,10,6,30,14,29,22,10,3,4,12,12
546208,4008,727,154,154,154,14,3,33,17,30,32,12,2,1,7,3
546208,4009,698,156,156,155,8,11,33,38,22,16,6,3,3,11,4
546208,4010,825,222,222,222,15,10,61,29,30,33,12,2,9,12,9
546208,4011,900,208,208,208,18,3,52,12,21,25,20,5,18,21,13
546208,4012,846,173,173,171,9,5,56,16,13,34,10,5,6,12,5
546208,4013,736,160,160,160,16,8,26,38,26,20,15,0,4,4,3
546208,4014,918,236,236,233,15,12,55,43,29,42,8,3,6,11,9
546208,4015,742,187,187,186,15,13,42,19,25,30,13,7,2,10,10
546208,4016,602,131,130,125,6,5,23,18,27,18,8,2,4,7,7
546208,4017,679,179,179,177,7,6,55,12,27,26,16,7,7,8,6
546208,4018,565,130,130,130,9,6,41,11,32,15,4,3,3,3,3
546208,4019,841,233,233,233,13,11,42,32,24,47,13,8,11,13,19
546208,4020,1496,157,157,156,10,14,43,14,21,26,6,4,2,12,4
546208,4021,815,199,199,197,15,18,47,14,31,32,13,3,4,12,8
546208,4022,1116,312,311,309,17,25,90,17,21,60,28,3,6,28,14
546208,4023,689,199,199,197,7,2,69,22,23,33,17,2,7,7,8
546208,4024,405,77,77,77,3,3,26,8,3,12,7,4,4,6,1
546208,4025,1040,266,266,266,16,7,103,6,16,56,17,3,2,18,22
553590,1,175,40,40,40,4,3,10,3,6,5,0,4,0,3,2
554731,5001,1490,220,220,217,13,8,56,16,39,44,7,7,3,16,8
554758,6001,1467,321,320,320,22,32,76,37,34,54,17,2,16,14,16
554766,7001,804,186,186,183,16,8,58,16,22,27,4,3,2,16,11
554774,8001,1157,260,260,260,12,7,75,18,35,47,18,3,14,23,8
557846,1,431,60,60,58,2,5,24,3,4,10,3,0,0,5,2
557846,2,53,6,6,6,2,1,0,0,1,2,0,0,0,0,0
557846,3,45,13,13,13,0,3,6,0,1,1,1,0,0,1,0
557978,10001,849,173,173,172,9,6,64,17,21,19,10,1,7,8,10
558001,1,996,181,181,180,13,5,51,20,10,42,11,4,4,16,4
558141,1,1175,223,223,219,11,12,43,24,50,42,9,3,8,8,9
558371,1,882,166,166,166,14,6,41,23,25,29,11,2,2,6,7
558371,2,870,173,173,171,7,5,46,19,15,31,16,5,6,15,6
558371,3,1074,275,275,275,16,21,83,36,21,47,13,4,5,11,18
558371,4,387,61,61,61,8,4,12,8,7,9,3,5,5,0,0
558371,5,795,114,114,112,8,6,27,14,11,21,6,3,3,4,9
558427,1,719,164,164,163,8,9,36,26,25,30,10,5,8,3,3
558427,2,869,152,152,152,15,5,54,13,17,16,5,4,1,11,11
558427,3,414,77,77,77,6,3,19,15,13,6,6,0,1,5,3
558460,1,705,136,136,136,19,8,25,14,19,22,6,2,4,8,9
558851,1,1012,172,172,169,8,16,49,9,27,24,11,1,5,7,12
558851,2,314,58,58,57,2,5,14,8,1,10,4,0,2,8,3
558966,1,788,164,164,164,12,11,45,12,27,31,9,5,2,5,5
558966,2,711,153,153,152,15,6,33,23,22,24,9,0,4,5,11
559130,1,702,159,159,159,15,6,56,15,16,12,10,5,5,11,8
559199,9001,599,111,111,111,8,3,33,6,8,21,9,5,3,7,8
578606,1,138,42,42,41,2,1,8,9,6,8,2,0,2,2,1
530131,1,179,52,52,52,7,0,12,7,9,11,0,0,4,1,1
530140,1,151,25,25,25,3,0,3,4,7,6,1,0,0,0,1
530182,1,352,63,63,62,7,5,11,7,7,14,4,0,2,1,4
539716,1,185,43,43,43,2,1,17,1,4,6,2,0,4,1,5
539783,1,275,92,92,92,9,1,14,33,8,9,6,5,2,4,1
539821,1,332,63,63,63,10,1,16,11,8,5,0,2,3,2,5
539929,1,43,16,16,16,1,2,4,5,0,2,0,1,1,0,0
539937,1,200,25,25,25,1,0,3,6,2,9,0,1,0,2,1
539945,1,229,36,36,36,5,3,8,2,10,5,0,1,0,1,1
540056,1,118,21,21,21,4,0,5,3,3,1,5,0,0,0,0
540064,1,92,18,18,18,1,1,2,2,7,2,2,0,0,0,1
540102,1,91,20,20,20,1,3,4,2,6,2,2,0,0,0,0
540137,1,40,25,25,25,1,0,11,2,8,2,1,0,0,0,0
540200,1,71,16,16,16,3,2,6,0,0,4,0,0,0,1,0
540251,1,110,28,28,28,6,0,7,5,3,2,1,2,0,1,1
540269,1,213,53,53,52,6,0,7,10,7,6,1,1,5,7,2
540293,1,126,27,26,25,6,1,2,7,6,2,0,0,0,0,1
540307,1,89,30,30,27,5,0,3,6,7,3,0,0,0,1,2
540340,1,272,38,38,38,2,0,15,4,7,3,3,1,3,0,0
540412,1,179,43,43,42,3,1,14,3,4,7,8,0,0,1,1
540421,1,87,24,24,24,4,0,7,7,2,2,0,0,0,1,1
540463,1,48,15,15,15,0,0,3,4,2,4,1,1,0,0,0
540528,1,116,26,26,25,5,0,6,0,1,2,2,1,2,6,0
540617,1,128,32,32,31,2,0,7,6,4,6,4,1,1,0,0
540633,1,249,22,22,22,6,1,1,2,0,4,4,0,2,2,0
540668,1,187,30,30,30,3,1,7,4,6,8,0,0,0,0,1
540676,1,147,30,30,30,5,0,4,12,2,1,0,3,2,1,0
540692,1,98,23,23,23,2,0,5,7,2,4,1,1,0,0,1
540706,1,75,26,26,26,3,0,8,0,2,9,1,2,1,0,0
542156,1,187,42,42,38,3,2,7,3,3,5,5,2,0,7,1
542296,1,179,66,66,66,4,4,17,25,5,9,0,0,1,0,1
546372,1,185,27,27,27,2,1,4,7,3,7,1,1,0,0,1
546399,1,93,23,23,23,1,0,5,3,3,2,4,1,0,2,2
553565,1,38,14,14,14,2,0,3,1,6,0,1,1,0,0,0
557587,1,1349,232,232,231,14,12,68,25,29,47,18,4,3,4,7
557587,2,1164,173,173,173,11,9,56,25,24,16,9,5,3,8,7
557587,3,359,55,55,55,4,1,21,5,7,5,2,1,1,4,4
557587,4,42,11,11,11,0,0,4,2,2,1,2,0,0,0,0
557587,5,64,10,10,10,0,3,0,3,0,0,0,0,2,0,2
557587,6,89,17,17,17,1,1,5,3,0,4,0,0,1,1,1
557587,7,209,51,51,51,6,1,12,14,11,5,1,0,0,1,0
557587,8,50,16,16,16,2,0,7,2,1,1,0,2,1,0,0
557641,1,441,111,111,110,4,2,32,13,14,21,4,4,7,6,3
557650,1,144,24,24,24,4,0,9,2,3,0,2,1,1,1,1
557650,2,51,7,7,7,0,0,0,1,2,3,0,0,1,0,0
557650,3,146,53,53,53,9,2,10,6,12,8,0,4,1,1,0
557650,4,131,34,34,33,3,0,5,4,7,8,1,1,2,0,2
557650,5,49,9,9,9,1,0,2,0,2,4,0,0,0,0,0
557668,1,554,94,94,94,7,5,19,30,15,8,2,1,1,5,1
557668,2,90,13,13,12,1,1,3,4,0,2,0,0,0,1,0
557676,1,1325,174,174,172,21,5,38,17,30,24,10,3,6,10,8
557676,2,1517,291,291,289,32,14,48,38,45,49,26,8,7,11,11
557676,3,917,131,131,127,10,4,40,16,18,14,10,2,4,6,3
557676,4,1034,170,169,166,20,11,35,19,29,25,16,1,3,4,3
557676,5,257,56,56,56,3,1,10,7,7,14,1,1,0,9,3
557684,1,455,90,90,90,5,9,35,5,10,15,1,5,0,2,3
557684,2,136,40,40,40,1,0,12,3,5,7,1,3,1,2,5
557684,3,76,12,12,11,0,0,1,4,2,2,0,1,0,1,0
557684,4,59,14,14,14,1,0,3,2,5,1,0,0,0,1,1
557722,1,250,30,30,29,3,0,6,2,4,7,1,2,0,2,2
557722,2,92,23,23,23,4,0,2,4,4,3,1,0,0,2,3
557731,1,427,73,73,73,10,1,18,3,13,16,6,0,1,3,2
557749,1,101,25,25,25,2,4,8,1,3,6,0,0,0,0,1
557749,2,88,32,32,32,3,8,9,6,2,2,2,0,0,0,0
557773,1,178,34,34,33,8,0,11,2,5,6,0,1,0,0,0
557781,1,840,127,127,125,4,3,38,21,11,29,4,2,0,7,6
557781,2,879,87,87,85,3,1,13,27,17,11,3,2,2,2,4
557781,3,110,15,15,15,0,1,0,5,1,4,0,4,0,0,0
557781,4,105,19,19,19,3,0,5,0,1,7,3,0,0,0,0
557803,1,442,69,69,67,11,2,9,10,15,10,3,0,2,4,1
557838,1,870,107,107,107,4,2,32,13,13,11,11,5,2,9,5
557838,2,776,95,95,95,6,1,24,12,13,16,5,4,0,6,8
557838,3,332,49,49,48,3,0,7,15,10,6,1,5,0,0,1
557838,4,64,11,11,11,6,0,0,1,1,0,1,0,2,0,0
557838,5,105,23,23,22,3,1,3,4,2,4,3,1,0,0,1
557862,1,747,135,135,135,4,3,48,18,10,26,6,4,7,5,4
557862,2,45,7,7,7,0,0,0,3,1,1,0,0,0,0,2
557862,3,53,7,7,7,1,0,1,3,0,0,0,0,0,0,2
557862,4,55,19,19,19,0,0,1,6,4,6,0,1,0,0,1
557862,5,55,14,14,14,6,1,0,0,4,2,0,0,0,0,1
557862,6,45,24,24,24,2,1,12,2,1,4,1,0,0,0,1
557862,7,29,11,11,11,2,0,2,2,1,4,0,0,0,0,0
557871,1,151,19,19,19,1,1,0,5,1,7,0,3,0,0,1
557871,2,84,15,15,15,1,0,2,4,5,1,2,0,0,0,0
557897,1,157,32,32,32,1,1,9,6,1,4,2,3,5,0,0
557943,1,94,32,32,32,3,1,6,4,4,8,1,0,1,2,2
557951,1,289,59,59,57,6,3,8,17,6,3,5,1,1,7,0
557951,2,35,9,9,9,3,0,1,2,2,0,1,0,0,0,0
557951,3,78,21,21,21,2,1,4,2,1,4,0,0,1,2,4
557951,4,64,16,16,16,4,1,1,1,2,3,0,2,2,0,0
557951,5,38,19,19,19,1,2,4,3,3,3,2,0,0,0,1
558010,1,73,15,15,15,3,4,1,5,2,0,0,0,0,0,0
558028,1,381,65,65,65,3,2,13,5,15,11,8,1,1,5,1
558028,2,71,10,10,10,0,0,1,1,4,1,1,0,2,0,0
558028,3,79,12,12,12,1,0,0,4,6,1,0,0,0,0,0
558044,1,812,118,118,117,7,8,26,19,13,22,11,1,2,6,2
558044,2,90,22,22,21,4,0,3,2,1,3,0,2,2,1,3
558052,1,101,22,22,21,7,0,2,1,0,7,3,0,0,1,0
558052,2,32,8,8,8,2,0,1,0,0,3,0,0,0,0,2
558052,3,61,21,21,19,1,0,6,5,1,1,1,0,4,0,0
558052,4,44,19,19,19,1,0,2,3,6,2,0,1,1,2,1
558052,5,63,7,7,7,0,0,1,1,0,3,1,0,0,0,1
558061,1,187,30,30,30,1,0,15,2,5,3,1,0,0,0,3
558061,2,168,16,16,16,0,2,4,4,1,2,2,1,0,0,0
558061,3,46,13,12,12,2,2,3,3,0,2,0,0,0,0,0
558061,4,95,9,9,9,2,0,0,6,0,0,0,0,0,0,1
558061,5,98,27,27,27,3,0,2,5,3,10,3,0,1,0,0
558079,1,54,12,12,11,1,0,7,0,0,1,0,0,0,2,0
558095,1,138,42,42,42,4,2,7,9,11,5,1,0,0,2,1
558109,1,1264,191,191,189,13,12,54,15,22,26,15,2,8,14,8
558109,2,1011,175,175,175,11,3,50,27,29,18,6,3,16,6,6
558109,3,634,88,88,88,5,3,23,7,18,12,6,2,5,4,3
558117,1,150,30,30,30,2,2,2,3,11,2,1,3,0,0,4
558125,1,270,52,52,51,2,3,14,7,11,6,3,2,0,0,3
558125,2,74,15,15,15,0,0,4,2,1,5,2,0,1,0,0
558125,3,62,7,7,7,2,0,1,2,1,1,0,0,0,0,0
558125,4,47,10,10,10,0,0,1,3,2,1,0,1,0,1,1
558125,5,58,7,7,7,0,0,0,0,1,2,2,1,0,0,1
558125,6,98,18,18,18,3,2,3,0,7,2,0,0,0,1,0
558125,7,58,18,18,18,2,0,3,5,1,4,0,1,0,0,2
558176,1,272,52,52,52,3,7,9,10,5,9,2,2,0,3,2
558184,1,190,34,34,33,2,1,15,4,6,4,0,1,0,0,0
558184,2,105,12,12,12,0,2,4,3,1,2,0,0,0,0,0
558231,1,173,53,53,53,0,3,6,10,7,10,11,0,0,5,1
558249,1,869,147,147,145,12,5,31,24,24,24,4,3,4,10,4
558249,2,912,120,120,119,5,3,21,23,31,17,5,2,2,1,9
558249,3,1125,204,204,203,12,10,50,11,37,33,20,5,6,9,10
558249,4,1142,214,214,212,25,11,39,28,19,48,11,1,5,16,9
558249,5,756,185,185,183,12,9,32,33,26,39,17,0,2,7,6
558249,6,320,35,35,35,4,0,9,8,7,4,0,1,1,1,0
558249,7,197,36,36,36,1,3,16,3,2,3,2,0,0,6,0
558249,8,89,25,25,25,1,0,4,4,4,2,4,1,2,3,0
558257,1,685,136,136,132,9,2,46,18,17,17,10,1,5,2,5
558257,2,99,19,19,19,1,2,1,1,0,10,1,0,0,0,3
558257,3,66,12,12,11,0,0,3,6,0,1,0,0,1,0,0
558265,1,158,35,35,35,4,0,8,13,6,2,2,0,0,0,0
558290,1,215,43,43,43,4,0,7,7,8,7,1,1,4,4,0
558303,1,283,48,48,48,6,0,11,8,8,10,2,2,0,1,0
558303,2,131,44,44,44,7,0,10,9,12,3,0,0,0,0,3
558303,3,159,26,26,26,3,0,9,3,6,2,1,0,0,0,2
558303,4,60,10,10,10,0,0,1,0,1,5,0,0,0,0,3
558303,5,90,17,17,17,2,0,0,0,1,9,0,1,0,1,3
558311,1,240,37,37,37,3,0,5,9,5,9,1,0,0,1,4
558346,1,324,56,56,56,5,0,11,10,8,12,3,1,2,3,1
558346,2,170,29,29,29,4,0,2,6,2,11,2,1,0,0,1
558362,1,1349,267,267,265,34,13,70,36,40,35,10,4,8,6,9
558362,2,116,24,24,24,0,1,8,1,2,8,3,0,0,0,1
558362,3,137,20,20,20,3,1,6,3,5,1,0,0,0,0,1
558362,4,98,20,20,18,0,0,5,3,2,0,3,2,2,1,0
558362,5,100,15,15,15,5,1,1,0,2,2,2,0,0,2,0
558362,6,151,27,27,26,4,0,7,3,5,4,1,1,1,0,0
558362,7,144,27,27,27,3,0,11,7,5,1,0,0,0,0,0
558362,8,47,9,9,9,2,0,0,0,1,2,0,1,0,0,3
558389,1,979,119,118,117,11,2,20,8,27,33,9,2,0,2,3
558389,2,889,133,133,131,12,7,18,27,20,28,9,1,1,2,6
558389,3,949,122,122,122,13,1,34,7,25,22,7,2,3,3,5
558389,4,86,4,4,4,2,0,1,0,1,0,0,0,0,0,0
558401,1,314,44,44,44,6,1,11,5,6,11,1,1,0,2,0
558435,1,1475,300,300,296,22,8,71,15,40,55,22,5,13,26,19
558486,1,407,53,53,52,3,3,17,4,2,7,3,3,5,2,3
558486,2,126,36,36,34,0,1,13,3,2,7,2,0,1,1,4
558494,1,259,14,14,14,1,0,5,3,0,2,0,2,1,0,0
558559,1,255,48,48,46,9,1,3,4,6,11,4,3,2,2,1
558567,1,400,63,63,63,2,0,15,9,6,18,2,1,0,3,7
558583,1,468,78,78,76,5,1,23,2,20,8,4,3,1,3,6
558591,1,145,30,30,30,3,4,2,5,2,9,1,2,1,0,1
558591,2,77,30,30,30,4,2,6,4,9,2,1,0,0,1,1
558605,1,377,64,64,62,4,0,11,11,11,8,3,4,1,8,1
558630,1,545,78,78,76,10,4,23,9,8,16,3,0,1,1,1
558630,2,115,33,33,33,8,0,1,10,7,4,0,0,0,1,2
558630,3,88,24,24,23,4,0,6,1,6,1,1,1,0,1,2
566691,1,51,20,20,20,3,0,2,6,6,0,0,3,0,0,0
566705,1,75,24,24,24,4,0,0,3,3,13,0,0,0,0,1
578541,1,201,40,40,40,1,0,6,15,5,8,2,2,0,0,1
578568,1,101,15,15,15,1,0,5,2,1,4,0,0,0,0,2
578592,1,69,10,10,10,1,1,1,4,2,1,0,0,0,0,0
578614,1,76,23,23,16,3,0,2,1,1,4,0,2,0,0,3
530221,1,86,19,19,17,4,0,4,3,1,5,0,0,0,0,0
530239,1,64,22,22,22,1,1,5,2,3,6,4,0,0,0,0
530247,1,116,27,27,27,0,0,9,2,1,5,8,2,0,0,0
530271,1,81,10,10,10,3,0,0,4,1,2,0,0,0,0,0
530280,1,198,38,38,38,5,0,12,12,0,6,1,1,1,0,0
530328,1,135,26,26,26,2,0,9,0,6,3,3,3,0,0,0
530336,1,219,61,61,61,7,7,12,4,4,8,5,0,0,8,6
538183,1,87,16,16,15,4,0,3,0,2,2,1,1,2,0,0
546411,1,265,49,49,49,6,0,14,13,4,8,1,3,0,0,0
553603,1,36,16,16,16,5,0,7,0,2,1,0,0,0,1,0
558656,1,557,62,62,62,3,4,16,12,10,5,8,0,2,2,0
558672,1,642,112,112,111,12,0,23,18,18,16,7,2,3,3,9
558699,1,133,29,29,28,3,6,7,1,5,3,0,1,1,0,1
558711,1,206,42,42,42,0,2,14,3,1,9,1,5,1,6,0
558745,1,445,89,89,85,9,1,24,4,6,14,3,2,4,9,9
558770,1,291,48,48,48,4,2,14,7,10,4,2,1,0,2,2
558770,2,54,11,11,11,3,0,1,0,4,0,0,0,2,1,0
558788,1,223,45,45,45,4,1,12,6,3,6,3,0,3,1,6
558796,1,356,85,85,85,8,1,21,16,6,11,7,8,1,1,5
558800,1,42,7,7,6,1,0,1,2,2,0,0,0,0,0,0
558834,1,577,119,119,117,10,1,38,17,7,23,3,5,2,3,8
558869,1,893,121,121,121,22,1,35,17,10,19,6,2,1,1,7
558869,2,565,54,54,53,3,2,12,12,9,8,1,1,0,1,4
558877,1,233,58,58,58,5,10,9,9,4,7,3,10,1,0,0
558877,2,127,31,31,31,1,4,9,3,2,6,0,3,0,2,1
558877,3,92,17,17,17,0,2,1,6,0,7,0,1,0,0,0
558885,1,574,99,99,99,7,3,17,24,17,11,5,3,4,4,4
558885,2,1213,170,170,165,23,5,24,15,18,20,14,4,1,18,23
558885,3,789,160,160,157,11,3,24,17,22,29,14,5,5,17,10
558885,4,1013,129,129,125,11,6,23,19,26,17,9,4,2,3,5
558915,1,418,73,73,73,5,4,15,14,6,9,1,4,4,9,2
558915,2,325,69,69,69,4,3,20,15,7,7,2,3,1,7,0
558915,3,100,30,30,29,1,0,8,3,3,5,4,1,0,0,4
558915,4,162,30,30,30,6,0,14,2,3,2,1,0,0,2,0
558931,1,208,71,71,71,3,9,10,16,11,12,6,3,0,0,1
558940,1,886,151,151,151,9,14,53,9,16,17,10,3,4,7,9
558974,1,186,41,41,39,9,0,9,2,7,7,0,2,0,0,3
558982,1,109,38,38,38,6,0,10,0,3,9,1,4,1,2,2
558991,1,104,23,23,23,0,1,9,4,1,6,1,0,0,0,1
559008,1,583,97,97,97,4,2,16,11,27,25,4,1,0,5,2
559008,2,670,116,116,115,12,2,20,31,21,17,1,3,3,2,3
559008,3,506,84,84,82,3,1,18,14,13,21,2,1,4,2,3
559008,4,728,80,80,80,3,2,20,16,13,12,3,1,1,4,5
559024,1,106,23,23,22,2,0,5,3,3,4,5,0,0,0,0
559032,1,111,24,24,24,4,1,4,1,5,5,0,1,1,1,1
559041,1,510,101,101,101,3,2,44,11,12,7,8,0,6,3,5
559059,1,827,123,123,123,9,6,33,10,19,17,8,7,6,0,8
559067,1,1150,138,138,138,13,3,27,17,20,30,10,5,3,4,6
559075,1,565,95,95,95,9,6,23,14,10,9,7,7,4,3,3
559075,2,650,101,101,101,7,2,20,14,12,18,12,6,3,2,5
559075,3,753,159,159,159,13,5,43,19,25,23,6,9,2,4,10
559075,4,694,134,134,133,23,7,16,27,22,12,8,3,3,5,7
559075,5,108,24,24,24,3,0,1,5,0,9,3,1,0,0,2
559075,6,109,23,23,23,2,1,1,11,8,0,0,0,0,0,0
559083,1,327,73,73,73,9,1,14,24,15,4,3,1,1,1,0
559091,1,205,38,38,37,7,1,3,3,3,8,1,10,0,0,1
559105,1,191,32,32,32,3,0,1,12,4,0,4,1,1,5,1
559121,1,127,20,20,19,2,0,2,6,3,3,0,3,0,0,0
559148,1,663,114,114,114,3,10,27,12,18,22,4,6,0,7,5
559164,1,779,98,98,98,3,1,31,9,4,21,8,3,5,8,5
559164,2,849,142,142,138,14,1,12,43,29,14,10,4,2,3,6
559164,3,417,69,69,67,11,0,12,7,12,8,4,2,4,5,2
559172,1,565,68,68,67,3,1,17,20,8,11,1,5,1,0,0
559202,1,749,184,184,184,12,9,34,23,27,18,40,4,2,10,5
559202,2,86,12,12,12,0,0,4,3,3,2,0,0,0,0,0
559202,3,123,19,19,19,3,1,4,4,4,2,0,0,1,0,0
559211,1,932,170,170,170,10,12,51,26,11,21,17,4,9,5,4
559211,2,668,116,116,115,6,18,18,18,12,15,9,4,4,10,1
559237,1,450,65,65,64,8,4,12,12,10,10,2,3,0,2,1
559245,1,280,71,71,71,5,3,26,12,7,10,0,2,5,1,0
559253,1,95,27,27,26,1,0,12,0,0,4,5,0,1,3,0
559261,1,523,109,109,108,4,4,28,25,15,11,5,7,0,3,6
559270,1,395,53,53,53,4,1,9,5,7,6,3,13,1,2,2
559288,1,215,50,50,49,0,1,9,4,10,16,5,1,0,3,0
559300,1,205,21,21,21,0,0,5,6,1,3,0,0,0,5,1
559300,2,450,63,63,63,3,0,17,11,4,9,6,4,2,4,3
559300,3,883,122,122,121,9,1,27,32,12,18,8,4,0,3,7
559300,4,884,124,124,123,4,1,20,36,25,14,7,2,5,1,8
559300,5,913,126,126,125,15,5,12,22,17,19,17,6,2,5,5
559300,6,447,75,75,75,4,4,17,17,11,5,8,1,1,3,4
559300,7,642,49,49,49,9,1,9,4,8,7,4,2,0,1,4
559300,8,723,74,74,73,10,0,10,5,12,11,6,7,3,7,2
559300,9,441,70,70,70,9,0,16,12,10,12,1,3,0,7,0
559318,1,419,82,82,81,4,0,17,11,17,6,15,2,1,4,4
559326,1,174,32,32,32,5,1,4,3,10,5,1,1,0,0,2
559334,1,627,64,64,62,7,1,12,8,7,15,0,5,1,2,4
559351,1,569,88,88,87,2,3,23,19,13,9,10,0,3,1,4
559351,2,473,100,100,100,6,2,18,15,21,14,11,0,1,8,4
559351,3,484,130,130,128,13,4,22,12,19,21,15,7,3,2,10
559351,4,166,26,26,25,1,4,2,5,2,7,1,0,0,1,2
559351,5,142,34,34,34,4,0,9,6,10,2,1,0,0,0,2
559351,6,62,18,18,18,1,3,3,3,4,2,2,0,0,0,0
559351,7,124,34,34,34,3,2,6,10,3,5,0,2,0,1,2
559351,8,137,42,42,42,0,0,7,2,7,5,10,2,0,8,1
559369,1,218,23,23,23,1,1,6,0,6,6,0,0,0,3,0
559377,1,336,68,68,68,4,2,19,9,8,14,2,2,2,2,4
559393,1,447,47,47,47,6,0,14,6,9,5,4,1,0,2,0
559423,1,206,36,36,34,2,0,6,4,4,4,6,1,1,1,5
559431,1,400,54,54,53,2,2,17,7,2,5,3,6,2,5,2
559482,1,86,12,12,12,1,0,4,2,3,1,1,0,0,0,0
559491,1,1314,201,201,201,19,5,47,26,25,30,12,8,7,6,16
559491,2,1137,182,181,179,16,6,41,21,23,20,7,11,7,11,16
559504,1,701,103,103,103,13,1,25,14,11,16,6,4,0,6,7
559521,1,760,124,124,123,12,2,34,21,8,16,8,8,2,8,4
559521,2,957,113,113,111,5,2,22,15,24,26,6,0,2,3,6
559521,3,883,175,175,175,13,4,58,20,15,20,11,5,3,16,10
559521,4,851,111,111,109,5,0,30,8,20,22,8,5,2,4,5
559521,5,565,104,104,104,7,3,21,6,9,17,6,3,6,15,11
559555,1,366,84,84,84,9,1,5,27,15,14,2,7,1,2,1
559563,1,452,38,38,38,1,0,6,16,8,7,0,0,0,0,0
559571,1,379,39,39,39,3,2,4,0,9,6,6,2,5,0,2
559580,1,902,174,174,173,14,2,42,19,22,26,30,2,1,6,9
559580,2,918,211,211,210,9,7,52,33,11,23,46,9,7,6,7
559580,3,1108,242,242,240,19,2,69,15,22,36,45,3,1,17,11
559601,1,608,125,125,125,6,4,26,12,14,25,6,11,4,12,5
559628,1,1011,154,154,153,15,4,42,28,25,20,4,2,0,7,6
559661,1,732,88,88,87,13,2,21,14,8,19,5,0,1,0,4
559661,2,671,86,86,84,12,0,9,11,18,11,7,1,2,7,6
559661,3,322,48,48,47,7,0,7,5,4,9,6,1,0,5,3
559679,1,1292,258,258,258,15,9,59,37,24,60,18,9,2,14,11
559679,2,1198,248,248,247,11,7,75,20,23,50,12,3,11,16,19
559695,1,580,86,86,86,9,1,13,15,14,12,8,3,0,6,5
559695,2,555,102,102,102,14,1,23,9,20,21,9,2,0,0,3
559709,1,344,67,67,67,5,4,20,10,13,8,1,0,1,3,2
566390,1,56,17,17,17,2,0,7,4,0,3,1,0,0,0,0
566420,1,174,23,23,22,2,3,11,1,1,2,1,1,0,0,0
566446,1,215,42,42,42,0,2,6,9,7,7,4,3,0,2,2
566462,1,95,20,20,20,4,0,1,6,3,2,0,0,0,4,0
566471,1,105,28,28,28,3,1,7,1,5,4,3,0,0,4,0
566489,1,61,14,14,14,0,0,1,2,3,4,0,0,1,1,2
566497,1,43,11,11,11,1,1,1,3,2,2,0,1,0,0,0
566543,1,153,35,35,35,5,1,4,5,6,8,0,3,1,2,0
566594,1,76,17,17,16,1,1,2,4,2,3,2,0,0,1,0
566632,1,64,16,16,16,0,0,9,0,4,2,0,0,0,1,0
566730,1,56,18,18,17,0,2,4,1,10,0,0,0,0,0,0
566748,1,60,21,21,21,1,0,8,1,3,1,2,0,0,4,1
566756,1,508,92,91,89,11,3,15,14,13,18,4,5,4,2,0
566764,1,51,4,4,4,1,0,1,2,0,0,0,0,0,0,0
566781,1,55,32,32,32,7,0,8,3,10,1,1,0,0,2,0
566969,1,370,47,47,47,1,0,13,7,6,10,0,2,0,2,6
567086,1,221,44,44,44,2,0,3,3,10,10,3,5,0,4,4
578665,1,128,35,35,35,2,11,4,3,3,1,5,3,0,3,0
578771,1,97,15,15,15,2,0,4,3,0,5,1,0,0,0,0
578797,1,104,47,47,47,1,21,10,2,7,3,2,0,1,0,0
578827,1,120,21,21,21,2,0,7,3,4,3,0,1,0,0,1
578924,1,56,18,18,18,4,1,2,1,3,3,0,2,1,1,0
578983,1,202,51,51,51,5,3,6,12,3,8,4,1,1,4,4
506664,1,216,34,34,34,2,0,3,20,3,4,1,1,0,0,0
530361,1,40,18,18,18,0,0,6,0,3,7,1,0,0,0,1
530379,1,113,30,30,29,5,1,3,3,7,3,1,0,0,5,1
540722,1,198,52,52,52,6,0,11,1,3,10,1,1,5,6,8
540803,1,38,24,24,23,1,1,8,4,5,1,3,0,0,0,0
540927,1,17,14,14,14,0,0,8,0,0,0,1,0,5,0,0
541001,1,24,16,16,16,4,1,3,0,1,0,4,0,1,1,1
541061,1,105,26,26,26,4,2,5,3,0,5,1,1,0,2,3
541095,1,92,21,21,21,7,0,6,3,3,2,0,0,0,0,0
541141,1,54,16,16,16,1,0,1,7,0,4,0,2,0,0,1
541150,1,585,96,96,96,6,6,18,12,14,14,2,4,4,12,4
541176,1,340,57,57,55,6,1,17,7,5,4,4,1,1,4,5
541192,1,141,27,27,27,5,0,1,4,4,6,3,0,3,0,1
546488,1,102,35,35,34,1,0,5,10,3,1,8,3,0,1,2
546526,1,266,58,58,58,3,7,14,17,8,2,3,0,3,0,1
546534,1,166,40,40,40,4,1,7,8,10,6,0,2,0,2,0
546551,1,206,36,36,36,4,2,7,5,6,8,0,0,0,4,0
553611,1,413,74,74,74,3,4,25,2,14,14,3,2,0,3,4
559717,1,1537,170,170,169,17,13,31,19,22,22,12,7,5,10,11
559717,2,753,125,125,123,12,5,21,26,16,17,11,4,2,7,2
559717,3,906,151,151,149,7,7,32,31,18,13,16,3,5,6,11
559717,4,1097,248,248,244,21,8,63,28,35,33,18,4,6,15,13
559717,5,742,105,105,105,9,3,33,14,8,15,9,1,5,6,2
559717,6,919,118,118,118,14,2,23,29,12,19,6,1,2,5,5
559717,7,1163,151,151,150,13,5,34,30,14,31,3,4,2,7,7
559717,8,625,121,120,118,11,15,21,20,13,19,6,1,5,6,1
559717,9,955,236,236,235,27,7,77,33,24,36,14,0,7,8,2
559717,10,1321,240,239,239,14,8,70,22,17,48,16,11,3,23,7
559717,11,780,159,159,159,9,12,49,19,19,22,12,1,4,3,9
559717,12,330,76,75,75,5,1,14,5,15,20,1,5,3,3,3
559725,1,508,62,62,62,5,4,22,5,9,11,3,1,0,0,2
559725,2,493,52,52,52,4,1,13,9,6,12,4,1,2,0,0
559725,3,286,51,51,51,0,0,10,11,8,7,2,4,3,3,3
559725,4,199,40,40,38,3,0,11,6,8,2,0,1,0,6,1
559725,5,184,39,39,39,2,0,9,11,5,6,1,5,0,0,0
559725,6,133,28,28,27,0,0,12,6,3,2,2,0,0,2,0
559733,1,282,36,36,36,7,1,5,4,0,9,4,1,0,4,1
559741,1,54,11,11,11,0,0,3,0,2,1,2,0,3,0,0
559750,1,259,58,58,58,8,0,20,8,9,3,0,1,4,0,5
559750,2,144,35,35,35,3,1,9,10,3,2,3,2,2,0,0
559750,3,70,25,25,25,2,1,5,5,2,1,4,1,2,2,0
559768,1,109,34,34,34,4,0,7,7,1,6,2,2,0,1,4
559776,1,1032,190,190,190,18,5,36,31,17,35,3,13,4,10,18
559792,1,507,108,108,106,10,6,26,12,14,14,13,3,0,6,2
559806,1,146,21,21,21,3,0,3,4,2,6,2,1,0,0,0
559806,2,72,16,16,16,3,0,5,2,2,4,0,0,0,0,0
559806,3,35,20,20,19,4,0,2,3,2,0,0,2,1,5,0
559806,4,26,3,3,3,1,0,1,0,0,0,1,0,0,0,0
559814,1,1179,245,245,243,21,7,44,52,41,35,16,1,9,8,9
559822,1,701,134,134,128,3,2,35,33,15,20,11,2,2,1,4
559822,2,799,83,83,81,13,3,13,12,14,11,7,2,0,1,5
559822,3,798,140,140,139,13,6,16,40,30,11,5,7,2,6,3
559849,1,196,50,50,48,3,3,9,8,11,12,0,1,0,0,1
559857,1,611,82,82,78,1,3,8,26,18,12,0,3,0,3,4
559903,1,490,70,70,70,7,5,21,6,7,10,3,1,2,5,3
559911,1,383,67,67,66,5,1,22,5,8,13,3,0,4,2,3
559920,1,144,23,23,23,2,3,2,5,1,6,0,2,0,2,0
559946,1,59,18,18,18,3,0,2,2,5,3,0,2,0,0,1
559954,1,256,51,51,51,18,2,5,7,5,3,3,1,6,0,1
559962,1,138,40,40,40,5,3,9,4,6,4,4,0,4,0,1
559997,1,631,80,80,79,2,6,24,11,16,5,6,0,2,1,6
559997,2,790,134,134,129,17,11,12,34,24,13,8,3,0,3,4
559997,3,396,59,59,58,6,1,10,13,12,7,3,0,0,1,5
560006,1,189,42,42,42,2,0,8,3,4,9,11,2,0,1,2
560006,2,64,27,27,27,3,1,0,4,8,2,6,0,0,0,3
560014,1,1216,188,188,186,13,3,41,23,22,31,27,4,5,7,10
560057,1,860,136,136,136,16,8,26,27,8,23,8,2,5,8,5
560057,2,129,28,28,27,3,0,8,5,0,5,1,2,0,1,2
560081,1,215,41,41,41,5,1,9,6,12,4,0,2,1,0,1
560111,1,178,42,42,42,7,0,9,13,4,4,2,1,2,0,0
560120,1,1450,232,232,230,25,6,30,20,44,48,26,9,3,9,10
560146,1,68,30,30,30,3,1,9,4,6,5,0,1,1,0,0
560162,1,222,37,37,37,1,0,8,5,3,5,4,1,1,4,5
560162,2,1157,148,148,144,10,1,16,33,30,14,16,2,5,3,14
560162,3,494,83,83,83,6,2,13,22,19,2,6,0,3,1,9
560189,1,231,27,27,26,6,8,3,2,2,2,1,1,0,1,0
560227,1,195,44,44,43,1,2,11,7,10,4,3,2,0,0,3
560235,1,213,28,28,28,4,0,15,0,2,4,1,0,0,2,0
560251,1,896,154,154,153,15,9,33,18,19,20,12,4,4,10,9
560260,1,1164,179,179,179,19,3,29,32,27,34,9,7,2,9,8
560260,2,768,144,144,143,12,4,43,22,22,20,6,2,4,2,6
560260,3,22,9,9,9,0,2,0,5,0,0,0,0,1,0,1
560260,4,44,9,9,9,1,0,3,5,0,0,0,0,0,0,0
560260,5,26,14,14,13,3,1,5,1,0,1,0,0,1,1,0
566799,1,203,61,61,59,4,2,6,5,11,14,0,4,4,5,4
566802,1,121,17,17,17,2,2,4,0,0,8,0,0,0,1,0
566811,1,46,10,10,10,2,0,1,1,2,2,0,0,0,0,2
566837,1,112,26,26,26,1,0,9,3,0,5,4,0,0,0,4
566845,1,179,46,46,46,3,3,6,13,10,5,0,0,0,2,4
566861,1,98,50,50,49,5,0,14,7,6,5,8,0,2,0,2
566942,1,184,32,32,32,0,0,8,5,8,2,0,1,0,5,3
566993,1,85,46,46,46,7,0,18,8,4,6,3,0,0,0,0
567001,1,237,48,48,48,4,0,10,11,3,15,2,1,0,2,0
579009,1,189,43,43,43,4,0,14,5,6,3,3,2,2,1,3
579017,1,77,21,21,21,5,0,0,6,6,0,1,1,1,1,0
579033,1,140,30,30,29,1,1,8,4,5,3,3,0,0,4,0
579084,1,77,31,31,31,3,2,7,5,3,3,0,2,0,1,5
579131,1,316,60,60,57,3,5,17,10,11,4,3,2,0,1,1
579246,1,80,15,15,15,0,0,1,10,3,1,0,0,0,0,0
579289,1,37,14,14,14,3,1,3,1,4,2,0,0,0,0,0
579343,1,48,15,15,15,1,1,4,5,1,0,0,0,0,0,3
503916,1,426,77,77,77,6,2,11,35,7,8,0,7,0,1,0
541290,1,95,14,14,14,0,0,0,7,2,2,0,2,0,0,1
541290,2,72,17,17,16,2,0,0,8,1,3,0,1,1,0,0
541290,3,34,13,13,13,2,0,3,2,4,2,0,0,0,0,0
541362,1,209,26,26,25,1,4,6,2,1,4,2,0,0,1,4
541401,1,91,26,26,26,0,6,2,11,2,2,0,0,0,0,3
541435,1,89,25,25,25,4,0,5,0,4,6,1,1,0,0,4
541443,1,95,21,21,20,0,0,8,3,4,2,0,0,2,0,1
541460,1,114,9,9,8,1,0,0,2,0,0,0,4,0,0,1
541486,1,122,34,34,34,2,0,7,5,6,9,1,2,1,1,0
541494,1,205,23,23,21,3,2,3,6,4,1,0,2,0,0,0
541532,1,197,24,24,23,3,1,2,1,6,4,0,3,0,0,3
541559,1,155,14,14,13,1,0,1,1,6,2,0,0,0,2,0
541605,1,210,34,34,34,6,0,1,10,3,9,1,0,0,0,4
541621,1,381,37,37,36,5,1,6,17,3,0,2,0,0,0,2
541664,1,309,54,54,54,10,0,13,12,5,7,0,3,2,0,2
541681,1,127,19,19,18,2,0,6,1,4,2,2,0,1,0,0
541702,1,317,47,47,47,5,0,4,6,16,11,1,2,0,2,0
557081,1,246,30,30,30,0,0,3,2,5,8,2,2,0,2,6
560715,1,827,134,134,134,11,4,21,34,29,16,3,2,4,6,4
560715,2,751,138,138,135,14,8,22,30,20,18,4,5,0,5,9
560715,3,918,136,136,135,8,4,32,24,18,23,7,4,2,3,10
560715,4,782,121,121,116,7,4,19,17,24,20,6,2,4,5,8
560715,5,868,133,133,132,10,4,23,13,36,15,5,6,4,6,10
560715,6,1199,124,124,123,10,4,17,22,28,17,10,2,2,8,3
560715,7,544,71,71,71,4,1,5,19,21,10,0,2,4,2,3
560715,8,722,119,119,118,6,1,25,18,29,17,6,4,1,8,3
560715,9,749,100,100,100,8,0,12,20,25,20,4,4,0,1,6
560715,10,591,87,87,87,4,4,6,26,23,10,5,2,3,2,2
560715,11,874,115,115,113,12,1,18,29,20,9,6,4,1,3,10
560715,12,797,159,159,159,14,7,29,38,35,19,4,5,1,1,6
560715,13,196,26,26,25,2,0,3,1,5,11,1,0,0,1,1
560715,14,52,12,12,12,3,3,1,2,2,0,1,0,0,0,0
560723,1,162,19,19,19,2,1,1,2,8,5,0,0,0,0,0
560740,1,744,95,95,95,8,6,24,20,21,8,2,1,1,1,3
560758,1,986,112,112,111,3,6,25,27,12,8,6,1,10,6,7
560758,2,1045,83,83,83,6,1,11,14,22,9,7,4,5,1,3
560758,3,1134,81,81,80,8,8,14,20,10,7,4,2,3,0,4
560782,1,229,33,33,33,6,0,1,10,2,5,2,2,2,2,1
560804,1,286,54,54,54,8,7,9,6,12,6,1,3,1,1,0
560812,1,906,105,105,102,14,16,22,7,13,6,9,0,5,7,3
560839,1,279,49,49,45,6,6,11,6,5,5,0,0,2,0,4
560855,1,285,37,37,37,10,1,4,3,4,2,4,8,0,0,1
560863,1,774,103,103,103,5,1,14,33,30,13,2,3,0,2,0
560898,1,228,14,14,14,1,0,1,4,3,4,0,0,0,1,0
560898,2,76,21,21,19,2,1,1,3,6,3,1,0,0,0,2
560901,1,1462,160,160,160,15,0,29,21,28,31,9,10,1,0,16
560910,1,487,64,64,64,5,2,10,11,16,7,9,0,0,1,3
560910,2,116,22,22,22,7,0,0,1,7,5,0,0,0,0,2
560928,1,1065,175,175,173,26,8,23,38,15,18,19,1,10,4,11
560928,2,70,2,2,1,1,0,0,0,0,0,0,0,0,0,0
560928,3,84,17,17,17,2,0,0,7,0,5,0,0,2,0,1
560952,1,631,120,120,120,6,6,35,17,11,28,4,4,5,4,0
560952,2,156,28,28,27,5,0,3,8,2,2,1,2,1,2,1
560979,1,158,28,28,28,7,0,2,11,3,1,0,0,2,1,1
561002,1,369,48,48,48,8,0,11,11,8,4,1,2,0,0,3
561011,1,330,31,31,31,3,0,10,5,6,6,1,0,0,0,0
561134,1,788,82,82,82,5,0,19,11,14,11,8,4,0,0,10
561134,2,1049,148,148,148,19,4,35,16,23,20,13,4,3,4,7
561134,3,909,125,125,125,3,6,29,30,18,14,10,5,3,5,2
561134,4,890,151,151,149,6,3,33,34,22,15,16,3,3,6,8
561134,5,764,103,103,102,11,5,10,36,14,16,4,0,1,2,3
561151,1,510,86,86,86,9,0,16,14,12,17,1,3,2,8,4
561151,2,107,15,15,15,0,0,3,9,2,1,0,0,0,0,0
561151,3,100,23,23,22,1,1,3,6,4,4,0,0,0,1,2
561151,4,217,24,24,24,0,1,2,8,4,3,0,5,0,1,0
561169,1,464,37,37,37,4,1,2,10,4,12,0,3,0,0,1
561185,1,921,113,113,113,16,13,20,23,15,11,6,3,2,2,2
561193,1,205,29,29,29,2,2,3,13,3,4,2,0,0,0,0
561207,1,884,96,96,96,13,4,21,10,8,18,4,3,4,4,7
561215,1,588,77,77,75,4,3,22,5,16,8,2,3,3,3,6
561215,2,1456,135,135,131,10,10,19,15,20,20,11,1,8,3,14
561215,3,1189,205,205,203,14,1,49,37,29,19,12,11,8,6,17
561215,4,1227,228,228,225,16,8,40,31,41,38,19,5,10,7,10
561215,5,835,110,109,108,10,3,25,12,25,7,9,2,3,10,2
561215,6,974,100,100,99,7,0,14,12,24,17,9,4,2,5,5
561223,1,363,34,34,34,8,0,9,3,5,3,0,4,1,0,1
561231,1,170,39,39,39,8,0,8,4,3,4,2,3,0,2,5
561258,1,341,57,57,57,15,2,9,9,9,2,3,2,3,2,1
561291,1,183,37,37,37,3,0,4,10,11,5,0,1,3,0,0
561304,1,310,27,27,27,1,0,8,9,3,2,0,0,0,0,4
566888,1,51,13,13,13,2,0,4,0,0,2,1,2,1,0,1
579459,1,258,48,48,48,4,1,9,7,15,8,1,0,0,2,1
579467,1,83,27,27,27,7,0,0,11,5,1,0,1,1,0,1
579491,1,140,26,26,26,2,0,14,3,3,1,0,1,0,0,2
538795,1,437,50,50,50,3,1,5,12,7,12,0,3,0,5,2
538817,1,155,22,22,22,4,0,2,2,4,5,1,1,0,2,1
538868,1,165,20,20,19,3,0,1,6,1,6,0,0,2,0,0
538906,1,229,48,48,48,7,5,8,4,2,10,5,2,3,0,2
538922,1,195,24,24,24,2,0,0,8,0,3,0,4,0,7,0
539023,1,334,58,58,57,7,3,1,16,7,13,1,5,0,3,1
539074,1,172,24,24,24,6,1,0,12,2,2,0,0,0,1,0
539112,1,364,53,53,52,7,0,8,12,5,10,3,3,0,2,2
539279,1,928,128,128,126,18,3,9,16,23,23,10,4,7,5,8
539279,2,429,66,66,65,8,2,9,8,4,23,3,1,2,4,1
539279,3,481,69,69,68,6,0,10,11,11,12,3,2,0,5,8
539376,1,104,22,22,21,1,2,0,3,6,8,0,1,0,0,0
539431,1,275,50,50,49,2,1,9,4,10,14,8,0,0,1,0
539473,1,94,23,23,23,3,2,1,4,0,5,3,1,0,3,1
539481,1,371,73,73,72,2,1,9,4,16,21,5,8,0,0,6
539538,1,97,23,23,23,0,0,5,3,2,1,2,3,0,0,7
539554,1,184,21,21,21,0,0,2,5,3,10,1,0,0,0,0
539619,1,103,17,17,17,1,1,0,3,4,4,0,1,0,0,3
554481,1,1618,110,109,109,21,12,16,6,12,17,6,4,5,8,2
554481,2,803,109,109,109,13,3,19,14,12,24,7,2,4,6,5
554481,3,712,128,128,128,6,6,19,18,17,24,11,5,2,9,11
554481,4,855,61,61,59,6,5,5,7,11,8,5,2,2,6,2
554481,5,727,73,73,72,6,4,7,12,9,17,1,6,4,4,2
554481,6,617,98,98,98,4,2,17,10,21,19,8,7,2,7,1
554481,7,900,122,122,121,5,4,9,32,16,21,9,10,6,6,3
554481,8,748,123,123,123,13,9,14,20,15,20,10,5,4,10,3
554481,9,707,138,136,135,20,9,10,21,22,15,15,2,5,12,4
554481,10,663,91,91,91,5,1,18,16,20,12,5,5,1,1,7
554481,11,585,77,77,76,8,2,7,17,9,20,4,1,1,4,3
554481,12,764,102,102,102,6,3,20,26,21,10,5,6,0,2,3
554481,13,865,89,89,88,12,3,9,16,12,22,1,4,1,4,4
554481,14,1332,153,153,152,14,8,20,22,20,39,7,6,2,8,6
554481,15,1448,176,176,171,15,3,19,25,20,28,10,13,7,11,20
554481,16,1063,147,147,146,6,8,27,18,22,24,5,8,7,11,10
554481,17,811,142,142,140,9,7,20,21,26,21,10,6,5,6,9
554481,18,614,98,98,97,4,2,13,12,16,21,5,1,3,12,8
554481,19,767,110,110,110,10,2,18,15,13,23,9,4,1,10,5
554481,20,732,103,103,101,7,6,11,10,22,20,5,5,2,9,4
554481,21,815,103,103,103,8,8,11,17,24,16,3,5,3,2,6
554481,22,410,33,33,33,2,2,7,5,5,10,0,1,0,0,1
554481,23,210,30,30,29,8,0,2,5,3,5,0,4,1,1,0
554481,24,239,41,41,41,3,1,2,4,13,8,5,1,0,1,3
554481,25,806,111,111,109,9,5,2,25,21,19,6,6,3,10,3
554481,26,680,128,128,126,16,5,7,30,26,21,7,1,6,6,1
554481,27,855,182,182,181,20,6,36,25,18,38,16,6,4,9,3
554481,28,138,12,12,12,2,0,0,2,1,0,1,2,0,3,1
554481,29,513,81,81,78,10,3,7,5,15,20,9,0,3,1,5
554481,30,1035,104,104,101,8,3,20,16,13,24,3,8,1,2,3
554481,31,158,19,19,18,3,0,1,4,2,5,1,0,1,1,0
554481,32,1002,146,146,142,24,4,16,34,26,14,7,7,1,6,3
554499,1,744,92,92,92,12,0,12,15,15,11,10,3,2,7,5
554499,2,572,63,63,62,9,0,6,16,3,14,4,1,2,4,3
554499,3,1100,112,111,109,3,1,12,18,15,25,10,7,3,2,13
554499,4,731,68,68,66,6,3,9,10,18,7,6,4,0,1,2
554499,5,545,59,58,56,9,5,6,8,2,12,9,2,2,0,1
554499,6,828,94,94,91,10,2,10,16,16,16,6,5,2,3,5
554499,7,806,114,114,114,2,7,13,11,22,31,9,2,2,3,12
554499,8,672,103,103,103,3,1,17,21,15,25,4,3,2,1,11
554499,9,865,105,105,102,15,5,9,15,21,21,2,1,2,2,9
554499,10,636,76,76,74,5,0,5,12,14,19,10,5,2,2,0
554499,11,1459,83,83,82,15,1,5,15,10,16,5,3,4,6,2
554499,12,448,52,52,52,13,0,5,6,7,14,2,0,2,1,2
554499,13,230,22,22,22,1,0,6,2,6,3,1,1,0,1,1
554499,14,171,15,15,15,0,0,4,4,3,2,0,0,0,0,2
554502,1,980,128,128,126,13,9,8,33,9,36,2,4,0,4,8
554511,1,754,120,120,117,11,11,18,10,14,24,8,1,2,4,14
554529,1,294,28,28,28,4,3,3,6,1,7,2,1,0,0,1
554529,2,976,189,189,189,11,18,26,27,30,35,8,7,3,15,9
554529,3,968,136,136,136,7,9,20,19,28,26,6,8,2,6,5
554529,4,873,182,182,182,24,4,30,17,21,40,6,10,5,14,11
554529,5,891,171,171,171,24,15,30,24,17,23,13,0,10,8,7
554529,6,386,66,66,66,7,1,14,7,7,17,1,3,4,0,5
554545,1,1197,138,138,136,14,15,21,22,13,22,8,9,4,3,5
554553,1,825,61,61,60,7,1,5,16,8,8,3,1,3,2,6
554553,2,619,93,93,88,12,0,8,17,14,8,11,6,5,2,5
554553,3,298,32,32,32,6,0,3,2,13,1,1,1,1,1,3
554596,1,218,41,41,41,9,1,2,11,7,7,0,3,0,1,0
554600,1,1219,164,164,163,19,5,11,30,20,36,16,11,4,4,7
554618,1,595,84,84,83,7,0,6,25,12,17,0,9,4,1,2
554626,1,574,49,49,49,4,0,4,11,8,9,2,1,3,3,4
554634,1,651,59,59,59,7,2,11,6,6,16,2,3,3,1,2
554634,2,1195,131,131,131,18,14,17,31,17,21,0,3,5,4,1
554642,1,621,123,123,121,7,5,20,4,15,34,11,4,2,4,15
554642,2,640,117,117,116,11,10,26,9,15,29,3,2,0,2,9
554642,3,36,12,12,12,1,1,3,1,0,2,0,2,0,2,0
554642,4,529,70,70,70,13,7,13,3,9,11,2,2,1,3,6
554642,5,930,68,68,68,5,6,11,5,7,10,4,6,1,3,10
554642,6,540,91,90,90,14,6,22,10,5,10,8,3,1,5,6
554642,7,666,98,98,96,9,6,33,5,8,16,7,1,2,2,7
554642,8,579,110,110,107,8,5,16,11,12,19,6,6,4,5,15
554642,9,742,138,138,138,16,7,29,19,11,26,8,5,3,3,11
554642,10,804,121,121,118,17,2,18,10,7,25,7,4,10,3,15
554642,11,748,132,132,132,7,8,23,14,16,25,19,5,4,3,8
554642,12,595,86,86,83,6,1,10,13,17,19,3,4,2,3,5
554642,13,765,100,100,100,9,2,16,14,18,20,2,3,3,3,10
554642,14,661,146,146,146,15,16,23,17,16,23,9,3,2,9,13
554642,15,775,165,165,165,8,4,33,17,26,24,16,9,7,10,11
554642,16,763,142,141,140,15,9,10,24,22,28,10,4,2,9,7
554642,17,630,143,143,143,21,12,10,30,24,15,15,1,2,4,9
554651,1,259,18,18,18,9,2,3,1,1,2,0,0,0,0,0
554677,1,281,28,28,28,7,0,5,4,1,4,0,1,4,0,2
554693,1,279,46,46,45,10,0,5,9,3,13,3,1,0,0,1
554707,1,416,68,68,67,7,7,2,14,22,9,2,3,0,0,1
554740,1,1572,155,155,153,18,5,14,48,25,23,7,7,1,1,4
554812,1,1546,203,201,201,27,7,27,19,45,36,5,11,4,7,13
554855,1,302,18,18,18,2,0,4,4,2,3,1,1,0,0,1
554880,1,720,116,116,115,11,10,16,11,17,19,10,4,5,6,6
555631,1,1133,101,101,100,14,10,14,10,18,6,4,4,10,4,6
555631,2,635,59,59,59,4,4,3,10,13,10,4,4,1,1,5
555631,3,643,60,60,60,2,3,7,10,5,16,4,6,2,4,1
577979,1,113,20,20,20,1,2,3,2,1,9,0,0,0,1,1
578002,1,130,24,24,23,8,3,2,4,2,3,0,0,0,0,1
506486,1,172,55,55,53,7,1,17,0,7,13,2,0,0,3,3
506494,1,283,74,74,74,8,0,12,5,11,25,3,2,0,3,5
506621,1,132,37,37,37,4,0,2,17,7,1,3,0,0,2,1
537845,1,90,26,26,24,5,0,0,2,3,9,1,0,2,0,2
537870,1,438,61,61,61,10,2,12,2,5,11,7,5,1,5,1
537918,1,1592,294,286,286,28,5,60,26,39,58,30,13,4,5,18
537926,1,618,121,121,121,9,2,37,6,10,26,13,2,1,10,5
537934,1,254,44,44,44,2,0,8,1,13,11,1,0,0,3,5
537969,1,615,139,139,136,17,1,28,16,12,37,9,5,1,5,5
538001,1,246,43,43,43,3,0,16,5,1,14,0,1,2,1,0
538019,1,243,33,33,33,6,1,4,8,6,8,0,0,0,0,0
538027,1,121,16,16,16,4,0,3,2,0,5,1,1,0,0,0
538116,1,312,67,67,66,6,0,6,8,6,31,0,3,1,3,2
538159,1,448,60,60,59,7,0,18,2,5,15,4,1,4,1,2
551651,1,194,30,30,30,3,0,7,3,6,4,1,2,1,3,0
554961,1,2660,130,130,128,21,1,23,11,12,24,11,6,2,8,9
554961,2,686,146,146,146,9,6,34,9,11,30,16,3,2,17,9
554961,3,361,85,85,84,6,0,14,8,9,21,7,4,2,4,9
554961,4,518,96,96,96,4,4,16,17,8,25,3,2,6,3,8
554961,5,393,59,59,57,5,5,12,5,3,13,4,3,4,1,2
554961,6,727,163,163,162,23,3,29,16,13,33,16,8,7,7,7
554961,7,349,76,76,76,9,1,16,15,9,11,3,2,2,3,5
554961,8,718,124,124,124,9,1,28,8,14,23,7,7,3,12,12
554961,9,676,120,120,120,15,5,23,6,13,20,9,6,7,9,7
554961,10,303,61,61,61,4,1,17,3,5,7,13,1,0,7,3
554961,11,559,135,135,135,7,1,38,7,10,37,10,1,3,9,12
554961,12,407,127,127,127,7,5,35,2,15,27,15,2,8,5,6
554961,13,641,176,176,176,13,2,32,14,18,62,11,4,5,6,9
554961,14,832,203,203,199,12,11,36,17,31,41,17,4,10,15,5
554961,15,797,192,192,191,14,4,29,24,26,49,26,4,5,2,8
554961,16,517,96,96,95,18,5,15,7,19,23,3,2,1,0,2
554961,17,509,127,127,126,10,6,37,7,17,21,10,3,5,6,4
554961,18,769,179,179,178,15,9,35,8,15,27,24,5,13,4,23
554961,19,623,125,125,125,12,0,20,19,13,29,9,4,0,9,10
554961,20,898,148,148,148,4,3,28,11,20,35,14,6,8,6,13
554961,21,887,143,143,141,12,4,22,10,24,32,8,6,2,13,8
554961,22,1041,221,221,217,21,8,28,28,39,52,17,6,5,8,5
554961,23,751,124,124,124,9,4,35,14,11,23,10,7,3,5,3
554961,24,804,228,228,227,11,17,57,9,26,45,28,4,8,10,12
554961,25,766,101,101,100,10,2,15,13,10,29,7,2,2,5,5
554961,26,847,172,172,171,26,6,19,17,17,50,13,1,6,7,9
554961,27,511,85,85,84,7,4,12,9,14,15,11,3,1,1,7
554961,28,681,76,76,75,4,1,16,7,6,25,4,3,1,5,3
554961,29,897,135,135,135,14,1,25,16,21,30,15,2,0,3,8
554961,30,1046,169,169,169,14,11,31,30,23,26,7,6,4,11,6
554961,31,1057,165,165,163,14,6,20,21,29,40,7,12,7,3,4
554961,32,1170,199,199,199,27,7,32,20,14,49,21,11,3,4,11
554961,33,736,168,168,163,20,4,19,23,22,42,10,9,3,5,6
554961,34,553,64,64,64,2,1,19,4,8,10,6,4,3,2,5
554961,35,678,104,104,101,7,0,18,7,16,26,7,3,3,7,7
554961,36,741,137,137,133,14,6,29,16,22,27,3,2,2,3,9
554961,37,765,126,126,126,16,4,23,18,23,21,7,5,1,5,3
554961,38,716,134,134,132,16,9,19,13,19,28,12,3,2,3,8
554961,39,654,153,153,153,17,5,24,32,19,25,13,3,4,2,9
554961,40,826,146,146,146,8,8,25,22,11,37,17,2,2,3,11
554961,41,852,157,157,154,9,2,30,13,23,40,8,11,5,4,9
554961,42,1042,222,221,218,22,11,44,27,16,38,16,13,4,17,10
554961,43,1006,203,203,201,20,11,29,15,31,47,11,4,4,15,14
554961,44,883,167,167,167,14,3,30,23,16,38,14,6,12,6,5
554961,45,1080,155,155,155,26,4,20,14,23,50,6,7,1,4,0
554961,46,946,186,186,186,14,2,29,24,38,46,11,10,2,7,3
554961,47,1059,166,166,165,17,3,24,16,23,44,13,4,4,11,6
554961,48,1117,219,219,218,18,8,40,30,26,50,17,10,4,9,6
554961,49,237,45,45,44,3,1,13,2,7,11,0,3,0,2,2
554961,50,700,146,146,146,11,3,23,6,16,47,13,3,8,10,6
554979,1,868,111,111,110,24,4,15,16,8,15,13,5,6,0,4
554995,1,794,142,142,140,20,21,20,13,25,24,3,4,1,9,0
555029,1,1629,189,189,189,28,15,27,36,26,31,16,1,1,3,5
555045,1,471,45,45,44,6,1,3,4,12,9,2,2,0,3,2
555169,1,313,60,60,60,8,0,12,11,3,6,10,5,0,4,1
555177,1,132,39,39,38,12,0,0,17,5,2,0,1,0,0,1
555177,2,174,11,11,11,1,0,0,3,0,6,0,0,0,0,1
555177,3,128,15,15,15,3,0,1,4,4,3,0,0,0,0,0
555185,1,1515,149,149,149,20,5,15,18,20,27,5,16,4,8,11
555207,1,476,89,89,88,23,1,7,14,10,22,2,2,1,1,5
555215,1,795,74,74,74,9,8,20,4,7,10,12,2,0,1,1
555215,2,675,77,77,77,7,6,7,10,16,13,10,2,0,1,5
555215,3,750,111,111,109,13,2,11,20,19,19,10,3,2,5,5
555258,1,576,144,144,144,8,6,46,6,21,30,10,0,2,9,6
555304,1,357,46,46,45,10,6,2,7,4,9,1,1,1,3,1
555347,1,637,66,66,65,7,2,15,4,4,19,3,1,0,5,5
555363,1,857,125,125,122,26,5,17,6,25,18,3,5,6,7,4
555380,1,610,68,68,68,14,9,5,5,6,10,3,3,4,5,4
555380,2,461,66,66,66,9,0,9,4,9,9,7,5,2,2,10
555380,3,1127,118,118,114,15,10,24,22,12,12,5,4,2,4,4
555380,4,689,79,79,77,8,9,9,8,13,21,4,1,1,2,1
555380,5,454,52,52,52,6,7,4,3,7,10,5,2,4,1,3
555380,6,527,90,90,89,19,3,7,11,14,23,1,1,2,4,4
555380,7,663,80,80,80,12,3,6,11,13,21,9,2,0,2,1
555380,8,469,70,70,66,5,10,6,6,7,13,6,6,1,3,3
555380,9,232,23,23,23,0,0,3,4,1,5,2,1,0,5,2
555380,10,113,10,10,10,1,2,0,1,1,3,2,0,0,0,0
555380,11,403,40,40,40,6,5,5,2,6,9,5,2,0,0,0
555380,12,671,83,83,83,9,4,9,4,9,25,9,4,2,2,6
555380,13,97,32,32,31,3,4,3,2,8,7,1,3,0,0,0
555398,1,784,149,149,149,13,1,17,15,29,36,9,7,7,6,9
555398,2,1405,202,202,197,34,0,25,24,35,34,18,7,1,4,15
555398,3,890,141,141,140,14,5,14,12,37,34,3,7,2,5,7
555398,4,332,66,66,66,11,1,16,3,6,12,8,0,2,4,3
555428,1,1038,162,162,161,14,10,21,7,15,33,22,4,6,5,24
555428,2,1109,137,137,136,13,12,20,12,18,28,10,1,5,7,10
555428,3,757,121,121,121,15,11,20,17,17,18,5,2,1,6,9
555428,4,865,154,154,153,16,2,23,20,19,32,9,5,7,9,11
555428,5,831,105,105,105,11,4,6,23,13,24,8,2,1,5,8
555428,6,673,98,98,98,18,6,8,12,15,18,6,1,0,7,7
555428,7,1550,161,161,161,15,4,15,17,41,37,12,4,2,3,11
555428,8,1171,171,171,168,18,2,23,20,25,40,10,7,5,7,11
555428,9,990,223,223,221,31,6,37,23,36,28,10,9,6,22,13
555428,10,1059,185,184,184,28,11,37,18,20,28,20,5,5,7,5
555428,11,1071,163,162,160,18,9,22,21,25,20,11,8,5,16,5
555428,12,1004,152,152,149,11,3,29,12,25,27,15,5,7,9,6
555428,13,1000,135,135,135,21,3,22,11,22,21,7,4,5,7,12
555428,14,841,165,165,161,61,5,9,6,15,29,7,12,4,3,10
555444,1,397,40,40,40,4,7,3,9,6,7,2,0,0,1,1
555452,1,531,102,102,102,12,6,25,3,7,22,9,3,6,4,5
555479,1,256,38,38,38,6,0,7,5,10,5,2,0,2,0,1
555525,1,478,50,50,50,4,2,8,9,8,10,1,3,2,1,2
555533,1,741,139,139,138,17,1,40,6,9,36,10,6,3,3,7
555533,2,253,34,34,34,3,2,8,2,5,4,1,2,2,3,2
555550,1,490,82,82,82,24,4,11,7,9,11,5,1,2,3,5
555584,1,388,50,50,49,9,1,6,4,7,11,2,5,1,0,3
555584,2,78,10,10,10,3,0,2,0,1,0,0,1,1,2,0
555592,1,455,58,58,57,10,0,13,1,6,10,3,3,2,3,6
555614,1,479,64,64,63,9,2,13,4,7,15,1,5,2,3,2
555622,1,475,33,33,32,3,0,5,6,3,9,4,0,0,0,2
555657,1,1308,128,128,126,14,3,15,28,13,33,6,3,2,5,4
555657,2,962,76,76,76,4,3,9,21,14,14,1,2,2,2,4
555657,3,774,89,89,88,5,8,13,19,9,11,18,1,0,1,3
555681,1,460,75,75,75,12,2,3,17,13,19,1,3,1,1,3
555690,1,295,54,54,54,9,0,1,10,10,5,4,4,1,1,9
555703,1,435,66,65,65,10,2,8,4,6,19,3,4,2,4,3
555711,1,311,38,38,38,12,0,2,16,2,3,0,0,0,0,3
555738,1,323,34,34,33,1,0,2,3,5,18,0,3,1,0,0
555738,2,180,34,34,34,7,0,5,2,8,7,0,1,1,1,2
555762,1,998,131,131,129,17,8,21,19,24,17,8,13,1,0,1
555762,2,1082,141,141,140,15,15,17,24,12,27,15,7,0,4,4
556947,1,404,81,81,79,10,2,19,6,14,19,3,3,2,0,1
566675,1,162,10,10,9,2,0,0,0,1,4,0,0,0,0,2
578011,1,89,10,10,10,1,1,0,3,3,2,0,0,0,0,0
578029,1,239,50,50,50,4,2,14,3,1,15,3,2,2,0,4
578045,1,244,47,47,47,5,3,8,1,5,12,5,1,0,3,4
511587,1,297,50,50,49,9,0,1,4,7,15,3,7,0,2,1
538337,1,583,96,96,96,6,0,17,13,10,26,7,1,1,5,10
538396,1,258,50,50,50,5,0,2,8,6,6,9,5,2,5,2
538434,1,1350,214,214,214,18,16,24,31,23,61,13,11,3,8,6
538591,1,1124,184,184,178,25,8,30,24,19,43,11,2,4,8,4
538663,1,134,17,17,17,5,0,0,0,1,5,0,0,1,5,0
560286,1,913,140,140,137,12,7,18,21,21,32,3,6,5,8,4
560286,2,1685,116,116,112,13,4,19,14,10,26,10,6,1,5,4
560286,3,906,96,96,96,6,4,10,6,11,33,10,10,0,3,3
560286,4,838,145,145,143,13,4,13,23,27,31,8,6,3,11,4
560286,5,732,117,117,117,7,4,15,20,16,30,12,1,2,6,4
560286,6,733,138,138,135,16,6,19,18,12,25,6,11,1,12,9
560286,7,910,161,161,160,9,4,25,19,29,37,10,5,6,4,12
560286,8,914,113,110,107,9,2,9,14,19,23,16,3,2,6,4
560286,9,948,78,78,78,9,1,14,8,10,18,4,6,1,5,2
560286,10,1009,107,107,107,9,4,13,9,27,22,4,1,8,6,4
560286,11,909,134,134,132,13,1,14,17,20,35,8,8,7,5,4
560286,12,686,90,90,90,9,0,6,13,21,22,3,5,1,10,0
560286,13,659,76,76,75,9,0,2,19,17,14,4,4,0,3,3
560286,14,932,121,121,121,13,5,8,25,18,28,3,4,5,6,6
560286,15,682,79,79,77,8,2,6,10,19,16,2,3,3,4,4
560286,16,757,72,72,72,7,3,3,18,11,12,1,4,2,3,8
560286,17,824,110,110,109,8,0,8,19,23,31,2,6,0,5,7
560286,18,1002,121,121,118,15,3,6,13,19,31,6,7,4,5,9
560286,19,825,99,99,99,10,0,10,23,10,24,5,7,2,5,3
560286,20,1472,213,213,210,27,1,13,39,33,49,10,4,8,12,14
560286,21,1174,128,128,125,13,1,19,20,18,25,1,11,7,2,8
560294,1,1117,119,119,116,13,1,5,29,12,32,10,4,1,5,4
560294,2,1194,167,167,161,19,3,13,25,29,45,7,7,3,7,3
560308,1,311,67,67,67,5,0,14,7,12,18,2,1,0,5,3
560316,1,1334,81,81,80,12,1,7,16,17,13,3,5,3,1,2
560324,1,724,85,85,83,7,0,4,12,10,17,3,16,4,7,3
560332,1,253,32,32,32,2,0,6,4,13,2,1,0,0,0,4
560341,1,252,34,34,34,10,0,2,1,7,11,1,0,0,1,1
560359,1,1169,95,95,94,20,5,10,14,20,16,6,0,2,0,1
560359,2,899,105,105,105,18,1,3,22,23,24,4,0,2,4,4
560359,3,985,77,77,77,13,4,1,15,17,15,4,6,0,1,1
560359,4,548,83,83,81,4,2,6,9,16,23,5,5,5,3,3
560359,5,509,95,95,94,15,1,17,12,18,12,0,6,6,7,0
560367,1,963,202,201,200,92,4,14,8,13,41,9,7,4,6,2
560367,2,878,114,114,110,14,2,7,17,30,18,9,6,1,4,2
560367,3,872,83,83,76,9,0,11,11,10,18,7,3,1,5,1
560367,4,1052,103,103,101,11,2,11,19,19,17,8,3,2,5,4
560367,5,974,120,120,120,13,4,8,13,18,30,16,3,5,4,6
560375,1,238,28,28,28,2,0,0,4,12,5,0,0,1,4,0
560383,1,951,117,117,117,18,1,17,12,15,28,9,9,1,1,6
560383,2,954,103,103,100,16,4,11,12,11,25,7,1,3,4,6
560383,3,1517,103,101,101,11,3,17,15,20,18,4,1,3,2,7
560383,4,1411,173,173,173,19,5,35,30,30,26,8,5,0,8,7
560383,5,895,73,73,71,18,4,4,8,8,13,4,6,1,1,4
560383,6,1070,124,124,124,21,4,8,14,19,26,10,12,3,5,2
560383,7,1182,76,76,76,14,1,7,5,13,8,6,9,1,6,6
560383,8,1122,96,96,95,15,2,10,17,9,24,3,6,1,7,1
560383,9,1059,88,87,87,12,0,7,9,15,23,3,3,4,6,5
560383,10,984,116,116,116,16,4,15,19,21,21,7,8,2,0,3
560383,11,218,22,21,21,3,0,3,0,0,10,1,1,0,0,3
560413,1,394,51,51,51,5,7,6,8,5,14,3,0,0,0,3
560421,1,369,42,42,42,3,0,3,3,6,21,1,0,0,0,5
560456,1,737,92,92,92,20,7,4,6,14,20,4,4,3,7,3
560464,1,660,78,78,78,6,1,11,4,13,28,3,3,1,4,4
560472,1,822,134,134,131,9,6,9,19,20,35,9,7,3,10,4
560472,2,832,106,106,106,16,2,7,12,16,29,6,7,5,1,5
560472,3,782,94,94,92,12,9,4,8,16,17,7,10,1,5,3
560472,4,993,78,78,78,8,1,12,10,8,15,4,9,0,5,6
560472,5,592,65,65,65,9,1,8,4,12,18,3,3,1,1,5
560472,6,701,94,94,94,13,2,7,14,9,20,7,6,1,7,8
560472,7,424,46,46,46,4,0,7,3,5,14,0,4,2,3,4
560472,8,495,63,63,63,3,0,6,13,11,16,1,3,4,3,3
560499,1,1058,149,149,146,18,9,12,21,24,35,9,6,0,8,4
560499,2,1097,97,97,96,12,4,13,8,10,15,8,8,2,13,3
560499,3,750,87,87,87,12,6,9,14,19,11,6,2,1,2,5
560499,4,1004,162,162,159,13,5,13,18,32,33,13,6,0,19,7
560499,5,260,53,51,49,23,0,5,5,3,4,2,0,2,0,5
560502,1,507,57,57,57,7,2,5,11,7,14,0,4,1,2,4
560537,1,1203,161,161,159,11,2,33,8,21,34,12,7,6,9,16
560537,2,1309,196,196,194,20,10,30,28,20,39,8,10,7,10,12
560545,1,1017,126,126,125,17,0,13,18,26,24,10,4,3,6,4
560561,1,196,9,9,9,1,0,1,0,5,1,0,1,0,0,0
560570,1,602,67,67,67,8,7,9,4,11,19,3,2,0,3,1
560570,2,761,63,63,63,22,0,2,11,9,9,2,6,2,0,0
560570,3,215,23,23,23,9,0,0,0,2,5,2,0,0,1,4
560570,4,529,50,50,50,7,0,4,6,9,14,4,3,0,0,3
560588,1,993,84,84,84,12,4,9,12,7,31,1,0,2,2,4
560588,2,426,46,46,46,8,0,2,7,7,16,0,0,1,3,2
560596,1,73,16,16,16,1,0,1,6,1,3,1,0,0,2,1
560600,1,1375,168,168,167,29,13,5,31,23,26,11,18,3,1,7
560600,2,976,106,106,102,18,4,1,24,14,23,2,9,2,3,2
560600,3,263,25,25,25,3,0,3,8,4,4,0,2,0,0,1
560618,1,304,38,38,38,6,2,2,6,1,12,1,8,0,0,0
560642,1,683,72,72,71,10,2,9,5,13,18,5,3,2,0,4
560651,1,377,39,39,39,6,3,3,0,4,13,2,2,1,1,4
560677,1,246,44,44,44,10,0,5,4,6,12,3,0,0,4,0
560685,1,924,77,77,77,14,0,11,11,18,12,5,1,0,3,2
560707,1,326,27,27,26,16,0,1,3,1,2,1,1,0,1,0
579360,1,152,33,33,32,1,0,4,3,0,12,2,2,1,6,1
530395,1,175,18,18,18,4,0,0,7,0,4,1,0,0,0,2
530417,1,91,26,26,26,2,1,4,4,2,7,0,0,2,0,4
544647,1,235,25,25,25,6,0,6,3,2,2,0,1,1,3,1
544680,1,285,80,80,79,17,0,5,25,5,16,1,1,0,4,5
544701,1,188,37,37,36,1,0,4,5,5,9,3,2,2,3,2
545538,1,170,24,24,24,4,0,2,3,7,4,0,2,0,0,2
545678,1,568,72,71,71,10,3,12,11,7,15,0,6,1,6,0
545708,1,250,38,38,38,6,0,2,12,6,7,0,0,2,1,2
545783,1,364,51,51,51,14,7,8,5,4,8,2,0,0,2,1
545791,1,142,33,33,32,5,0,6,2,3,4,0,0,6,2,4
545856,1,446,42,42,42,3,0,0,17,4,11,0,4,1,1,1
545899,1,343,53,53,53,12,0,6,9,7,6,1,2,3,5,2
545929,1,339,52,52,52,2,0,7,5,11,15,5,2,2,0,3
546330,1,205,41,41,41,6,2,12,10,1,5,0,2,0,3,0
546348,1,198,40,40,40,5,0,13,5,3,5,1,2,0,1,5
546453,1,179,30,30,29,3,0,4,4,6,4,0,6,1,1,0
546496,1,708,90,90,90,11,2,14,12,11,17,3,3,1,6,10
555193,1,430,58,58,58,8,0,6,13,4,10,7,2,0,4,4
562335,1,817,163,163,161,17,6,28,23,10,28,13,10,10,6,10
562335,2,909,162,162,160,13,7,23,26,21,33,8,2,6,13,8
562335,3,641,135,135,135,10,1,15,29,20,28,18,1,4,3,6
562335,4,908,162,162,160,11,4,16,15,23,38,12,6,6,12,17
562335,5,563,79,79,79,7,2,10,9,14,10,7,3,1,8,8
562335,6,982,242,242,242,26,5,37,18,28,62,20,3,14,18,11
562335,7,859,83,83,83,14,2,14,10,10,8,6,3,1,9,6
562335,8,944,149,149,148,8,2,13,20,31,27,22,7,3,3,12
562335,9,1025,175,175,173,20,4,25,14,23,38,17,5,6,5,16
562335,10,1244,170,170,169,20,6,27,18,27,30,11,9,3,6,12
562335,11,583,75,75,75,4,1,8,12,13,23,2,4,1,4,3
562335,12,720,97,97,96,12,3,3,5,17,26,10,6,2,4,8
562335,13,769,111,111,109,22,3,8,12,18,18,10,7,5,5,1
562335,14,1252,192,192,190,15,3,13,36,33,45,17,11,7,2,8
562335,15,809,116,116,112,11,3,11,4,13,26,9,10,3,9,13
562335,16,676,107,107,104,9,1,12,10,18,16,7,7,9,5,10
562335,17,851,82,82,81,12,2,13,14,8,13,4,1,7,3,4
562335,18,2177,134,134,131,14,2,11,7,19,29,8,6,9,11,15
562335,19,541,142,142,140,11,3,32,6,19,33,15,2,2,13,4
562335,20,261,5,5,5,0,0,0,0,2,0,0,2,0,1,0
562335,21,527,116,116,115,12,2,31,13,13,27,3,3,5,5,1
562335,22,802,167,167,165,11,4,27,8,28,47,15,4,2,12,7
562335,23,915,170,170,169,11,7,32,15,35,41,11,6,2,3,6
562335,24,851,120,120,119,10,1,30,9,15,30,8,4,6,2,4
562335,25,566,105,105,104,3,2,19,14,6,26,5,7,2,13,7
562335,26,887,145,145,143,13,4,12,22,31,33,6,4,3,12,3
562335,27,860,104,104,103,10,4,8,24,20,16,8,8,1,0,4
562335,28,870,144,144,144,20,4,7,29,33,30,3,7,0,1,10
562335,29,658,99,99,97,9,5,18,11,20,20,7,3,2,1,1
562335,30,1078,151,151,149,13,3,22,21,14,38,3,13,1,12,9
562335,31,455,35,35,35,8,0,3,5,1,7,1,1,1,3,5
562335,32,970,135,135,132,5,1,9,32,23,31,11,1,2,9,8
562335,33,892,102,102,102,8,4,11,16,15,23,2,6,3,3,11
562335,34,674,98,98,96,11,2,8,12,12,24,11,3,3,5,5
562335,35,893,78,78,76,8,3,5,10,15,18,2,3,5,3,4
562335,36,1000,190,190,188,20,5,25,20,21,49,13,9,1,14,11
562335,37,366,34,34,34,7,1,7,0,1,9,2,3,1,2,1
562335,38,481,71,71,71,9,2,5,9,7,22,5,3,3,3,3
562335,39,146,16,16,16,2,0,5,3,2,2,1,0,0,1,0
562335,40,142,32,32,32,6,0,5,1,6,4,2,2,1,2,3
562335,41,220,26,26,26,1,2,3,6,1,7,0,1,0,4,1
562335,42,475,124,124,123,12,3,25,8,11,35,11,4,1,10,3
562335,43,94,28,28,27,2,0,10,1,7,3,2,0,2,0,0
562335,44,450,64,64,63,4,1,18,4,13,7,1,5,5,5,0
562335,45,363,75,75,75,8,4,14,1,6,26,4,3,5,3,1
562335,46,952,121,121,119,7,6,20,16,14,18,12,8,3,12,3
562335,47,817,125,125,124,16,6,21,16,14,19,8,7,2,7,8
562335,48,252,32,32,32,0,2,5,0,4,7,2,2,3,6,1
562335,49,637,76,76,75,11,2,11,6,17,13,2,4,2,4,3
562335,50,927,116,116,116,24,0,11,15,29,19,5,7,2,4,0
562335,51,723,91,91,91,10,2,8,7,15,24,6,7,3,8,1
562335,52,1115,93,93,92,20,2,8,11,18,13,6,10,1,0,3
562335,53,931,64,64,63,12,0,2,4,6,19,4,4,0,7,5
562335,54,338,52,52,52,6,4,9,9,0,11,3,3,0,3,4
562335,55,188,14,14,14,3,0,1,4,0,0,0,2,0,2,2
562343,1,324,65,65,63,3,1,6,7,11,16,7,2,2,5,3
562351,1,974,116,116,114,16,5,10,31,16,17,5,2,2,4,6
562351,2,1141,148,148,147,15,5,13,21,27,28,9,9,8,2,10
562351,3,927,96,96,96,15,3,6,14,15,22,7,2,4,0,8
562394,1,997,121,120,119,10,5,15,29,10,13,7,7,2,13,8
562394,2,1150,171,171,168,31,7,17,25,24,29,10,6,4,7,8
562394,3,856,125,124,121,21,1,15,22,17,27,5,0,5,4,4
562394,4,919,184,184,181,23,6,8,32,34,33,14,12,3,3,13
562394,5,381,43,43,43,3,2,3,7,5,7,1,1,6,5,3
562408,1,538,81,81,80,12,2,7,6,20,20,6,0,3,0,4
562432,1,975,142,142,140,17,6,22,23,7,25,18,5,2,6,9
562441,1,991,118,118,117,22,0,12,23,6,26,11,6,5,1,5
562441,2,304,29,29,29,4,0,4,7,3,9,0,2,0,0,0
562483,1,117,17,17,17,1,0,2,3,4,3,2,0,0,0,2
562483,2,283,45,45,45,8,0,2,4,5,18,1,4,0,2,1
562505,1,625,72,72,69,13,1,9,11,8,13,6,1,1,4,2
562513,1,202,35,35,34,7,0,3,2,3,5,9,2,2,1,0
562521,1,387,49,48,48,9,1,6,4,10,8,1,5,1,1,2
562521,2,119,18,18,18,3,0,3,2,1,5,1,1,0,2,0
562521,3,80,7,7,7,1,0,0,0,2,3,0,0,0,0,1
562530,1,1133,148,148,144,21,2,12,13,27,27,11,9,4,2,16
562556,1,345,53,53,53,4,0,10,11,5,10,4,1,2,2,4
562564,1,1355,150,150,148,7,11,15,27,22,29,13,5,4,7,8
562564,2,959,142,142,140,15,2,5,28,19,36,10,6,4,5,10
562564,3,1411,151,151,146,19,5,6,26,24,31,6,8,3,5,13
562564,4,486,60,60,60,5,5,8,11,8,8,2,8,0,2,3
562572,1,490,104,104,101,11,29,6,6,11,14,5,2,5,3,9
562581,1,1229,105,105,105,18,2,6,21,18,20,6,2,3,1,8
562581,2,1288,135,135,134,14,3,9,23,23,38,8,5,2,5,4
562581,3,559,61,60,59,4,0,10,10,6,20,0,2,3,2,2
562611,1,945,133,132,130,12,3,22,26,21,16,14,10,4,0,2
562611,2,709,91,91,90,4,2,10,24,14,13,5,6,5,4,3
562611,3,691,88,88,88,15,3,15,7,13,16,2,4,1,4,8
562611,4,342,27,27,26,3,0,5,6,4,4,2,0,1,0,1
562611,5,151,33,33,32,4,4,8,0,3,11,0,0,0,1,1
562645,1,390,76,76,76,17,1,11,6,6,9,5,1,6,4,10
562661,1,499,81,81,79,11,6,6,9,15,15,4,4,4,1,4
562700,1,368,51,51,50,6,0,10,9,5,13,2,0,1,3,1
562718,1,686,126,126,123,12,2,17,16,5,37,6,7,1,9,11
562751,1,436,51,51,51,11,2,4,3,4,11,3,3,0,5,5
562751,2,991,125,125,123,15,4,24,17,18,13,6,6,3,3,14
562751,3,327,35,35,35,4,4,5,9,3,7,2,1,0,0,0
562777,1,760,104,104,103,15,5,8,12,11,31,7,3,4,3,4
562777,2,1015,153,153,152,16,3,20,25,17,29,14,4,6,5,13
562777,3,1279,175,175,173,24,3,21,33,19,28,16,7,5,7,10
562777,4,923,128,127,127,11,9,27,13,17,29,5,4,3,6,3
562777,5,954,151,151,146,10,8,6,38,27,31,7,6,1,5,7
562777,6,976,122,122,122,11,4,12,15,21,32,10,6,1,3,7
562777,7,897,131,131,129,22,4,13,30,12,16,4,11,8,7,2
562777,8,1053,145,145,145,11,3,25,15,16,28,16,4,7,9,11
562777,9,872,125,125,124,13,6,20,15,20,27,8,4,5,2,4
562793,1,554,64,64,63,0,4,11,12,10,11,5,2,1,2,5
562823,1,794,81,81,79,14,4,10,8,7,21,5,4,0,2,4
562823,2,155,17,17,17,2,0,4,2,2,3,0,2,0,0,2
562858,1,1507,197,197,196,37,10,18,29,35,27,16,10,2,10,2
562858,2,1074,92,92,92,15,0,14,18,17,17,5,5,0,1,0
562858,3,1355,162,162,159,29,4,7,27,29,29,9,7,3,9,6
562858,4,407,60,60,59,0,1,6,6,5,20,6,3,2,4,6
562874,1,332,34,34,34,5,1,0,7,4,7,1,5,1,2,1
562882,1,972,122,122,122,21,1,21,18,21,19,4,8,0,3,6
562882,2,1018,150,150,150,15,1,9,28,38,34,5,6,2,5,7
562882,3,1167,136,135,135,15,7,20,14,13,21,14,13,4,7,7
562882,4,1164,197,197,194,27,8,26,22,18,58,12,9,3,2,9
562882,5,860,142,142,142,19,2,9,27,30,26,17,2,2,5,3
562882,6,481,76,76,75,3,0,8,10,12,23,4,6,0,4,5
562882,7,1131,164,164,162,28,6,16,29,26,19,12,13,2,5,6
562882,8,1035,122,122,121,8,4,9,13,31,28,8,9,4,1,6
562882,9,1086,76,76,73,22,0,5,7,12,6,8,9,2,1,1
562882,10,1103,145,145,144,17,2,10,27,27,24,14,12,2,6,3
562882,11,1145,152,152,149,16,4,28,21,23,22,12,9,3,7,4
562882,12,1104,98,98,97,17,6,11,8,18,11,7,3,2,7,7
562882,13,240,40,40,40,11,1,5,1,1,10,5,1,0,4,1
562891,1,387,66,66,66,17,0,4,10,10,14,4,2,1,3,1
562912,1,1576,170,170,169,18,13,12,28,35,24,5,7,1,8,18
562921,1,903,98,98,97,20,1,12,12,5,20,6,2,5,12,2
562939,1,263,39,39,38,0,0,2,3,7,15,0,1,3,3,4
562947,1,786,111,111,110,18,8,9,6,19,23,8,3,3,5,8
566900,1,393,53,53,52,8,0,5,3,7,16,2,4,2,1,4
546062,1,103,14,14,14,3,0,1,1,2,4,1,2,0,0,0
546071,1,313,36,36,36,4,2,3,1,7,13,1,5,0,0,0
546160,1,162,28,28,28,2,0,3,6,3,11,1,1,0,0,1
546518,1,92,17,17,17,4,3,4,0,0,1,3,1,1,0,0
562971,1,797,143,143,142,11,6,31,18,12,30,9,7,4,7,7
562971,2,759,82,82,82,9,1,8,12,20,9,4,4,2,7,6
562971,3,972,113,113,112,6,5,7,17,28,23,9,2,3,7,5
562971,4,682,93,93,93,6,4,3,22,12,21,5,5,7,4,4
562971,5,787,70,70,69,11,3,4,9,12,13,5,2,1,5,4
562971,6,919,125,125,125,13,4,17,19,14,21,10,4,8,9,6
562971,7,930,119,119,117,11,2,16,17,12,29,14,2,1,5,8
562971,8,920,142,142,140,21,2,8,16,20,28,14,7,7,8,9
562971,9,821,124,124,124,8,5,11,23,17,24,11,5,7,8,5
562971,10,932,116,116,116,12,8,16,22,13,18,6,3,5,4,9
562971,11,741,151,151,151,14,5,22,20,20,32,14,3,7,7,7
562971,12,2471,99,98,96,9,2,6,15,16,18,12,2,5,7,4
562971,13,1167,129,129,129,10,2,12,18,16,31,12,9,8,9,2
562971,14,1055,135,135,135,17,3,12,20,32,18,4,6,7,13,3
562971,15,1202,175,175,175,9,8,26,29,18,30,11,12,4,18,10
562971,16,990,178,178,177,12,5,32,26,32,38,7,4,2,12,7
562971,17,908,164,164,163,12,6,10,32,30,36,7,6,9,9,6
562971,18,818,144,144,142,8,5,14,22,22,29,14,5,9,7,7
562971,19,795,139,139,138,5,5,14,18,22,24,12,5,10,16,7
562971,20,896,122,121,121,14,3,5,23,26,20,11,1,6,9,3
562971,21,924,135,135,135,13,2,15,24,23,25,11,4,3,14,1
562971,22,868,140,140,129,12,4,15,21,21,17,9,4,3,10,13
562971,23,972,134,134,134,13,3,15,27,27,30,7,1,2,7,2
562971,24,1037,161,161,161,7,2,29,24,27,33,11,4,4,14,6
562971,25,846,105,105,104,7,2,11,22,18,27,1,6,2,3,5
562971,26,844,67,67,65,4,1,3,9,9,16,6,5,2,6,4
562971,27,798,80,80,80,15,0,1,9,21,17,3,5,2,5,2
562971,28,843,79,79,79,8,2,10,12,14,16,3,6,4,2,2
562971,29,879,89,89,89,8,4,3,24,15,12,2,6,4,6,5
562971,30,981,86,86,86,16,3,2,18,19,10,0,4,6,4,4
562971,31,1103,138,138,138,6,5,16,17,16,40,12,6,5,12,3
562971,32,1141,98,98,94,10,4,3,22,20,14,4,7,4,1,5
562971,33,1239,110,110,109,12,6,6,11,12,29,4,10,9,5,5
562971,34,1076,81,81,80,9,0,3,18,18,15,1,7,3,5,1
562971,35,1058,64,64,63,8,1,3,13,13,13,0,6,2,4,0
562971,36,1072,82,82,81,4,4,6,17,20,18,1,4,0,3,4
562971,37,1047,78,78,78,15,0,7,13,13,12,2,8,1,5,2
562971,38,870,113,113,113,20,10,4,26,11,17,5,8,5,2,5
562971,39,857,74,74,74,7,4,4,18,7,18,1,3,3,7,2
562971,40,957,79,79,77,12,1,3,11,14,20,4,2,4,4,2
562980,1,199,24,24,24,1,3,3,3,8,5,0,1,0,0,0
562998,1,391,70,70,70,3,1,4,8,13,19,3,8,8,0,3
563005,1,195,41,41,39,1,1,3,4,6,10,3,2,4,3,2
563013,1,1023,116,116,115,15,0,7,31,13,25,3,6,2,0,13
563021,1,456,58,58,57,5,0,10,3,10,21,2,3,0,2,1
563048,1,135,34,34,34,6,0,7,6,1,2,1,6,0,0,5
563056,1,641,88,88,87,8,0,2,14,16,28,7,0,0,8,4
563064,1,209,26,26,26,2,0,0,3,8,8,3,1,0,1,0
563072,1,407,53,53,53,14,1,5,12,4,12,0,3,0,1,1
563081,1,498,38,38,38,11,0,1,3,4,9,7,0,1,1,1
563099,1,1992,139,139,136,9,10,14,9,21,37,9,9,2,8,8
563099,2,1310,139,139,139,15,2,11,29,30,28,7,3,2,4,8
563099,3,1057,204,204,199,22,8,27,25,26,46,17,3,8,10,7
563099,4,1122,130,130,130,8,2,16,12,17,37,9,10,3,8,8
563099,5,1122,102,102,102,10,4,5,31,20,17,5,3,1,3,3
563099,6,1069,92,92,92,8,3,7,15,11,23,12,3,0,4,6
563099,7,1388,151,151,150,7,3,11,30,30,26,19,9,4,2,9
563099,8,1575,106,106,106,10,6,17,20,10,16,5,4,5,6,7
563099,9,388,71,71,71,6,1,12,11,1,18,5,3,3,7,4
563099,10,1073,82,82,81,15,1,2,13,8,19,7,7,1,5,3
563099,11,1332,96,96,95,21,2,6,15,12,13,2,9,0,11,4
563099,12,1685,113,113,113,18,8,7,22,7,27,2,13,0,1,8
563099,13,1074,130,130,126,26,7,6,21,20,14,7,7,2,8,8
563102,1,1096,77,77,77,10,1,9,14,8,13,8,3,4,6,1
563102,2,1287,102,102,101,13,4,6,13,18,28,8,7,1,0,3
563102,3,1189,110,110,109,20,2,9,11,23,23,2,6,4,5,4
563102,4,954,97,97,97,19,0,9,15,18,16,8,6,1,3,2
563102,5,1046,115,115,113,10,4,11,13,20,29,4,5,8,4,5
563102,6,1142,146,146,140,22,4,15,21,25,20,9,11,1,2,10
563102,7,1213,168,168,167,23,5,25,18,30,23,19,5,5,6,8
563102,8,1014,93,93,93,15,3,6,9,18,18,8,3,2,6,5
563102,9,1052,153,153,152,21,2,25,11,30,27,14,5,5,7,5
563102,10,1104,137,137,135,12,4,19,14,18,27,13,6,5,8,9
563102,11,1523,163,163,160,19,4,28,15,25,30,15,5,6,8,5
563102,12,1480,242,242,241,33,5,27,34,38,56,18,10,5,7,8
563111,1,211,24,24,24,1,0,5,3,6,5,1,2,0,1,0
563129,1,1702,181,181,179,14,5,24,27,18,34,17,5,15,8,12
563129,2,1027,92,92,92,6,5,6,16,18,23,0,9,3,5,1
563129,3,1049,102,102,102,15,1,11,21,11,19,7,4,3,2,8
563129,4,1071,94,93,93,14,1,7,17,16,17,6,3,6,1,5
563129,5,1112,120,119,119,13,1,8,21,19,30,8,5,4,3,7
563129,6,1187,147,147,146,26,1,21,19,18,31,7,8,5,5,5
563129,7,1007,81,81,79,5,1,4,17,16,18,5,7,2,1,3
563129,8,1104,106,106,106,11,3,15,10,12,27,5,9,2,5,7
563129,9,1114,94,94,92,10,3,6,13,8,26,1,2,7,7,9
563129,10,1105,131,131,131,25,4,7,19,18,35,4,4,4,6,5
563129,11,933,72,72,72,13,0,9,7,12,11,5,4,3,2,6
563137,1,875,110,110,109,16,1,6,23,20,20,6,1,1,5,10
563161,1,265,20,20,20,3,1,0,7,4,2,0,1,1,1,0
563188,1,202,45,45,45,5,0,2,11,13,7,2,2,0,0,3
563200,1,607,101,101,101,9,0,8,20,19,22,10,2,1,7,3
563218,1,474,83,82,82,16,5,1,24,13,10,3,3,5,0,2
563226,1,116,34,34,34,3,0,6,4,6,5,2,5,1,1,1
563242,1,363,69,69,69,5,3,4,8,18,26,1,2,0,0,2
563269,1,264,50,50,50,7,1,8,7,6,13,0,3,1,0,4
563277,1,534,88,88,87,12,5,7,23,18,16,3,1,0,0,2
563285,1,901,146,146,145,15,0,16,26,21,33,15,11,1,1,6
563293,1,162,37,37,36,11,0,0,5,5,8,2,3,0,0,2
563315,1,106,20,20,20,6,0,1,0,5,8,0,0,0,0,0
563323,1,920,147,147,147,22,5,8,50,17,31,2,1,4,2,5
563331,1,229,20,20,19,6,0,2,1,4,1,1,2,1,0,1
563340,1,1126,165,165,160,22,1,25,25,16,38,6,9,3,8,7
563358,1,647,114,114,112,12,2,5,18,29,30,4,2,0,6,4
563382,1,929,132,132,130,14,3,20,22,20,20,10,3,2,6,10
563404,1,958,67,67,67,10,3,5,4,20,11,7,0,0,2,5
563404,2,740,80,80,79,8,3,7,15,17,11,12,2,0,0,4
563404,3,709,57,57,57,9,0,1,14,16,4,5,2,1,2,3
563412,1,250,24,24,24,2,0,10,0,6,6,0,0,0,0,0
563439,1,484,40,40,40,8,0,0,13,5,4,3,6,0,0,1
563463,1,229,42,42,42,2,0,4,5,3,4,3,2,13,2,4
563471,1,480,196,196,190,92,2,3,13,6,26,7,8,12,2,19
563480,1,147,34,34,34,6,0,3,0,1,18,0,3,1,0,2
563498,1,216,45,45,45,2,0,7,6,9,4,0,2,1,6,8
563501,1,858,153,152,152,16,1,19,12,20,35,9,8,4,12,16
505528,1,287,88,88,86,7,5,9,5,6,36,6,0,4,4,4
530506,1,170,19,19,19,3,1,2,0,0,5,1,2,0,4,1
542407,1,283,67,67,67,5,3,7,18,2,17,6,4,1,0,4
542423,1,240,46,46,45,5,3,15,5,4,6,4,1,2,0,0
542440,1,69,15,15,15,1,1,0,8,0,0,1,0,0,2,2
542482,1,127,16,16,16,6,0,2,1,1,2,1,0,1,0,2
542491,1,148,22,22,22,2,0,4,2,3,6,2,1,2,0,0
542521,1,132,38,38,36,0,0,10,6,5,6,3,2,3,0,1
542539,1,182,28,28,28,5,0,5,1,1,6,5,2,0,3,0
546691,1,123,24,24,24,7,4,0,6,0,4,2,1,0,0,0
546721,1,165,28,28,28,2,0,4,3,2,9,0,0,1,1,6
546755,1,62,16,16,16,2,0,1,0,4,3,4,0,0,2,0
546763,1,79,19,19,19,2,2,0,3,1,3,2,2,2,1,1
546771,1,118,19,19,18,2,0,1,2,2,7,2,1,0,1,0
546780,1,246,30,30,29,3,0,4,8,4,4,2,0,0,1,3
546810,1,131,20,20,20,4,0,0,3,2,4,0,0,0,5,2
546828,1,45,7,7,7,0,0,1,1,0,1,0,0,0,0,4
546852,1,177,27,27,26,6,0,6,2,0,3,0,1,0,1,7
553646,1,210,47,47,47,12,1,3,11,7,7,2,0,2,2,0
564567,1,1565,183,180,180,25,5,23,11,16,43,15,3,11,15,13
564567,2,785,190,190,186,15,13,31,19,21,34,29,6,10,5,3
564567,3,709,209,209,204,45,21,29,6,11,26,17,6,18,5,20
564567,4,663,161,161,161,10,9,40,15,11,22,19,4,7,13,11
564567,5,644,154,154,153,5,8,39,21,14,27,13,2,15,4,5
564567,6,657,90,90,90,5,5,21,16,5,17,5,2,3,5,6
564567,7,390,51,51,51,5,3,6,11,4,7,3,0,3,8,1
564567,8,653,106,106,105,5,5,13,19,15,20,5,0,8,10,5
564567,9,503,83,83,82,9,2,6,19,11,17,6,2,3,4,3
564567,10,505,109,109,109,14,6,8,26,8,19,12,1,4,6,5
564567,11,609,108,108,107,17,5,9,17,11,25,5,1,4,7,6
564567,12,598,113,113,113,8,4,16,23,17,21,2,4,4,7,7
564567,13,590,143,143,141,17,8,22,26,12,22,12,1,2,10,9
564567,14,594,129,129,129,7,11,17,18,12,20,17,6,3,13,5
564567,15,552,119,119,118,11,3,14,23,21,19,11,1,4,5,6
564567,16,613,96,96,95,4,4,12,12,21,18,9,2,6,4,3
564567,17,643,183,183,182,8,4,43,22,19,25,16,4,10,20,11
564567,18,556,84,84,84,3,2,10,9,9,20,11,5,0,7,8
564567,19,546,166,166,166,13,11,25,20,14,27,27,2,6,15,6
564567,20,730,92,92,92,7,2,11,17,10,16,5,2,11,7,4
564567,21,930,172,170,170,12,6,25,22,19,40,18,5,4,13,6
564567,22,776,145,144,144,9,6,14,21,19,30,11,12,8,9,5
564567,23,708,126,126,126,5,9,7,32,21,24,4,5,4,8,7
564567,24,742,176,176,175,9,5,44,10,19,46,12,5,6,12,7
564567,25,738,109,109,108,18,3,8,27,18,8,2,3,3,12,6
564567,26,606,122,121,120,6,5,23,19,14,24,6,6,11,3,3
564567,27,828,120,120,119,14,6,10,16,21,23,5,7,8,3,6
564567,28,779,100,100,98,12,3,16,13,10,17,7,3,4,3,10
564567,29,224,51,51,50,9,0,5,10,12,4,2,0,3,2,3
564567,30,71,11,11,11,0,1,0,2,1,5,1,0,1,0,0
564575,1,605,72,72,72,7,3,3,13,11,15,4,1,5,3,7
564575,2,364,59,59,59,10,0,5,16,9,11,2,0,2,3,1
564591,1,1045,153,153,153,15,6,17,21,28,20,17,7,6,9,7
564591,2,769,88,87,87,5,1,9,15,12,27,8,2,3,3,2
564591,3,232,38,38,38,2,0,6,6,1,11,4,3,0,1,4
564613,1,347,46,46,46,8,6,5,3,2,6,4,2,2,1,7
564621,1,1003,157,157,157,29,5,18,21,18,27,13,7,3,10,6
564648,1,335,38,38,37,5,0,3,4,4,9,4,0,3,1,4
564656,1,1099,212,212,204,24,6,23,45,19,43,14,9,10,7,4
564656,2,128,31,31,30,3,9,4,3,3,4,2,0,1,0,1
564656,3,77,10,10,10,0,0,0,4,1,0,2,3,0,0,0
564656,4,130,8,8,8,1,1,0,0,1,4,0,0,1,0,0
564656,5,108,25,25,25,8,1,1,2,2,6,1,0,3,0,1
564656,6,66,16,16,16,4,0,1,2,1,6,1,0,0,0,1
564656,7,67,14,14,14,0,3,2,3,0,3,3,0,0,0,0
564672,1,249,45,45,45,2,0,7,4,12,7,5,2,0,4,2
564699,1,138,17,17,17,4,0,2,3,0,4,3,0,0,1,0
564711,1,1077,142,142,142,17,4,13,20,13,43,8,6,6,9,3
564729,1,289,41,41,41,6,2,2,8,7,11,2,0,0,2,1
564737,1,88,21,21,21,4,1,0,3,2,7,4,0,0,0,0
564745,1,440,82,82,82,5,2,15,12,10,22,5,0,3,6,2
564753,1,312,45,45,45,7,6,12,4,3,7,1,3,1,1,0
564770,1,208,29,29,29,3,0,0,14,6,2,3,0,1,0,0
564818,1,280,50,50,49,10,2,5,11,3,6,3,1,5,3,0
564834,1,235,34,34,34,4,0,4,12,5,5,2,1,0,1,0
564842,1,206,60,60,60,20,0,9,3,2,13,3,2,2,4,2
564851,1,750,131,131,130,19,1,16,24,14,24,10,4,1,8,9
564877,1,1327,267,267,266,35,9,33,67,33,36,5,5,11,11,21
564893,1,325,50,50,50,8,2,3,5,12,7,2,2,2,3,4
564893,2,170,27,27,27,4,1,7,3,0,0,1,6,0,1,4
564923,1,273,34,34,34,4,1,3,1,8,4,2,1,1,4,5
564923,2,249,57,57,56,8,2,8,11,3,10,5,4,2,2,1
564931,1,127,25,25,25,3,6,0,4,2,5,3,0,0,1,1
564940,1,422,55,55,54,3,1,5,10,5,16,3,3,1,5,2
564958,1,232,42,42,42,4,1,3,2,5,14,4,1,2,1,5
564966,1,177,51,51,50,2,0,9,5,9,13,7,1,2,0,2
565016,1,300,40,40,38,4,0,10,5,4,6,4,0,2,0,3
565024,1,417,78,78,78,4,3,13,7,3,34,1,4,1,5,3
565032,1,406,67,67,67,8,2,3,18,5,20,2,4,1,2,2
565059,1,362,37,37,37,4,0,0,10,2,9,1,0,0,7,4
565067,1,320,55,55,55,14,2,13,2,7,5,4,1,3,3,1
565067,2,422,78,77,76,13,5,12,9,4,13,6,2,3,8,1
565075,1,279,77,77,77,4,15,7,23,5,15,4,1,2,0,1
565083,1,498,69,69,69,4,2,13,10,17,9,8,0,2,2,2
565083,2,83,11,11,11,1,0,0,0,0,9,1,0,0,0,0
565083,3,290,33,33,33,8,3,1,0,7,8,2,1,0,0,3
565083,4,285,31,31,31,2,2,3,9,12,2,1,0,0,0,0
565091,1,227,34,34,34,2,0,1,4,6,9,3,1,0,6,2
565105,1,115,34,34,34,5,1,3,7,3,3,3,4,3,2,0
565113,1,260,52,52,52,6,2,6,5,5,19,1,4,2,1,1
565121,1,944,88,88,88,16,3,11,11,14,12,5,7,3,2,4
565121,2,231,42,42,40,4,0,5,7,8,10,2,0,1,1,2
565148,1,420,63,63,63,8,2,13,6,3,12,5,4,1,5,4
565156,1,474,82,82,80,8,5,3,15,13,15,4,4,6,3,4
565164,1,736,110,110,109,14,4,11,18,14,33,6,0,2,6,1
565164,2,945,107,107,107,7,7,9,24,20,14,6,7,6,5,2
565164,3,724,121,121,121,14,9,17,27,16,20,7,3,5,0,3
565164,4,321,46,46,45,3,0,8,5,7,10,0,2,1,4,5
565164,5,153,23,23,22,2,1,6,0,3,8,1,1,0,0,0
565172,1,359,71,71,70,15,0,15,12,5,20,1,0,0,2,0
565211,1,439,73,73,72,3,2,4,19,13,8,4,2,5,7,5
565229,1,741,136,136,134,11,4,19,15,18,43,12,3,1,4,4
565229,2,694,117,117,116,4,4,15,16,15,36,10,5,6,2,3
565229,3,797,155,155,154,13,8,12,23,22,49,10,1,2,5,9
565229,4,824,184,184,182,10,7,34,13,14,59,23,1,4,7,10
565229,5,613,130,130,128,10,5,14,18,11,44,4,5,9,2,6
565229,6,1165,127,127,125,11,4,7,22,15,48,8,0,4,2,4
565229,7,583,88,88,88,9,0,2,12,15,33,9,0,4,3,1
565229,8,445,61,61,61,7,1,4,13,4,24,1,1,3,2,1
565229,9,928,107,107,107,17,1,5,19,10,32,14,3,0,5,1
565229,10,333,74,73,73,6,3,6,11,7,25,7,1,2,4,1
565237,1,292,40,40,40,3,0,5,7,3,15,4,0,0,0,3
565245,1,558,111,111,111,11,1,14,18,12,34,4,4,4,4,5
565253,1,231,48,48,48,1,4,9,3,10,9,5,4,1,1,1
565253,2,183,49,49,48,2,2,9,18,0,6,3,0,2,2,4
565253,3,191,24,24,24,3,3,11,0,4,0,1,2,0,0,0
565296,1,163,13,13,13,3,0,0,1,1,7,0,0,1,0,0
565300,1,440,105,105,103,6,9,27,7,12,12,15,3,1,10,1
565318,1,897,146,146,137,17,2,19,30,14,31,10,5,2,5,2
565318,2,179,34,34,33,5,2,5,6,2,7,0,2,2,0,2
565318,3,84,21,21,21,3,1,5,5,1,4,1,0,0,0,1
565318,4,97,22,22,22,1,0,0,12,3,4,0,1,0,0,1
565318,5,151,25,25,25,1,0,3,15,1,4,0,0,1,0,0
565342,1,218,39,39,39,3,0,3,9,10,6,6,0,1,1,0
565342,2,114,23,23,23,4,0,2,6,3,2,2,2,0,1,1
565393,1,350,61,61,60,8,2,9,5,9,12,4,0,1,6,4
565415,1,376,72,72,72,8,4,5,13,11,17,1,5,1,5,2
565415,2,154,38,38,38,1,0,3,3,11,10,5,0,0,2,3
565431,1,1068,126,126,125,10,3,7,25,13,31,12,6,2,7,9
565458,1,322,60,60,57,5,0,0,18,10,10,1,2,1,1,9
565458,2,186,27,27,26,0,1,3,3,5,4,2,7,0,0,1
565474,1,191,27,27,27,6,0,0,2,5,4,1,1,1,3,4
565482,1,262,43,43,43,7,0,11,7,5,8,2,1,1,1,0
565491,1,413,80,80,78,3,14,12,17,12,4,10,2,1,0,3
565521,1,359,50,50,50,9,0,3,8,8,8,6,4,2,2,0
565547,1,84,10,10,10,0,0,0,4,1,0,3,0,2,0,0
565555,1,606,117,117,114,12,15,23,20,9,15,6,1,2,6,5
565555,2,794,138,138,137,13,11,29,18,17,14,12,2,1,11,9
565555,3,611,103,103,102,13,4,15,17,13,17,6,5,4,4,4
565555,4,649,135,135,133,10,4,33,18,9,27,13,0,6,9,4
565555,5,1062,137,137,136,21,10,35,14,8,12,9,3,2,12,10
565555,6,824,227,227,224,13,23,42,17,19,41,21,5,7,24,12
565555,7,639,119,119,118,6,2,22,16,17,25,11,3,0,10,6
565555,8,835,95,95,94,10,3,9,17,7,21,5,3,6,4,9
565555,9,798,184,184,183,17,15,43,25,20,26,14,0,6,7,10
565555,10,902,216,216,214,31,14,21,30,31,35,17,7,7,9,12
565555,11,877,114,114,114,16,2,17,20,13,23,4,3,6,7,3
565555,12,886,130,130,129,11,7,20,17,20,24,5,5,5,10,5
565555,13,805,116,116,115,10,4,18,15,15,12,11,7,4,11,8
565598,1,242,42,42,42,5,1,1,7,14,10,1,1,1,1,0
565601,1,214,29,29,29,4,2,1,3,1,6,3,3,1,1,4
565610,1,369,58,58,58,8,0,8,12,9,10,4,3,0,0,4
565610,2,248,40,40,40,11,0,2,6,7,4,1,3,2,1,3
565679,1,854,145,145,143,18,9,16,40,7,18,12,14,4,2,3
565695,1,592,123,123,123,14,2,14,16,8,53,6,0,1,4,5
565709,1,999,149,149,146,17,2,25,23,17,20,9,8,3,10,12
565709,2,1253,117,117,116,10,4,13,22,17,19,5,9,1,7,9
565709,3,853,129,129,127,8,1,7,36,24,21,9,10,1,7,3
565709,4,1106,194,194,193,28,3,10,39,25,32,12,13,5,15,11
565709,5,1099,167,167,166,14,1,20,35,31,30,19,2,1,6,7
565709,6,842,124,124,123,14,1,14,14,22,19,12,4,6,7,10
565709,7,87,15,15,15,3,0,0,4,4,2,0,0,1,1,0
565709,8,145,11,11,11,0,0,1,0,6,4,0,0,0,0,0
565709,9,110,16,16,16,4,0,0,7,0,2,2,1,0,0,0
565709,10,225,47,47,47,5,0,3,23,5,5,3,0,0,1,2
565709,11,246,37,37,36,6,0,1,12,2,8,4,2,0,0,1
565709,12,186,21,21,20,4,0,2,5,3,3,0,2,0,1,0
565717,1,696,114,114,113,18,7,8,28,14,11,7,5,6,8,1
565717,2,660,113,113,112,25,12,10,13,12,13,10,1,4,8,4
565717,3,284,56,56,56,11,0,5,11,4,18,0,5,0,1,1
565717,4,428,72,72,72,9,5,16,9,4,17,1,5,2,3,1
565717,5,121,18,18,18,1,1,3,0,2,6,2,0,2,0,1
565741,1,501,72,72,70,6,1,15,5,12,12,11,4,0,2,2
565768,1,645,104,104,103,6,4,12,24,16,20,8,3,4,2,4
565768,2,697,145,145,144,13,8,28,27,9,34,11,1,3,6,4
565768,3,161,22,22,22,4,2,2,1,2,5,4,0,1,0,1
565776,1,604,92,92,91,9,1,5,9,15,25,12,1,4,4,6
565776,2,110,50,50,48,9,0,8,1,6,15,0,3,0,0,6
565792,1,459,65,65,65,5,2,4,18,9,12,4,0,1,7,3
565806,1,209,37,37,36,2,0,1,7,7,7,7,1,1,3,0
565814,1,823,102,102,102,8,3,13,18,14,23,4,4,8,5,2
565814,2,698,119,119,118,20,1,15,28,13,21,3,6,1,7,3
565814,3,153,17,17,17,1,0,2,6,1,2,0,2,0,1,2
565814,4,177,21,21,21,4,0,2,1,4,3,2,0,3,0,2
565814,5,136,17,17,17,2,0,3,1,0,6,2,1,1,0,1
565814,6,106,8,8,8,1,0,0,2,1,1,0,3,0,0,0
565814,7,144,12,12,12,3,0,3,3,0,2,0,1,0,0,0
565831,1,676,158,158,158,12,4,27,6,19,38,10,3,4,23,12
565849,1,523,64,64,64,6,1,5,12,0,18,9,2,2,2,7
565849,2,240,56,56,56,7,0,0,26,6,10,2,0,5,0,0
565849,3,154,33,33,33,6,1,1,6,6,8,0,0,2,3,0
565849,4,84,30,30,29,0,0,4,0,4,5,3,0,0,12,1
565849,5,79,16,16,16,1,0,2,7,0,3,0,0,0,3,0
565849,6,87,12,12,12,2,0,0,7,0,1,0,0,1,0,1
565849,7,95,29,29,29,6,0,8,5,3,4,1,1,0,1,0
565857,1,396,67,67,66,7,2,3,5,9,33,0,3,2,1,1
565865,1,256,55,55,55,11,6,10,2,0,20,2,3,0,0,1
565873,1,141,32,32,32,4,0,1,6,5,14,1,0,0,1,0
565881,1,350,41,41,40,7,0,2,8,5,11,2,1,0,2,2
565890,1,397,76,76,76,4,2,10,16,22,12,4,2,2,0,2
565903,1,264,44,44,44,3,0,0,2,11,23,0,1,0,0,4
565911,1,242,22,22,21,3,2,1,8,1,2,0,2,1,1,0
565938,1,202,33,33,33,4,1,1,7,5,5,2,3,3,2,0
565946,1,418,84,84,83,2,1,8,28,4,24,5,2,1,5,3
565954,1,308,60,60,60,10,0,7,7,7,10,9,5,2,3,0
565962,1,650,107,107,105,14,4,14,20,7,21,3,6,2,8,6
565962,2,349,40,40,40,6,0,4,3,2,11,2,2,4,1,5
565962,3,147,30,30,29,5,0,3,4,3,3,1,4,2,2,2
530557,1,113,25,25,25,7,0,0,3,7,6,0,0,0,2,0
530565,1,74,16,16,16,4,0,1,0,0,5,2,1,0,3,0
530581,1,233,37,37,34,7,0,2,6,4,2,5,0,2,2,4
530590,1,434,65,65,64,9,4,0,10,14,6,2,11,1,3,4
530603,1,61,20,20,20,7,0,1,3,1,4,3,0,0,0,1
542547,1,226,33,33,32,3,0,2,4,2,12,1,2,1,2,3
542555,1,118,23,23,23,4,0,2,2,3,9,3,0,0,0,0
542571,1,827,155,155,154,17,2,25,6,26,45,15,4,2,4,8
542580,1,304,92,92,88,6,3,20,9,10,18,9,7,3,1,2
542628,1,1097,189,189,189,18,4,24,40,25,39,10,10,6,4,9
542636,1,97,8,8,8,1,0,0,1,3,1,0,2,0,0,0
543012,1,161,44,44,43,8,1,2,14,5,5,3,3,0,0,2
543128,1,719,82,82,82,12,3,8,15,13,17,4,1,3,2,4
546011,1,373,54,54,52,7,0,1,18,13,9,1,1,0,2,0
546011,2,331,49,49,49,4,0,3,13,8,11,4,3,0,0,3
546178,1,68,19,19,18,1,0,0,3,7,5,1,0,0,0,1
546429,1,112,21,21,21,5,0,1,6,1,5,1,1,0,1,0
546861,1,1106,167,167,161,9,1,17,39,28,39,13,6,6,1,2
546879,1,383,48,48,48,6,0,2,4,11,15,0,4,0,1,5
546887,1,215,49,49,48,2,2,3,18,12,4,0,2,2,1,2
546895,1,65,20,20,20,2,0,1,4,5,5,2,0,0,0,1
565971,1,609,93,93,93,6,2,10,17,13,14,16,4,5,2,4
565971,2,676,96,96,92,6,3,19,16,12,15,8,3,4,4,2
565971,3,795,166,165,164,8,7,30,32,12,27,24,5,5,7,7
565971,4,729,122,122,122,9,5,14,21,19,26,12,4,3,6,3
565971,5,807,107,107,107,12,0,18,14,15,18,5,2,6,9,8
565971,6,672,89,89,88,4,2,19,13,10,19,9,5,0,4,3
565971,7,734,76,76,76,11,1,4,19,9,12,7,5,2,3,3
565971,8,667,74,74,73,8,5,4,14,10,12,8,1,3,5,3
565971,9,1156,115,115,115,8,13,21,10,7,30,7,6,4,5,4
565971,10,928,145,145,144,12,6,20,28,18,27,15,4,3,4,7
565971,11,722,109,109,108,8,4,16,14,16,19,10,4,4,7,6
565971,12,816,135,134,134,11,9,20,13,23,20,7,8,9,7,7
565971,13,760,203,203,200,29,7,27,30,23,23,23,4,7,16,11
565971,14,881,169,169,169,19,1,33,31,25,20,27,3,4,0,6
565971,15,987,144,144,143,12,1,20,30,34,15,6,1,5,11,8
565971,16,690,193,193,193,18,4,40,7,24,45,24,1,7,14,9
565971,17,623,90,90,89,10,4,15,5,17,21,2,3,5,5,2
565971,18,780,102,102,102,11,2,5,22,11,24,12,9,2,3,1
565971,19,849,141,141,140,11,4,18,30,15,28,20,4,2,3,5
565971,20,101,12,12,12,1,2,1,1,3,2,0,0,0,2,0
565971,21,70,8,8,8,5,0,0,3,0,0,0,0,0,0,0
565997,1,326,52,52,52,7,1,5,9,6,15,3,0,3,1,2
566004,1,435,64,64,64,8,3,9,11,5,14,8,0,4,2,0
566012,1,200,46,46,46,6,0,4,4,8,6,9,3,0,3,3
566021,1,381,37,37,37,7,0,2,9,7,3,4,1,0,1,3
566021,2,130,16,16,16,2,0,0,5,0,4,3,0,0,0,2
566021,3,105,13,13,13,1,0,0,4,1,6,1,0,0,0,0
566021,4,67,21,21,21,5,3,2,7,1,1,0,2,0,0,0
566021,5,124,21,21,21,4,1,4,1,3,6,0,0,0,0,2
566063,1,274,45,45,45,9,0,1,9,13,5,0,3,3,1,1
566128,1,146,21,21,20,3,1,0,2,6,6,0,0,1,0,1
566152,1,395,40,40,40,4,0,4,7,5,11,7,0,1,0,1
566152,2,142,15,15,15,3,0,0,3,2,4,0,3,0,0,0
566187,1,376,52,52,52,6,0,4,8,8,17,4,2,1,1,1
566187,2,111,25,25,25,6,0,3,4,2,7,1,2,0,0,0
566195,1,274,50,50,49,3,3,6,11,5,13,4,0,1,2,1
566195,2,54,15,15,15,3,1,0,3,1,5,0,0,0,2,0
566217,1,327,60,60,59,7,0,12,12,0,16,4,6,1,1,0
566217,2,143,26,26,26,6,0,0,12,1,3,1,0,1,0,2
566217,3,55,18,18,17,2,0,3,0,5,3,3,0,0,0,1
566233,1,462,62,62,62,8,3,6,9,5,17,3,0,3,5,3
566241,1,443,53,53,53,8,0,5,13,7,12,2,2,0,3,1
566284,1,476,73,73,73,9,3,2,16,16,14,6,3,2,1,1
566284,2,48,14,14,14,0,0,2,0,2,4,3,0,1,0,2
566306,1,577,76,76,75,7,2,9,5,10,14,7,2,2,9,8
566314,1,819,103,103,103,10,2,18,21,10,14,8,7,2,5,6
566314,2,793,124,124,124,19,2,21,23,19,23,10,4,0,0,3
566314,3,152,30,30,30,2,0,0,7,3,12,2,1,1,1,1
566314,4,103,25,25,25,1,0,0,0,4,5,5,2,3,1,4
566314,5,92,7,7,7,1,0,0,1,2,1,0,0,0,2,0
566322,1,1147,160,160,159,19,4,19,19,16,34,14,16,0,6,12
566349,1,727,88,88,88,18,1,5,9,14,20,11,3,0,2,5
566357,1,291,53,53,53,3,2,1,2,10,21,6,3,1,3,1
566357,2,107,30,30,30,1,2,2,7,3,8,1,4,0,2,0
566357,3,121,21,21,21,3,4,2,4,2,2,0,2,0,2,0
566357,4,75,14,14,14,1,0,0,0,1,5,0,5,1,0,1
566381,1,289,36,36,36,2,1,5,4,1,9,0,8,0,2,4
566403,1,237,27,27,27,2,0,3,3,3,10,2,2,0,1,1
566403,2,123,15,15,15,1,1,2,0,2,7,0,0,0,1,1
566403,3,49,12,12,11,6,0,0,2,0,1,1,0,0,0,1
566411,1,123,26,26,26,2,0,1,6,8,7,0,2,0,0,0
566438,1,1083,172,172,170,22,3,7,53,25,26,11,5,10,2,6
566438,2,98,19,19,19,3,0,0,1,8,4,3,0,0,0,0
566454,1,479,45,45,45,3,0,4,8,7,2,8,4,0,1,8
566454,2,160,27,27,27,3,1,1,10,3,2,3,0,2,1,1
566454,3,189,35,35,35,3,0,11,6,2,11,0,2,0,0,0
566501,1,306,52,52,52,9,2,1,7,10,7,6,7,0,1,2
566519,1,681,131,131,125,40,3,10,17,5,19,12,6,2,1,10
566519,2,99,24,24,24,4,1,3,1,5,8,2,0,0,0,0
566527,1,298,61,61,61,6,0,11,15,4,21,0,0,2,0,2
566535,1,366,70,70,70,11,1,21,4,9,10,5,3,2,2,2
566551,1,709,147,147,147,17,3,14,33,17,29,17,7,3,3,4
566551,2,147,47,47,47,8,2,8,10,6,8,1,3,0,0,1
566551,3,188,46,46,46,5,0,2,4,8,8,11,4,2,2,0
566551,4,172,50,50,50,6,1,2,13,7,8,5,1,4,2,1
566551,5,147,29,29,29,6,0,1,3,6,4,7,1,0,1,0
566551,6,173,48,48,48,9,0,5,8,4,10,6,1,2,2,1
566551,7,275,31,31,31,2,0,5,6,2,9,5,0,0,0,2
566560,1,531,67,67,66,11,1,3,11,15,11,5,4,1,3,1
566578,1,197,35,35,33,6,1,2,3,8,9,4,0,0,0,0
566578,2,99,9,9,9,3,0,0,4,1,0,0,1,0,0,0
566586,1,113,31,31,31,5,0,8,3,2,10,2,1,0,0,0
566586,2,65,15,15,12,5,0,0,5,1,0,0,0,0,0,1
566586,3,57,15,15,15,1,0,1,5,2,2,2,0,2,0,0
566608,1,109,21,21,21,2,0,4,5,3,4,1,1,0,1,0
566616,1,841,91,91,90,11,11,9,13,7,19,9,3,3,4,1
566616,2,771,76,76,76,10,7,5,15,7,12,4,4,3,3,6
566616,3,1081,134,134,133,17,7,12,30,21,15,7,10,1,4,9
566616,4,667,97,97,97,11,5,8,26,19,17,4,3,0,3,1
566616,5,673,104,104,103,11,4,4,29,13,20,7,5,2,8,0
566616,6,317,49,49,48,3,3,3,7,11,10,0,2,1,4,4
566616,7,291,15,15,14,3,0,1,4,1,3,0,1,0,0,1
566616,8,188,18,18,18,5,0,0,5,4,2,1,1,0,0,0
566616,9,111,9,9,9,0,0,0,0,4,2,0,2,0,1,0
566624,1,675,76,76,74,4,0,9,12,15,19,4,0,2,2,7
566624,2,1145,143,142,140,25,1,9,22,20,24,14,11,3,3,8
566624,3,1131,109,109,107,36,0,2,14,16,13,4,8,2,6,6
566624,4,41,4,4,4,1,0,0,0,2,1,0,0,0,0,0
566624,5,93,13,13,13,4,0,2,4,1,1,0,1,0,0,0
566624,6,68,11,11,11,5,0,1,1,0,2,0,2,0,0,0
566624,7,113,13,13,13,0,0,2,1,0,3,6,0,0,0,1
566624,8,117,19,19,19,4,0,3,4,1,6,0,1,0,0,0
566624,9,50,10,10,10,0,0,0,2,2,1,0,3,0,0,2
566624,10,84,12,12,12,4,0,2,0,3,3,0,0,0,0,0
566624,11,92,9,9,9,1,0,2,0,2,4,0,0,0,0,0
566624,12,123,9,9,9,1,0,1,2,1,3,1,0,0,0,0
566659,1,206,37,37,36,5,0,3,3,8,5,3,2,0,6,1
566667,1,391,84,84,83,11,1,8,9,15,20,17,0,0,1,1
566667,2,37,11,11,11,2,0,3,0,4,1,1,0,0,0,0
566667,3,39,11,11,11,3,0,0,3,4,0,1,0,0,0,0
566713,1,412,56,56,56,5,2,7,11,8,12,1,2,0,4,4
566721,1,332,54,54,53,3,6,11,8,6,13,1,3,2,0,0
566829,1,246,31,31,31,6,0,5,8,2,3,1,2,0,2,2
566853,1,361,53,53,52,2,5,9,8,6,5,5,4,4,4,0
566853,2,78,27,27,27,3,1,2,7,3,7,1,3,0,0,0
566853,3,72,18,18,18,3,3,0,6,2,2,1,0,0,1,0
566870,1,268,24,24,24,3,0,4,1,2,10,2,1,0,0,1
566896,1,326,36,36,35,1,4,4,3,5,4,7,4,2,1,0
566918,1,200,52,52,52,8,3,9,3,7,13,1,2,3,3,0
566926,1,148,32,32,32,1,0,3,5,6,7,5,1,0,2,2
566934,1,768,93,93,93,8,2,3,12,20,29,3,11,1,2,2
566934,2,776,84,84,83,11,3,5,8,15,22,7,0,3,3,6
566951,1,295,32,32,32,3,1,1,6,5,7,0,4,0,0,5
566951,2,77,9,9,9,0,0,0,2,2,3,1,0,0,0,1
566977,1,110,26,26,25,3,0,2,4,5,4,0,1,1,0,5
566977,2,82,22,22,20,2,0,4,0,2,4,3,1,0,1,3
566977,3,72,15,15,15,1,1,6,4,0,0,0,3,0,0,0
566985,1,900,129,129,128,10,3,8,35,17,29,7,6,6,5,2
566985,2,951,202,202,200,17,2,25,28,26,37,30,9,0,16,10
566985,3,837,155,155,153,20,5,13,22,18,18,28,1,4,17,7
566985,4,948,160,160,158,10,1,19,19,26,32,15,9,5,14,8
566985,5,983,127,127,125,7,5,12,24,23,22,14,5,0,3,10
566985,6,734,52,52,52,5,5,6,4,2,8,6,2,2,5,7
566985,7,923,118,118,118,7,3,11,29,15,20,4,8,3,7,11
566985,8,1065,156,156,155,11,3,13,32,28,27,7,9,5,7,13
566985,9,899,132,132,129,10,5,17,25,29,17,10,3,2,5,6
566985,10,817,117,117,117,8,9,18,9,18,26,14,0,2,9,4
566985,11,1272,108,108,106,12,8,11,11,9,10,13,4,4,14,10
566985,12,705,102,102,101,6,4,12,17,17,17,15,1,5,3,4
566985,13,714,96,96,95,5,3,5,26,12,22,6,5,0,2,9
566985,14,782,137,137,136,10,7,9,32,29,12,10,2,6,11,8
566985,15,731,109,109,108,10,3,12,10,16,14,30,1,1,4,7
566985,16,729,98,98,96,12,2,8,15,15,16,9,7,4,2,6
566985,17,718,92,92,92,11,2,7,9,13,18,14,0,2,8,8
566985,18,741,121,121,121,10,2,9,30,16,25,14,4,2,4,5
567019,1,336,35,35,35,4,3,0,4,8,8,1,2,0,3,2
546437,1,77,13,13,13,2,0,1,3,1,0,2,2,0,2,0
567027,1,432,58,58,58,2,1,10,7,7,19,1,0,4,7,0
567027,2,558,96,96,96,4,7,11,8,9,16,11,2,3,11,14
567027,3,759,166,166,164,5,2,38,21,22,40,14,3,6,7,6
567027,4,509,110,110,110,10,3,9,24,19,18,5,6,5,5,6
567027,5,650,106,106,106,12,1,11,15,18,26,9,2,3,8,1
567027,6,1043,193,193,193,14,4,41,28,26,30,23,4,7,11,5
567027,7,498,93,93,92,10,3,14,7,9,23,17,1,2,3,3
567027,8,495,99,99,99,5,1,28,1,8,20,18,2,2,10,4
567027,9,913,89,89,89,4,1,20,8,7,21,7,3,6,3,9
567027,10,688,54,54,54,5,2,3,11,6,5,10,4,3,5,0
567027,11,862,179,179,179,33,4,13,37,40,14,11,4,13,8,2
567027,12,1095,75,75,75,10,1,5,9,7,18,10,3,1,2,9
567027,13,756,58,58,58,4,3,4,10,9,17,0,6,2,1,2
567027,14,777,102,102,101,10,2,9,9,8,32,5,4,7,4,11
567027,15,774,80,80,80,6,1,8,8,9,22,6,6,12,2,0
567027,16,2450,83,83,82,11,0,1,9,18,17,8,6,2,6,4
567027,17,876,105,105,104,8,2,10,20,21,21,7,1,5,6,3
567027,18,804,107,107,107,17,2,7,23,14,19,8,4,2,4,7
567027,19,174,38,38,38,1,1,3,7,11,10,3,0,0,0,2
567027,20,909,4,4,3,0,0,0,0,2,1,0,0,0,0,0
567027,21,991,92,92,91,14,4,8,13,21,11,5,7,1,3,4
567027,22,1075,120,120,119,9,6,8,25,26,16,6,6,4,3,10
567027,23,861,110,110,110,12,0,6,31,16,21,6,8,2,4,4
567027,24,1140,127,127,126,9,3,21,17,15,27,10,7,4,4,9
567027,25,1110,151,151,150,17,4,10,28,28,33,9,4,6,6,5
567027,26,1070,105,105,105,7,1,12,23,20,16,9,5,3,4,5
567027,27,1140,100,100,97,16,2,8,8,13,23,6,5,8,3,5
567027,28,1096,167,167,167,15,4,22,23,15,34,13,8,17,12,4
567027,29,1099,128,128,128,19,1,9,23,19,23,12,3,10,2,7
567027,30,1031,116,116,116,15,0,11,19,22,16,10,6,3,7,7
567027,31,921,120,120,119,10,3,12,19,20,27,9,4,5,6,4
567027,32,770,122,122,121,12,1,14,29,21,16,9,8,2,4,5
567027,33,829,100,100,100,12,4,10,19,15,15,4,2,5,8,6
567027,34,809,112,112,110,8,3,9,23,20,24,5,5,5,5,3
567027,35,557,58,58,58,3,0,6,10,9,22,1,1,2,1,3
567027,36,791,102,102,102,16,2,5,14,19,20,11,3,6,4,2
567027,37,740,76,75,73,1,0,10,11,18,17,7,4,0,2,3
567027,38,393,53,53,53,4,1,8,2,4,14,9,0,3,4,4
567027,39,781,93,93,93,16,1,5,19,17,16,6,5,0,3,5
567027,40,671,84,84,84,7,7,8,9,12,16,4,4,3,12,2
567027,41,1131,133,133,128,15,2,12,17,27,22,6,4,5,11,7
567027,42,1106,97,97,96,13,4,9,10,18,17,5,8,5,2,5
567027,43,948,104,104,104,12,1,7,21,18,13,8,7,5,3,9
567027,44,906,109,109,108,13,7,2,20,12,17,9,8,5,2,13
567027,45,1010,123,123,121,11,3,15,17,17,27,9,9,3,7,3
567027,46,916,69,69,68,11,0,5,6,15,11,4,3,3,6,4
567027,47,907,98,98,97,10,1,5,23,23,22,1,5,3,2,2
567027,48,882,63,63,63,7,2,5,15,10,11,5,6,1,0,1
567027,49,783,96,96,96,12,1,3,27,19,18,6,4,0,3,3
567027,50,940,106,106,105,11,0,6,26,15,21,6,12,1,3,4
567027,51,617,78,78,78,16,0,2,13,12,15,1,2,3,6,8
567027,52,1102,101,101,101,12,0,5,17,16,17,7,8,3,5,11
567027,53,872,105,105,103,9,4,6,12,18,21,10,8,4,2,9
567027,54,1058,136,136,133,18,3,12,34,22,20,3,6,6,2,7
567027,55,990,145,145,144,5,2,25,19,13,37,12,5,5,17,4
567027,56,1387,155,155,155,27,4,14,26,16,31,7,8,2,10,10
567027,57,1335,96,96,95,13,5,4,12,19,22,6,5,3,3,3
567027,58,1138,83,83,81,15,2,6,10,9,13,7,5,0,3,11
567027,59,1031,88,88,87,12,2,6,14,19,13,4,7,1,5,4
567027,60,1314,133,133,132,13,2,11,17,27,24,6,6,7,8,11
567043,1,578,40,40,40,4,0,0,6,16,4,2,5,0,3,0
567043,2,723,54,54,54,10,0,1,9,12,11,1,0,6,3,1
567051,1,458,101,101,101,38,2,8,10,9,16,4,8,1,1,4
567060,1,1011,90,90,89,8,0,6,34,19,8,1,5,3,1,4
567078,1,199,23,23,23,4,1,1,2,3,6,0,4,0,1,1
567108,1,63,21,21,21,2,0,1,5,2,6,1,1,1,1,1
567141,1,415,63,63,61,7,1,3,5,8,16,1,2,3,14,1
567141,2,54,19,19,19,3,1,0,6,5,3,0,0,0,1,0
567167,1,351,77,77,76,12,3,12,2,11,15,4,4,5,1,7
567175,1,778,117,117,117,7,0,10,11,12,23,8,6,35,4,1
567175,2,739,64,64,64,4,4,2,9,9,7,1,2,24,1,1
567175,3,201,17,17,17,0,0,0,4,2,2,3,0,6,0,0
567191,1,95,12,12,12,3,0,0,0,0,8,0,0,0,1,0
567221,1,161,44,44,43,4,2,6,6,3,15,4,0,0,1,2
567248,1,178,21,21,21,1,1,0,8,2,3,2,3,0,0,1
567256,1,372,72,72,71,17,2,7,9,9,13,5,0,3,4,2
567256,2,557,45,45,45,5,0,4,3,12,15,3,0,1,2,0
567256,3,518,16,16,16,8,0,1,4,1,2,0,0,0,0,0
567256,4,668,17,17,17,4,0,0,2,0,9,0,1,0,1,0
567256,5,1050,73,73,73,13,2,3,16,8,13,4,6,4,2,2
567256,6,703,83,83,82,14,1,3,25,6,17,7,4,3,2,0
567256,7,666,55,55,53,3,1,6,21,5,9,1,3,1,1,2
567256,8,792,115,115,115,16,1,13,14,21,26,6,8,3,4,3
567256,9,654,90,90,90,5,3,22,18,5,19,5,2,4,1,6
567256,10,509,87,87,84,6,7,12,6,10,27,0,2,0,5,9
567256,11,227,25,25,25,0,0,8,2,2,4,0,3,4,0,2
567256,12,486,101,101,101,9,5,13,26,19,15,2,2,4,3,3
567256,13,641,68,68,68,4,1,7,16,18,13,2,3,1,0,3
567256,14,785,141,141,141,31,3,10,33,28,21,5,3,1,5,1
567256,15,1888,113,113,112,14,0,11,22,17,20,12,6,3,6,1
567256,16,807,117,117,114,7,2,14,30,21,22,7,2,1,2,6
567256,17,904,99,99,98,11,3,6,20,17,19,4,6,6,3,3
567256,18,515,78,78,78,9,0,6,21,16,17,2,3,2,2,0
567256,19,774,114,114,114,11,1,12,19,25,21,11,1,7,1,5
567256,20,725,114,114,111,7,2,22,15,9,37,4,2,1,5,7
567256,21,649,87,87,86,9,0,4,22,12,28,3,3,2,3,0
567256,22,804,124,124,124,11,2,13,15,25,21,6,6,5,8,12
567256,23,599,110,110,110,12,2,15,14,17,21,7,3,5,4,10
567256,24,828,119,119,118,14,3,9,8,13,45,7,3,1,10,5
567256,25,836,136,136,135,17,0,13,17,22,31,9,2,7,12,5
567256,26,712,108,108,108,15,2,14,8,13,28,10,3,4,8,3
567256,27,877,170,170,167,19,5,17,18,30,29,10,3,8,12,16
567256,28,484,59,59,59,4,1,3,11,11,14,8,0,0,5,2
567264,1,764,109,109,105,22,0,2,21,22,16,8,1,5,4,4
567264,2,690,123,123,122,12,2,21,14,14,25,13,3,5,6,7
567264,3,794,41,41,40,5,0,0,7,9,15,0,2,0,0,2
567264,4,788,137,137,134,24,0,9,24,23,30,8,9,3,2,2
567272,1,569,71,71,69,4,0,8,10,10,22,3,5,0,1,6
567281,1,422,60,60,59,8,0,10,9,7,14,1,3,3,4,0
567299,1,185,26,26,23,2,0,2,3,3,10,0,1,0,2,0
567302,1,364,54,54,54,9,0,7,12,2,10,0,9,0,2,3
567311,1,956,133,133,130,17,4,7,20,32,27,8,4,5,2,4
567311,2,913,125,125,124,21,2,3,32,29,17,5,8,2,2,3
567311,3,980,134,134,134,7,6,13,16,21,36,10,8,2,0,15
567311,4,1095,105,105,102,27,7,9,9,14,7,7,4,2,10,6
567329,1,379,65,65,65,14,0,9,16,4,9,0,2,2,8,1
567337,1,588,26,26,25,6,0,1,6,2,3,4,3,0,0,0
567337,2,851,57,57,57,9,0,1,16,14,9,5,0,0,3,0
567337,3,216,22,22,22,2,0,2,4,2,7,0,4,0,0,1
567345,1,360,79,79,76,12,0,3,9,17,11,5,5,6,6,2
567353,1,189,44,44,44,7,3,6,3,7,8,4,2,1,2,1
567361,1,202,44,44,44,3,1,6,6,5,10,0,3,5,1,4
567426,1,403,44,44,44,3,1,4,14,9,9,1,0,0,0,3
546909,1,117,30,30,30,2,0,3,0,1,20,0,2,2,0,0
567442,1,413,50,50,50,3,2,8,2,10,10,6,3,0,4,2
567442,2,781,113,113,112,9,3,19,20,7,26,12,4,4,3,5
567442,3,729,137,137,136,12,5,16,20,17,29,12,9,8,3,5
567442,4,728,131,131,130,20,7,9,25,21,25,8,3,2,5,5
567442,5,856,83,83,82,8,4,4,22,12,11,4,5,4,4,4
567442,6,746,101,101,101,11,6,9,12,12,20,8,9,2,9,3
567442,7,907,123,123,121,12,5,12,28,21,20,9,3,3,5,3
567442,8,760,163,162,160,25,9,26,11,8,35,14,4,10,13,5
567442,9,873,127,127,127,6,3,17,17,13,27,15,4,7,13,5
567442,10,882,95,95,92,11,2,15,13,4,20,12,1,4,8,2
567442,11,910,172,172,170,11,3,32,10,27,27,18,5,12,16,9
567442,12,815,122,122,121,10,0,19,20,9,22,9,5,4,15,8
567442,13,714,110,110,109,11,2,18,8,7,26,9,5,3,13,7
567442,14,1130,175,175,173,18,1,42,16,24,35,14,3,4,8,8
567442,15,875,199,199,198,15,10,43,14,15,38,26,2,12,15,8
567442,16,1597,110,110,110,12,2,9,23,18,19,10,6,4,1,6
567442,17,889,161,161,160,22,4,25,17,21,22,9,3,6,19,12
567442,18,946,68,68,68,7,0,9,7,5,13,11,2,6,2,6
567442,19,985,112,112,112,14,7,10,19,25,17,5,5,5,2,3
567442,20,861,35,35,35,1,1,7,7,6,3,1,0,5,2,2
567442,21,890,94,94,92,12,2,7,23,12,15,2,1,5,7,6
567442,22,1094,133,131,127,8,0,21,21,13,25,16,3,6,8,6
567442,23,753,155,155,155,9,2,35,22,18,25,12,1,14,5,12
567442,24,719,148,148,147,10,4,40,15,10,30,19,2,4,7,6
567442,25,976,115,115,114,7,2,16,13,12,23,10,2,5,12,12
567442,26,503,94,94,94,7,5,23,5,7,18,10,3,7,4,5
567442,27,745,120,120,118,9,0,13,15,14,22,17,0,10,8,10
567442,28,752,77,77,77,8,3,13,9,7,16,4,2,7,2,6
567442,29,472,103,103,103,9,0,27,9,5,18,19,2,8,6,0
567442,30,640,84,84,84,6,1,18,16,9,14,6,5,3,5,1
567442,31,820,144,144,144,13,4,23,24,20,26,11,7,9,4,3
567442,32,944,130,130,128,7,8,28,16,10,21,14,4,7,4,9
567442,33,950,165,165,164,16,10,19,21,21,35,11,6,8,15,2
567442,34,669,138,138,138,15,0,16,31,21,27,14,1,2,3,8
567442,35,790,120,120,119,6,6,18,17,15,34,8,9,2,3,1
567442,36,722,127,127,127,7,14,20,30,7,21,8,5,1,11,3
567442,37,1179,128,128,127,17,6,15,20,14,16,9,3,3,6,18
567442,38,1068,123,123,122,12,4,12,18,14,32,7,6,5,3,9
567442,39,1039,122,122,121,19,1,16,20,8,25,3,7,8,7,7
567442,40,1168,101,101,101,11,3,15,11,10,21,13,2,5,1,9
567442,41,918,110,110,109,8,2,13,26,16,12,12,1,7,5,7
567442,42,1125,110,110,110,9,0,14,25,12,22,10,6,3,4,5
567442,43,900,104,104,104,8,5,5,21,13,23,6,5,5,6,7
567442,44,871,102,102,102,13,2,12,26,13,12,11,2,3,2,6
567442,45,751,98,98,98,8,1,10,18,15,17,4,8,3,5,9
567442,46,778,93,93,93,13,3,12,13,9,16,5,7,7,4,4
567442,47,957,135,135,134,6,2,31,17,14,25,16,4,3,7,9
567451,1,1122,106,106,106,13,1,13,15,11,24,6,4,6,6,7
567451,2,975,145,145,145,8,4,14,15,17,41,19,5,7,6,9
567451,3,1000,125,125,125,20,2,16,16,18,19,11,11,6,2,4
567451,4,593,67,67,65,7,1,9,17,9,8,3,2,1,4,4
567451,5,811,106,106,105,12,1,7,28,15,14,7,5,6,4,6
567451,6,767,85,85,83,5,1,15,14,11,24,10,1,1,1,0
567451,7,788,68,68,67,13,1,3,16,11,9,4,2,2,0,6
567451,8,876,32,32,30,8,0,0,8,5,3,2,2,0,1,1
567451,9,766,40,40,39,8,0,1,18,4,3,0,3,2,0,0
567451,10,929,121,121,120,6,1,9,44,15,16,11,5,3,2,8
567451,11,660,67,67,67,10,1,4,23,9,8,2,1,5,3,1
567451,12,751,84,84,82,10,0,7,19,11,12,7,3,2,6,5
567451,13,772,85,84,84,18,0,6,24,13,6,5,7,0,4,1
567451,14,622,82,82,82,7,0,4,29,10,13,3,6,0,3,7
567451,15,834,79,79,79,11,0,2,15,7,18,3,9,5,2,7
567469,1,340,70,70,70,5,0,9,7,6,21,10,0,5,4,3
567477,1,1058,125,125,125,23,6,12,21,14,23,14,3,2,4,3
567477,2,623,128,128,123,25,1,15,20,27,18,8,4,1,2,2
567485,1,492,65,65,65,13,1,8,12,4,20,0,4,2,0,1
567485,2,182,33,33,33,3,1,5,1,0,12,4,1,3,0,3
567507,1,901,124,124,123,24,1,15,24,23,16,1,7,6,3,3
567507,2,1212,153,153,150,14,2,15,39,17,21,12,8,4,9,9
567507,3,835,96,96,95,15,0,7,13,17,22,7,3,3,4,4
567507,4,820,119,119,116,16,2,17,19,17,29,6,4,0,2,4
567507,5,1082,129,129,129,11,1,9,13,9,30,15,8,11,15,7
567507,6,1062,75,75,74,17,1,6,9,7,12,5,7,1,4,5
567507,7,601,121,121,121,31,2,2,23,15,16,11,2,7,3,9
567515,1,1030,80,80,78,23,2,2,11,7,8,9,6,1,4,5
567515,2,1134,97,97,96,16,2,15,15,8,21,6,6,3,3,1
567515,3,863,104,104,103,16,0,16,23,21,13,4,5,4,0,1
567515,4,952,160,160,158,23,2,12,29,25,25,19,10,3,7,3
567515,5,899,118,118,116,35,0,9,21,19,13,5,5,2,2,5
567515,6,983,105,105,104,25,0,8,23,13,19,4,7,0,3,2
567515,7,944,75,75,74,18,1,3,11,13,20,3,4,0,1,0
567523,1,838,117,117,115,12,0,19,20,17,26,4,2,5,3,7
567531,1,959,133,133,128,26,1,9,35,17,13,1,7,5,4,10
567558,1,577,81,81,81,15,2,9,14,11,19,1,3,4,2,1
567558,2,628,108,108,107,10,1,13,30,11,20,8,3,0,8,3
567558,3,404,65,65,64,11,0,5,16,8,7,10,1,2,3,1
567566,1,821,187,187,180,43,0,16,45,19,18,9,10,16,4,0
567582,1,781,91,91,90,3,3,11,10,13,28,14,2,0,2,4
567604,1,248,27,27,26,3,0,6,4,1,5,4,0,0,1,2
567612,1,716,83,82,82,9,0,5,22,9,16,6,6,2,3,4
567621,1,196,27,27,27,4,0,3,3,5,7,1,1,0,2,1
567621,2,513,74,74,74,4,0,7,18,9,23,7,1,2,1,2
567621,3,668,55,55,54,5,1,5,17,9,5,4,4,2,0,2
567621,4,448,67,67,66,11,0,7,13,11,7,1,5,5,3,3
567621,5,660,68,68,68,10,1,6,12,11,16,8,0,3,1,0
567639,1,647,97,97,97,6,5,4,14,9,30,10,5,7,4,3
567639,2,742,92,92,92,6,1,5,27,11,24,2,6,1,4,5
567639,3,1068,147,146,145,18,4,21,36,12,32,7,4,4,2,5
567639,4,1534,188,188,184,19,5,24,44,25,36,7,9,5,7,3
567639,5,1067,136,136,135,6,3,8,48,16,24,6,11,5,3,5
567639,6,1062,109,109,108,16,1,13,28,11,16,6,1,3,10,3
567639,7,1027,105,105,105,6,1,6,22,13,19,9,15,4,5,5
567639,8,1149,81,81,79,10,1,4,14,10,12,4,8,1,10,5
567639,9,1186,59,59,57,7,0,2,14,7,10,3,6,5,2,1
567639,10,1053,160,160,159,15,4,31,20,10,28,24,9,4,4,10
567639,11,242,34,34,33,5,0,0,5,13,8,0,1,1,0,0
567647,1,483,48,48,47,5,0,2,16,7,10,0,2,0,3,2
567655,1,427,59,59,59,8,0,4,17,8,10,1,2,3,0,6
567698,1,275,46,46,45,2,2,6,7,7,8,3,3,7,0,0
567701,1,164,53,52,51,4,1,2,4,8,15,8,0,6,2,1
567710,1,811,116,116,115,9,0,20,17,10,30,6,10,5,3,5
567728,1,119,24,24,24,1,4,2,1,2,2,0,0,8,2,2
567752,1,970,112,112,112,11,3,9,14,18,30,5,7,8,1,6
567752,2,775,131,131,130,16,2,13,23,21,26,4,6,2,8,9
567761,1,390,63,63,63,7,0,6,19,8,5,4,3,2,3,6
567761,2,217,43,43,43,6,3,5,16,4,5,0,0,0,0,4
567779,1,772,96,96,94,10,1,1,32,24,13,1,4,0,4,4
567779,2,823,104,104,101,13,0,6,37,18,10,1,5,3,1,7
567779,3,1254,148,148,146,19,1,29,48,11,21,3,7,0,2,5
567779,4,1211,129,129,128,13,3,14,30,17,19,9,4,5,7,7
567787,1,1116,185,183,182,20,11,26,21,16,42,10,7,12,8,9
567787,2,879,157,157,155,10,8,40,15,11,38,14,2,5,10,2
567787,3,190,64,64,64,6,1,23,7,6,6,6,1,2,2,4
567809,1,651,82,82,81,12,5,2,16,10,14,6,1,9,4,2
567833,1,268,45,45,42,8,0,7,5,2,14,2,3,1,0,0
567841,1,783,105,105,103,17,2,3,22,16,12,9,11,3,5,3
567850,1,739,88,88,88,17,0,9,23,14,10,4,4,0,4,3
567868,1,930,95,95,95,10,0,13,12,25,22,0,1,0,7,5
567876,1,426,70,70,70,5,1,17,13,7,17,4,0,2,1,3
567884,1,129,17,17,17,1,0,2,0,2,8,0,2,0,2,0
501298,3001,1204,221,221,221,26,7,23,31,38,41,13,8,6,14,14
501298,3002,1148,178,177,176,17,7,22,17,10,43,13,6,8,24,9
501298,3003,1162,162,162,159,18,3,26,18,15,45,8,4,6,14,2
501298,3004,753,158,158,158,13,7,22,15,18,38,7,6,9,13,10
501298,3005,841,98,98,97,17,0,11,14,17,23,2,6,0,4,3
501298,3006,834,170,170,170,18,4,21,29,22,35,12,1,10,12,6
501298,3007,869,161,161,158,11,3,18,17,31,41,11,2,8,11,5
501298,3008,864,174,174,172,21,3,16,28,22,29,11,5,10,11,16
501298,3009,769,161,161,160,22,7,11,23,31,35,19,2,4,3,3
501298,3010,822,158,158,157,15,5,15,27,18,38,10,5,2,16,6
501298,3011,1269,118,118,116,16,1,12,26,18,20,12,3,2,3,3
501298,3012,715,93,93,92,5,2,6,15,16,24,10,3,4,5,2
501298,3013,670,93,93,93,3,1,13,21,14,18,10,2,5,2,4
501298,3014,616,90,90,90,11,4,7,16,12,13,7,3,1,12,4
501298,3015,490,51,51,51,8,2,3,11,5,13,0,5,1,1,2
501298,3016,644,103,103,101,16,3,13,7,17,21,10,3,5,4,2
501298,3017,829,139,139,138,19,3,11,24,23,31,10,4,5,7,1
501298,3018,830,109,109,109,16,0,14,20,18,24,7,0,2,5,3
501298,3019,509,103,103,103,13,0,13,13,15,25,7,0,4,8,5
501298,3020,746,129,129,128,23,2,9,22,17,31,6,5,2,3,8
502081,2001,826,39,39,39,9,3,6,3,2,7,1,4,0,3,1
502081,2002,758,77,77,77,10,4,9,6,6,19,5,9,0,4,5
502081,2003,768,40,40,40,4,2,2,5,7,5,3,3,1,5,3
502081,2004,983,100,100,96,15,0,4,13,11,34,1,8,2,2,6
502081,2005,906,108,108,104,17,0,4,15,14,20,8,7,4,9,6
502081,2006,845,117,117,116,20,2,12,27,12,20,5,4,1,5,8
502081,2007,1125,100,100,100,14,2,10,12,13,21,5,9,3,5,6
502081,2008,614,61,61,61,12,2,2,9,6,11,2,5,2,5,5
502081,2009,814,125,125,124,18,3,6,9,9,43,9,11,5,3,8
502081,2010,257,18,18,17,5,0,0,0,2,6,0,1,0,3,0
502081,2011,1085,106,106,106,15,5,13,14,6,16,9,6,3,7,12
502081,2012,1131,189,189,184,46,9,13,28,30,21,9,12,4,6,6
502081,2013,1043,118,117,116,11,1,5,21,18,36,7,4,5,4,4
502081,2014,1106,102,102,101,11,3,13,11,16,30,4,1,2,7,3
502081,2015,1118,141,141,139,23,0,15,20,20,27,7,8,4,7,8
502081,2016,1072,47,47,46,8,0,3,8,8,10,1,6,0,1,1
502081,2017,927,60,60,60,11,5,3,11,4,7,3,5,3,4,4
502081,2018,864,72,72,71,8,3,7,5,7,18,5,4,4,2,8
502081,2019,475,62,62,62,7,3,4,16,10,12,5,1,0,4,0
502081,2020,1466,82,82,82,12,0,2,16,18,20,11,1,0,1,1
502081,2021,602,63,63,63,5,2,4,14,13,17,1,3,2,1,1
502316,4001,986,93,92,90,19,2,16,8,6,15,8,3,6,3,4
502316,4002,605,110,110,109,15,0,15,13,14,22,9,7,4,4,6
502316,4003,633,91,91,90,7,3,10,18,12,17,3,3,5,3,9
502316,4004,897,141,141,139,28,0,12,10,10,34,12,10,5,12,6
502316,4005,873,130,130,129,22,2,12,15,24,25,4,3,3,7,12
502316,4006,338,75,75,75,9,0,18,6,3,17,9,1,6,1,5
502316,4007,595,105,105,105,15,2,10,14,14,16,12,9,1,5,7
502316,4008,344,64,64,61,5,3,11,8,4,14,3,4,2,4,3
502316,4009,774,86,86,86,11,6,13,7,17,16,5,4,2,4,1
502316,4010,788,135,135,135,21,9,16,15,17,19,8,5,8,8,9
502316,4011,535,74,74,74,8,0,15,9,6,25,3,1,0,2,5
502316,4012,647,117,117,117,14,3,10,21,17,31,5,2,5,4,5
502316,4013,553,155,155,154,15,3,23,15,16,42,14,2,6,7,11
502316,4014,1021,185,185,185,15,6,33,16,18,49,17,10,3,2,16
502316,4015,347,52,52,52,6,0,4,4,3,21,4,4,1,4,1
502316,4016,738,120,120,120,19,0,13,22,9,35,12,0,1,6,3
502316,4017,495,66,66,66,6,0,6,6,9,27,4,2,3,0,3
530620,1,310,56,56,56,11,2,6,4,5,18,1,1,3,1,4
546186,1,154,35,35,35,6,0,0,12,1,7,2,7,0,0,0
546925,1,393,60,60,60,10,0,3,11,9,14,3,3,3,0,4
553697,1,1067,133,133,131,20,8,19,4,30,22,7,2,3,10,6
553697,2,1180,105,105,103,30,1,11,16,15,12,6,5,2,1,4
555223,1,433,33,33,33,5,0,3,9,0,9,1,3,0,0,3
555223,2,207,29,29,29,7,0,3,5,4,5,1,3,0,0,1
567892,1001,660,53,53,53,18,2,2,12,0,8,0,6,2,2,1
567892,1002,1516,39,39,39,6,0,2,7,7,7,2,3,0,5,0
567892,1003,509,93,93,92,4,6,17,11,6,26,4,4,6,6,2
567892,1004,463,89,89,89,7,0,7,5,11,15,6,4,11,11,12
567892,1005,732,206,203,201,28,7,22,18,26,49,19,5,7,9,11
567892,1006,947,203,203,202,14,2,31,33,31,42,19,5,9,10,6
567892,1007,700,181,181,181,21,7,25,10,29,49,13,5,6,6,10
567892,1008,377,98,98,98,5,7,26,6,14,18,10,4,2,5,1
567892,1009,765,115,115,115,3,3,22,18,5,29,8,0,14,8,5
567892,1010,781,96,96,96,4,6,12,10,11,22,12,2,4,6,7
567892,1011,514,92,92,90,13,5,15,12,13,14,3,3,5,2,5
567892,1012,803,127,127,127,11,5,12,24,10,32,16,8,3,6,0
567892,1013,423,76,76,76,9,0,8,14,3,17,4,1,10,3,7
567892,1014,897,22,22,22,12,0,1,2,5,2,0,0,0,0,0
567892,1015,568,5,5,4,1,0,0,1,1,0,0,0,1,0,0
567892,1016,419,51,51,51,3,1,0,12,12,11,1,1,0,2,8
567892,1017,727,138,138,136,8,2,15,25,16,30,7,2,10,12,9
567892,1018,774,144,144,142,14,2,13,24,25,40,9,1,2,6,6
567892,1019,586,171,171,171,21,4,38,14,17,35,12,5,5,13,7
567892,1020,668,115,115,115,9,2,20,8,19,18,9,2,9,6,13
567892,1021,549,55,55,55,4,2,11,8,3,9,2,5,2,5,4
567892,1022,847,167,166,166,26,5,29,17,12,29,9,6,14,10,9
567892,1023,847,154,154,153,16,6,37,11,6,27,4,4,11,13,18
567892,1024,812,164,164,164,18,4,32,13,7,25,21,0,14,10,20
567892,1025,669,166,166,163,5,4,45,8,18,29,17,6,5,16,10
567892,1026,807,219,219,217,21,10,56,16,19,40,14,3,14,13,11
567892,1027,512,85,85,85,4,3,10,10,10,14,9,8,6,2,9
567892,1028,770,173,173,173,25,5,25,16,18,32,21,7,4,9,11
567892,1029,1178,226,226,221,20,5,29,32,23,61,23,6,8,8,6
567892,1030,497,61,61,59,9,3,8,11,8,6,2,9,2,0,1
567892,1031,604,88,88,87,14,4,6,14,17,16,2,4,4,5,1
567892,1032,663,114,114,113,13,1,12,16,22,27,7,1,7,3,4
567892,1033,772,159,159,156,11,2,34,24,22,39,7,4,5,4,4
567892,1034,1017,168,168,168,18,2,30,11,22,33,9,8,7,14,14
567892,1035,819,107,107,105,11,3,18,13,13,30,5,3,3,1,5
567892,1036,1297,155,155,154,24,3,28,19,10,31,9,4,7,6,13
567892,1037,849,171,171,169,11,1,34,20,16,45,15,3,4,6,14
567892,1038,395,88,88,87,21,1,9,2,5,25,8,7,1,5,3
567892,1039,393,75,75,73,6,3,9,5,5,19,12,4,4,3,3
567931,1,464,91,91,89,7,1,11,19,4,25,11,4,1,6,0
567957,1,169,12,12,12,5,0,1,3,2,0,0,0,0,0,1
567973,1,310,69,69,69,12,0,6,16,6,13,5,4,3,3,1
568007,1,192,12,12,12,0,1,2,4,1,3,0,0,0,1,0
568007,2,1035,161,161,160,35,8,9,27,15,41,4,12,4,3,2
568007,3,777,117,117,115,11,3,10,11,10,26,10,11,9,5,9
568015,1,1370,214,214,212,15,4,50,30,24,41,24,1,4,10,9
568015,2,1031,143,143,143,21,4,5,33,25,29,9,2,6,6,3
568015,3,1059,106,106,106,20,2,16,14,5,24,3,2,1,8,11
568015,4,215,11,11,11,1,0,2,2,2,2,0,0,1,0,1
568023,1,609,134,134,133,17,2,18,23,9,37,11,1,2,11,2
568023,2,184,31,31,31,2,0,4,4,3,7,4,0,3,2,2
568058,1,798,90,90,89,11,0,19,17,6,12,14,3,2,3,2
568058,2,685,82,82,78,7,0,5,23,14,7,5,5,2,3,7
568091,1,333,47,47,47,10,0,4,4,9,9,3,0,0,7,1
568091,2,108,10,10,10,4,2,1,1,1,1,0,0,0,0,0
568104,1,79,11,11,11,2,0,2,0,0,1,5,0,1,0,0
568104,2,393,88,88,84,16,2,19,3,14,13,4,1,0,3,9
568104,3,79,5,5,5,0,0,0,0,1,3,0,0,0,1,0
568104,4,93,14,14,12,0,0,0,1,4,5,0,0,1,1,0
568147,1,490,75,75,74,10,5,8,11,2,15,9,3,3,6,2
568147,2,94,13,13,13,5,0,0,0,0,0,4,2,0,0,2
568155,1,1062,164,164,163,17,1,14,21,30,43,15,7,5,3,7
568155,2,517,69,69,69,7,3,10,12,7,24,1,1,1,0,3
568155,3,293,20,20,20,2,0,6,2,2,3,2,0,3,0,0
568201,1,533,76,76,76,11,8,7,9,8,16,4,2,3,2,6
568201,2,207,38,38,36,3,0,3,4,1,17,5,0,2,1,0
568201,3,316,64,64,63,10,2,6,6,8,15,8,5,1,2,0
568287,1,99,16,16,15,1,1,3,2,1,5,0,0,1,0,1
568295,1,573,130,130,128,17,0,21,26,8,29,7,6,5,3,6
568309,1,709,145,145,144,18,1,47,13,11,23,9,3,4,8,7
568350,1,1319,224,224,221,30,2,36,26,28,61,13,8,2,8,7
568350,2,477,72,72,69,11,0,7,6,5,23,3,7,2,3,2
568384,1,193,48,48,46,1,0,3,15,7,6,8,1,0,1,4
513890,1,136,20,20,19,5,0,5,3,1,3,1,0,0,0,1
514161,1,82,5,5,5,0,0,1,0,0,2,0,2,0,0,0
514195,1,96,21,21,21,4,2,3,5,1,3,1,1,1,0,0
514276,1,316,43,43,40,6,0,4,7,2,11,4,5,0,0,1
530387,1,143,35,35,35,4,0,7,3,2,7,4,0,2,3,3
544337,1,149,29,29,28,6,0,2,3,8,3,1,2,2,1,0
544337,2,174,18,18,18,2,0,4,2,7,1,0,1,0,0,1
546232,1,115,23,23,23,4,0,0,4,3,5,2,1,2,2,0
546259,1,185,33,33,33,3,0,7,4,12,3,0,0,0,0,4
546267,1,225,61,61,61,21,4,4,11,5,10,0,4,0,1,1
546275,1,112,38,38,38,7,0,7,2,2,6,3,8,1,2,0
546283,1,185,53,53,53,5,2,9,0,4,12,6,0,0,4,11
553638,1,139,20,20,20,4,0,4,7,0,1,1,0,0,2,1
561380,1,2624,124,124,123,17,7,23,8,10,19,13,1,10,5,10
561380,2,587,100,100,99,6,7,23,5,17,23,7,0,4,5,2
561380,3,296,59,59,59,5,3,2,6,3,13,10,3,3,5,6
561380,4,973,145,145,141,8,3,37,14,13,28,7,2,10,2,17
561380,5,813,212,212,211,9,7,59,34,23,30,20,6,6,4,13
561380,6,637,91,91,89,15,2,21,12,10,17,3,1,1,4,3
561380,7,950,135,135,132,15,1,16,17,19,31,11,6,3,8,5
561380,8,638,133,133,130,15,3,12,20,27,20,6,6,9,7,5
561380,9,562,82,82,81,11,2,12,4,11,12,7,4,7,6,5
561380,10,651,74,74,72,23,2,6,11,8,11,2,5,1,1,2
561380,11,406,89,89,88,9,7,19,9,7,19,6,1,4,2,5
561380,12,790,122,122,121,11,2,20,12,20,22,9,4,5,4,12
561380,13,770,141,141,140,17,1,19,28,13,31,9,4,6,5,7
561380,14,669,114,114,114,5,5,12,18,20,27,11,2,5,3,6
561380,15,426,87,87,87,4,1,22,13,13,17,9,1,2,3,2
561380,16,706,128,128,127,12,7,10,10,22,32,10,7,4,9,4
561380,17,310,62,62,62,6,5,7,11,13,10,5,2,1,0,2
561380,18,435,72,72,71,8,8,12,7,8,10,6,3,1,1,7
561380,19,549,78,78,76,10,1,13,5,9,11,11,1,6,5,4
561380,20,407,55,55,55,9,1,4,4,6,18,2,2,3,2,4
561380,21,305,21,21,21,5,1,3,2,6,3,1,0,0,0,0
561380,22,464,45,45,45,5,4,2,7,11,11,1,0,1,2,1
561380,23,314,19,19,19,2,0,0,7,2,2,1,3,1,1,0
561380,24,457,41,41,41,8,0,7,2,6,8,1,3,2,1,3
561380,25,476,49,49,48,9,0,1,11,9,5,2,3,4,2,2
561380,26,519,44,44,44,11,1,5,7,7,4,0,2,0,4,3
561380,27,906,93,93,92,12,1,11,18,17,20,4,0,4,1,4
561380,28,246,16,16,16,5,0,0,2,5,2,0,0,0,0,2
561380,29,748,91,91,90,9,0,9,15,21,13,0,5,4,4,10
561380,30,750,77,77,76,11,1,4,14,10,14,2,5,4,5,6
561380,31,996,89,89,88,12,3,9,11,6,21,5,7,2,7,5
561380,32,673,40,40,40,6,1,1,3,5,7,5,4,2,3,3
561380,33,415,53,53,53,13,1,7,3,3,9,5,3,1,4,4
561380,34,560,42,42,42,5,0,5,5,7,3,2,4,1,2,8
561380,35,642,75,75,73,6,1,16,10,7,15,2,5,1,6,4
561380,36,636,83,83,83,5,0,9,11,3,19,5,2,4,11,14
561380,37,788,78,78,78,9,1,10,4,11,19,4,5,0,6,9
561380,38,439,34,34,34,4,0,4,1,5,11,2,1,1,1,4
561380,39,516,80,79,77,6,0,9,20,12,14,5,1,0,1,9
561380,40,290,37,37,37,9,1,1,4,5,12,2,0,1,2,0
561380,41,446,50,50,48,6,1,8,8,5,11,2,0,4,1,2
561380,42,336,72,72,71,2,1,16,4,8,18,11,2,0,2,7
561380,43,282,38,38,35,4,2,4,4,3,11,1,0,1,0,5
561380,44,968,147,147,146,17,5,12,19,19,25,9,11,6,9,14
561380,45,1140,157,157,156,34,2,16,20,24,22,1,6,5,5,21
561380,46,1121,116,116,114,14,8,11,12,4,25,11,3,9,8,9
561380,47,72,22,22,22,0,0,5,3,1,5,2,0,1,3,2
561398,1,273,57,57,57,9,1,7,9,2,13,10,1,0,2,3
561401,1,88,29,29,29,4,0,5,3,4,9,1,0,1,2,0
561410,1,511,37,37,37,2,2,4,2,4,12,6,3,0,0,2
561428,1,164,30,30,30,6,0,8,1,2,7,0,0,0,4,2
561444,1,634,55,55,55,13,5,6,11,5,7,2,0,1,5,0
561444,2,334,36,36,36,4,2,2,5,4,10,3,2,0,4,0
561444,3,129,24,24,24,8,0,1,4,2,4,0,1,0,2,2
561479,1,142,26,26,25,4,3,2,6,4,4,0,1,0,0,1
561479,2,318,41,40,40,8,1,2,1,7,5,5,0,2,6,3
561479,3,1244,191,191,189,25,4,22,31,28,35,13,7,8,10,6
561479,4,830,105,105,105,13,3,7,15,17,16,13,7,4,7,3
561479,5,1042,152,152,148,33,8,13,20,14,24,16,8,3,2,7
561495,1,1351,195,195,189,19,4,11,23,27,52,16,11,9,4,13
561495,2,1074,162,162,161,15,1,19,25,21,47,17,2,4,3,7
561495,3,1057,233,233,233,14,9,33,26,32,62,27,7,8,8,7
561495,4,485,113,113,113,17,0,12,8,12,42,6,2,2,8,4
561495,5,152,23,23,23,1,0,0,6,3,2,5,4,1,0,1
561495,6,123,20,20,20,1,0,6,4,4,1,1,0,3,0,0
561533,1,1160,164,164,162,27,6,29,14,6,36,20,3,6,5,10
561533,2,146,27,27,27,0,0,4,3,3,7,4,0,0,3,3
561533,3,129,16,16,16,1,0,1,7,3,0,0,2,1,1,0
561541,1,521,67,67,67,6,0,5,11,16,9,1,8,2,1,8
561584,1,418,45,45,45,9,0,7,6,9,4,3,1,2,2,2
561592,1,560,92,92,92,9,4,13,10,9,21,9,4,1,3,9
561606,1,553,94,94,93,11,3,4,15,7,27,7,6,2,2,9
561614,1,199,31,31,31,3,0,5,7,4,4,0,2,1,5,0
561622,1,121,25,25,25,0,0,7,7,0,4,2,0,0,3,2
561665,1,634,63,63,62,1,6,9,7,3,21,8,1,5,1,0
561681,1,342,31,31,31,5,0,5,4,5,1,2,4,0,4,1
561681,2,851,113,113,110,12,2,12,13,23,25,4,3,2,9,5
561681,3,869,118,118,118,10,10,15,24,20,16,7,1,2,10,3
561681,4,418,35,35,35,1,3,4,7,6,7,2,1,2,0,2
561681,5,740,103,103,102,11,3,22,8,17,15,4,8,2,9,3
561720,1,552,72,72,72,8,4,9,11,12,15,3,0,0,8,2
561720,2,106,15,15,15,1,0,2,5,1,3,1,0,1,1,0
561738,1,123,37,37,37,2,0,2,7,2,8,3,1,3,7,2
561746,1,471,48,48,47,9,2,5,9,8,6,1,2,3,2,0
561827,1,204,45,45,45,6,2,8,7,6,9,2,0,1,2,2
561827,2,66,12,12,12,2,0,0,0,0,3,1,2,2,2,0
561835,1,1041,116,116,115,18,5,5,22,22,23,4,6,5,0,5
561835,2,894,115,115,114,23,4,11,18,17,20,6,6,0,3,6
561835,3,938,119,119,116,20,0,8,21,19,28,5,5,1,4,5
561835,4,1313,131,131,131,23,12,12,16,18,27,9,3,1,5,5
561835,5,936,150,150,147,12,3,16,33,17,34,6,9,3,3,11
561835,6,195,41,41,41,12,1,2,11,0,6,5,0,1,3,0
561851,1,239,41,41,40,6,4,2,12,4,7,2,1,1,1,0
561860,1,488,55,55,55,6,1,6,5,5,3,7,5,5,7,5
561860,2,832,91,91,91,12,2,22,2,12,13,11,3,2,6,6
561860,3,719,95,95,94,18,3,16,10,11,17,5,4,1,2,7
561860,4,686,138,138,138,11,6,25,18,17,30,11,3,2,9,6
561860,5,655,88,88,87,5,2,8,14,18,15,10,1,4,2,8
561860,6,643,133,133,131,24,4,14,16,17,23,11,5,5,10,2
561860,7,762,132,132,132,8,3,22,7,26,38,9,2,7,6,4
561860,8,697,90,90,89,12,1,10,15,17,16,4,1,1,6,6
561860,9,501,80,80,80,5,8,12,8,7,15,9,1,2,8,5
561860,10,535,76,76,76,10,2,16,7,8,13,6,2,7,0,5
561860,11,561,117,117,115,4,6,27,10,11,31,8,2,7,1,8
561860,12,633,91,91,91,12,1,7,11,9,19,2,5,11,8,6
561860,13,628,100,100,100,6,2,18,16,9,25,8,1,1,4,10
561860,14,792,169,169,169,16,2,27,14,21,44,13,4,4,14,10
561860,15,750,153,153,152,20,6,28,17,20,32,8,5,8,3,5
561878,1,630,101,101,95,16,0,5,15,16,11,6,7,4,5,10
561886,1,242,39,39,39,4,3,4,9,4,10,3,1,0,0,1
561894,1,471,100,100,100,5,4,24,7,8,23,12,2,2,5,8
561959,1,300,54,54,54,3,1,19,3,4,11,3,2,1,1,6
561983,1,598,79,79,78,10,1,4,9,14,20,6,4,1,7,2
561991,1,346,57,57,57,4,0,13,5,7,7,0,1,7,7,6
562017,1,244,22,22,22,6,0,2,4,3,2,2,0,0,3,0
562017,2,531,80,80,80,13,3,2,19,17,13,2,4,0,4,3
562017,3,717,62,61,61,17,1,2,30,6,3,0,0,1,1,0
562025,1,1197,139,139,138,21,1,36,4,9,40,8,7,4,4,4
562050,1,584,92,92,92,8,1,8,10,16,20,12,1,5,2,9
562076,1,595,105,105,104,10,4,18,7,18,20,12,2,2,8,3
562092,1,1015,105,105,104,12,5,6,15,29,25,0,3,1,0,8
562092,2,1407,150,149,145,22,2,9,23,33,34,3,7,1,4,7
562092,3,951,155,155,154,64,3,11,13,6,33,4,5,5,1,9
562106,1,560,81,81,79,6,5,6,12,13,20,9,4,1,0,3
562106,2,231,42,42,40,5,0,13,0,4,9,4,4,1,0,0
562114,1,265,32,32,32,2,0,9,0,4,7,6,1,2,0,1
562131,1,537,95,95,94,13,4,26,9,10,19,2,3,2,2,4
562173,1,149,10,10,10,2,0,1,0,0,3,0,0,0,2,2
562203,1,154,22,22,22,2,1,4,1,8,2,2,0,1,1,0
562220,1,530,40,40,40,6,1,4,4,3,12,0,7,1,2,0
562238,1,84,12,12,12,4,0,1,3,2,2,0,0,0,0,0
562246,1,574,85,85,85,4,2,18,12,11,15,10,4,4,2,3
562262,1,1016,137,137,137,16,5,20,24,18,31,4,7,0,6,6
562262,2,803,153,153,147,10,8,26,34,17,21,5,6,1,7,12
562262,3,405,64,64,64,10,0,3,27,8,8,4,1,1,0,2
562297,1,612,90,90,88,13,2,8,31,11,8,6,4,3,0,2
562297,2,690,119,119,118,15,1,17,18,24,15,6,8,1,9,4
562297,3,130,8,8,8,0,0,0,4,2,1,0,1,0,0,0
562297,4,149,21,21,21,2,1,3,4,1,9,0,0,0,1,0
530425,1,140,30,30,30,1,0,4,0,3,5,7,4,2,1,3
546577,1,315,61,61,61,6,0,11,6,5,12,5,4,7,2,3
546585,1,464,61,61,61,9,3,11,8,3,18,1,1,3,3,1
563510,1,1810,94,94,93,6,1,9,6,3,14,19,8,13,5,9
563510,2,808,137,137,133,10,8,25,6,17,27,15,4,2,8,11
563510,3,734,120,120,116,12,3,19,13,18,11,12,11,8,4,5
563510,4,647,102,102,102,9,4,10,12,14,18,3,6,5,6,15
563510,5,762,118,118,118,6,5,21,4,12,27,16,7,4,6,10
563510,6,750,144,144,141,8,0,23,21,10,34,15,6,8,6,10
563510,7,845,166,166,166,7,3,23,9,11,33,29,15,16,7,13
563510,8,778,96,96,94,8,4,8,9,13,16,15,6,4,2,9
563510,9,553,80,80,80,10,4,8,6,5,16,12,4,3,4,8
563510,10,603,138,138,138,11,4,19,6,23,36,15,4,7,11,2
563510,11,726,136,136,134,15,3,9,9,25,43,6,6,3,4,11
563510,12,732,149,149,147,5,1,36,14,14,30,9,4,10,13,11
563510,13,700,180,180,177,9,7,32,19,26,32,24,6,11,6,5
563510,14,737,125,125,125,5,3,18,3,13,41,7,2,20,3,10
563510,15,764,143,143,143,9,3,20,11,9,27,28,7,8,7,14
563510,16,735,147,147,144,15,4,21,9,28,26,12,8,3,9,9
563510,17,828,151,151,151,11,2,31,12,16,26,18,12,7,6,10
563510,18,720,124,124,123,13,3,9,12,20,34,10,4,7,9,2
563510,19,591,140,140,140,7,6,27,5,24,31,8,2,11,8,11
563510,20,786,179,179,179,11,3,21,19,23,36,18,11,10,9,18
563510,21,600,88,88,88,6,6,18,4,8,15,4,4,8,4,11
563510,22,890,183,183,181,12,7,28,15,16,28,18,10,17,11,19
563510,23,731,96,96,96,3,1,26,4,9,16,6,7,7,13,4
563510,24,818,184,184,184,17,5,28,19,22,44,21,5,6,10,7
563510,25,891,138,138,138,10,5,29,8,11,24,15,6,12,6,12
563510,26,665,143,143,140,13,4,15,15,11,40,11,4,12,8,7
563510,27,642,103,103,102,5,5,15,12,18,18,14,4,4,2,5
563510,28,751,111,111,111,6,0,17,15,17,24,8,8,9,5,2
563510,29,907,222,222,221,15,9,28,6,23,36,20,10,38,19,17
563510,30,579,146,146,143,6,2,25,17,16,28,13,7,2,4,23
563510,31,499,123,123,123,19,4,25,6,16,27,5,1,8,6,6
563510,32,657,158,158,157,19,7,21,12,22,30,14,2,20,5,5
563510,33,653,100,100,100,6,2,9,16,18,19,4,6,3,6,11
563510,34,885,211,211,208,17,3,42,12,19,42,19,11,6,20,17
563510,35,620,138,138,138,4,6,22,6,22,27,8,7,10,16,10
563510,36,702,126,126,125,5,2,20,11,14,27,14,5,12,8,7
563510,37,751,100,99,99,4,3,10,13,13,19,14,5,3,3,12
563510,38,583,106,106,106,20,2,15,10,14,20,2,4,5,9,5
563510,39,715,119,119,119,14,0,18,13,15,26,4,6,10,9,4
563510,40,957,193,193,191,16,5,21,23,27,32,16,9,17,13,12
563510,41,791,209,209,205,49,4,23,14,12,40,24,9,16,4,10
563510,42,1026,173,173,170,14,6,26,12,5,32,15,13,13,7,27
563510,43,202,37,37,36,2,0,6,1,1,12,2,1,2,3,6
563510,44,587,106,106,106,10,2,23,11,11,23,6,4,5,7,4
563510,45,630,142,142,142,5,3,28,5,8,37,15,3,11,20,7
563510,46,623,133,132,128,10,0,24,5,5,32,10,14,4,16,8
563510,47,814,204,202,201,12,2,28,12,14,54,20,26,17,8,8
563510,48,742,149,148,146,8,5,42,11,9,27,4,6,8,7,19
563510,49,558,116,116,113,16,8,17,5,11,15,10,5,11,8,7
563528,1,262,64,64,64,11,3,10,11,2,9,5,5,6,0,2
563536,1,252,80,80,80,5,4,31,6,3,19,3,1,0,3,5
563552,1,796,87,87,87,11,5,12,5,13,22,3,3,3,2,8
563552,2,1203,179,179,177,16,5,22,24,25,36,18,5,9,5,12
563552,3,591,78,78,78,5,3,9,8,9,26,8,1,3,2,4
563561,1,465,74,74,74,8,2,14,7,14,13,5,4,0,3,4
563579,1,277,85,84,83,4,2,27,3,6,17,10,5,1,5,3
563579,2,266,74,74,73,8,2,12,8,12,11,6,4,3,3,4
563579,3,163,31,31,31,6,0,4,1,1,16,0,0,1,0,2
563595,1,1097,178,178,168,16,1,38,9,11,34,19,1,12,13,14
563609,1,657,125,125,125,6,5,24,19,17,20,13,2,6,8,5
563609,2,151,21,21,21,1,0,1,4,5,6,0,3,1,0,0
563617,1,170,25,25,25,0,0,2,4,3,9,5,0,1,0,1
563633,1,769,131,131,129,17,5,23,8,13,32,12,3,6,2,8
563641,1,548,123,123,123,14,7,21,11,20,24,12,3,1,4,6
563641,2,189,34,34,34,3,1,2,2,2,11,1,0,1,10,1
563641,3,118,47,47,45,7,0,11,0,8,10,3,1,0,4,1
563668,1,305,58,58,56,7,1,6,18,3,3,6,5,3,1,3
563668,2,297,42,42,41,3,3,6,11,0,11,0,4,0,3,0
563668,3,203,40,40,40,6,3,7,3,1,10,2,2,2,2,2
563676,1,218,41,41,40,11,0,3,10,5,6,4,1,0,0,0
563684,1,169,69,69,68,11,3,10,5,1,21,7,0,2,4,4
563692,1,1224,188,188,185,25,6,37,22,12,37,8,5,8,10,15
563692,2,102,27,27,27,1,0,8,2,2,3,3,1,2,1,4
563692,3,74,19,19,19,1,5,5,2,1,2,1,0,2,0,0
563706,1,686,202,202,202,15,7,65,6,14,39,23,1,12,8,12
563706,2,117,17,17,17,0,0,2,0,2,3,4,2,1,1,2
563706,3,133,27,27,25,5,1,3,3,3,4,3,2,0,0,1
563714,1,458,80,80,80,10,0,23,5,7,14,2,4,3,6,6
563731,1,589,105,105,103,2,5,22,9,14,20,7,3,5,6,10
563749,1,434,81,81,81,5,2,22,12,7,15,5,2,2,3,6
563749,2,219,43,43,43,4,0,8,6,4,4,7,1,2,2,5
563749,3,408,60,60,60,1,3,9,8,6,9,9,1,0,10,4
563749,4,433,87,87,87,7,0,11,22,3,17,6,1,5,9,6
563757,1,428,68,68,67,10,0,10,6,14,5,9,5,1,1,6
563757,2,392,41,41,39,6,0,0,8,3,4,8,8,1,0,1
563773,1,136,39,39,39,3,0,7,6,1,7,3,0,6,0,6
563781,1,588,112,112,111,20,1,25,10,11,16,10,0,8,7,3
563790,1,2057,350,350,347,32,9,59,20,52,63,46,8,28,15,15
563803,1,454,110,110,110,10,0,18,5,11,29,4,3,6,11,13
563811,1,1225,208,208,207,15,4,35,20,17,44,26,5,14,12,15
563811,2,922,157,157,157,19,8,25,9,15,32,20,5,7,2,15
563811,3,337,63,63,63,3,5,23,0,4,15,7,2,0,2,2
563811,4,377,34,34,33,6,1,3,5,2,9,2,0,0,2,3
563820,1,405,56,56,55,6,4,3,8,8,9,8,0,2,3,4
563820,2,1007,148,148,146,24,2,14,16,25,26,11,6,3,4,15
563820,3,992,165,165,162,20,5,10,21,30,29,17,14,4,7,5
563820,4,1293,123,123,122,15,7,11,19,23,22,9,7,1,3,5
563820,5,1288,262,262,260,34,7,21,23,21,64,19,15,12,18,26
563820,6,205,41,41,40,2,0,10,7,3,6,6,1,0,1,4
563820,7,71,12,12,12,0,1,3,2,0,0,4,2,0,0,0
563838,1,723,62,62,62,8,1,12,9,8,10,2,2,0,4,6
563838,2,926,97,97,95,8,1,23,17,10,11,7,7,2,3,6
563838,3,591,119,119,117,26,3,15,20,12,17,9,8,2,2,3
563846,1,120,18,18,18,6,0,2,2,2,3,2,1,0,0,0
563854,1,725,126,126,125,6,10,43,11,13,20,10,3,3,3,3
563862,1,346,66,66,64,5,1,9,9,5,14,3,4,1,2,11
563862,2,33,8,8,8,1,0,4,0,0,0,1,0,0,0,2
563862,3,34,13,13,13,5,0,2,0,0,1,1,0,0,4,0
563871,1,783,164,164,164,14,18,26,15,14,25,25,4,11,7,5
563871,2,1142,191,191,190,19,8,24,12,25,42,28,5,8,10,9
563871,3,1101,183,183,179,21,2,43,19,13,28,23,3,7,15,5
563871,4,855,135,135,134,13,4,19,14,23,18,10,6,4,10,13
563871,5,270,43,43,43,2,5,9,2,0,9,1,1,5,5,4
563871,6,91,15,15,14,3,0,2,0,0,5,0,0,2,1,1
563871,7,225,32,32,32,0,0,9,1,4,4,5,1,1,7,0
563871,8,256,55,55,55,6,2,8,10,6,7,10,1,0,1,4
563871,9,290,40,40,40,7,1,6,8,7,4,0,1,5,0,1
530433,1,309,51,51,50,9,5,4,10,7,9,1,3,0,0,2
530468,1,658,110,110,110,12,4,20,5,16,22,5,4,10,5,7
530484,1,383,73,73,72,6,3,17,4,3,12,7,2,7,5,6
544345,1,270,61,61,61,6,1,10,11,8,18,1,0,2,3,1
544353,1,218,40,40,38,2,0,1,12,7,8,2,3,1,1,1
544477,1,1793,353,353,350,28,12,75,13,35,89,26,7,26,20,19
544531,1,357,62,62,62,4,1,8,2,10,20,4,4,3,1,5
544582,1,237,85,85,85,6,2,13,5,10,24,8,1,0,9,7
544604,1,115,31,31,31,0,0,12,1,0,8,0,2,3,2,3
545937,1,180,50,50,50,7,3,7,5,12,4,5,1,1,3,2
545953,1,251,66,66,64,7,4,14,4,9,15,4,2,1,0,4
545996,1,266,41,41,41,5,4,0,11,8,10,0,2,1,0,0
546593,1,652,74,74,74,15,0,6,10,10,16,2,1,2,6,6
546607,1,554,87,87,87,16,0,7,19,7,15,8,9,0,3,3
546631,1,566,71,71,71,16,1,4,7,10,10,6,5,1,6,5
546658,1,123,25,25,25,3,0,5,0,3,4,2,2,5,0,1
556891,1001,867,168,168,168,15,3,37,11,21,42,15,5,5,12,2
556891,1002,1379,222,222,221,19,4,26,49,32,28,10,13,13,11,16
556891,1003,1160,235,235,234,24,21,49,17,31,39,8,10,10,11,14
556891,1004,1026,200,200,197,10,10,42,16,9,52,16,2,12,14,14
556891,1005,372,79,79,79,4,4,12,11,2,13,10,7,6,4,6
556891,1006,1223,193,193,191,11,14,40,12,27,38,10,6,5,20,8
556891,1007,558,153,153,152,7,6,39,4,10,35,13,0,5,18,15
561631,1,1219,165,165,162,25,7,24,18,27,22,12,7,0,10,10
561631,2,1075,171,171,169,15,1,25,16,30,36,12,10,7,11,6
561631,3,195,36,36,35,4,1,9,4,1,11,1,1,2,0,1
561631,4,104,21,21,21,2,0,2,3,7,4,0,0,0,0,3
561631,5,107,22,22,21,1,0,4,2,2,3,3,2,1,0,3
561631,6,118,26,26,26,2,0,4,4,7,6,0,0,1,0,2
561631,7,123,12,12,12,2,1,2,1,5,1,0,0,0,0,0
561657,1,83,28,28,28,3,2,1,3,8,10,0,0,0,0,1
563889,1,2829,164,164,161,14,5,41,9,12,34,10,4,6,8,18
563889,2,864,125,125,125,11,4,26,5,13,23,5,9,14,6,9
563889,3,682,103,103,102,16,6,14,8,11,15,6,6,5,2,13
563889,4,1302,300,300,299,34,16,49,12,29,75,28,6,13,22,15
563889,5,805,151,151,151,15,5,22,13,24,32,10,5,5,11,9
563889,6,776,171,171,170,20,8,36,14,27,33,10,1,6,6,9
563889,7,930,225,224,221,8,10,48,20,23,56,20,5,13,4,14
563889,8,950,166,166,164,13,8,38,11,13,28,6,2,10,23,12
563889,9,717,196,196,196,14,9,54,10,11,38,10,12,7,16,15
563889,10,913,169,169,168,18,13,31,16,17,26,11,4,14,12,6
563889,11,947,222,222,220,15,2,47,17,26,46,13,9,18,10,17
563889,12,807,159,159,159,13,10,40,7,16,28,14,3,9,4,15
563889,13,377,96,96,96,2,1,23,0,9,17,11,2,11,13,7
563889,14,667,171,171,171,14,1,49,5,25,27,11,2,21,11,5
563889,15,1126,309,308,308,12,14,83,7,27,56,33,2,32,27,15
563889,16,599,140,140,140,7,8,38,7,13,27,10,2,10,9,9
563889,17,1000,294,294,294,12,10,88,14,18,79,23,1,12,21,16
563889,18,1245,311,311,310,19,10,74,36,23,62,17,8,16,20,25
563889,19,765,235,235,235,17,6,67,15,13,46,17,2,11,28,13
563889,20,982,304,304,304,26,12,43,18,51,79,28,4,22,9,12
563889,21,1011,188,188,187,15,8,30,13,24,51,20,2,8,6,10
563889,22,751,166,166,166,15,4,18,22,27,39,18,5,3,8,7
563889,23,1134,225,224,223,16,3,41,31,23,58,14,6,6,10,15
563889,24,991,191,191,189,12,10,41,6,22,49,14,7,6,11,11
563889,25,926,157,157,155,9,9,24,11,19,42,7,4,11,10,9
563889,26,844,148,148,148,9,4,20,23,23,30,8,4,5,10,12
563889,27,1290,250,249,246,11,14,44,21,20,58,28,6,13,13,18
563889,28,696,200,200,200,19,10,27,13,22,55,14,2,8,20,10
563889,29,797,199,199,199,8,3,36,20,19,62,13,2,14,13,9
563889,30,1005,190,189,188,20,3,35,17,22,38,8,8,9,18,10
563889,31,747,146,146,144,9,3,35,9,19,36,12,1,8,9,3
563889,32,1047,183,183,183,10,6,27,18,41,34,9,15,8,4,11
563889,33,1184,173,173,173,14,3,32,16,31,24,17,8,5,11,12
563889,34,321,54,54,54,1,7,9,5,4,17,6,0,1,1,3
563889,35,961,106,106,104,10,5,18,7,17,16,9,4,4,5,9
563889,36,848,141,141,141,14,6,28,8,17,26,10,1,10,12,9
563889,37,900,163,163,163,11,13,30,8,21,34,11,4,15,7,9
563889,38,1097,189,189,188,19,3,32,11,28,30,5,10,16,23,11
563889,39,829,180,180,179,16,11,35,23,21,39,10,2,5,7,10
563889,40,1094,151,151,150,9,8,36,12,18,36,7,4,4,8,8
563889,41,666,90,90,90,4,9,15,4,13,20,3,2,6,5,9
563889,42,1536,337,337,335,26,16,94,12,41,59,28,9,24,13,13
563889,43,349,65,65,65,8,5,14,2,3,22,5,1,1,1,3
563889,44,970,254,254,253,15,7,56,22,29,60,19,4,6,22,13
563889,45,768,142,142,142,8,3,20,14,20,32,5,7,14,12,7
563889,46,1017,175,175,175,12,3,31,9,27,39,13,5,11,17,8
563889,47,859,163,162,162,14,3,28,12,13,32,14,8,15,10,13
563889,48,753,112,112,112,17,2,8,17,17,21,14,3,4,6,3
563889,49,906,123,123,123,20,5,18,7,18,21,7,11,4,5,7
563889,50,877,167,167,163,16,3,20,16,28,37,14,2,9,11,7
563889,51,934,198,198,197,15,10,32,15,35,44,8,6,13,15,4
563889,52,1211,161,161,158,10,0,26,16,22,38,7,15,4,9,11
563889,53,1566,222,222,220,14,6,26,25,30,28,13,10,20,27,21
563889,54,1028,156,156,153,9,3,35,15,17,32,5,5,9,13,10
563889,55,1160,224,224,224,25,2,32,17,41,44,10,12,15,16,10
563889,56,785,123,123,123,10,3,19,5,16,27,9,7,13,8,6
563889,57,771,153,153,152,10,1,26,10,14,38,10,2,11,14,16
563889,58,984,207,207,206,12,2,43,10,25,52,17,8,15,12,10
563889,59,884,161,161,161,9,9,22,10,31,39,7,5,12,9,8
563889,60,954,174,174,174,16,6,20,18,32,32,10,11,11,6,12
563889,61,1068,265,265,265,23,1,48,20,26,68,23,3,16,23,14
563889,62,1039,254,254,252,19,14,54,17,28,49,19,7,16,15,14
563889,63,926,243,243,243,17,9,38,20,52,56,24,4,6,5,12
563889,64,1002,299,299,298,24,22,72,17,31,49,23,2,27,20,11
563889,65,672,229,229,228,9,1,64,14,43,45,19,2,12,9,10
563889,66,839,244,244,243,9,7,55,11,31,59,28,5,13,15,10
563889,67,1212,311,309,309,11,10,88,7,11,63,37,7,14,38,23
563889,68,933,156,156,156,13,7,22,9,21,44,10,4,4,14,8
563889,69,1444,286,286,283,24,9,57,13,33,61,13,9,17,27,20
563889,70,1139,203,203,203,11,5,38,19,22,49,10,12,10,16,11
563889,71,827,133,133,133,11,3,24,11,7,44,12,2,6,4,9
563889,72,988,152,151,147,16,1,25,4,12,36,5,12,11,8,17
563889,73,701,113,113,113,14,5,26,7,6,26,3,10,6,4,6
563889,74,517,85,85,85,7,0,25,1,11,18,10,2,4,4,3
563889,75,346,56,56,56,3,3,15,5,2,8,6,0,4,9,1
563889,76,101,31,31,31,1,0,9,1,1,12,4,0,1,2,0
563889,77,809,177,177,175,10,6,26,6,26,41,10,5,12,21,12
563889,78,884,194,194,194,14,8,44,8,18,39,11,5,9,18,20
563889,79,1086,230,230,230,25,4,42,15,24,46,18,9,16,14,17
563889,80,444,117,116,114,15,6,16,15,10,31,6,3,5,6,1
563901,1,255,50,50,49,10,0,10,3,6,8,4,0,3,3,2
563901,2,158,27,27,27,3,0,0,0,2,15,1,2,0,0,4
563901,3,194,33,33,33,2,0,9,1,2,10,1,5,0,2,1
563901,4,116,26,26,24,5,4,1,3,3,3,0,3,1,0,1
563919,1,735,99,99,99,7,2,6,17,6,35,2,7,6,6,5
563935,1,441,51,51,51,11,0,5,6,12,10,1,4,0,0,2
563935,2,247,21,21,21,4,2,2,2,5,6,0,0,0,0,0
563943,1,93,26,26,26,3,0,13,3,4,1,2,0,0,0,0
563960,1,800,167,167,165,21,8,24,18,11,33,9,5,10,15,11
563960,2,929,196,196,195,23,9,27,15,37,29,13,7,4,13,18
563960,3,79,22,22,22,2,1,4,5,1,5,1,1,0,0,2
563960,4,87,18,18,18,0,0,7,0,3,4,0,1,1,0,2
563960,5,237,28,28,28,3,0,5,5,5,2,2,3,2,1,0
563960,6,51,19,19,18,3,0,2,4,0,4,0,0,0,5,0
563994,1,431,47,47,46,7,2,11,2,7,8,4,2,2,0,1
564028,1,827,149,149,148,17,4,21,21,17,33,15,7,1,6,6
564028,2,825,104,104,102,15,4,9,13,21,18,13,6,0,3,0
564028,3,1247,145,145,144,21,15,17,15,23,21,11,5,4,3,9
564028,4,1268,183,183,183,17,11,26,18,22,28,25,4,4,14,14
564028,5,686,104,104,104,14,4,10,12,12,21,12,2,0,8,9
564028,6,1145,184,184,183,20,16,18,25,31,32,16,7,8,1,9
564036,1,362,48,48,47,7,3,2,9,5,10,2,5,1,3,0
564044,1,867,114,114,113,7,3,19,17,22,18,8,6,2,1,10
564044,2,694,50,50,50,9,1,7,3,15,5,4,1,1,2,2
564044,3,424,65,65,65,10,2,9,8,12,6,10,1,5,1,1
564044,4,225,33,33,32,4,3,1,0,9,6,1,2,3,2,1
564052,1,191,41,41,41,9,1,7,3,4,3,2,1,1,7,3
564061,1,1115,141,141,140,18,4,15,11,24,36,6,9,6,6,5
564061,2,1081,155,155,155,11,5,35,9,15,36,12,4,3,15,10
564079,1,190,17,17,17,3,0,0,3,2,3,0,3,0,0,3
564095,1,1259,179,179,179,11,5,32,21,29,45,6,16,2,2,10
564095,2,1022,165,165,165,19,3,26,23,25,34,9,1,11,2,12
564095,3,1088,80,80,80,13,7,7,17,5,17,3,1,3,2,5
564095,4,756,80,80,80,8,2,19,12,11,15,1,2,1,3,6
564095,5,928,94,94,94,14,3,2,14,17,16,2,7,4,7,8
564095,6,238,31,31,30,3,0,6,11,4,4,0,1,0,0,1
564095,7,206,21,21,21,2,2,3,2,1,7,0,2,1,0,1
564095,8,362,42,42,41,2,1,4,3,6,11,1,2,2,4,5
564095,9,194,11,11,11,3,0,2,2,1,3,0,0,0,0,0
564109,1,765,87,87,87,18,1,10,7,11,16,0,7,7,3,7
564117,1,1263,177,177,176,24,4,25,23,16,42,7,7,3,10,15
564117,2,1310,147,147,145,13,6,28,16,14,17,17,13,7,6,8
564117,3,1007,167,167,165,13,7,30,26,13,31,14,11,5,4,11
564117,4,1029,164,164,162,11,13,17,16,17,40,12,3,5,13,15
564117,5,287,29,29,29,4,0,5,4,5,5,2,0,0,0,4
564133,1,547,83,83,82,17,4,11,16,6,7,7,2,7,2,3
564141,1,279,73,73,73,10,3,14,2,11,7,2,3,1,13,7
564168,1,368,51,51,51,6,0,10,8,8,4,2,3,2,4,4
564176,1,270,66,66,66,4,5,28,2,6,8,6,3,0,2,2
564184,1,438,62,62,62,8,1,9,5,4,15,10,2,3,2,3
564184,2,222,37,37,37,1,0,7,5,7,11,2,1,2,0,1
564206,1,374,66,66,66,8,9,13,14,5,8,5,0,0,3,1
564231,1,1137,202,202,200,17,4,42,17,18,41,16,15,3,14,13
564265,1,1116,143,143,140,16,4,17,26,24,19,11,2,0,13,8
564265,2,1188,96,96,96,18,1,5,23,21,7,4,6,0,6,5
564265,3,574,79,79,79,6,1,21,12,5,14,11,1,2,3,3
564265,4,126,19,19,19,2,0,3,1,3,3,0,1,3,3,0
564281,1,574,83,83,83,14,0,18,7,6,16,1,3,4,9,5
564290,1,855,130,130,129,12,1,16,9,29,27,7,10,6,3,9
564303,1,547,117,117,117,12,3,28,10,18,17,7,6,7,5,4
564311,1,213,38,38,38,11,0,5,8,4,7,2,0,0,0,1
564354,1,1056,167,167,166,22,5,31,10,23,33,10,7,3,10,12
564371,1,1042,125,125,125,26,5,12,19,20,25,8,3,1,3,3
564371,2,691,66,66,64,5,3,16,6,6,18,3,2,1,2,2
564371,3,502,55,55,55,6,2,4,7,12,7,8,4,2,3,0
564397,1,497,45,45,45,5,2,7,10,3,10,0,0,1,4,3
564397,2,158,31,31,31,4,4,6,3,1,3,3,4,3,0,0
564401,1,129,40,40,40,3,0,10,0,7,8,7,1,0,3,1
564427,1,755,156,155,155,7,4,42,5,9,47,16,4,4,6,11
564435,1,315,56,56,53,4,0,13,0,9,12,3,3,1,5,3
564443,1,237,46,46,46,6,3,6,1,2,6,4,5,4,5,4
564451,1,67,22,22,22,3,0,2,0,1,6,4,1,0,2,3
564451,2,76,7,7,7,0,1,3,0,1,1,1,0,0,0,0
564460,1,736,167,167,167,11,6,41,6,11,51,5,2,10,15,9
564494,1,138,25,25,25,5,3,1,5,2,4,0,1,2,0,2
564494,2,226,44,44,44,9,1,1,7,4,8,12,1,0,0,1
564494,3,122,23,23,23,6,0,0,5,4,4,2,1,0,0,1
564494,4,118,22,22,22,9,2,1,4,0,3,1,0,0,0,2
564494,5,493,50,50,50,13,1,6,9,7,5,4,0,1,0,4
564516,1,210,55,55,55,10,1,6,7,4,9,7,2,5,1,3
564532,1,372,79,79,79,6,1,6,9,11,21,10,5,2,1,7
564532,2,80,20,20,20,1,0,1,6,7,1,3,0,1,0,0
564541,1,233,30,30,29,3,2,11,3,1,3,0,1,3,1,1
547476,1,206,40,40,40,3,4,7,2,2,11,1,0,2,2,6
547484,1,171,40,40,35,5,10,6,1,2,10,0,1,0,0,0
573400,1,130,35,35,35,11,2,2,1,8,4,2,1,2,1,1
573418,1,471,83,83,82,10,4,17,11,5,9,2,7,4,8,5
574201,1,127,32,32,32,1,4,10,3,7,1,1,1,1,0,3
574201,2,76,23,23,23,1,0,6,6,3,7,0,0,0,0,0
576964,1,410,53,53,53,7,0,13,2,8,9,3,4,3,1,3
576964,2,533,102,102,98,8,6,33,8,9,19,7,4,3,0,1
576964,3,637,88,88,88,8,9,19,6,9,14,10,2,3,4,4
576964,4,679,146,146,145,10,6,26,10,11,30,25,7,5,6,9
576964,5,748,113,113,113,12,3,13,33,22,11,7,3,1,6,2
576964,6,594,76,76,76,8,8,5,10,14,18,8,0,0,0,5
576964,7,740,150,150,149,18,5,35,23,12,19,8,6,9,8,6
576964,8,738,115,115,114,8,11,16,11,17,22,11,3,8,3,4
576964,9,1053,206,206,205,26,13,30,32,33,39,9,5,5,6,7
576964,10,893,158,158,156,17,11,23,25,20,20,9,0,7,17,7
576972,1,215,32,32,30,0,2,5,2,13,3,0,3,0,2,0
576981,1,307,81,81,79,5,12,16,5,10,11,7,3,0,7,3
576981,2,269,53,53,53,10,7,9,3,4,5,5,2,0,1,7
576981,3,170,34,34,33,5,4,10,5,2,5,0,0,0,0,2
576981,4,163,51,51,50,9,14,4,2,5,10,1,0,4,1,0
576999,1,693,114,114,112,11,8,18,14,16,16,4,3,6,8,8
577006,1,456,103,103,103,15,14,17,8,12,14,4,7,2,6,4
577014,1,197,49,49,47,3,1,9,11,7,7,2,1,0,4,2
577031,1,163,29,29,25,0,7,6,3,1,2,4,0,2,0,0
577049,1,97,27,27,26,3,0,6,5,2,5,1,3,0,0,1
577057,1,467,71,71,71,8,11,19,4,3,11,4,0,3,7,1
577073,1,523,96,96,96,5,9,18,9,8,18,7,1,7,7,7
577081,1,1272,255,255,254,20,11,35,21,22,64,38,2,16,13,12
577111,1,69,18,18,17,2,0,3,5,4,0,0,0,0,1,2
577120,1,942,167,167,162,15,9,29,18,15,34,10,5,6,10,11
577120,2,550,90,90,89,4,12,22,2,4,24,10,2,0,5,4
577146,1,477,82,82,82,6,11,10,0,10,18,6,4,1,6,10
577154,1,665,120,120,120,5,7,29,7,11,29,17,2,1,6,6
577154,2,121,19,19,18,2,1,4,0,1,3,4,1,1,0,1
577162,1,1184,178,178,174,10,23,28,12,18,23,19,13,3,10,15
577162,2,84,15,15,15,2,4,4,1,0,0,0,2,1,0,1
577162,3,117,17,17,17,2,0,1,6,1,1,1,1,2,0,2
577162,4,54,10,10,10,3,0,1,0,2,2,0,0,2,0,0
577162,5,36,13,13,13,2,1,2,1,0,6,1,0,0,0,0
577171,1,398,86,86,85,18,6,16,7,7,12,8,4,2,1,4
577189,1,101,23,23,21,5,1,3,3,1,2,1,4,1,0,0
577189,2,47,11,11,11,0,0,1,2,3,2,1,0,0,2,0
577189,3,52,10,10,10,6,0,3,0,0,0,0,0,0,0,1
577197,1,1113,219,219,217,18,27,39,19,18,29,26,8,10,10,13
577197,2,971,188,188,188,19,16,28,25,16,34,12,16,7,4,11
577197,3,721,146,146,146,12,16,23,11,18,17,16,11,3,13,6
577197,4,1353,266,266,261,26,27,39,22,21,47,33,8,9,17,12
577197,5,365,77,77,77,9,11,19,5,6,12,4,2,3,2,4
577201,1,151,36,36,36,1,1,8,2,3,10,6,0,3,0,2
577219,1,610,130,130,128,14,4,19,15,18,32,12,1,3,4,6
577227,1,149,52,52,51,3,1,4,4,4,16,5,5,0,3,6
577235,1,1103,147,147,147,8,9,20,18,22,29,10,11,2,11,7
577235,2,248,48,48,47,6,7,3,9,4,5,5,6,0,0,2
577243,1,394,88,88,88,6,9,17,9,9,8,9,8,2,7,4
577294,1,786,140,140,139,25,17,14,8,19,5,30,8,1,10,2
577308,1,962,155,155,152,14,11,39,12,10,18,23,1,9,9,6
577308,2,1165,200,199,197,15,16,29,12,29,38,22,3,12,14,7
577308,3,1231,243,243,242,13,18,40,29,42,42,13,9,10,17,9
577308,4,892,162,162,162,21,13,25,10,22,23,15,8,7,14,4
577308,5,140,19,19,19,1,1,4,2,3,3,1,1,1,0,2
577308,6,80,16,16,16,3,1,0,3,1,1,0,4,0,1,2
577308,7,133,14,14,13,2,0,2,2,0,1,0,0,0,6,0
577316,1,517,80,80,78,14,3,19,10,5,8,15,1,0,2,1
577316,2,424,87,87,85,1,9,23,3,12,15,7,4,1,8,2
577316,3,73,25,25,25,6,0,10,1,2,5,0,0,0,0,1
577316,4,301,75,75,75,8,1,15,3,8,24,5,3,2,1,5
577324,1,332,96,96,95,7,4,21,8,15,19,7,3,3,6,2
577332,1,430,68,68,66,7,7,11,5,9,4,13,1,1,6,2
577341,1,544,102,102,101,7,9,17,7,16,13,12,11,4,3,2
577359,1,921,186,186,185,15,3,43,14,15,31,7,4,12,18,23
577367,1,148,30,30,28,6,2,5,2,6,3,2,1,0,0,1
577375,1,248,31,31,31,3,7,7,5,4,2,2,0,0,1,0
577375,2,41,5,5,5,0,0,1,0,0,1,0,0,0,0,3
577391,1,191,39,39,37,6,7,0,3,3,5,4,2,5,1,1
577405,1,983,166,166,164,12,15,20,36,17,17,13,10,9,8,7
577413,1,717,145,144,144,6,3,33,7,31,31,8,3,6,7,9
577421,1,204,45,45,45,10,0,3,8,2,14,0,1,0,2,5
577430,1,340,67,67,67,10,10,5,1,5,17,3,6,0,9,1
577448,1,68,15,15,14,0,0,4,1,3,3,1,0,0,0,2
577456,1,1452,233,233,232,29,15,46,18,27,37,22,13,6,6,13
577456,2,932,180,180,173,15,20,30,7,19,25,21,10,6,12,8
577464,1,226,50,50,48,8,3,14,1,3,14,1,1,1,0,2
577472,1,1029,181,181,181,16,11,28,18,20,37,26,3,4,9,9
577481,1,94,36,36,36,6,1,10,1,7,7,0,0,2,0,2
577499,1,788,183,183,181,23,19,37,7,8,23,19,26,2,11,6
577529,1,538,92,92,90,6,10,11,16,11,17,14,2,2,1,0
577545,1,500,81,81,81,10,5,12,6,9,19,4,1,2,9,4
577545,2,73,10,10,10,2,0,0,1,2,2,1,2,0,0,0
577553,1,1106,331,331,328,6,149,54,19,23,37,13,7,7,3,10
577553,2,326,39,39,39,5,5,7,4,6,8,2,0,0,1,1
577561,1,127,15,15,13,2,2,1,0,2,3,2,1,0,0,0
577570,1,161,28,28,28,2,5,6,0,3,5,1,1,2,2,1
577596,1,381,77,77,77,4,4,9,2,13,23,1,4,6,3,8
577596,2,77,15,15,14,1,0,5,0,2,2,0,0,0,1,3
577600,1,92,39,39,39,3,1,9,5,6,10,0,1,2,2,0
577626,1,1428,365,365,363,23,21,96,21,55,48,29,14,18,20,18
577626,2,956,218,217,215,22,6,49,15,36,29,15,8,7,17,11
577626,3,1338,271,271,268,5,9,74,10,11,43,39,15,16,32,14
577626,4,800,184,184,181,18,9,37,15,25,32,14,2,14,7,8
577626,5,982,195,195,195,13,3,49,13,19,38,18,2,10,13,17
577626,6,496,97,97,97,14,2,20,9,8,11,6,4,5,10,8
577626,7,940,199,199,199,19,7,56,17,20,22,13,3,8,18,16
577626,8,736,117,117,117,10,4,25,9,12,30,9,0,8,7,3
577626,9,930,179,179,179,10,4,35,22,30,34,9,5,5,13,12
577626,10,561,102,102,102,6,6,22,6,19,12,7,3,1,10,10
577626,11,1085,264,264,262,24,14,51,21,38,37,28,1,16,20,12
577626,12,953,192,192,190,18,22,29,21,23,15,16,1,9,25,11
577626,13,489,79,79,79,5,1,16,10,8,13,7,2,9,2,6
577642,1,175,40,40,40,4,0,10,2,7,4,4,4,3,2,0
577651,1,749,136,136,135,19,11,26,17,10,23,6,9,5,0,9
577669,1,323,79,79,78,10,5,11,13,3,8,16,1,4,1,6
577677,1,496,133,133,132,14,8,24,17,15,26,15,5,0,3,5
577685,1,329,70,70,69,2,3,16,4,6,18,6,2,1,6,5
577693,1,736,162,162,159,15,13,32,33,17,25,9,2,8,4,1
577693,2,151,32,32,32,3,3,2,2,3,7,1,2,5,1,3
577693,3,118,26,26,26,3,1,5,0,5,7,1,0,0,2,2
577693,4,46,12,12,12,0,2,3,2,0,1,0,0,1,0,3
577693,5,31,5,5,5,0,0,0,1,0,3,0,0,0,1,0
577707,1,396,67,67,67,7,7,11,4,9,12,6,5,1,1,4
577723,1,138,18,18,18,4,0,6,3,2,1,0,0,1,0,1
513717,1,276,57,57,57,9,1,8,7,3,6,16,4,0,0,3
530671,1,53,25,25,25,1,2,4,3,4,6,2,1,0,2,0
548057,1,63,21,21,21,4,0,4,0,7,4,2,0,0,0,0
548065,1,231,37,37,37,0,1,1,1,4,7,15,4,0,2,2
548154,1,246,41,41,41,3,3,12,0,8,3,6,0,1,3,2
548677,1,62,21,21,21,2,2,2,0,3,9,2,0,0,0,1
569810,1,613,131,131,131,12,6,30,5,11,26,8,3,10,11,9
569810,2,661,149,149,148,3,15,32,6,16,24,17,4,9,17,5
569810,3,571,137,137,136,4,6,19,10,18,18,30,2,4,18,7
569810,4,658,148,148,148,6,12,36,5,20,25,22,3,3,8,8
569810,5,628,163,163,163,8,13,37,11,21,22,30,3,5,7,6
569810,6,625,175,175,174,8,8,24,17,15,33,38,3,11,11,6
569810,7,487,106,106,106,3,5,26,16,14,11,9,4,7,7,4
569810,8,674,153,153,151,3,15,46,9,9,27,24,6,2,9,1
569810,9,649,168,168,167,7,22,40,3,11,20,26,2,9,19,8
569810,10,2255,236,236,236,27,32,42,15,20,35,30,7,7,15,6
569810,11,563,128,128,128,5,5,16,15,21,17,26,6,6,9,2
569810,12,630,159,159,156,11,6,15,33,23,20,26,5,6,5,6
569810,13,749,149,149,149,14,6,20,14,11,21,22,8,6,14,13
569810,14,691,157,157,157,6,17,32,9,17,16,25,2,11,9,13
569810,15,767,174,174,173,9,9,26,26,28,25,19,5,7,9,10
569810,16,356,75,75,75,5,3,8,8,15,14,14,3,2,3,0
569810,17,756,214,214,213,14,21,28,27,24,35,38,5,9,5,7
569810,18,810,212,212,212,15,11,33,29,24,36,39,2,7,13,3
569810,19,727,182,182,181,6,15,22,16,30,30,25,3,13,19,2
569810,20,600,145,145,144,4,13,21,14,28,29,19,0,1,11,4
569810,21,795,224,224,223,18,15,41,21,29,38,28,2,3,21,7
569810,22,716,221,221,219,14,7,40,22,27,41,36,3,6,15,8
569810,23,766,170,170,169,17,16,22,18,24,28,16,3,8,12,5
569810,24,808,194,194,189,11,11,26,13,30,35,31,4,13,9,6
569810,25,519,117,117,117,10,16,5,12,19,29,17,1,0,3,5
569810,26,587,136,136,135,8,6,11,41,23,11,22,3,3,4,3
569810,27,481,94,94,93,4,6,10,11,11,23,14,2,2,6,4
569810,28,606,122,122,119,7,8,6,10,13,33,23,4,4,6,5
569810,29,621,132,132,132,3,4,16,9,14,29,35,3,3,11,5
569810,30,150,41,41,40,7,3,8,4,4,8,1,2,3,0,0
569810,31,315,68,68,68,2,4,9,9,13,16,4,4,1,4,2
569810,32,663,151,151,150,14,30,13,6,12,28,16,12,4,7,8
569810,33,697,167,167,167,13,13,11,37,17,28,21,8,3,10,6
569810,34,906,251,251,248,7,23,44,22,40,35,39,9,5,14,10
569810,35,597,131,131,131,8,14,23,7,14,17,15,9,5,11,8
569810,36,742,221,221,221,11,20,62,26,11,41,26,3,0,14,7
569810,37,893,215,215,215,13,15,43,32,37,28,23,3,5,11,5
569810,38,717,153,153,151,16,9,18,10,11,30,22,9,7,12,7
569810,39,711,161,161,160,9,5,29,12,17,36,28,8,3,8,5
569810,40,768,230,230,230,14,10,36,10,28,59,42,10,8,8,5
569810,41,534,102,101,100,6,7,26,6,9,18,14,2,7,1,4
569810,42,659,148,148,147,6,11,33,10,10,34,21,2,5,12,3
569810,43,505,126,126,126,14,4,25,10,18,27,16,1,2,4,5
569810,44,779,141,141,139,13,3,21,13,18,24,18,9,5,8,7
569810,45,1074,256,256,253,11,19,38,33,19,50,38,6,14,17,8
569810,46,1020,172,172,172,10,18,23,9,11,31,38,4,6,14,8
569810,47,946,246,246,245,14,11,38,10,28,46,53,4,11,25,5
569810,48,1021,344,344,340,21,24,57,43,30,60,53,5,5,27,15
569810,49,826,250,250,248,18,10,39,36,43,25,39,6,14,11,7
569810,50,741,198,198,198,13,7,17,46,28,34,23,4,10,9,7
569810,51,780,160,160,160,14,9,13,31,23,27,24,3,5,8,3
569810,52,796,168,168,165,12,12,19,21,32,24,20,5,2,9,9
569810,53,627,151,151,150,3,7,17,17,19,30,32,11,3,8,3
569810,54,867,244,244,243,10,14,31,13,20,46,46,6,11,24,22
569810,55,809,222,222,221,17,22,28,16,37,30,36,4,10,8,13
569810,56,721,178,178,178,10,8,27,18,18,38,31,3,2,15,8
569810,57,774,112,112,112,7,5,17,19,18,19,7,2,2,10,6
569810,58,493,128,128,127,11,3,26,13,17,26,14,1,6,7,3
569810,59,522,114,114,114,3,8,20,5,15,16,25,3,3,5,11
569810,60,832,217,216,215,14,7,46,10,30,38,43,2,6,16,3
569810,61,624,182,182,182,7,10,46,15,13,42,23,2,6,11,7
569810,62,801,166,166,166,16,7,20,31,29,24,16,3,2,14,4
569810,63,913,193,193,193,11,23,31,32,26,19,15,7,8,13,8
569810,64,863,172,172,171,14,7,29,16,21,39,15,7,7,10,6
569810,65,772,187,187,187,19,7,18,38,23,27,20,4,10,16,5
569810,66,654,155,155,152,4,12,21,23,25,27,14,7,3,7,9
569810,67,573,143,143,141,9,5,12,47,20,25,11,2,3,2,5
569810,68,802,190,190,186,15,12,22,22,21,38,26,5,5,9,11
569810,69,913,268,268,262,9,21,42,26,34,46,41,5,11,15,12
569810,70,1265,331,331,330,22,20,37,35,50,50,47,16,13,28,12
569810,71,786,177,177,177,7,12,43,1,12,39,20,1,9,22,11
569810,72,802,167,167,166,8,12,15,24,24,44,14,6,9,4,6
569810,73,716,150,150,150,8,11,19,8,21,31,17,8,6,14,7
569810,74,781,228,228,228,13,11,53,28,22,28,37,5,10,7,14
569810,75,904,298,298,297,13,17,67,22,25,58,54,10,9,17,5
569810,76,854,319,319,316,36,22,50,34,36,46,53,4,12,20,3
569810,77,734,183,183,183,15,4,12,33,38,24,12,4,10,10,21
569810,78,1015,180,180,180,13,13,28,15,14,31,31,4,15,6,10
569810,79,845,164,164,164,5,16,22,27,18,33,28,6,3,5,1
569810,80,686,148,148,146,3,1,11,40,22,22,15,7,6,9,10
569810,81,889,189,189,186,14,14,27,24,24,23,20,6,11,16,7
569810,82,809,164,164,162,5,8,24,30,22,25,11,1,6,19,11
569810,83,750,183,183,183,7,10,24,23,32,27,29,10,3,12,6
569810,84,844,191,191,190,7,10,25,23,26,29,20,4,16,16,14
569810,85,816,145,145,144,6,5,16,11,19,36,19,2,11,7,12
569810,86,885,153,153,150,11,5,26,21,17,11,18,10,16,10,5
569810,87,902,209,209,209,14,11,22,13,34,32,33,8,7,27,8
569810,88,967,226,225,220,27,13,26,32,41,30,18,10,4,13,6
569810,89,1068,195,195,183,8,5,26,30,17,30,23,1,16,16,11
569810,90,824,190,190,190,8,8,24,42,34,25,20,5,10,7,7
569810,91,561,172,172,171,7,6,29,20,24,20,41,3,3,9,9
569810,92,844,216,216,216,8,13,37,23,26,48,25,6,12,9,9
569810,93,759,172,172,171,11,12,37,11,22,31,21,9,3,4,10
569810,94,835,197,197,197,8,12,42,20,27,32,20,6,1,21,8
569810,95,666,198,198,197,9,7,49,7,13,29,51,1,14,9,8
569810,96,926,269,269,269,12,10,35,17,25,65,58,7,10,18,12
569810,97,799,225,224,222,11,13,26,22,10,51,42,3,8,22,14
569810,98,875,240,240,237,12,12,50,20,26,46,30,7,9,20,5
569810,99,643,146,146,146,8,3,32,14,1,29,31,1,3,12,12
569810,100,788,210,210,210,11,1,48,16,12,48,34,8,7,16,9
569828,1,177,60,60,59,8,1,9,13,2,14,2,1,0,4,5
569836,1,231,47,47,46,8,1,4,4,4,12,6,3,0,1,3
569852,1,240,62,62,62,9,3,9,4,6,14,6,3,1,4,3
569861,1,84,13,13,13,1,1,4,0,0,3,2,1,1,0,0
569879,1,300,49,49,48,2,3,8,3,9,7,11,0,1,3,1
569887,1,316,42,42,42,2,4,6,3,3,8,3,5,1,2,5
569887,2,89,17,17,17,1,0,0,4,7,3,1,1,0,0,0
569887,3,60,7,7,7,0,0,3,0,0,4,0,0,0,0,0
569917,1,1664,289,289,289,21,35,54,23,15,50,33,10,13,27,8
569917,2,140,13,13,13,1,1,0,0,0,1,4,0,2,1,3
569917,3,166,28,28,26,6,0,4,1,3,3,3,2,0,1,3
569925,1,932,159,159,158,13,14,15,22,23,38,14,3,4,9,3
569933,1,132,21,21,21,2,3,5,0,2,3,2,0,0,1,3
569941,1,176,36,36,36,3,0,14,0,3,10,2,0,2,1,1
569968,1,482,77,76,76,10,2,19,7,4,12,10,2,3,3,4
569976,1,357,63,63,62,3,2,10,6,5,11,8,4,2,8,3
569984,1,321,65,65,65,4,4,11,2,7,14,7,4,1,8,3
569984,2,144,50,50,50,5,9,11,1,4,7,7,1,0,1,4
569984,3,69,23,23,23,2,0,1,2,3,4,4,0,2,0,5
569992,1,236,31,31,31,4,1,6,8,0,4,4,0,0,2,2
570001,1,611,67,67,67,6,3,15,9,8,11,4,8,1,0,2
570010,1,138,23,23,23,1,2,5,3,0,3,5,0,0,3,1
570028,1,753,127,127,124,9,8,16,17,17,20,17,6,3,5,6
570044,1,416,70,70,70,4,3,14,11,2,22,3,2,3,0,6
570044,2,102,20,20,20,3,2,5,2,1,3,1,1,0,2,0
570044,3,12,6,6,6,4,0,0,0,0,0,1,0,0,0,1
570044,4,56,20,20,20,1,4,2,5,0,6,1,0,0,0,1
570052,1,160,23,23,23,1,0,2,0,4,9,4,2,0,0,1
570087,1,325,65,65,63,11,2,8,3,11,10,11,2,0,1,4
570109,1,963,124,124,124,5,1,15,21,18,27,11,6,1,8,11
570109,2,984,164,164,157,11,9,26,14,20,33,8,5,9,12,10
570109,3,707,120,119,115,5,6,19,15,9,19,12,3,1,15,11
570109,4,714,143,143,142,14,14,12,22,22,23,11,2,3,7,12
570109,5,884,144,144,143,11,10,25,13,25,18,14,5,7,8,7
570109,6,122,17,17,17,1,2,7,1,5,1,0,0,0,0,0
570109,7,93,11,11,11,0,0,5,1,1,1,0,0,1,1,1
570125,1,184,38,38,38,5,2,1,7,4,7,8,1,0,3,0
570133,1,365,68,68,68,5,7,6,6,7,15,5,4,6,3,4
570150,1,175,46,46,46,7,0,1,12,3,7,5,2,1,1,7
570168,1,282,49,49,49,6,0,5,15,6,10,2,0,0,3,2
570168,2,51,18,18,18,0,0,1,5,4,4,3,1,0,0,0
570176,1,286,60,60,59,8,2,7,7,4,14,5,4,1,2,5
570184,1,290,38,38,38,0,5,1,3,12,11,3,1,0,2,0
570192,1,217,26,26,26,5,1,1,9,0,10,0,0,0,0,0
570192,2,95,19,19,18,4,1,0,4,2,5,1,0,0,1,0
570206,1,459,71,71,71,4,4,14,5,12,15,9,2,2,1,3
570214,1,267,69,69,69,3,0,12,7,12,10,15,3,5,2,0
570222,1,161,38,38,38,4,2,7,0,2,6,10,4,0,3,0
570231,1,755,137,137,137,7,4,27,10,18,17,17,7,5,14,11
570249,1,660,123,123,121,7,1,20,11,10,30,17,10,0,7,8
570249,2,58,20,20,20,2,1,2,4,0,5,1,1,0,4,0
570257,1,122,43,43,42,5,4,7,2,3,13,5,1,0,2,0
570265,1,423,105,105,105,17,7,23,4,10,11,10,5,1,6,11
570273,1,233,52,52,52,4,4,9,4,5,11,8,2,0,3,2
570290,1,140,21,21,21,1,5,2,2,6,2,0,0,0,3,0
570303,1,302,40,40,40,6,1,3,6,3,12,5,0,0,3,1
570311,1,469,107,107,104,7,13,16,8,7,9,25,3,6,6,4
570320,1,543,69,69,69,8,5,5,17,18,10,3,1,0,1,1
570354,1,120,37,37,37,3,1,6,4,4,14,0,0,2,0,3
570362,1,419,48,48,48,1,0,8,4,7,13,6,6,0,3,0
570397,1,78,14,14,14,1,0,1,3,2,3,1,1,0,0,2
570397,2,131,26,26,26,5,1,1,2,4,6,0,1,1,1,4
570397,3,276,56,56,55,5,4,1,7,9,9,10,2,1,3,4
570401,1,191,40,40,40,2,3,3,6,6,5,8,0,1,0,6
570419,1,272,42,42,42,1,2,7,5,7,11,3,1,1,1,3
570427,1,160,24,24,24,3,0,1,0,8,7,2,0,0,3,0
570435,1,343,104,104,104,15,7,14,6,8,19,13,7,10,5,0
570443,1,296,45,45,43,3,2,4,3,11,9,3,2,1,3,2
570451,1,142,22,21,21,6,0,1,0,5,7,0,2,0,0,0
570451,2,1022,188,188,184,17,11,25,17,31,42,18,5,3,3,12
570451,3,63,20,20,20,5,1,2,0,5,5,0,0,0,1,1
570451,4,291,40,39,39,3,1,1,6,6,7,7,2,2,1,3
570451,5,223,29,29,28,2,0,1,2,3,13,2,4,0,1,0
570451,6,92,37,37,37,5,2,0,10,4,6,1,6,0,1,2
570478,1,565,56,56,56,2,4,4,5,10,15,2,7,1,6,0
570478,2,86,16,16,16,4,0,1,1,1,6,1,2,0,0,0
570478,3,128,9,9,9,0,0,0,0,2,1,0,3,0,2,1
570494,1,334,63,63,63,8,2,6,8,6,17,8,1,2,3,2
570508,1,1073,98,98,97,8,2,16,11,10,15,21,0,5,3,6
570508,2,752,130,130,130,8,11,15,8,22,19,25,8,2,10,2
570508,3,784,129,129,126,11,5,18,14,16,18,24,7,3,8,2
570508,4,1098,146,146,145,16,4,12,18,31,16,11,6,2,17,12
570508,5,932,188,188,188,16,18,29,14,24,34,26,4,5,13,5
570508,6,413,62,62,62,5,9,3,3,6,7,10,2,4,7,6
570508,7,283,41,41,41,3,0,5,7,1,18,5,0,0,1,1
570508,8,189,33,33,33,4,0,3,1,6,10,7,0,0,2,0
570508,9,126,22,22,22,2,1,2,0,3,3,6,1,0,3,1
570508,10,72,19,19,19,0,1,1,7,1,3,3,2,0,1,0
570516,1,259,40,40,40,6,2,3,2,2,11,7,1,2,2,2
570524,1,256,38,38,38,3,5,5,1,8,4,5,1,0,4,2
570532,1,376,51,51,51,4,1,6,6,6,10,6,4,1,4,3
570541,1,118,28,28,28,4,0,4,2,4,8,1,2,0,0,3
570567,1,217,65,65,62,4,0,4,17,14,12,5,3,0,3,0
570575,1,196,34,34,34,4,3,4,6,5,7,3,1,0,1,0
570648,1,502,55,55,54,3,6,3,4,11,13,6,5,1,0,2
570656,1,479,91,91,90,9,2,15,6,11,24,17,1,1,1,3
570656,2,102,26,26,26,0,0,4,6,2,5,4,2,0,0,3
570656,3,254,50,50,49,8,2,9,6,5,7,3,2,0,1,6
570672,1,1413,257,257,254,20,16,41,35,32,42,31,5,7,19,6
570681,1,268,38,38,38,4,2,5,2,8,9,5,1,0,2,0
570702,1,133,21,21,21,4,5,2,1,2,3,0,1,2,1,0
570711,1,143,34,34,34,2,0,5,4,1,9,9,3,0,0,1
570729,1,112,22,22,22,2,3,2,0,1,3,3,1,3,4,0
570745,1,496,88,88,88,8,1,8,3,11,21,21,6,2,4,3
570796,1,302,55,55,53,3,1,11,11,5,7,5,3,1,3,3
570800,1,457,86,85,84,16,7,12,11,5,8,11,0,3,4,7
570834,1,794,107,107,107,5,11,12,19,8,25,10,7,2,5,3
570851,1,432,67,67,65,5,2,10,14,7,9,6,1,2,6,3
570869,1,725,96,96,96,9,3,8,29,18,16,10,0,1,1,1
570869,2,102,25,25,25,2,0,4,2,3,8,3,1,0,0,2
570869,3,160,16,16,16,3,0,3,5,1,1,0,3,0,0,0
570869,4,91,9,9,9,0,1,0,1,1,5,1,0,0,0,0
570869,5,227,34,34,34,5,2,2,6,6,5,2,1,0,3,2
570877,1,1166,180,180,179,29,7,12,21,21,27,21,11,5,15,10
570877,2,1063,157,157,156,10,9,16,14,26,32,25,7,3,4,10
570877,3,128,18,18,18,2,1,4,1,0,3,1,2,0,1,3
570885,1,393,71,71,71,4,9,17,2,10,9,6,3,5,3,3
570907,1,173,42,42,42,4,2,5,8,3,6,4,1,2,7,0
570915,1,113,22,22,20,2,2,2,2,3,5,2,0,2,0,0
570931,1,1043,218,217,215,12,5,35,27,13,44,34,8,9,19,9
570931,2,272,56,56,55,2,2,9,4,6,10,11,2,1,6,2
570931,3,110,21,21,21,1,0,2,5,4,3,5,0,0,0,1
570958,1,253,44,44,42,4,5,4,5,4,5,11,1,0,0,3
570966,1,219,54,54,54,3,3,16,2,5,9,6,3,2,1,4
570966,2,80,17,17,17,2,2,2,2,3,3,1,0,0,1,1
571008,1,353,63,63,63,5,2,10,6,8,12,10,3,2,3,2
571016,1,101,31,31,31,5,2,1,1,1,14,2,1,0,2,2
571024,1,293,65,65,65,3,2,12,6,1,18,17,4,0,1,1
571041,1,865,156,156,154,12,20,23,17,18,18,14,5,13,10,4
571041,2,1034,203,203,202,17,28,29,12,39,31,20,7,2,10,7
571041,3,1050,172,172,170,11,27,28,5,17,28,9,1,7,22,15
571041,4,992,169,168,166,14,11,23,19,12,26,30,6,5,15,5
571041,5,67,10,10,10,4,0,3,0,1,0,0,0,2,0,0
571041,6,146,27,27,27,3,0,5,1,4,5,5,4,0,0,0
571041,7,252,45,45,45,9,5,7,0,1,8,8,0,2,3,2
571041,8,222,50,50,50,14,4,6,8,5,9,2,1,0,0,1
571059,1,153,14,14,14,0,0,1,1,4,5,0,1,0,1,1
571059,2,44,20,20,18,5,0,2,2,3,2,1,2,1,0,0
571083,1,160,34,34,32,0,3,3,3,2,10,6,2,1,2,0
571083,2,70,17,17,17,1,0,1,0,1,10,3,0,0,1,0
571083,3,62,12,12,12,1,1,0,4,2,0,3,0,0,1,0
571083,4,72,14,14,14,1,1,2,5,2,1,2,0,0,0,0
571091,1,561,120,120,120,5,16,20,10,12,17,20,6,5,3,6
571091,2,197,51,51,51,7,3,2,8,8,8,7,1,0,6,1
571091,3,168,39,39,39,2,4,9,3,2,8,5,0,0,3,3
571091,4,109,18,18,18,2,0,0,4,2,4,2,2,0,0,2
571091,5,144,19,19,18,0,0,5,1,2,3,4,0,1,1,1
571091,6,185,41,41,41,3,4,1,4,9,10,5,0,0,4,1
571105,1,311,56,56,56,3,2,6,4,7,13,9,5,1,4,2
571113,1,578,89,89,88,9,9,17,9,3,17,4,5,8,3,4
571113,2,532,155,155,154,6,7,49,2,6,33,23,1,2,14,11
571130,1,161,28,28,28,5,0,1,5,5,8,0,0,1,0,3
573132,1,331,37,35,35,7,0,6,4,1,8,6,1,0,1,1
573191,1,273,70,70,68,1,1,16,7,8,19,4,2,2,2,6
573531,1,100,19,19,19,0,1,4,0,2,5,4,0,0,0,3
573621,1,169,51,51,50,1,3,9,1,6,15,10,1,1,3,0
573710,1,193,36,36,36,2,0,11,0,6,9,5,0,0,3,0
573744,1,150,29,29,29,1,1,2,5,4,7,6,0,3,0,0
573779,1,176,34,34,34,7,1,4,6,5,4,0,4,2,0,1
576352,1,262,47,47,47,5,1,3,1,7,24,1,0,1,2,2
576433,1,321,74,74,74,8,6,15,20,4,8,5,2,0,3,3
530735,1,156,43,43,42,11,1,5,11,6,3,2,0,0,0,3
548855,1,210,46,46,46,6,2,11,2,9,7,4,3,0,1,1
548863,1,225,30,30,30,4,2,4,1,2,9,3,1,1,0,3
548871,1,29,9,9,9,0,0,4,0,5,0,0,0,0,0,0
548880,1,188,29,29,29,3,3,3,5,1,5,1,6,0,1,1
548898,1,81,18,18,18,1,0,1,0,3,7,0,4,0,0,2
548901,1,97,32,32,32,4,3,3,0,4,6,1,2,2,5,2
548910,1,61,19,19,19,0,0,6,0,2,6,3,0,1,0,1
548928,1,30,18,18,18,1,0,3,0,3,0,1,0,0,9,1
548944,1,106,23,23,22,5,0,3,1,3,2,6,0,0,0,2
548952,1,140,17,17,16,3,0,2,4,3,3,1,0,0,0,0
548961,1,85,18,18,18,2,2,1,0,1,3,3,3,0,1,2
548979,1,72,17,17,17,0,0,3,0,3,2,5,4,0,0,0
548995,1,119,30,30,30,4,0,6,5,0,9,0,4,1,1,0
549029,1,66,15,15,15,0,3,4,0,2,2,1,2,0,1,0
549037,1,166,49,49,48,3,5,10,2,9,9,4,3,1,0,2
549070,1,86,17,17,17,0,3,6,0,0,4,2,0,2,0,0
549088,1,42,15,15,15,3,1,5,1,0,1,2,0,0,2,0
549096,1,264,47,47,42,7,2,8,3,4,8,2,3,0,0,5
549100,1,114,46,46,46,4,4,9,0,5,14,2,2,3,1,2
549118,1,41,9,9,9,1,0,0,1,2,1,1,3,0,0,0
549151,1,153,42,42,42,7,8,7,6,0,4,3,4,0,0,3
549169,1,166,36,36,36,3,2,5,1,9,7,4,0,0,3,2
549185,1,53,10,10,10,0,1,1,0,0,7,0,0,1,0,0
549193,1,103,33,33,33,0,2,15,1,0,4,7,0,1,3,0
549207,1,125,30,30,29,2,0,9,3,4,6,4,0,0,1,0
549223,1,127,27,27,26,2,4,2,2,7,3,2,1,0,1,2
549274,1,57,7,7,6,0,0,3,0,0,3,0,0,0,0,0
549282,1,183,53,53,52,5,0,6,18,5,11,4,1,0,2,0
549312,1,134,24,24,24,2,1,0,6,5,4,1,0,1,3,1
549355,1,182,20,20,19,1,0,3,2,1,6,1,5,0,0,0
553701,1,127,38,38,36,3,1,1,3,4,16,3,0,0,2,3
572047,1,47,7,7,7,2,0,2,0,1,0,1,1,0,0,0
572128,1,101,25,25,25,2,0,0,6,11,2,2,2,0,0,0
572136,1,147,19,19,18,0,1,2,2,7,2,1,0,0,0,3
572144,1,100,36,36,35,5,0,4,3,8,8,2,1,2,2,0
572187,1,111,15,15,14,3,1,2,5,0,2,0,1,0,0,0
572659,1,1140,182,182,172,6,6,26,26,32,35,13,0,12,6,10
572659,2,1076,156,156,154,6,8,25,16,13,29,15,6,13,10,13
572659,3,1386,268,267,265,21,13,42,32,45,39,23,5,15,21,9
572659,4,844,148,148,148,6,22,20,16,18,22,13,4,7,7,13
572659,5,794,167,167,166,7,8,23,7,25,42,15,8,5,19,7
572659,6,825,168,168,167,14,13,34,16,17,31,17,4,12,5,4
572659,7,983,222,222,222,22,7,34,21,25,38,30,6,10,13,16
572659,8,1149,148,148,146,10,9,21,25,16,32,11,2,7,8,5
572659,9,821,152,152,150,17,5,13,26,32,20,13,6,8,5,5
572659,10,1069,239,238,237,12,18,44,33,24,36,27,11,14,9,9
572659,11,840,200,200,197,14,20,28,37,23,25,12,11,4,17,6
572659,12,846,164,164,163,12,7,33,9,17,27,27,3,8,13,7
572659,13,366,62,62,61,1,3,26,4,1,5,5,6,0,6,4
572659,14,301,46,46,46,4,5,3,6,0,10,9,2,3,3,1
572659,15,441,66,66,66,1,5,10,15,8,9,10,1,5,0,2
572667,1,161,17,17,17,2,0,0,2,3,2,3,0,2,2,1
572675,1,200,19,19,19,3,0,2,0,3,8,2,0,0,1,0
572705,1,178,52,52,52,5,2,7,7,5,9,10,3,0,0,4
572756,1,112,24,24,24,3,6,3,3,2,0,1,1,0,5,0
572772,1,276,33,33,33,0,4,5,1,5,11,3,0,0,3,1
572781,1,471,67,67,65,5,3,4,6,8,12,4,7,1,10,5
572781,2,154,26,26,26,2,2,0,3,3,4,1,1,3,4,3
572811,1,172,21,21,20,1,2,1,0,2,6,1,3,1,2,1
572829,1,325,46,46,45,4,2,12,4,4,8,3,1,1,3,3
572829,2,162,28,28,28,4,0,4,4,3,7,1,3,0,0,2
572829,3,101,15,15,15,0,2,0,6,4,3,0,0,0,0,0
572837,1,457,54,54,54,3,3,3,8,7,11,7,2,2,5,3
572900,1,286,49,49,49,3,8,8,6,5,9,5,1,2,2,0
572900,2,47,12,12,12,1,0,2,1,0,3,2,0,0,3,0
572900,3,54,21,21,21,3,0,5,1,3,5,4,0,0,0,0
572900,4,84,17,17,17,1,1,5,0,0,6,1,0,0,0,3
572918,1,419,86,86,86,4,9,7,7,15,17,6,2,4,3,12
572926,1,906,186,186,185,11,15,24,13,20,36,18,19,10,8,11
572926,2,1393,245,245,243,26,10,38,21,36,33,28,7,10,18,16
572926,3,1196,188,188,188,13,9,34,18,14,28,24,10,11,12,15
572926,4,913,166,166,164,8,8,32,29,28,28,8,2,6,9,6
572926,5,1273,206,206,204,19,12,19,38,37,18,27,10,7,10,7
572926,6,1239,238,238,235,24,10,48,20,15,33,30,13,4,17,21
572969,1,524,61,61,61,4,3,3,9,11,15,9,0,0,6,1
572993,1,319,51,51,51,7,0,8,7,3,9,3,2,1,7,4
573001,1,480,62,61,61,10,2,6,8,12,8,8,0,1,0,6
573043,1,223,35,35,32,3,0,4,8,2,9,0,4,0,0,2
573051,1,303,47,47,47,7,3,17,3,3,5,2,0,4,0,3
573060,1,760,88,88,86,10,7,17,10,11,19,2,3,0,2,5
573060,2,732,71,71,70,2,2,7,7,20,17,7,2,2,2,2
573060,3,56,9,9,9,0,0,2,0,5,1,1,0,0,0,0
573060,4,66,22,22,21,7,3,1,2,2,5,0,0,1,0,0
573060,5,115,17,17,17,2,0,1,0,3,2,4,0,0,1,4
573086,1,172,28,28,28,3,3,4,0,4,9,2,0,0,0,3
573094,1,1079,197,197,197,15,29,26,30,15,32,21,5,7,9,8
573094,2,848,145,145,143,11,13,31,11,19,26,16,3,3,6,4
573094,3,107,18,18,18,1,1,3,0,3,1,0,0,4,4,1
573094,4,508,84,84,84,5,6,22,11,9,19,1,4,0,2,5
573094,5,91,18,18,18,0,1,3,3,7,0,4,0,0,0,0
573094,6,148,19,19,19,0,0,7,1,4,2,0,4,0,1,0
573094,7,279,49,49,48,4,2,15,1,7,3,3,2,7,2,2
573108,1,696,79,79,78,10,4,13,12,10,15,6,4,1,2,1
573108,2,703,99,99,98,6,5,25,8,19,19,10,1,0,4,1
573116,1,401,68,68,66,9,6,10,1,8,10,11,3,5,1,2
573124,1,468,80,80,80,7,0,12,12,10,17,6,3,1,2,10
573124,2,109,30,30,30,3,4,5,2,3,9,2,0,0,0,2
573124,3,72,15,15,15,3,1,1,1,2,6,0,0,0,0,1
573141,1,231,47,47,47,1,9,6,6,8,8,3,0,1,1,4
573159,1,484,84,84,83,6,4,8,7,20,14,7,4,8,0,5
573167,1,379,61,61,61,6,3,7,8,9,12,2,2,7,3,2
573175,1,720,118,118,117,7,13,14,13,18,17,12,6,8,1,8
573183,1,128,23,23,23,1,1,1,5,0,7,2,4,1,1,0
573205,1,348,56,56,56,4,3,8,6,11,5,5,1,3,6,4
573205,2,93,15,15,14,5,0,1,1,0,3,1,1,0,1,1
573213,1,476,89,89,89,12,7,7,17,19,15,4,2,2,2,2
573221,1,252,43,43,40,10,2,8,4,5,4,2,4,0,0,1
573230,1,258,61,61,61,11,1,4,14,7,16,6,2,0,0,0
573248,1,736,142,141,139,18,14,39,11,17,15,6,6,3,10,0
573248,2,611,103,103,101,6,7,22,6,10,15,10,3,6,10,6
573248,3,798,149,149,148,20,4,35,5,13,19,9,7,10,15,11
573248,4,670,198,198,198,11,18,39,18,22,42,16,8,1,10,13
573248,5,915,232,232,229,23,16,53,10,36,32,23,10,6,13,7
573248,6,882,152,152,150,15,8,25,27,19,22,12,5,5,6,6
573248,7,914,155,155,155,11,8,27,19,37,17,11,3,3,11,8
573248,8,485,116,116,116,5,11,25,17,13,15,6,2,3,8,11
573248,9,630,109,109,108,11,9,31,3,9,18,7,2,4,10,4
573248,10,202,44,44,42,1,0,21,2,2,7,1,1,1,3,3
573248,11,248,46,46,45,3,3,15,4,5,9,1,2,0,2,1
573248,12,118,26,26,25,2,0,3,3,4,7,1,3,1,1,0
573248,13,84,16,16,16,0,0,2,5,3,5,0,1,0,0,0
573248,14,306,49,49,48,7,8,10,8,3,5,2,3,2,0,0
573256,1,167,30,30,30,5,1,2,5,2,8,3,0,0,1,3
573264,1,169,33,33,33,4,0,4,1,7,6,6,2,0,0,3
573272,1,969,148,148,147,9,2,20,15,18,34,26,4,1,10,8
573272,2,156,14,14,14,2,1,0,4,0,7,0,0,0,0,0
573281,1,82,17,17,17,0,2,0,1,8,3,2,0,0,1,0
573299,1,1064,149,149,149,9,10,27,15,18,29,16,3,5,7,10
573302,1,70,23,23,23,3,5,1,2,2,4,2,0,0,3,1
573311,1,518,67,67,67,5,6,12,3,4,21,8,2,1,2,3
573329,1,150,17,17,17,0,0,2,0,6,4,0,0,1,2,2
573329,2,44,15,15,15,3,1,1,3,1,2,2,1,0,0,1
573329,3,83,17,17,17,2,0,3,4,4,3,1,0,0,0,0
573329,4,78,18,18,18,0,0,1,2,6,7,1,0,0,0,1
573337,1,182,44,44,44,6,7,7,0,6,14,3,0,0,0,1
573345,1,215,36,36,36,5,3,3,4,1,8,6,2,3,1,0
573353,1,111,17,17,17,1,0,2,1,3,8,0,0,0,2,0
573361,1,80,22,22,22,1,1,6,0,1,3,2,0,1,5,2
573370,1,342,55,55,55,2,9,13,2,4,12,10,0,1,0,2
573442,1,230,32,32,32,6,5,3,4,2,3,2,5,0,0,2
573451,1,203,25,25,25,5,0,3,2,4,6,1,2,1,1,0
573469,1,278,27,27,27,0,5,3,2,1,10,3,2,0,1,0
573469,2,189,15,15,14,3,3,1,3,1,0,1,0,2,0,0
573477,1,237,46,46,46,4,4,4,2,3,10,8,1,1,9,0
573493,1,975,160,160,158,9,8,34,22,13,23,12,3,9,16,9
573493,2,954,148,148,146,14,10,26,7,28,35,3,7,4,3,9
573507,1,702,108,108,106,8,18,13,7,16,17,14,8,1,1,3
573507,2,481,90,90,88,6,6,13,13,9,16,8,10,2,4,1
573507,3,170,34,34,33,7,6,2,5,1,2,4,3,0,1,2
573507,4,128,32,32,32,2,2,2,3,8,4,0,9,1,0,1
573507,5,154,24,24,24,3,9,0,3,1,5,1,1,0,0,1
573523,1,214,41,41,41,5,0,5,8,5,9,2,2,1,1,3
573540,1,237,14,14,14,4,2,0,0,3,1,1,0,1,0,2
573612,1,248,27,27,26,1,1,5,0,4,6,5,1,0,2,1
573639,1,267,40,40,40,3,1,4,4,9,7,0,5,1,6,0
573647,1,128,28,28,28,3,0,5,5,4,7,2,0,0,1,1
573655,1,169,40,40,36,1,4,8,6,1,11,0,2,0,2,1
573655,2,74,19,19,19,0,0,7,1,4,5,1,0,0,0,1
573655,3,76,16,16,15,1,0,0,4,2,5,0,3,0,0,0
573663,1,158,26,25,25,1,7,2,0,2,8,1,1,0,2,1
573663,2,59,19,18,18,3,5,2,1,3,0,3,1,0,0,0
573671,1,120,33,33,33,4,1,4,8,6,2,3,2,2,1,0
573680,1,125,26,26,26,6,1,5,0,0,11,0,0,1,0,2
573680,2,79,23,23,23,4,1,5,4,3,3,0,1,0,0,2
573680,3,66,18,18,18,8,0,0,3,1,0,1,3,1,1,0
573698,1,208,42,42,42,5,3,5,4,16,5,0,3,0,1,0
573701,1,1263,332,331,329,110,9,46,29,33,54,13,11,4,6,14
573701,2,540,56,56,56,3,3,8,18,14,6,2,2,0,0,0
573728,1,144,29,29,29,2,1,7,0,3,6,6,1,0,0,3
573736,1,290,50,50,50,4,1,7,0,4,17,2,1,1,5,8
573752,1,272,76,76,76,4,0,11,14,8,25,2,5,0,2,5
573761,1,190,27,27,27,3,0,7,6,3,5,0,2,0,0,1
573795,1,182,31,31,31,2,0,4,4,1,6,4,4,4,0,2
573809,1,720,82,82,82,7,3,16,17,8,14,5,2,5,3,2
573825,1,891,173,173,173,17,19,30,14,21,42,9,2,2,8,9
573825,2,86,31,31,31,4,0,5,4,2,12,2,0,0,1,1
573833,1,207,25,25,24,3,1,5,1,3,4,1,5,0,0,1
573841,1,102,5,5,5,3,0,0,0,1,1,0,0,0,0,0
573850,1,206,42,42,42,9,3,2,5,9,5,1,3,0,3,2
505099,1,155,35,35,35,2,9,9,0,3,7,2,0,2,0,1
530786,1,159,39,39,38,7,3,5,4,9,6,0,3,0,1,0
547531,1,123,27,27,27,0,0,1,1,4,16,0,1,0,3,1
547565,1,126,24,24,24,4,1,1,3,4,2,1,5,0,0,3
547646,1,1026,233,233,232,15,34,23,24,33,47,19,11,6,14,6
547646,2,908,214,214,212,13,44,23,12,37,30,20,10,5,12,6
547654,1,150,38,38,38,5,0,3,4,9,8,1,2,3,3,0
547701,1,62,16,16,16,1,6,4,0,1,1,0,1,0,1,1
547727,1,82,21,21,21,1,1,5,0,1,1,0,0,5,5,2
547743,1,270,37,37,37,6,1,6,7,6,4,0,1,2,2,2
547751,1,310,74,74,73,9,18,12,2,6,9,6,5,3,1,2
547786,1,436,64,64,63,2,2,19,5,10,9,4,0,3,4,5
573388,1,92,19,19,19,3,6,3,0,0,5,1,0,0,0,1
573868,1,676,156,156,156,13,41,25,6,10,20,12,8,3,12,6
573868,2,964,216,216,214,15,36,39,11,21,28,18,4,14,20,8
573868,3,934,135,135,134,6,14,16,23,25,16,7,7,6,11,3
573868,4,864,119,119,119,11,16,18,16,16,19,9,5,1,4,4
573868,5,730,115,115,113,11,19,7,7,18,19,3,3,6,9,11
573868,6,828,188,188,188,11,23,47,7,15,39,20,1,14,7,4
573868,7,892,195,195,194,22,21,36,23,32,17,14,6,3,14,6
573868,8,1137,105,105,105,7,15,19,8,10,24,7,3,5,5,2
573868,9,748,173,173,170,10,26,30,17,27,27,16,4,3,7,3
573868,10,854,223,223,219,13,27,58,21,20,29,20,1,7,7,16
573868,11,556,113,113,113,14,17,17,8,8,21,6,2,6,6,8
573868,12,815,158,158,157,15,18,23,24,19,18,14,7,4,10,5
573868,13,738,155,155,155,10,16,13,12,29,38,11,4,4,14,4
573868,14,691,90,90,88,3,11,15,14,8,17,3,4,1,7,5
573868,15,708,128,128,125,9,14,24,18,7,23,7,4,7,4,8
573868,16,733,138,138,137,17,23,17,11,14,20,10,9,1,12,3
573868,17,480,108,108,108,4,9,21,11,18,17,10,3,4,6,5
573868,18,753,162,162,162,12,29,24,16,22,24,3,5,5,17,5
573868,19,458,81,81,80,3,9,16,5,6,14,9,2,3,10,3
573868,20,351,46,46,46,5,1,4,0,10,7,7,3,5,1,3
573868,21,170,35,35,35,4,5,12,2,4,1,4,0,2,1,0
573868,22,301,71,71,70,6,24,12,4,4,6,2,1,3,7,1
573868,23,179,28,28,28,4,4,8,0,5,2,1,1,0,0,3
573868,24,98,28,28,28,3,9,2,1,0,1,0,5,2,3,2
573868,25,770,116,116,116,7,12,13,8,16,16,10,5,3,17,9
573884,1,414,87,87,86,12,19,9,3,12,12,4,5,2,3,5
573892,1,772,128,128,127,15,29,24,10,23,10,8,1,3,2,2
573906,1,185,46,46,38,6,5,7,4,2,3,2,5,0,2,2
573914,1,274,41,41,41,7,3,5,4,10,7,2,2,0,0,1
573922,1,832,81,81,81,8,17,5,10,16,12,3,1,1,5,3
573922,2,708,76,76,75,24,13,3,9,5,8,0,4,1,6,2
573922,3,577,57,57,57,1,1,3,9,16,13,5,2,1,2,4
573922,4,131,19,19,19,3,0,2,6,1,2,2,1,0,2,0
573922,5,652,65,65,63,4,10,3,12,13,7,8,2,1,2,1
573922,6,509,79,79,78,9,3,14,11,6,14,10,2,3,1,5
573922,7,1245,188,188,188,13,21,16,14,48,26,12,5,13,5,15
573922,8,827,128,128,126,3,6,16,22,23,28,7,0,1,12,8
573922,9,805,157,157,156,11,6,15,19,38,38,12,6,2,7,2
573931,1,178,51,51,51,9,6,11,7,4,9,2,0,3,0,0
573957,1,390,94,94,93,12,21,19,1,9,12,7,4,2,5,1
573965,1,200,40,40,40,3,12,6,3,2,8,3,0,0,2,1
573965,2,528,101,101,101,6,31,17,9,3,17,2,6,6,1,3
573965,3,829,180,180,177,10,57,25,18,5,28,9,6,7,6,6
573965,4,936,143,143,143,8,43,24,11,18,11,10,4,0,7,7
573965,5,582,156,156,155,14,36,28,7,20,22,11,5,4,5,3
573965,6,686,157,157,151,4,52,21,4,13,10,12,11,2,11,11
573965,7,659,143,143,143,9,35,13,10,12,19,18,10,0,15,2
573965,8,738,155,155,155,12,32,16,20,23,20,20,6,1,1,4
573965,9,480,122,122,120,11,38,13,18,6,13,3,7,2,5,4
573965,10,572,156,156,156,6,60,21,6,5,21,9,5,2,16,5
573965,11,217,40,40,36,4,11,2,2,4,4,4,2,2,1,0
573965,12,433,102,102,102,6,39,12,5,8,19,0,6,2,4,1
573973,1,420,105,105,105,6,25,20,2,16,26,4,1,1,2,2
573981,1,230,26,26,26,5,0,4,3,9,1,0,2,0,2,0
573990,1,860,148,148,145,19,12,16,9,20,25,13,5,2,14,10
573990,2,916,175,175,170,15,15,34,12,14,25,12,12,8,11,12
573990,3,773,110,110,109,10,26,18,7,10,7,13,5,1,3,9
573990,4,698,106,105,104,12,13,8,15,8,17,17,10,1,1,2
573990,5,807,98,97,94,15,13,11,11,9,15,9,2,2,4,3
573990,6,167,32,32,32,1,2,6,8,7,1,1,0,1,3,2
574015,1,354,52,52,52,6,3,11,4,2,16,2,2,1,3,2
574015,2,127,29,29,27,5,1,1,10,3,3,1,2,1,0,0
574015,3,49,13,13,13,0,0,0,3,3,6,1,0,0,0,0
574023,1,641,100,100,99,6,19,29,10,11,10,4,1,1,5,3
574031,1,518,69,69,68,4,4,3,10,8,24,5,5,0,5,0
574040,1,180,23,23,22,2,0,3,1,5,5,4,0,1,1,0
574040,2,136,23,23,23,5,0,4,1,0,3,5,0,1,1,3
574058,1,389,52,52,52,0,3,6,7,12,14,4,2,0,3,1
574066,1,398,71,71,71,6,18,6,5,11,15,1,2,0,2,5
574074,1,437,92,92,91,10,27,13,0,8,13,11,3,2,2,2
574082,1,1372,251,251,251,17,36,53,13,29,40,23,13,5,9,13
574082,2,932,170,170,170,7,19,20,16,41,27,24,5,3,2,6
574082,3,941,161,161,161,8,22,35,6,20,34,19,9,2,3,3
574082,4,128,25,25,24,3,5,3,4,4,2,2,0,0,1,0
574082,5,825,106,106,105,13,26,17,6,15,7,9,4,3,2,3
574082,6,603,104,104,103,4,20,24,7,8,14,8,3,3,7,5
574082,7,221,29,29,29,5,6,5,1,1,4,1,3,0,2,1
574082,8,74,18,18,17,5,0,0,3,5,0,2,0,0,1,1
574112,1,598,73,73,73,4,10,12,13,7,17,1,3,1,2,3
574121,1,663,120,120,118,10,8,11,19,7,35,10,9,1,2,6
574121,2,614,88,88,88,6,6,17,14,9,9,14,6,4,0,3
574121,3,576,42,42,42,5,1,10,2,1,7,2,1,2,7,4
574121,4,532,114,114,114,5,11,23,8,19,22,7,4,6,3,6
574121,5,437,75,75,75,8,3,14,7,14,12,8,0,4,1,4
574121,6,866,134,134,133,10,13,22,17,15,28,13,3,3,2,7
574121,7,466,59,59,56,6,9,6,8,13,6,1,1,3,2,1
574121,8,681,101,101,100,5,5,14,13,11,14,8,7,6,5,12
574121,9,741,104,104,103,7,3,24,22,12,11,12,2,4,4,2
574121,10,610,134,134,132,12,13,12,27,18,21,8,8,2,8,3
574121,11,588,91,91,91,9,10,7,8,13,18,7,1,4,8,6
574121,12,709,98,98,97,12,4,14,12,19,13,7,6,0,4,6
574121,13,907,75,75,73,11,6,5,7,16,8,4,5,3,4,4
574121,14,235,45,45,44,5,8,4,9,4,9,1,1,1,1,1
574121,15,125,24,24,24,3,2,5,6,0,5,1,1,0,1,0
574121,16,208,39,39,39,1,6,8,2,2,3,2,2,2,7,4
574121,17,516,89,89,89,6,7,14,15,14,7,9,2,2,7,6
574121,18,539,66,66,66,6,0,12,10,8,12,1,1,0,13,3
574139,1,572,83,83,82,10,14,10,4,9,12,12,2,0,3,6
574147,1,140,41,41,40,5,11,11,3,0,5,1,1,0,2,1
574155,1,382,45,45,43,6,7,3,8,3,4,7,0,0,0,5
574163,1,149,18,18,18,6,0,1,6,3,0,0,0,2,0,0
574171,1,327,49,49,49,5,8,5,4,2,12,2,3,2,3,3
574180,1,220,46,46,46,4,4,6,4,5,16,4,0,0,1,2
574210,1,890,141,141,140,10,17,32,5,17,28,17,5,5,0,4
574228,1,421,75,75,75,5,10,18,9,6,14,4,3,3,2,1
574236,1,121,37,37,37,3,8,0,2,3,9,6,1,1,4,0
574244,1,188,37,37,37,5,8,12,1,3,6,0,0,0,0,2
574252,1,364,40,40,40,1,5,1,2,11,12,3,0,0,2,3
574252,2,478,48,48,48,2,0,7,8,8,12,6,0,1,2,2
574252,3,240,37,37,37,7,1,3,3,9,5,0,2,1,4,2
574252,4,457,52,52,52,8,4,2,11,14,3,3,0,2,1,4
574252,5,216,14,14,14,0,3,0,2,3,4,0,0,1,0,1
574252,6,261,27,27,27,5,1,0,3,1,9,3,1,0,3,1
574252,7,97,19,19,19,2,2,0,4,8,0,0,1,1,1,0
574261,1,418,63,63,62,6,4,16,1,10,9,3,4,0,7,2
574279,1,169,53,53,53,9,5,14,1,3,10,4,3,0,1,3
574279,2,285,68,68,66,2,17,16,1,8,13,4,1,3,0,1
574279,3,872,183,183,182,14,40,29,17,23,21,12,7,7,6,6
574279,4,734,164,164,164,12,13,46,19,14,18,15,6,0,14,7
574279,5,862,159,159,158,9,25,25,16,28,23,20,5,2,4,1
574279,6,796,164,164,163,15,17,23,11,19,31,10,5,6,16,10
574279,7,882,175,175,174,20,32,18,12,31,23,12,5,5,15,1
574279,8,1088,325,325,325,25,40,80,24,43,35,25,4,9,26,14
574279,9,898,224,224,224,6,43,54,23,28,29,16,5,5,9,6
574279,10,630,140,140,140,9,30,22,8,23,18,11,1,6,6,6
574279,11,724,150,150,148,9,21,36,12,15,19,15,5,3,10,3
574287,1,598,157,157,157,16,48,20,5,14,27,8,1,2,10,6
574295,1,273,55,55,53,8,1,13,8,1,11,4,4,1,1,1
574317,1,305,41,41,41,2,4,6,11,0,9,4,0,1,0,4
574341,1,780,189,189,187,11,11,41,16,28,30,30,4,11,2,3
574341,2,695,105,105,103,10,13,15,7,20,12,13,2,2,4,5
574341,3,596,124,124,124,15,9,11,13,23,22,9,3,3,11,5
574341,4,487,89,89,88,10,9,5,6,15,14,10,5,5,4,5
574341,5,465,64,63,63,4,8,7,3,5,12,12,4,3,2,3
574341,6,262,46,46,46,8,6,3,7,5,1,8,1,2,1,4
574341,7,124,38,38,38,4,7,6,2,4,7,4,0,3,1,0
574350,1,938,203,202,201,12,51,42,10,16,32,5,6,9,10,8
574368,1,162,58,58,56,9,6,11,1,1,11,2,5,0,9,1
574376,1,509,81,81,79,5,9,16,7,10,11,10,1,3,2,5
574384,1,321,60,60,60,9,2,5,9,6,11,7,7,1,0,3
574406,1,450,65,65,65,5,8,11,12,8,8,4,3,1,2,3
574406,2,59,13,13,12,2,0,2,0,0,5,0,2,0,0,1
574422,1,245,57,57,57,4,22,7,7,3,6,1,1,1,2,3
574431,1,202,53,53,53,4,7,6,1,6,10,6,4,2,1,6
574457,1,221,50,50,50,3,24,4,1,5,7,3,2,0,1,0
574465,1,513,87,87,87,7,16,16,5,11,13,6,5,2,2,4
574481,1,228,47,47,46,7,5,6,4,7,7,3,0,2,1,4
574481,2,263,56,56,56,3,6,13,12,4,9,0,4,3,1,1
574481,3,376,68,68,68,7,5,13,9,3,18,4,1,1,7,0
574490,1,335,62,62,62,0,4,11,3,11,11,17,1,2,1,1
574511,1,229,34,34,34,2,2,3,17,4,2,1,0,0,0,3
574538,1,822,146,146,139,25,7,36,8,16,23,4,5,4,5,6
574538,2,355,39,39,39,2,3,1,7,9,7,1,6,0,0,3
574538,3,128,21,21,21,1,0,4,5,0,6,1,0,0,3,1
574538,4,72,8,8,8,1,0,1,2,2,1,1,0,0,0,0
574546,1,653,155,155,154,17,7,21,12,18,31,19,6,3,12,8
574546,2,113,31,31,31,3,5,5,0,3,6,3,2,0,1,3
574546,3,98,24,24,24,3,1,6,0,1,6,0,0,0,3,4
574554,1,476,76,76,74,5,9,15,5,4,15,6,6,1,3,5
574554,2,148,41,41,38,5,2,14,4,3,4,1,0,1,2,2
574562,1,614,64,64,64,1,9,5,9,8,16,2,6,3,5,0
574571,1,319,61,61,61,5,4,5,4,21,10,2,3,0,5,2
574589,1,264,47,47,46,5,8,4,6,6,5,8,1,0,1,2
574601,1,297,68,68,67,8,5,14,7,6,10,6,3,4,2,2
574627,1,109,23,23,23,8,0,12,0,0,1,2,0,0,0,0
574635,1,212,44,44,42,5,6,7,3,7,8,2,0,0,2,2
574643,1,383,70,70,69,4,13,13,10,5,12,4,3,4,1,0
574651,1,405,82,82,80,6,19,18,5,8,7,6,3,2,4,2
574660,1,355,49,49,48,2,2,5,8,12,8,5,5,0,1,0
574686,1,514,96,96,96,4,11,22,6,7,21,9,6,5,3,2
574694,1,451,66,66,65,7,15,13,3,2,12,7,2,2,0,2
574708,1,198,53,53,53,7,6,15,1,5,6,10,0,3,0,0
548642,1,280,55,55,55,8,1,8,8,8,12,4,1,0,0,5
548651,1,99,29,29,29,4,2,3,0,5,11,0,2,0,1,1
548669,1,207,50,50,48,6,12,7,1,1,15,2,2,1,1,0
548685,1,72,21,21,21,4,3,1,2,6,3,0,2,0,0,0
548693,1,137,25,25,23,4,2,3,1,1,6,1,0,1,3,1
548707,1,124,47,47,47,2,12,8,2,3,6,10,3,1,0,0
548723,1,103,23,23,23,1,4,8,5,0,2,2,1,0,0,0
548758,1,50,8,8,8,0,0,2,0,5,0,0,0,0,0,1
548782,1,84,9,9,8,3,0,0,2,0,3,0,0,0,0,0
548791,1,74,26,26,25,3,5,0,1,4,7,0,5,0,0,0
576069,1,510,55,55,54,4,8,4,8,10,9,2,4,0,5,0
576069,2,649,197,197,196,20,18,27,22,16,45,18,4,4,13,9
576069,3,836,177,177,177,13,28,37,16,17,22,16,7,5,12,4
576069,4,798,169,169,169,11,22,18,29,28,25,12,6,7,7,4
576069,5,542,84,84,84,3,8,3,20,15,16,6,4,1,6,2
576069,6,819,87,87,87,8,14,5,8,22,12,8,2,1,3,4
576069,7,628,123,123,123,10,12,9,23,22,23,7,3,9,3,2
576069,8,790,173,173,171,23,15,19,21,19,26,14,11,11,5,7
576069,9,500,100,100,100,12,16,4,15,12,14,12,5,6,0,4
576069,10,813,144,144,142,13,8,14,15,24,16,15,8,4,15,10
576069,11,1026,150,150,148,25,13,11,16,18,24,10,6,3,15,7
576069,12,439,57,57,56,7,2,7,7,10,7,3,2,1,7,3
576069,13,241,47,47,47,9,1,13,5,1,11,1,3,0,2,1
576069,14,410,76,76,76,1,3,13,11,4,21,7,3,1,8,4
576077,1,842,126,126,123,4,4,21,18,8,20,17,4,4,19,4
576085,1,326,69,69,69,6,9,11,3,11,12,4,5,1,4,3
576093,1,163,54,54,53,0,24,5,4,4,6,6,1,1,2,0
576107,1,313,52,52,51,0,16,12,2,4,9,5,0,0,0,3
576107,2,200,29,29,29,1,3,4,1,4,7,2,3,0,0,4
576115,1,185,72,72,70,1,32,6,6,1,6,1,3,4,8,2
576123,1,454,83,83,80,9,10,2,20,9,11,4,5,3,5,2
576131,1,895,113,113,111,16,7,13,16,9,34,8,2,1,3,2
576131,2,798,100,100,100,6,8,9,13,17,33,7,4,0,2,1
576140,1,309,58,58,58,4,7,4,8,5,9,10,2,0,5,4
576166,1,205,69,69,67,2,9,11,10,3,13,7,2,0,10,0
576174,1,172,43,43,43,5,6,10,1,4,2,8,0,3,0,4
576182,1,1310,208,208,207,19,25,27,45,30,26,14,4,7,4,6
576191,1,819,116,116,115,10,5,7,30,9,24,9,8,4,2,7
576204,1,575,82,82,81,3,8,16,5,6,18,11,4,1,9,0
576212,1,1305,234,234,232,31,24,24,22,34,55,17,9,5,9,2
576212,2,103,29,29,29,2,5,1,6,2,3,6,3,0,0,1
576221,1,449,76,76,75,7,3,12,16,12,9,4,2,5,2,3
576247,1,481,109,109,107,10,15,15,6,9,14,25,1,3,3,6
576263,1,404,90,90,90,9,26,8,3,12,19,1,7,0,3,2
576263,2,98,23,23,22,0,5,3,0,7,3,2,1,0,1,0
576263,3,85,26,26,25,2,8,1,1,0,0,5,1,0,6,1
576263,4,79,23,23,23,1,3,3,3,4,3,3,1,0,2,0
576271,1,597,94,94,90,3,12,14,12,9,17,7,2,2,5,7
576271,2,791,146,146,146,14,17,26,10,19,18,16,6,4,8,8
576271,3,581,133,133,133,11,19,14,20,11,23,9,7,3,9,7
576271,4,467,82,82,81,3,20,10,8,14,10,5,1,1,4,5
576271,5,810,157,156,156,17,14,26,23,18,27,10,3,3,6,9
576271,6,557,145,145,145,14,12,15,45,21,17,8,3,1,7,2
576271,7,816,124,124,122,7,9,12,6,24,19,14,2,8,10,11
576271,8,59,5,5,5,0,0,0,1,2,2,0,0,0,0,0
576271,9,81,15,15,14,0,1,3,3,0,3,0,0,0,1,3
576271,10,256,39,39,39,1,11,2,1,2,9,7,0,0,4,2
576271,11,277,53,53,52,2,10,9,0,4,6,1,7,1,10,2
576271,12,298,50,50,50,2,11,10,6,7,6,1,3,1,2,1
576280,1,99,19,19,19,2,2,6,0,3,6,0,0,0,0,0
576301,1,756,88,88,87,5,4,11,13,16,23,7,2,0,2,4
576301,2,788,165,165,163,17,7,19,16,32,37,16,8,2,3,6
576310,1,174,54,54,51,3,12,12,6,7,3,3,1,1,2,1
576328,1,86,38,38,36,6,15,1,4,6,2,1,0,0,1,0
576336,1,795,165,165,163,10,10,28,16,14,45,15,5,3,11,6
576361,1,962,224,224,224,15,7,47,18,29,38,40,11,3,8,8
576361,2,993,179,178,178,10,15,22,22,24,26,22,9,6,12,10
576361,3,706,108,108,105,6,8,17,17,29,12,6,4,3,1,2
576361,4,630,158,158,158,19,18,18,14,23,29,16,6,3,8,4
576361,5,480,101,101,101,9,11,15,6,10,25,11,5,1,6,2
576361,6,863,151,151,151,15,10,16,29,21,20,6,11,4,11,8
576361,7,317,46,46,45,6,1,7,9,5,11,1,1,2,1,1
576387,1,118,23,23,23,4,4,2,0,3,4,0,2,3,0,1
576395,1,201,58,58,58,13,13,4,1,2,2,2,4,7,8,2
576409,1,168,32,32,31,3,4,6,1,5,8,0,0,2,1,1
576425,1,1067,172,172,167,17,31,13,14,39,21,9,5,7,8,3
576441,1,236,33,33,33,2,1,6,4,4,7,3,0,0,6,0
576450,1,228,40,40,40,2,1,14,3,8,4,6,0,0,2,0
576450,2,236,18,18,17,0,0,2,5,1,6,2,0,0,0,1
576450,3,91,28,28,28,9,0,1,2,0,2,1,5,2,0,6
576468,1,485,87,87,85,6,10,11,4,13,17,8,2,1,10,3
576476,1,409,51,51,50,8,3,10,7,8,7,3,2,0,2,0
576492,1,486,80,80,78,9,7,8,4,16,16,5,3,1,6,3
576506,1,225,40,40,40,5,2,2,1,6,2,11,6,3,1,1
576522,1,120,32,32,30,1,0,3,2,5,15,0,2,0,0,2
576549,1,146,25,25,25,1,0,2,3,7,6,2,0,0,4,0
576557,1,204,44,44,43,1,6,6,6,11,6,2,2,2,1,0
576565,1,397,47,47,47,14,5,6,2,8,7,2,2,0,1,0
576573,1,375,64,64,64,9,1,9,5,8,12,8,2,1,6,3
576581,1,364,51,51,51,4,4,8,5,8,6,7,4,0,3,2
576590,1,705,129,129,126,10,18,17,18,15,18,13,5,5,5,2
576590,2,668,135,135,131,10,14,28,10,24,22,5,6,1,6,5
576590,3,946,191,191,190,20,28,28,18,26,26,11,12,4,10,7
576590,4,237,49,49,48,1,6,7,11,5,4,7,2,2,3,0
576603,1,151,28,28,26,6,2,0,6,0,1,6,0,2,0,3
576611,1,229,32,32,32,0,8,3,4,3,6,3,3,0,0,2
576620,1,396,46,46,46,2,9,6,6,8,8,5,2,0,0,0
576654,1,283,79,79,79,1,33,4,2,8,11,6,5,7,1,1
576654,2,135,38,38,38,3,12,7,5,3,2,0,1,2,2,1
576662,1,526,58,58,58,5,11,8,4,10,4,3,5,1,3,4
576671,1,756,179,179,174,9,11,42,13,20,38,12,7,6,11,5
576689,1,500,97,97,96,8,23,10,11,23,11,3,2,0,4,1
576701,1,1709,228,228,228,20,33,32,23,22,31,28,24,1,6,8
576727,1,343,66,66,66,5,11,6,13,6,13,6,3,1,0,2
576735,1,77,17,17,17,2,2,0,0,1,5,2,0,1,2,2
576743,1,183,43,43,42,4,8,6,3,2,5,1,1,4,4,4
576751,1,318,60,60,58,3,3,9,6,9,15,1,2,1,4,5
576778,1,720,142,142,141,16,17,18,13,16,30,10,7,3,8,3
576778,2,154,41,41,41,1,3,3,6,8,15,0,4,0,1,0
576786,1,675,120,120,115,7,19,12,14,13,27,15,4,0,1,3
576794,1,112,28,28,28,2,6,2,2,1,9,2,2,1,0,1
576808,1,1533,206,206,205,19,25,23,17,21,60,14,5,3,6,12
576808,2,209,44,44,44,4,3,8,1,4,13,5,1,1,2,2
576816,1,299,42,42,42,2,7,3,4,1,16,6,0,0,2,1
576824,1,217,55,55,53,0,3,5,14,3,13,2,5,1,3,4
576824,2,218,48,48,48,5,8,14,2,2,9,4,0,1,1,2
576824,3,160,32,32,32,2,7,3,0,3,9,2,2,0,4,0
576832,1,204,42,42,40,3,3,10,6,3,1,8,1,0,2,3
576841,1,283,57,57,56,4,6,8,14,6,10,4,1,0,3,0
576859,1,1294,226,225,224,20,13,27,41,32,26,22,9,2,16,16
576859,2,1053,199,199,198,11,11,19,49,31,33,25,9,1,3,6
576859,3,1041,147,147,145,11,9,15,19,13,25,17,8,6,10,12
576859,4,945,168,168,167,9,10,12,55,20,28,14,1,5,5,8
576859,5,302,47,47,47,9,0,1,11,9,9,2,2,1,0,3
576859,6,136,19,19,19,5,3,1,5,2,1,0,0,0,0,2
576859,7,143,26,26,26,1,2,7,5,1,3,2,3,1,0,1
576859,8,176,46,46,45,1,0,9,9,8,8,3,2,0,3,2
576875,1,242,41,41,41,5,18,2,0,2,5,3,0,2,4,0
576883,1,703,105,105,105,7,4,24,13,8,14,12,7,5,6,5
576883,2,340,74,74,74,7,11,13,8,8,17,3,5,1,0,1
576883,3,649,139,139,137,12,13,15,20,17,27,4,10,5,9,5
576883,4,482,103,103,103,14,3,12,9,13,24,17,2,2,4,3
576883,5,740,103,103,103,9,4,10,16,17,21,6,10,4,1,5
576883,6,848,107,107,105,9,10,5,15,14,16,9,10,0,11,6
576891,1,236,28,28,28,3,2,6,1,4,4,7,0,0,0,1
576891,2,118,28,28,26,2,8,3,2,2,3,1,0,0,4,1
576891,3,34,9,9,9,0,2,0,0,3,0,0,3,0,0,1
576891,4,34,13,13,13,0,0,3,0,1,1,3,2,0,0,3
576891,5,68,10,10,10,2,0,2,1,2,1,1,0,0,0,1
576891,6,65,36,36,35,0,1,10,3,9,7,0,1,0,3,1
576921,1,543,80,80,79,5,0,9,13,16,12,10,4,3,2,5
576930,1,193,37,37,37,3,0,3,8,4,7,3,4,0,3,2
576948,1,153,30,30,30,9,1,4,5,1,3,3,0,2,0,2
576956,1,375,61,61,61,10,2,5,9,11,4,11,2,2,0,5
530808,1,149,35,35,35,7,5,4,3,2,6,6,1,0,1,0
546470,1,120,29,29,28,3,2,4,4,2,6,1,3,0,1,2
548804,1,350,51,51,50,8,0,1,11,14,7,1,1,1,0,6
548812,1,55,11,11,11,2,0,0,0,0,3,5,0,0,0,1
548821,1,163,32,32,31,4,2,3,6,2,6,1,2,0,2,3
548839,1,122,36,36,36,2,0,16,0,0,14,0,2,0,1,1
548847,1,90,29,29,28,4,0,5,1,3,7,2,4,0,1,1
554863,1,305,66,66,66,1,2,13,5,8,10,15,5,1,3,3
574597,1,166,38,38,38,2,10,0,4,3,6,7,3,0,0,3
579025,1,94,21,21,21,5,0,3,0,4,5,1,0,1,1,1
579025,2,1147,154,153,153,12,11,29,19,11,25,16,5,9,8,8
579025,3,1287,196,196,191,17,4,26,14,26,23,18,20,12,19,12
579025,4,838,85,85,84,7,3,12,10,12,12,5,3,7,9,4
579025,5,1309,194,194,193,28,9,30,20,31,24,12,3,10,14,12
579025,6,945,121,121,121,14,4,13,16,23,18,13,0,2,13,5
579025,7,1128,203,203,202,19,23,17,15,31,25,17,12,9,19,15
579025,8,546,89,89,88,14,1,19,9,6,12,10,1,10,4,2
579025,9,826,150,150,146,12,5,13,22,38,20,17,9,4,2,4
579025,10,858,129,129,128,11,8,22,15,14,19,11,1,8,11,8
579025,11,703,135,135,134,19,7,20,18,13,17,14,3,7,11,5
579025,12,845,212,211,211,14,6,19,40,34,27,35,10,3,16,7
579025,13,801,156,156,155,13,5,25,15,23,26,14,4,5,9,16
579025,14,998,227,227,223,14,13,41,15,35,33,24,6,11,18,13
579025,15,607,120,120,119,12,5,15,15,13,15,22,3,5,6,8
579025,16,1754,138,138,138,12,7,23,12,10,21,24,3,10,5,11
579025,17,814,204,204,200,24,9,30,29,15,33,27,5,8,8,12
579025,18,777,163,163,160,20,9,31,19,20,18,11,8,6,7,11
579025,19,742,161,161,159,18,8,23,17,18,31,13,8,8,6,9
579025,20,504,151,151,151,9,4,21,12,21,27,21,4,13,12,7
579025,21,616,153,153,153,14,3,34,12,22,23,10,5,6,10,14
579025,22,816,183,183,181,9,9,41,18,20,24,19,3,12,13,13
579025,23,904,158,158,158,17,5,15,13,16,32,31,5,4,12,8
579025,24,838,172,172,172,15,8,34,13,14,35,23,5,3,15,7
579025,25,888,179,179,177,16,14,33,20,20,31,19,5,4,6,9
579025,26,788,98,98,98,12,5,8,14,12,16,8,3,3,9,8
579025,27,693,82,82,82,9,7,10,7,17,9,7,5,2,8,1
579025,28,216,34,34,34,6,5,3,6,1,5,2,4,1,0,1
579025,29,165,19,19,19,3,0,2,5,0,4,1,1,0,0,3
579025,30,199,12,12,12,5,0,0,1,3,2,0,0,0,0,1
579025,31,343,79,79,79,5,0,6,15,19,12,5,1,1,8,7
579025,32,491,109,109,109,9,6,10,17,8,11,25,1,3,9,10
579025,33,207,31,31,31,5,2,5,1,2,7,2,3,1,3,0
579025,34,122,14,14,14,1,0,3,0,0,6,2,0,1,1,0
579025,35,277,28,28,28,1,0,8,3,7,0,2,1,2,4,0
579025,36,66,12,12,11,5,0,0,1,0,3,0,1,0,0,1
579041,1,614,123,123,122,13,26,7,7,15,21,7,8,4,2,12
579050,1,708,109,109,105,10,5,7,13,21,21,11,4,3,2,8
579068,1,936,173,173,169,10,9,18,34,19,38,16,3,7,8,7
579068,2,147,57,57,57,6,8,6,9,10,8,2,0,2,5,1
579076,1,133,30,30,30,1,0,1,8,3,9,0,5,2,1,0
579092,1,317,44,44,43,6,14,2,6,2,3,7,0,0,2,1
579106,1,317,41,41,41,4,0,11,7,3,7,3,1,2,1,2
579114,1,297,77,77,77,10,5,8,13,8,20,6,2,1,2,2
579114,2,264,40,40,39,6,1,3,6,5,9,4,1,2,2,0
579122,1,803,136,136,133,13,6,8,7,17,33,18,9,4,7,11
579149,1,202,39,39,38,2,1,11,5,3,10,2,2,0,1,1
579157,1,441,98,98,97,8,10,17,11,12,12,8,6,2,6,5
579157,2,95,28,28,28,3,4,10,1,4,4,0,2,0,0,0
579165,1,598,78,78,77,8,6,24,7,10,7,4,5,1,1,4
579173,1,301,55,55,55,8,1,2,13,11,10,2,2,2,2,2
579181,1,315,73,73,72,13,10,8,10,11,11,2,3,1,2,1
579190,1,560,56,56,56,4,5,2,4,7,17,2,0,1,8,6
579203,1,1089,143,143,141,4,11,22,9,15,23,20,16,8,8,5
579203,2,475,87,87,86,15,2,13,4,2,26,13,2,0,7,2
579203,3,830,119,119,118,14,5,22,10,21,17,17,3,3,2,4
579203,4,871,141,141,139,10,8,33,14,16,22,12,5,3,10,6
579203,5,1193,171,171,171,16,1,26,20,21,34,21,7,6,6,13
579203,6,1028,217,216,215,22,15,15,24,44,41,19,12,4,13,6
579203,7,1018,130,130,129,12,12,22,12,20,21,13,5,2,5,5
579203,8,675,132,132,132,14,3,13,14,27,28,14,6,6,4,3
579203,9,883,133,133,133,4,7,17,10,21,31,23,3,2,9,6
579203,10,1022,184,184,180,8,11,35,12,20,46,19,5,9,3,12
579203,11,981,153,153,153,19,17,14,11,22,23,20,9,2,9,7
579203,12,1155,201,201,198,19,4,39,12,35,37,21,6,5,9,11
579203,13,436,55,55,54,6,6,2,3,7,10,3,4,5,2,6
579203,14,337,58,58,58,1,1,11,3,17,11,3,0,5,4,2
579203,15,228,27,27,27,1,1,0,4,0,15,2,1,3,0,0
579203,16,336,55,55,55,4,0,11,4,5,9,1,8,4,5,4
579203,17,638,119,119,116,11,3,19,15,12,33,8,4,4,2,5
579211,1,631,92,92,87,18,2,7,9,4,22,13,8,2,0,2
579211,2,113,27,27,27,2,1,3,0,5,4,4,3,4,0,1
579220,1,773,121,121,120,26,10,24,10,7,16,14,2,2,7,2
579238,1,367,57,57,57,9,6,8,7,6,10,0,9,0,0,2
579254,1,289,66,66,66,5,15,12,2,4,8,6,2,0,6,6
579262,1,865,146,146,143,27,2,22,10,12,25,11,8,12,7,7
579271,1,176,23,23,23,6,1,7,0,2,4,0,1,0,2,0
579271,2,84,14,14,14,0,4,1,1,3,2,0,0,0,2,1
579297,1,940,135,135,134,10,16,24,12,16,18,8,11,1,11,7
579297,2,1077,155,155,154,22,25,23,17,28,20,4,3,3,5,4
579297,3,939,164,164,162,18,20,15,30,39,14,16,2,0,1,7
579297,4,742,103,103,103,15,10,16,14,11,13,12,1,4,3,4
579301,1,179,19,19,19,2,0,4,1,4,4,0,3,1,0,0
579319,1,832,126,126,125,14,0,11,21,20,28,7,8,2,8,6
579327,1,477,61,61,61,10,2,10,7,5,9,4,6,3,2,3
579335,1,370,66,66,66,7,1,2,16,13,7,4,3,0,11,2
579335,2,145,15,15,15,3,0,1,0,2,2,2,2,0,0,3
579351,1,659,137,137,136,11,6,26,13,16,25,13,4,11,6,5
579378,1,442,70,70,69,12,3,9,16,5,11,1,5,0,5,2
579386,1,176,45,45,44,13,7,3,9,3,5,1,1,1,0,1
579394,1,419,51,51,51,8,3,12,3,5,13,1,1,2,0,3
579408,1,220,41,41,40,2,1,3,9,3,2,1,0,8,6,5
579416,1,205,51,50,50,5,3,15,9,6,8,0,0,1,2,1
579424,1,466,61,61,61,6,1,16,7,3,9,7,2,0,4,6
579432,1,365,55,55,54,9,1,3,8,7,11,6,3,0,4,2
579432,2,1022,176,176,168,21,8,21,14,14,38,12,5,9,14,12
579441,1,167,30,30,30,1,2,5,1,3,7,3,3,1,3,1
579475,1,300,62,62,62,16,7,7,7,2,9,4,2,2,3,3
579483,1,154,20,20,20,3,2,3,3,2,4,0,1,0,0,2
579505,1,105,24,24,24,1,1,11,2,0,3,2,2,0,2,0
579513,1,1333,342,340,332,56,21,34,41,60,46,14,23,10,10,17
579530,1,144,36,36,36,9,3,3,3,0,12,0,1,3,1,1
579548,1,1800,244,244,244,39,13,32,28,28,30,26,11,7,11,19
579556,1,824,136,136,136,15,13,8,41,9,21,11,3,5,1,9
579556,2,155,27,27,27,6,5,1,4,4,4,1,0,0,2,0
579556,3,66,15,15,15,1,0,5,5,0,0,1,1,0,0,2
579564,1,551,100,100,99,10,3,11,7,15,30,7,2,8,0,6
579581,1,321,86,86,85,7,2,25,1,2,11,16,2,8,4,7
579581,2,205,48,48,48,2,1,14,2,2,12,3,0,3,7,2
579599,1,978,137,137,133,17,4,14,16,21,26,12,9,4,5,5
579602,1,447,77,77,77,13,1,1,10,6,12,12,7,3,0,12
579629,1,809,101,101,98,9,7,8,23,13,18,2,7,0,6,5
579637,1,866,170,170,170,19,19,21,16,30,22,8,9,10,13,3
579637,2,816,150,150,150,23,26,18,18,21,10,10,3,7,5,9
579637,3,821,176,176,174,13,37,14,14,18,29,8,7,8,12,14
579645,1,253,58,58,56,5,3,5,20,4,6,5,4,0,3,1
579645,2,663,65,65,65,4,3,6,9,10,17,7,1,2,2,4
579645,3,288,40,40,40,4,3,4,6,4,7,4,4,4,0,0
579645,4,475,77,77,75,20,0,8,6,11,12,5,6,5,0,2
579661,1,438,103,103,103,13,1,17,13,26,13,8,2,3,3,4
579696,1,160,48,48,48,2,1,8,0,7,12,10,0,2,4,2
579726,1,293,66,66,65,14,7,8,4,7,8,4,5,2,5,1
579734,1,926,185,185,179,17,20,19,19,16,34,12,10,5,11,16
579734,2,762,80,80,79,8,6,5,13,12,11,5,5,1,8,5
579742,1,910,179,179,179,10,10,42,4,9,43,24,3,4,13,17
579751,1,62,22,22,21,1,0,4,2,4,3,1,3,3,0,0
579769,1,353,63,63,63,2,0,21,6,8,14,6,2,0,2,2
579777,1,782,141,141,141,13,14,10,40,15,20,11,8,0,7,3
579777,2,606,62,62,62,11,5,1,10,10,8,6,6,1,0,4
579777,3,927,121,121,121,15,18,10,17,17,24,6,7,2,1,4
579777,4,934,158,158,156,15,11,23,13,12,42,20,4,0,1,15
579777,5,1083,203,203,203,33,19,18,23,18,31,21,10,8,9,13
579777,6,285,28,28,28,6,1,3,1,10,0,3,3,1,0,0
579785,1,783,140,140,138,14,12,15,10,26,19,8,14,5,7,8
579785,2,254,42,42,41,11,4,5,8,2,4,3,0,0,1,3
579793,1,192,35,35,35,6,5,4,3,3,4,0,0,2,6,2
579815,1,465,39,39,38,7,3,1,9,0,8,4,4,0,1,1
579815,2,437,52,52,52,6,6,12,3,4,5,1,3,4,2,6
579815,3,202,29,29,28,5,5,1,4,1,8,0,1,2,0,1
579823,1,404,86,86,86,12,3,15,16,4,16,5,7,0,4,4
579831,1,325,27,27,27,1,2,1,5,3,10,2,0,1,0,2
579858,1,793,137,137,136,21,5,20,9,15,21,16,12,5,5,7
579858,2,1018,194,194,194,21,14,41,5,10,40,17,10,13,15,8
579858,3,1193,145,145,144,18,9,40,8,16,14,17,9,5,3,5
579858,4,733,132,132,130,5,11,23,11,10,28,14,10,10,5,3
579858,5,661,139,139,139,15,8,15,8,22,32,13,9,7,6,4
579858,6,849,132,132,132,15,4,28,13,17,31,6,2,3,6,7
579858,7,702,127,127,126,17,6,16,9,19,30,6,4,5,8,6
579858,8,955,208,208,204,19,2,30,19,36,43,22,8,6,13,6
579858,9,1727,334,334,327,26,9,58,25,42,60,29,16,11,27,24
579858,10,1467,260,260,260,27,16,57,12,22,48,17,10,14,26,11
579866,1,156,24,24,24,2,2,6,2,2,1,4,3,1,1,0
579874,1,1160,189,189,185,23,5,16,38,24,28,22,9,5,5,10
579874,2,938,181,181,179,15,2,10,37,55,26,7,8,6,3,10
579874,3,480,72,72,69,11,0,4,11,9,17,3,2,8,1,3
579874,4,181,30,30,29,4,1,2,4,5,6,2,1,2,1,1
504301,1,286,42,42,42,8,5,5,6,6,11,0,0,1,0,0
504807,1,208,43,43,43,4,2,12,1,5,9,2,3,2,2,1
504921,1,244,58,58,57,7,5,6,4,13,12,1,2,1,4,2
504955,1,134,32,32,31,5,2,2,1,5,7,3,3,1,2,0
505005,1,346,66,66,66,5,5,8,14,8,8,7,2,2,5,2
505030,1,144,25,25,25,5,1,2,6,2,3,1,1,1,1,2
530697,1,101,21,21,19,6,3,1,0,1,2,3,0,2,1,0
547794,1,74,18,18,18,1,13,0,0,1,1,2,0,0,0,0
547808,1,228,19,19,19,0,2,4,3,3,3,1,1,0,1,1
547816,1,359,70,70,69,3,41,8,0,4,5,0,1,0,1,6
547824,1,93,23,23,23,1,1,7,0,10,1,1,0,0,2,0
547832,1,190,44,44,41,4,13,3,0,4,7,1,2,2,4,1
547841,1,150,37,37,37,7,2,4,8,7,6,1,1,0,1,0
547859,1,104,26,26,26,3,9,0,2,4,5,0,1,2,0,0
547867,1,126,45,45,45,7,2,6,2,6,12,4,3,2,0,1
547875,1,191,34,34,34,3,5,2,7,4,11,2,0,0,0,0
547891,1,303,50,50,50,4,12,8,5,3,12,2,3,0,0,1
554847,1,290,39,39,39,3,12,8,7,2,2,1,0,2,2,0
554952,1,237,39,39,39,5,3,2,10,4,7,2,0,0,5,1
556882,1,415,91,91,91,9,7,23,5,5,27,9,3,0,2,1
556882,2,168,35,35,35,6,0,4,7,4,4,5,1,2,2,0
571164,1,1088,176,176,174,16,12,23,24,37,19,8,9,3,12,11
571164,2,1144,160,160,160,14,14,23,8,29,31,9,5,2,14,11
571164,3,946,175,175,173,14,8,22,19,28,20,22,5,10,13,12
571164,4,706,142,142,142,12,17,27,9,12,28,15,3,1,10,8
571164,5,612,102,102,102,6,5,20,15,10,16,9,3,5,6,7
571164,6,941,230,230,230,25,12,48,12,26,45,30,3,5,16,8
571164,7,643,145,145,144,12,14,21,8,24,22,18,3,1,13,8
571164,8,556,106,106,106,8,2,12,4,17,22,9,1,4,11,16
571164,9,844,188,188,187,14,13,36,16,27,33,17,2,5,11,13
571164,10,1239,166,166,165,21,13,16,9,20,12,21,2,14,21,16
571164,11,583,104,104,102,12,2,21,9,16,18,5,1,3,9,6
571164,12,685,137,137,136,14,10,23,5,14,26,10,0,9,12,13
571164,13,824,118,118,118,16,6,15,12,18,16,6,3,4,11,11
571164,14,592,132,132,132,5,10,26,12,16,21,11,2,8,9,12
571164,15,647,78,78,77,5,8,11,17,5,10,3,3,3,9,3
571164,16,614,107,107,107,18,8,4,21,11,18,8,1,1,12,5
571164,17,511,102,102,102,13,7,13,16,14,7,1,3,2,14,12
571164,18,547,99,99,99,5,3,17,20,8,21,7,2,5,8,3
571164,19,520,104,104,104,10,8,6,20,6,21,10,5,2,7,9
571164,20,554,94,94,91,10,8,9,21,10,12,5,1,6,4,5
571164,21,634,148,148,147,17,12,17,12,34,29,9,5,4,5,3
571164,22,561,124,124,124,17,9,7,19,30,18,4,3,4,5,8
571164,23,747,143,143,141,6,3,31,20,14,20,25,1,3,7,11
571164,24,511,86,86,86,9,11,8,14,8,15,10,1,3,2,5
571164,25,116,31,31,31,7,4,3,5,3,2,0,3,1,2,1
571164,26,615,140,140,140,18,11,17,21,13,20,9,4,6,17,4
571164,27,461,77,77,77,5,5,9,8,7,18,2,3,9,5,6
571164,28,165,49,49,49,5,15,6,3,3,11,1,5,0,0,0
571164,29,99,9,9,9,0,0,0,1,0,0,4,0,0,1,3
571181,1,437,84,84,84,5,13,5,11,10,20,5,6,1,5,3
571202,1,539,79,79,77,11,22,14,9,5,8,6,1,0,1,0
571229,1,133,30,30,30,5,0,0,3,14,2,3,1,0,1,1
571237,1,181,36,36,35,6,2,1,3,3,12,2,0,0,4,2
571245,1,304,60,60,60,8,1,12,10,3,16,4,2,0,1,3
571253,1,226,23,23,23,2,2,1,5,2,6,0,1,2,2,0
571270,1,260,44,44,44,2,6,7,5,4,10,2,2,3,1,2
571296,1,89,31,31,30,7,9,1,3,3,1,4,0,2,0,0
571300,1,118,26,26,26,1,8,1,6,2,8,0,0,0,0,0
571377,1,212,44,44,42,4,1,5,1,4,18,1,7,1,0,0
571385,1,779,130,130,125,14,19,20,7,15,15,17,5,3,4,6
571385,2,409,83,83,81,6,11,11,7,17,13,2,3,4,3,4
571385,3,538,79,79,79,5,12,8,6,13,16,5,6,1,1,6
571385,4,587,85,85,84,9,9,6,11,16,17,3,3,1,3,6
571385,5,621,116,116,116,8,12,19,6,12,22,19,0,1,12,5
571385,6,716,148,148,148,14,25,16,10,23,27,7,7,3,8,8
571385,7,284,48,48,48,1,0,7,4,7,15,3,1,0,7,3
571393,1,596,114,114,112,6,19,8,9,8,29,9,6,5,10,3
571393,2,531,122,122,122,10,26,12,17,14,21,8,6,1,7,0
571393,3,848,145,145,145,4,27,7,14,23,33,13,4,1,10,9
571393,4,848,166,166,165,16,42,18,27,14,23,5,6,1,10,3
571393,5,684,129,129,128,11,16,17,17,16,18,7,4,2,13,7
571393,6,597,84,84,84,6,16,6,10,19,15,6,4,0,1,1
571393,7,585,101,101,100,7,20,3,17,19,16,6,5,2,4,1
571393,8,584,117,117,115,10,17,7,17,28,14,11,3,1,6,1
571393,9,572,95,95,94,9,5,7,18,10,22,4,4,3,7,5
571393,10,517,83,83,81,1,21,10,9,15,11,5,2,0,4,3
571393,11,566,94,94,94,8,8,10,12,17,22,3,2,1,3,8
571393,12,808,105,105,105,15,15,19,14,9,16,3,6,1,3,4
571393,13,209,31,31,31,2,15,1,0,2,6,3,2,0,0,0
571393,14,192,29,29,29,4,3,6,7,5,0,1,0,0,0,3
571393,15,78,11,11,11,1,2,0,5,1,1,0,0,1,0,0
571407,1,161,46,46,46,6,19,1,1,8,4,4,1,0,0,2
571440,1,641,99,99,99,10,19,9,19,10,8,9,7,2,3,3
571458,1,94,26,26,26,2,9,1,0,4,7,2,0,0,0,1
571458,2,50,17,17,16,1,0,0,3,6,6,0,0,0,0,0
571466,1,281,57,57,57,7,6,4,11,10,12,6,0,0,1,0
571466,2,55,6,6,6,0,0,0,2,1,2,0,1,0,0,0
571474,1,403,81,81,80,5,1,4,28,11,12,6,0,3,4,6
571482,1,108,35,35,35,5,3,0,10,4,7,2,1,2,1,0
571491,1,950,140,140,138,13,41,15,8,22,15,7,4,6,4,3
571491,2,531,100,100,99,15,13,11,16,11,10,6,5,4,7,1
571491,3,101,20,20,20,0,10,4,0,5,1,0,0,0,0,0
571504,1,280,22,22,22,3,2,3,2,3,5,2,0,1,0,1
571539,1,983,175,175,174,25,6,20,38,23,32,7,7,2,7,7
571539,2,1035,139,139,137,12,8,9,25,18,24,20,9,4,6,2
571539,3,269,26,26,26,4,0,3,4,2,5,1,4,3,0,0
571539,4,177,23,23,23,2,4,2,1,3,3,0,2,1,3,2
571539,5,58,12,12,12,3,2,0,1,0,5,1,0,0,0,0
571547,1,838,120,120,119,11,6,9,26,20,18,10,6,1,9,3
571547,2,188,32,32,32,4,2,8,3,2,5,3,0,3,1,1
571563,1,258,36,36,36,7,2,3,0,7,8,4,0,0,3,2
571563,2,91,22,22,19,1,4,2,2,2,3,0,2,0,3,0
571571,1,551,114,114,114,4,47,16,2,8,10,5,8,2,7,5
571571,2,100,38,38,38,1,26,4,0,2,2,0,1,1,0,1
571580,1,199,42,42,42,6,21,0,2,9,2,0,0,0,1,1
571610,1,493,76,76,74,9,4,12,14,4,19,2,3,0,3,4
571628,1,257,58,58,56,3,3,15,5,1,13,3,1,2,8,2
571652,1,131,22,22,22,7,2,0,6,2,4,1,0,0,0,0
571661,1,763,141,141,140,13,50,9,8,11,26,7,2,1,5,8
571661,2,147,34,34,34,2,13,7,2,0,3,2,5,0,0,0
571661,3,94,12,12,12,0,3,0,3,1,1,1,0,0,2,1
571661,4,91,19,19,19,0,7,0,1,4,4,0,0,1,1,1
571709,1,116,12,12,12,0,6,1,3,0,0,0,1,0,0,1
571725,1,75,28,28,28,2,3,3,1,2,10,0,1,3,1,2
571733,1,123,44,44,44,7,9,2,4,7,4,1,3,1,4,2
571750,1,127,23,23,23,1,1,3,9,2,3,0,0,1,0,3
571768,1,691,132,132,132,17,6,15,24,12,31,5,3,5,8,6
571776,1,936,154,154,153,13,32,24,27,22,11,13,3,1,2,5
571776,2,479,99,99,98,6,9,20,14,17,10,11,2,5,3,1
571776,3,227,31,31,31,9,7,0,1,9,2,0,0,1,1,1
571776,4,193,47,47,47,1,12,10,8,8,1,2,1,1,2,1
571776,5,105,23,23,23,4,13,0,0,3,2,0,0,0,1,0
571776,6,124,24,24,24,0,11,3,0,2,1,1,0,2,2,2
571822,1,243,35,35,35,2,0,3,12,4,6,4,1,0,1,2
571831,1,792,102,101,101,8,8,11,9,25,20,7,3,2,3,5
571831,2,227,31,31,31,9,3,2,3,4,5,2,1,1,0,1
571857,1,268,57,57,57,5,9,9,9,4,9,4,0,2,1,5
571873,1,241,40,40,40,6,3,3,3,4,11,1,0,2,0,7
571873,2,186,38,38,38,1,2,7,15,7,1,2,0,0,2,1
571873,3,68,14,14,14,2,0,1,3,5,3,0,0,0,0,0
571873,4,49,15,15,15,6,0,0,0,2,3,0,4,0,0,0
571890,1,96,28,28,28,3,6,0,6,4,6,1,2,0,0,0
571903,1,364,56,56,56,4,0,9,14,15,5,5,1,0,2,1
571903,2,104,16,16,16,1,0,1,1,1,10,1,0,0,0,1
571911,1,1332,246,246,246,21,41,30,34,35,27,18,9,8,16,7
571962,1,638,90,90,88,6,2,8,11,12,17,8,8,6,7,3
572004,1,208,44,44,44,4,13,1,12,4,4,2,0,2,2,0
572039,1,235,41,41,41,11,0,1,3,6,8,3,4,1,2,2
572063,1,206,28,28,28,0,7,3,1,5,10,1,0,0,0,1
572071,1,1144,105,105,104,11,1,14,19,15,28,6,3,2,1,4
572080,1,1042,182,182,181,10,63,34,16,12,22,11,5,3,3,2
572080,2,436,72,72,72,4,16,8,12,12,7,2,5,3,2,1
572080,3,174,44,44,44,3,7,4,10,4,9,1,1,0,4,1
572080,4,89,12,12,12,1,5,0,1,2,1,0,0,0,0,2
572098,1,638,104,104,104,10,17,15,9,18,15,8,2,2,1,7
572101,1,343,53,53,52,7,20,1,5,4,10,4,0,0,1,0
572110,1,187,45,44,43,4,7,4,7,5,3,3,4,4,2,0
572152,1,183,41,41,40,2,20,6,4,4,2,1,0,0,0,1
572152,2,50,11,11,11,1,1,3,1,1,2,0,0,0,2,0
572152,3,69,22,22,22,3,13,2,0,3,0,0,1,0,0,0
572161,1,561,79,79,79,11,8,8,12,6,21,1,3,3,2,4
572161,2,649,109,109,107,4,9,23,20,18,11,13,3,1,4,1
572161,3,160,26,26,26,4,5,3,1,6,2,3,0,0,0,2
572179,1,807,89,89,89,8,9,12,15,18,16,5,0,0,4,2
572179,2,95,14,14,13,2,0,0,4,2,0,3,1,0,1,0
572179,3,82,14,14,14,0,1,1,6,1,1,0,2,1,0,1
572179,4,98,14,14,14,7,0,2,0,0,4,0,0,0,0,1
572217,1,390,62,62,62,5,17,4,8,11,13,1,2,1,0,0
572225,1,1009,148,148,145,19,12,14,22,17,30,13,6,4,4,4
572225,2,243,24,24,24,0,1,4,12,2,2,2,1,0,0,0
572225,3,209,44,44,43,5,2,5,6,5,8,4,3,3,0,2
572241,1,881,120,120,120,13,15,10,24,19,15,6,9,3,4,2
572241,2,901,168,168,165,6,33,14,24,20,26,17,7,4,6,8
572241,3,644,94,94,94,6,13,7,27,16,7,5,4,2,3,4
572241,4,740,129,129,129,12,14,10,35,23,20,5,2,4,2,2
572241,5,185,36,36,36,3,14,1,6,7,1,1,0,1,1,1
572241,6,143,16,16,16,1,5,4,2,2,0,1,1,0,0,0
572241,7,99,17,17,17,3,2,3,1,3,1,0,2,1,1,0
572241,8,107,16,16,16,2,0,2,1,3,5,0,3,0,0,0
572241,9,87,18,18,18,3,3,0,4,0,5,2,1,0,0,0
572241,10,51,6,6,6,0,1,0,1,1,1,0,1,0,1,0
572241,11,52,11,11,11,0,0,0,2,0,6,0,0,2,1,0
572241,12,35,7,7,7,0,1,0,1,0,0,1,0,0,4,0
572241,13,45,4,4,4,1,0,0,2,1,0,0,0,0,0,0
572241,14,275,37,37,37,2,10,5,6,8,3,2,0,1,0,0
572268,1,873,169,169,168,16,27,12,23,10,37,5,4,9,9,16
572268,2,804,180,180,180,19,22,15,24,23,44,18,1,2,6,6
572268,3,873,186,186,184,21,10,35,18,21,25,15,2,2,17,18
572268,4,367,58,58,58,3,2,10,4,5,17,0,1,7,8,1
572268,5,176,33,33,33,3,6,4,3,2,5,2,2,3,2,1
572268,6,119,20,20,20,2,0,2,1,8,4,0,2,1,0,0
572276,1,670,130,130,130,14,22,7,2,8,33,21,4,2,5,12
572314,1,154,15,15,15,0,4,0,0,3,3,2,1,0,1,1
572322,1,384,69,69,69,4,28,5,5,5,8,2,5,1,6,0
572331,1,353,81,81,80,4,3,11,13,5,10,14,4,3,2,11
572349,1,709,150,150,149,11,33,7,34,15,20,11,6,4,4,4
572381,1,280,50,50,50,6,6,2,5,9,14,3,0,0,0,5
572390,1,767,128,128,126,3,17,19,16,22,24,7,5,4,3,6
572403,1,147,25,25,25,2,3,4,1,2,8,0,3,0,2,0
572411,1,1011,183,183,181,13,17,19,25,29,32,25,3,4,8,6
572411,2,620,91,91,91,8,6,6,12,29,17,5,4,0,2,2
572411,3,707,108,108,107,8,8,17,20,11,12,8,6,2,7,8
572411,4,228,29,29,29,3,2,1,3,5,3,0,1,2,4,5
572420,1,485,71,71,71,8,1,8,11,13,18,2,6,4,0,0
572446,1,374,59,59,57,11,4,8,7,2,12,6,0,1,3,3
572454,1,170,44,44,44,13,1,1,12,5,4,0,1,4,0,3
572462,1,440,60,60,60,10,6,5,9,8,15,0,2,2,2,1
572471,1,253,52,52,52,2,3,7,4,8,13,6,3,2,2,2
572497,1,360,61,61,61,4,10,2,5,8,17,1,3,1,8,2
572501,1,331,78,78,78,3,31,6,9,4,11,2,5,1,3,3
572527,1,213,38,38,36,7,4,6,5,2,7,2,3,0,0,0
572535,1,283,73,73,71,8,19,2,5,6,14,4,4,1,6,2
572543,1,130,32,32,32,6,5,1,11,1,8,0,0,0,0,0
572551,1,280,29,29,29,2,1,1,4,9,5,2,1,0,2,2
572551,2,80,11,11,9,2,3,0,1,1,2,0,0,0,0,0
572551,3,99,11,11,11,3,2,0,2,0,2,0,0,1,0,1
572551,4,118,32,32,32,1,7,0,6,4,7,4,1,0,0,2
572578,1,845,115,115,111,13,4,9,21,29,17,5,2,3,4,4
572641,1,204,44,44,44,3,1,8,6,5,3,7,5,2,1,3
573787,1,299,45,45,45,14,2,7,5,7,5,1,1,1,0,2
573817,1,91,12,12,12,4,0,0,1,2,3,0,0,0,2,0
573876,1,219,54,54,54,2,20,6,6,5,6,3,1,0,2,3
573949,1,44,10,10,10,0,2,0,2,2,1,0,1,0,0,2
574007,1,124,22,22,22,0,4,0,7,0,8,0,2,0,0,1
574091,1,76,22,22,22,0,8,1,0,4,4,3,0,0,1,1
574104,1,165,19,19,19,1,1,0,4,3,4,5,0,0,1,0
530794,1,170,35,35,35,7,1,4,2,9,8,1,1,0,2,0
553719,1,500,94,94,94,9,4,14,8,12,16,15,4,6,4,2
555096,4001,1292,295,295,292,28,18,65,19,36,48,27,7,6,27,11
555096,4002,598,157,157,156,12,10,16,19,19,34,18,1,12,10,5
555096,4003,929,165,164,164,13,15,23,10,25,31,17,7,3,11,9
555096,4004,371,60,60,60,1,7,11,6,11,9,12,1,0,1,1
555096,4005,919,143,143,141,14,11,21,13,11,30,8,5,3,21,4
555100,6001,1062,194,194,194,15,13,38,16,18,48,11,6,11,15,3
555100,6002,1056,193,193,193,15,16,27,23,12,47,19,5,6,9,14
555100,6003,972,163,163,163,15,13,29,19,11,44,12,8,1,10,1
555100,6004,901,118,118,118,11,6,12,18,14,22,10,3,2,14,6
555100,6005,303,51,51,50,7,1,12,5,5,5,8,1,2,2,2
555100,6006,186,30,30,30,5,1,3,5,4,6,2,1,1,0,2
555118,7001,1044,262,262,261,24,19,50,18,37,54,15,2,9,20,13
555118,7002,851,178,177,176,15,10,32,9,19,39,12,3,13,13,11
555118,7003,1212,235,235,235,34,14,43,18,32,37,31,0,6,10,10
555118,7004,637,95,95,95,5,0,10,10,20,18,6,3,6,10,7
555118,7005,849,136,136,135,13,11,20,12,24,25,9,2,5,8,6
555118,7006,202,21,21,21,1,2,1,3,1,6,1,2,0,2,2
555126,2001,1086,155,155,155,19,12,32,3,13,30,7,1,8,12,18
555126,2002,750,125,125,124,16,4,16,13,17,18,12,4,7,12,5
555126,2003,691,163,163,162,12,4,25,31,29,21,22,2,3,5,8
555126,2004,707,169,169,169,20,11,21,29,27,23,19,5,1,4,9
555126,2005,659,94,94,94,10,3,6,17,16,21,9,5,2,1,4
555126,2006,791,158,158,158,14,19,24,12,31,17,19,5,5,9,3
555126,2007,686,132,132,131,8,10,13,17,18,23,7,5,7,11,12
555126,2008,716,146,146,146,11,9,14,17,31,19,15,5,2,12,11
555126,2009,817,130,130,128,16,8,14,8,24,26,12,1,3,9,7
555126,2010,949,133,133,133,10,5,30,11,13,24,14,3,5,10,8
555126,2011,761,105,105,105,9,6,14,19,20,25,5,0,2,4,1
555126,2012,758,128,128,126,7,11,10,24,20,16,14,2,5,10,7
555126,2013,848,160,160,160,12,11,32,17,10,31,15,4,4,12,12
555126,2014,715,136,136,136,14,10,13,20,27,16,10,3,4,11,8
555126,2015,796,152,152,152,8,7,10,27,33,32,10,4,3,7,11
555126,2016,668,110,110,110,13,5,16,15,12,19,14,4,2,5,5
555126,2017,854,149,149,149,21,7,8,17,37,25,10,4,4,12,4
555126,2018,820,134,134,133,8,6,16,12,24,21,12,3,6,21,4
555126,2019,647,103,103,103,10,3,13,14,27,22,7,1,0,6,0
557064,3001,767,278,277,273,84,10,30,23,29,54,13,14,4,8,4
557064,3002,692,98,98,97,12,4,11,10,14,19,10,3,5,4,5
557064,3003,576,109,109,109,10,9,17,9,18,19,5,0,8,8,6
557064,3004,668,102,102,101,9,11,11,11,23,16,6,5,1,6,2
557064,3005,1070,201,201,199,22,14,44,7,10,43,20,5,12,15,7
557064,3006,779,140,140,140,9,6,29,14,11,30,15,6,7,9,4
557064,3007,703,166,166,165,18,7,21,18,17,37,18,2,6,17,4
557064,3008,733,154,154,154,18,11,21,15,30,30,8,2,3,10,6
557064,3009,824,108,108,108,14,10,15,5,12,13,11,4,7,10,7
557064,3010,1046,149,148,148,17,15,21,13,15,24,9,7,8,10,9
557064,3011,1100,213,213,212,19,24,32,17,28,47,14,6,1,19,5
557064,3012,1188,183,183,183,21,10,32,15,23,32,21,3,2,14,10
557064,3013,1017,182,182,180,19,6,35,13,22,36,14,0,5,13,17
557064,3014,985,202,202,199,16,17,36,15,22,47,10,3,7,21,5
557064,3015,624,137,137,137,26,4,18,13,16,12,7,11,10,15,5
557072,5001,879,152,152,147,14,15,23,12,20,24,10,9,9,6,5
557072,5002,1170,136,136,134,19,8,18,14,8,25,10,5,8,8,11
557072,5003,537,91,91,91,6,5,16,11,16,17,14,2,0,1,3
557072,5004,457,109,109,108,9,9,18,12,9,24,9,4,3,8,3
557072,5005,660,162,162,160,24,13,28,14,17,18,12,2,7,21,4
557072,5006,754,153,153,150,19,11,18,13,23,32,11,7,4,6,6
557072,5007,764,135,135,133,19,8,11,29,11,20,15,4,6,6,4
557072,5008,761,162,162,156,16,9,20,11,18,33,24,6,5,8,6
557072,5009,700,132,132,132,21,4,18,27,15,18,11,1,8,6,3
557072,5010,843,160,160,158,18,6,17,17,19,40,11,2,13,10,5
557072,5011,940,154,154,154,17,7,25,28,19,16,11,7,3,14,7
557072,5012,593,120,120,119,13,9,28,16,9,13,12,3,1,7,8
557072,5013,585,97,97,94,11,2,14,7,20,24,10,1,1,2,2
557072,5014,555,80,80,78,4,11,8,6,8,6,15,1,3,12,4
557072,5015,711,134,134,133,13,8,20,30,10,19,9,3,3,9,9
557072,5016,646,139,139,139,10,12,22,16,14,31,20,1,7,4,2
557072,5017,751,153,153,151,12,18,30,20,18,27,8,0,1,11,6
557072,5018,411,72,72,69,7,6,8,5,5,19,9,2,2,2,4
572764,1,73,16,16,16,2,1,0,1,5,4,1,0,0,0,2
572799,1,154,35,35,35,3,0,13,1,8,5,1,0,2,0,2
572802,1,111,35,35,35,4,3,5,4,5,5,1,2,1,3,2
572845,1,118,40,40,38,9,2,0,3,4,5,10,3,0,0,2
572853,1,86,19,19,19,5,0,3,0,5,4,1,0,0,0,1
572861,1,214,38,38,38,5,0,4,9,10,4,0,1,0,4,1
572870,1,408,102,102,102,12,12,29,4,7,21,10,1,2,1,3
572888,1,120,38,38,38,4,4,5,5,4,13,1,2,0,0,0
572896,1,341,47,47,46,8,2,10,4,2,14,1,0,2,3,0
572934,1,183,44,44,44,6,2,3,5,4,15,3,2,1,2,1
572942,1,77,20,20,20,1,3,2,1,4,3,1,3,2,0,0
572951,1,132,28,28,28,3,1,4,1,0,8,7,0,0,2,2
572977,1,190,38,38,38,1,2,7,4,4,11,1,0,2,0,6
572985,1,159,41,41,41,5,9,3,6,5,4,0,3,4,0,2
573019,1,44,10,10,10,2,0,0,3,0,3,0,2,0,0,0
573027,1,111,7,7,7,0,1,1,0,0,3,0,1,1,0,0
573035,1,85,27,27,27,1,1,2,7,2,9,0,2,0,3,0
573078,1,132,24,24,24,3,1,6,5,3,2,0,1,0,2,1
573515,1,227,46,45,43,12,5,10,1,3,5,1,2,0,4,0
574198,1,384,118,118,118,13,4,24,4,4,29,20,5,2,7,6
574716,1001,2999,157,157,157,14,11,25,11,14,22,18,4,9,15,14
574716,1002,582,111,111,110,18,9,18,7,9,17,14,4,6,6,2
574716,1003,670,124,124,124,11,8,14,12,8,31,12,2,9,12,5
574716,1004,781,122,122,122,11,5,17,26,18,22,6,2,3,9,3
574716,1005,557,99,99,99,10,9,13,16,12,11,12,2,4,3,7
574716,1006,834,121,121,121,8,4,29,17,15,22,12,2,5,3,4
574716,1007,583,124,124,124,12,10,15,10,19,24,13,3,8,8,2
574716,1008,497,119,119,118,12,5,27,7,11,21,13,1,1,15,5
574716,1009,649,128,128,128,13,4,11,20,26,16,7,6,8,8,9
574716,1010,783,119,119,118,4,7,17,20,19,21,8,5,5,6,6
574716,1011,929,146,146,146,18,8,20,20,20,26,9,7,3,8,7
574716,1012,881,160,160,159,12,1,19,22,28,30,24,6,5,6,6
574716,1013,737,165,165,163,25,7,20,26,22,19,4,6,7,15,12
574716,1014,498,106,106,106,8,8,16,14,10,15,18,1,4,9,3
574716,1015,760,153,153,153,13,12,18,21,26,26,21,2,3,9,2
574716,1016,585,121,121,119,8,7,24,8,18,17,9,4,9,11,4
574716,1017,583,93,93,91,10,7,15,11,16,10,6,1,4,8,3
574716,1018,679,210,209,209,24,18,39,13,7,31,28,9,9,24,7
574716,1019,662,138,138,138,9,10,23,10,9,23,18,7,6,17,6
574716,1020,774,116,116,116,14,12,22,10,12,15,10,2,6,12,1
574716,1021,702,182,182,182,12,17,38,10,25,29,17,6,4,17,7
574716,1022,738,200,200,199,16,13,31,26,17,42,20,8,5,13,8
574724,1,158,35,35,35,7,0,4,2,7,7,0,0,2,1,5
574741,1,240,47,47,47,6,4,5,0,6,13,1,1,1,5,5
574767,1,1062,213,213,212,27,8,36,14,25,52,15,0,1,20,14
574767,2,1025,215,215,213,17,12,54,11,13,49,21,3,10,9,14
574767,3,642,105,105,105,8,6,13,9,21,14,12,3,3,8,8
574783,1,205,49,49,48,3,1,7,5,2,13,6,1,4,4,2
574791,1,199,28,28,28,3,6,2,5,4,4,1,0,0,1,2
574805,1,837,160,160,160,13,9,20,26,20,23,15,2,9,10,13
574813,1,182,38,38,38,4,0,4,15,1,7,1,1,1,1,3
574821,1,58,17,17,17,3,2,1,0,3,2,1,3,1,1,0
574830,1,319,47,47,46,4,11,1,3,6,5,5,3,2,2,4
574848,1,689,179,178,175,11,18,45,4,7,35,11,5,6,19,14
574848,2,163,49,49,49,4,1,10,3,4,6,7,0,3,6,5
574848,3,224,69,69,68,7,5,10,7,2,18,1,2,2,6,8
574848,4,70,35,35,35,4,6,8,4,4,5,0,0,2,2,0
574856,1,825,163,162,161,14,8,23,17,20,35,8,7,6,6,17
574864,1,319,56,56,56,9,2,7,4,7,7,3,2,3,6,6
574899,1,654,77,77,76,7,7,6,14,15,13,10,0,2,1,1
574899,2,711,92,92,92,13,15,5,11,15,12,8,6,1,4,2
574899,3,215,66,66,66,10,5,16,6,8,10,6,3,1,1,0
574902,1,309,56,56,56,9,4,10,6,1,17,2,1,2,0,4
574911,1,762,113,113,113,17,17,8,7,11,24,12,6,0,7,4
574911,2,500,67,67,65,6,11,1,5,13,16,6,1,0,5,1
574911,3,204,25,25,25,0,2,2,0,7,11,1,1,0,0,1
574911,4,138,32,32,30,2,3,6,2,1,10,0,1,1,0,4
574929,1,683,81,81,80,8,1,14,12,11,22,4,2,1,1,4
574953,1,293,59,59,56,12,2,4,3,4,8,7,4,2,7,3
574961,1,217,51,51,49,5,0,0,10,15,12,3,2,0,1,1
574988,1,663,98,98,98,3,4,13,16,13,23,4,9,3,6,4
574988,2,769,104,103,103,7,7,18,10,16,21,4,3,2,9,6
574988,3,636,121,121,121,11,8,19,10,27,16,12,8,3,4,3
574988,4,523,101,101,101,10,5,10,16,12,25,11,3,1,3,5
574988,5,988,198,198,197,18,23,16,25,40,41,12,3,3,6,10
574988,6,625,126,126,126,6,13,13,6,24,33,9,4,5,10,3
574988,7,645,110,110,108,8,10,18,10,19,14,8,4,5,10,2
574988,8,241,56,56,56,0,1,14,4,6,15,8,3,0,2,3
574988,9,184,23,23,23,0,4,6,5,1,3,2,1,1,0,0
574996,1,1433,252,252,252,25,30,28,31,33,40,22,22,4,7,10
574996,2,106,19,19,18,0,2,0,4,5,4,0,1,0,0,2
575011,1,795,108,108,108,14,3,8,10,12,27,11,8,4,6,5
575020,8001,215,26,26,26,8,0,1,1,4,5,2,2,0,2,1
575046,1,170,30,30,30,5,5,2,6,0,4,2,1,1,3,1
575054,1,841,148,148,147,9,7,27,18,14,33,11,8,3,0,17
575062,1,252,40,40,40,2,0,4,4,11,13,2,0,0,3,1
575071,1,1244,156,156,153,15,5,11,19,38,39,6,5,4,3,8
575071,2,1218,220,220,218,14,6,25,41,27,37,9,13,5,13,28
575071,3,81,5,5,5,0,1,0,1,0,1,1,0,0,1,0
575089,1,532,85,85,82,11,9,14,4,8,13,8,4,2,4,5
575097,1,171,34,34,34,5,0,1,3,8,11,0,4,0,1,1
575101,1,260,46,46,45,3,1,4,11,6,11,2,1,0,2,4
575119,1,184,52,52,52,4,1,5,5,5,15,7,0,0,7,3
575127,1,127,32,32,32,1,1,6,7,2,8,0,0,0,0,7
575135,1,194,44,44,44,5,4,9,6,4,7,4,1,2,0,2
575143,1,295,56,56,56,7,4,19,4,3,8,1,1,2,4,3
575151,1,166,37,37,37,8,1,1,10,9,2,0,0,3,0,3
575178,1,295,47,47,46,5,0,7,8,7,9,1,3,0,2,4
575178,2,93,15,15,15,0,1,1,4,3,4,0,0,1,0,1
575178,3,51,5,5,5,3,0,0,0,1,1,0,0,0,0,0
575178,4,89,15,15,15,0,2,2,1,4,4,2,0,0,0,0
575194,1,361,37,37,37,6,1,1,8,5,7,4,0,0,1,4
575232,1,425,88,88,88,9,12,22,2,10,13,11,0,1,4,4
575259,1,140,21,21,20,3,0,2,5,6,2,0,0,0,1,1
575305,1,387,47,47,47,3,3,2,6,3,15,6,4,3,1,1
575313,1,326,38,38,38,2,4,5,4,4,8,3,1,0,2,5
575330,1,112,22,22,22,2,0,8,2,3,4,0,0,0,2,1
575372,1,927,132,132,131,12,5,24,9,26,24,14,5,0,8,4
575381,1,146,28,28,28,0,6,4,0,5,10,1,0,0,1,1
575399,1,33,13,13,12,1,0,1,3,1,2,0,0,4,0,0
575399,2,1078,217,217,216,10,10,24,27,47,35,21,5,12,6,19
575399,3,83,22,22,22,2,1,4,2,0,7,2,0,1,3,0
575399,4,213,41,41,41,2,1,6,3,11,6,0,5,0,7,0
575399,5,120,22,22,22,1,2,5,1,7,3,2,1,0,0,0
575429,1,779,165,165,163,19,10,24,13,29,22,26,2,1,8,9
575429,2,760,109,109,106,10,4,12,10,12,10,14,11,4,13,6
575429,3,385,83,83,82,4,7,6,10,19,11,11,6,1,3,4
575437,1,847,145,145,144,5,5,35,21,13,29,7,3,10,9,7
575445,1,652,91,91,90,7,15,9,13,8,21,2,0,5,7,3
575445,2,125,24,24,23,3,3,3,0,2,7,2,1,0,1,1
575461,1,192,45,45,45,4,5,5,5,6,7,9,2,2,0,0
575470,1,69,12,12,12,1,0,1,3,0,7,0,0,0,0,0
575500,1,890,137,137,136,7,13,17,17,15,29,19,4,8,2,5
575500,2,1382,179,179,179,20,23,25,21,17,35,5,8,5,8,12
575500,3,917,158,157,157,12,8,19,14,40,21,15,5,1,12,10
575500,4,789,135,135,134,15,11,8,24,38,17,5,1,2,4,9
575500,5,619,117,117,116,11,12,13,17,24,13,10,5,2,6,3
575500,6,862,113,113,112,10,11,11,11,19,17,7,3,2,13,8
575500,7,865,190,190,190,12,11,28,37,35,24,15,10,6,8,4
575500,8,64,27,27,27,9,2,0,4,4,2,2,0,1,1,2
575500,9,208,19,19,19,3,0,1,3,3,6,0,1,0,2,0
575500,10,177,29,29,28,6,1,0,5,4,5,3,2,1,1,0
575500,11,155,23,23,22,1,1,1,2,4,5,2,2,0,2,2
575500,12,89,18,18,17,2,1,1,3,0,7,0,0,0,1,2
575500,13,138,25,25,25,1,1,2,9,1,7,0,1,0,3,0
575500,14,38,6,6,6,1,0,0,2,2,1,0,0,0,0,0
575518,1,180,37,37,37,1,5,1,9,8,6,1,1,3,0,2
575526,1,75,30,30,30,1,1,6,2,1,9,1,7,0,0,2
575534,1,447,94,94,92,9,2,20,5,6,22,13,2,2,7,4
575551,1,453,75,75,73,3,9,10,4,9,24,4,2,5,0,3
575569,1,213,38,38,37,4,1,6,3,3,10,2,1,0,3,4
575577,1,535,71,71,71,7,12,5,3,6,11,6,4,8,2,7
575577,2,134,34,34,34,3,11,3,0,5,5,2,1,1,1,2
575593,1,1177,201,201,198,43,5,20,28,25,45,8,4,5,6,9
575607,1,933,204,204,203,24,6,28,25,31,35,28,6,7,4,9
575607,2,181,37,37,37,5,1,5,4,8,6,2,2,0,4,0
575615,1,100,14,14,14,3,0,4,1,2,4,0,0,0,0,0
575623,1,479,111,111,108,39,6,14,13,14,8,6,0,0,3,5
575640,1,746,125,125,125,6,7,14,15,15,29,8,3,10,8,10
575640,2,696,134,134,133,11,13,14,6,21,30,9,4,0,15,10
575640,3,795,165,165,165,19,22,24,19,14,35,9,5,4,9,5
575640,4,85,24,24,24,5,5,1,3,2,6,1,0,0,1,0
575640,5,122,34,34,34,2,2,9,1,5,12,1,1,1,0,0
575640,6,55,12,12,12,3,2,0,0,3,1,1,2,0,0,0
575640,7,144,26,26,26,1,3,5,1,7,6,2,0,0,0,1
575640,8,215,61,61,61,6,9,15,0,1,6,9,1,5,6,3
575658,1,378,50,50,50,8,3,7,3,6,7,4,4,2,4,2
575666,1,227,30,30,30,9,0,3,5,3,6,0,1,0,3,0
575682,1,954,192,192,192,24,9,33,16,6,32,17,0,15,28,12
575682,2,208,47,47,46,5,1,2,11,7,11,2,0,0,5,2
575704,1,933,183,183,180,25,14,29,13,14,43,18,3,3,13,5
575704,2,388,62,62,61,9,0,9,5,7,11,6,3,1,10,0
575712,1,277,80,80,78,21,4,16,7,5,13,5,0,0,2,5
575721,1,511,71,71,71,9,3,7,8,10,12,9,1,2,10,0
575739,1,398,87,87,86,10,4,14,3,6,28,5,0,5,10,1
575755,1,179,18,18,18,1,1,3,1,4,4,1,0,1,1,1
575763,1,255,48,48,47,5,8,0,4,9,7,5,2,2,1,4
575771,1,347,43,43,43,1,7,3,3,3,11,7,2,1,0,5
575780,1,207,35,35,35,5,1,6,6,3,7,0,1,1,2,3
575810,1,139,42,42,42,9,0,0,6,7,11,5,0,0,1,3
575828,1,183,49,49,49,4,2,3,5,16,13,2,2,1,1,0
575844,1,215,27,27,27,2,0,0,2,3,11,6,1,1,0,1
575879,1,227,40,40,40,3,4,3,6,4,13,5,0,0,2,0
575887,1,208,30,30,30,5,1,4,4,6,6,3,1,0,0,0
575909,1,154,15,15,15,1,0,2,0,6,2,2,1,1,0,0
575917,1,59,16,16,16,0,1,2,1,2,2,7,1,0,0,0
575925,1,398,65,65,65,6,1,9,5,13,14,1,1,1,7,7
575933,1,110,17,17,17,1,0,0,4,1,10,0,0,1,0,0
575941,1,359,69,69,69,1,3,6,8,8,22,4,8,4,1,4
575968,1,294,62,62,62,11,0,6,12,15,7,1,4,2,2,2
575984,1,248,40,40,40,4,2,1,4,7,13,0,4,1,1,3
575992,1,274,52,52,52,5,10,4,3,3,16,3,2,1,1,4
576000,1,321,40,40,39,3,5,6,7,4,3,4,1,0,3,3
576018,1,199,21,21,21,2,0,3,0,3,4,4,0,2,0,3
576026,1,363,67,67,66,7,8,9,14,6,8,0,2,1,4,7
576026,2,133,33,33,33,9,3,0,6,2,9,1,1,0,2,0
576042,1,106,26,26,26,8,0,1,1,4,4,2,2,0,4,0
576051,1,644,124,124,124,12,15,5,28,21,14,8,3,1,9,8
576051,2,103,18,18,18,4,3,4,3,0,3,0,0,0,0,1
505145,1,1321,128,128,123,5,9,11,17,27,25,11,3,5,4,6
505391,1,300,68,68,67,7,4,8,13,22,12,1,0,0,0,0
572195,1,30,4,4,4,1,0,0,2,0,0,0,0,0,0,1
572233,1,60,20,20,20,3,5,4,0,1,4,0,0,0,2,1
572250,1,110,28,28,28,4,5,5,5,7,1,0,1,0,0,0
572284,1,48,16,16,16,1,2,1,1,7,0,1,2,0,0,1
572292,1,54,21,21,20,4,0,2,4,0,3,0,0,0,7,0
572357,1,271,83,83,81,5,41,10,0,2,12,2,3,1,4,1
572365,1,327,85,85,84,8,37,18,0,0,8,4,0,6,1,2
572373,1,369,111,111,110,8,45,19,2,4,5,5,6,4,8,4
572438,1,56,13,13,13,3,3,0,0,1,3,0,3,0,0,0
572519,1,348,41,41,41,7,8,2,7,8,3,3,0,0,1,2
572560,1,263,34,34,34,2,19,2,2,3,3,1,0,0,0,2
572586,1,428,56,56,56,7,9,13,12,4,4,2,1,0,1,3
572594,1,58,21,21,20,1,1,6,0,0,6,2,0,0,2,2
572608,1,180,35,35,34,1,6,11,1,2,8,0,1,1,2,1
572616,1,141,32,32,31,2,9,6,4,4,0,4,0,1,0,1
572624,1,197,34,34,33,4,0,1,5,13,4,1,2,0,3,0
572632,1,139,12,12,12,0,2,0,6,2,1,0,0,0,0,1
572683,1,176,23,23,23,0,3,1,6,6,6,1,0,0,0,0
572691,1,1360,168,168,168,10,17,11,32,36,28,8,5,7,2,12
572713,1,294,53,53,53,3,2,4,6,14,15,2,4,0,0,3
572721,1,534,51,51,51,6,1,14,5,5,7,0,3,0,3,7
572730,1,151,23,23,23,2,4,2,4,4,7,0,0,0,0,0
572748,1,330,43,43,42,4,0,5,13,4,3,3,3,3,0,4
574309,1,181,27,27,24,3,7,1,0,2,5,4,0,0,2,0
574325,1,154,34,34,34,4,1,4,13,4,1,0,1,2,0,4
574333,1,96,8,8,8,1,0,0,1,1,1,3,0,1,0,0
577731,1,533,66,66,65,4,3,8,4,8,18,3,1,2,7,7
577731,2,697,86,86,86,7,19,11,10,11,18,1,0,4,1,4
577731,3,787,124,124,124,10,14,7,27,31,12,4,4,4,5,6
577731,4,1413,160,160,159,18,10,21,15,28,25,14,3,10,2,13
577731,5,816,158,158,157,6,14,21,30,29,27,12,7,1,8,2
577731,6,644,113,113,112,5,11,13,15,39,17,4,1,2,1,4
577731,7,779,141,141,140,17,10,8,28,31,17,9,5,5,6,4
577731,8,722,120,120,119,6,6,14,19,26,24,10,2,4,4,4
577731,9,876,144,144,143,4,7,26,17,29,28,8,3,3,10,8
577731,10,970,126,126,124,12,11,13,19,22,18,2,4,5,3,15
577731,11,863,120,120,120,18,14,7,15,20,21,8,7,2,3,5
577731,12,1146,121,121,120,9,10,11,26,24,12,6,1,5,8,8
577731,13,852,97,97,96,10,11,9,11,28,15,2,3,2,3,2
577731,14,738,86,86,84,7,9,6,22,16,7,3,3,0,6,5
577731,15,626,75,75,75,1,6,9,9,12,13,4,4,7,7,3
577731,16,723,109,109,108,7,6,7,24,26,15,5,5,2,7,4
577731,17,583,98,98,97,4,16,22,2,12,18,5,2,2,8,6
577774,1,293,72,72,72,3,18,12,0,5,13,2,4,7,3,5
577812,1,137,41,41,41,0,15,5,5,3,8,0,2,0,3,0
577821,1,98,21,21,20,4,4,1,2,6,0,0,0,0,2,1
577839,1,793,143,143,143,19,47,6,12,26,15,4,1,1,9,3
577863,1,1097,163,163,163,13,14,9,26,38,36,5,10,3,2,7
577871,1,301,50,50,50,3,4,2,19,8,6,1,1,1,3,2
577898,1,119,28,28,28,2,1,3,7,11,3,1,0,0,0,0
577910,1,349,71,71,69,5,17,11,3,5,14,9,2,2,1,0
577928,1,1234,285,285,283,11,104,22,34,29,23,39,8,4,4,5
577936,1,662,83,83,83,2,12,15,2,7,15,10,1,3,10,6
577944,1,756,78,78,77,5,24,11,6,7,6,2,3,2,3,8
577961,1,263,48,48,48,3,8,1,6,4,11,0,7,0,8,0
577987,1,431,44,44,44,3,2,1,14,9,11,0,1,3,0,0
577995,1,535,99,99,97,4,35,8,11,4,20,6,2,3,2,2
577995,2,1050,248,248,245,18,96,34,7,19,35,16,4,3,9,4
578037,1,229,54,54,53,3,26,1,3,11,8,0,0,1,0,0
578053,1,90,29,29,29,2,9,4,1,4,6,2,0,0,0,1
578096,1,724,93,93,91,5,16,6,16,14,8,6,6,5,1,8
578100,1,108,21,21,21,2,8,0,3,1,3,0,0,1,3,0
578118,1,100,45,45,45,0,32,3,0,2,0,0,6,0,1,1
578126,1,202,35,35,35,2,6,3,5,9,1,2,2,0,2,3
578134,1,766,87,87,87,5,29,9,3,10,13,7,2,6,2,1
578142,1,43,21,21,20,3,1,0,4,3,5,0,0,1,3,0
578151,1,1007,132,132,130,12,15,11,11,34,18,10,8,2,6,3
578169,1,138,58,58,57,4,12,14,7,7,4,4,1,0,0,4
578185,1,854,84,84,83,8,17,8,5,25,10,3,2,2,1,2
578193,1,55,10,10,9,3,0,0,4,1,1,0,0,0,0,0
578193,2,1058,157,157,156,9,20,8,35,18,25,10,10,4,11,6
578193,3,1154,167,166,165,11,43,15,15,35,14,12,5,4,11,0
578207,1,434,86,86,86,5,29,6,6,12,8,7,3,0,7,3
578215,1,255,7,7,7,0,0,0,2,3,1,0,0,0,1,0
578231,1,560,81,81,80,15,10,12,11,20,4,0,2,1,0,5
578258,1,641,97,97,96,13,16,21,12,6,8,16,3,0,1,0
578266,1,113,17,17,17,4,1,0,5,1,1,0,5,0,0,0
578274,1,334,45,45,45,3,5,3,5,7,15,0,4,0,2,1
578282,1,799,76,74,74,7,4,6,7,5,22,6,5,2,5,5
578282,2,292,37,36,36,4,3,2,14,7,0,4,0,1,0,1
578291,1,288,40,40,38,5,13,3,0,5,6,0,1,4,0,1
578304,1,104,15,15,15,0,1,1,7,2,4,0,0,0,0,0
578339,1,528,60,60,60,4,3,4,15,9,17,4,0,0,1,3
578347,1,1379,324,324,320,28,67,38,26,38,53,23,7,9,17,14
578347,2,692,144,144,143,9,31,17,13,19,17,13,3,11,3,7
578347,3,614,81,81,81,16,9,15,7,12,10,5,0,5,1,1
578347,4,278,44,44,44,3,7,3,2,7,2,7,5,0,7,1
578347,5,734,200,200,200,9,34,25,11,25,43,24,3,10,9,7
578347,6,473,116,116,116,8,31,26,4,9,16,9,2,4,2,5
578347,7,682,185,185,185,19,32,32,6,20,18,31,5,6,12,4
578347,8,1012,253,252,252,7,52,53,21,21,19,37,2,8,15,17
578347,9,952,188,188,185,22,23,31,5,32,36,8,4,7,10,7
578347,10,401,90,90,90,4,18,15,7,8,14,10,1,6,3,4
578347,11,226,70,70,70,4,24,10,4,8,10,1,1,0,2,6
578347,12,97,11,11,11,1,1,0,3,2,0,2,0,1,0,1
578347,13,85,9,9,9,0,1,1,1,3,1,0,2,0,0,0
578347,14,187,28,28,28,4,8,3,7,0,1,0,1,3,0,1
578347,15,125,18,18,18,2,3,2,1,1,8,1,0,0,0,0
578347,16,94,19,19,17,5,1,6,1,0,1,2,0,0,0,1
578355,1,812,221,221,221,14,102,16,26,16,17,3,9,5,2,11
578363,1,270,85,85,84,5,50,9,5,5,7,1,1,0,0,1
578371,1,82,21,21,21,0,0,3,16,2,0,0,0,0,0,0
578380,1,43,9,9,9,0,3,0,2,0,4,0,0,0,0,0
578380,2,119,12,12,12,2,5,1,1,1,1,0,0,1,0,0
578380,3,769,118,118,112,5,20,10,26,14,6,10,1,13,2,5
578380,4,64,12,12,12,5,0,1,1,3,2,0,0,0,0,0
578380,5,43,8,8,8,0,0,2,1,0,2,3,0,0,0,0
578380,6,68,4,4,4,1,1,0,0,0,2,0,0,0,0,0
578380,7,43,10,10,10,3,0,0,2,0,5,0,0,0,0,0
578380,8,50,5,5,5,2,0,0,1,0,1,0,0,1,0,0
578398,1,195,27,27,27,4,0,6,0,4,2,1,4,1,1,4
578401,1,365,35,35,35,2,5,3,10,7,0,1,1,2,0,4
578428,1,466,79,79,79,1,19,17,0,17,12,3,2,0,6,2
578428,2,121,33,33,33,3,12,6,0,0,5,0,1,1,4,1
578444,1,1017,137,137,136,13,18,10,23,27,15,11,6,4,4,5
578444,2,902,128,128,128,13,10,7,26,26,24,12,4,2,3,1
578444,3,717,121,121,121,5,15,7,17,27,20,13,5,5,4,3
578444,4,229,22,22,22,3,0,0,3,3,8,0,0,1,1,3
578444,5,804,182,182,182,10,17,13,46,33,31,11,6,5,3,7
578444,6,651,88,88,88,18,1,5,12,20,9,7,4,1,4,7
578444,7,474,57,57,57,4,7,6,7,8,9,8,6,0,1,1
578444,8,582,71,71,71,9,11,3,16,14,10,1,2,2,2,1
578444,9,675,123,123,123,5,34,6,15,27,20,6,3,0,1,6
578444,10,705,136,136,136,7,12,7,43,21,16,6,4,3,6,11
578444,11,1022,103,103,102,8,15,6,8,21,10,4,6,4,10,10
578444,12,741,119,119,119,6,10,20,21,12,22,16,1,5,1,5
578444,13,193,79,79,77,21,12,2,13,21,4,2,1,0,1,0
578452,1,176,26,26,26,2,7,5,1,3,3,3,0,0,2,0
578479,1,516,97,97,97,4,38,9,8,10,11,6,2,4,3,2
578487,1,935,88,88,86,5,17,11,14,14,12,2,1,1,3,6
578509,1,835,174,174,170,16,36,35,28,5,24,15,6,0,2,3
578550,1,270,34,34,32,0,2,4,7,7,9,0,1,1,0,1
578576,1,756,144,144,144,9,24,18,16,19,18,18,7,9,4,2
578576,2,713,152,152,151,7,23,13,24,21,18,14,5,8,5,13
578576,3,815,128,128,127,6,27,17,12,13,15,19,1,7,3,7
578576,4,638,98,98,98,4,14,15,5,31,12,3,4,6,2,2
578576,5,454,114,114,114,7,13,14,13,24,13,10,4,8,4,4
578576,6,652,96,95,93,1,20,16,6,14,7,9,3,7,6,4
578576,7,735,118,118,114,13,27,10,18,11,17,7,2,2,3,4
578576,8,1127,248,248,242,11,59,22,24,33,42,23,7,6,8,7
578576,9,935,118,118,118,12,13,10,15,16,20,15,5,2,6,4
578576,10,128,15,15,15,1,2,1,5,5,0,0,0,0,1,0
578576,11,161,37,36,36,4,14,4,3,4,1,1,3,1,1,0
578576,12,160,41,41,41,6,11,7,5,2,4,1,1,0,0,4
578584,1,430,34,34,34,4,7,4,8,4,4,1,1,1,0,0
578584,2,550,95,95,95,8,11,11,13,11,15,3,4,8,2,9
578622,1,136,30,30,30,2,9,6,3,4,2,1,0,0,0,3
578631,1,267,54,54,54,2,18,2,3,14,7,2,1,1,2,2
578649,1,141,43,43,43,3,3,5,6,6,10,4,0,4,2,0
578657,1,894,100,100,95,10,16,11,14,19,15,2,0,2,3,3
578673,1,544,64,64,64,1,14,4,13,14,8,4,1,0,4,1
578681,1,269,67,67,67,7,14,5,9,8,12,2,0,0,4,6
578690,1,199,31,31,30,5,3,0,4,7,4,1,3,0,1,2
578703,1,141,23,23,23,1,0,0,6,8,1,2,5,0,0,0
578711,1,487,54,54,54,7,11,4,2,12,5,1,5,2,1,4
578720,1,410,81,81,81,2,32,5,2,2,17,8,4,5,4,0
578738,1,752,208,208,208,9,112,39,8,5,12,8,4,4,4,3
578746,1,196,32,32,31,4,1,3,2,5,11,1,3,0,1,0
578754,1,186,15,15,14,2,1,2,3,3,0,0,3,0,0,0
578762,1,111,39,39,36,7,6,5,1,7,5,1,2,0,0,2
578789,1,795,69,69,69,10,2,6,6,11,14,4,7,0,1,8
578801,1,190,26,26,26,1,2,9,2,1,7,2,2,0,0,0
578819,1,189,33,33,33,1,9,3,6,4,5,1,0,0,0,4
578835,1,71,17,17,17,0,5,4,0,3,2,3,0,0,0,0
578843,1,97,24,24,24,0,6,3,2,4,2,2,2,0,3,0
578843,2,97,22,22,22,8,2,0,0,3,3,2,4,0,0,0
578843,3,112,34,34,34,1,14,0,2,5,5,7,0,0,0,0
578851,1,321,59,59,59,5,19,12,0,4,7,5,1,5,1,0
578860,1,115,31,31,31,1,3,0,14,7,5,0,0,0,0,1
578878,1,328,68,68,68,3,12,7,0,17,13,2,0,3,7,4
578886,1,357,81,81,80,5,31,10,9,12,8,2,0,0,1,2
578894,1,407,64,64,63,6,23,9,0,7,8,0,1,4,1,4
578908,1,746,53,53,53,6,3,2,10,12,9,2,5,0,1,3
578916,1,67,12,12,12,1,1,5,1,3,1,0,0,0,0,0
578932,1,775,81,81,81,2,11,6,17,6,11,5,1,1,12,9
578941,1,236,42,42,41,5,17,7,4,0,5,1,0,2,0,0
578959,1,140,17,17,17,1,0,0,3,11,1,0,1,0,0,0
578967,1,331,42,42,42,6,7,1,8,5,8,2,1,1,3,0
578975,1,376,47,47,47,10,1,7,7,4,9,3,4,0,0,2
578991,1,27,12,12,12,0,3,2,0,2,1,2,2,0,0,0
580325,1,648,94,94,94,9,22,7,5,19,7,4,4,3,10,4
580325,2,734,126,126,124,10,47,15,6,14,13,6,4,0,3,6
580694,1,548,89,89,88,10,11,13,11,10,4,2,10,3,11,3
580694,2,196,44,44,43,5,8,5,4,12,3,2,3,1,0,0
581127,1,84,31,31,31,1,8,4,6,0,2,3,4,0,2,1
547905,1,647,72,72,69,11,13,2,3,7,15,2,3,2,6,5
547921,1,60,13,13,13,4,1,4,3,1,0,0,0,0,0,0
547964,1,204,46,46,46,6,15,2,5,7,8,2,0,0,0,1
547972,1,83,20,20,20,1,2,1,4,1,5,0,2,1,0,3
547981,1,378,56,56,55,4,12,3,6,8,10,1,6,0,2,3
548006,1,79,14,14,14,1,0,3,1,2,0,0,1,0,6,0
548014,1,1035,168,168,168,11,24,29,14,15,23,16,12,7,13,4
548022,1,148,42,42,41,4,8,5,2,1,10,3,1,1,2,4
548031,1,648,118,118,116,12,15,14,15,14,21,6,8,0,8,3
548049,1,366,74,74,74,6,10,7,11,8,19,6,2,0,3,2
553760,1,357,57,57,54,3,6,4,1,5,16,2,8,0,3,6
555240,1,483,50,50,49,2,2,8,5,11,6,11,2,0,0,2
571695,1,238,45,45,45,10,12,5,2,7,3,0,1,0,2,3
571920,1,258,39,39,39,1,10,7,3,4,5,2,2,1,0,4
572209,1,244,31,31,31,4,6,1,4,4,2,1,5,0,2,2
572209,2,39,20,20,20,6,0,4,0,3,4,0,3,0,0,0
572209,3,36,8,8,8,5,0,0,0,0,2,0,1,0,0,0
572306,1,164,28,28,27,1,1,2,7,2,5,2,5,2,0,0
572489,1,100,31,31,27,4,1,1,6,2,2,6,4,0,0,1
573426,1,171,42,42,42,7,10,2,12,3,4,1,1,2,0,0
574392,1,437,76,76,76,4,8,9,7,13,22,0,7,1,2,3
574449,1,119,21,21,21,2,5,1,3,3,1,0,4,0,1,1
575542,1,140,46,46,44,3,8,2,5,10,7,0,5,0,0,4
575861,1,135,15,15,15,4,0,4,2,2,2,1,0,0,0,0
579891,1,1074,169,169,168,8,41,30,10,21,22,11,2,3,9,11
579891,2,607,158,158,156,12,37,20,16,17,21,11,4,3,7,8
579891,3,654,104,104,104,9,13,17,6,15,9,9,5,5,9,7
579891,4,710,117,117,117,11,5,16,23,14,14,11,4,3,8,8
579891,5,640,168,168,167,6,25,35,18,22,15,19,0,3,12,12
579891,6,883,221,221,218,10,25,37,16,33,33,27,7,8,13,9
579891,7,769,169,169,169,2,12,22,17,32,39,21,5,3,7,9
579891,8,571,134,134,132,5,10,16,24,20,21,10,5,3,13,5
579891,9,580,122,122,121,11,11,23,12,23,20,8,1,4,6,2
579891,10,605,109,109,108,3,8,8,21,18,15,9,3,2,10,11
579891,11,890,218,215,211,19,27,23,32,33,30,8,11,4,11,13
579891,12,620,166,166,163,10,22,20,8,34,20,16,6,8,11,8
579891,13,726,118,118,116,7,19,9,13,13,13,21,8,1,4,8
579891,14,995,156,156,156,10,31,19,9,18,17,11,10,10,8,13
579891,15,732,107,107,107,12,12,8,6,18,14,13,3,4,11,6
579891,16,246,58,58,58,12,0,9,8,8,3,2,1,4,4,7
579891,17,358,48,48,46,3,2,7,4,10,8,2,3,5,2,0
579947,1,1126,244,243,239,23,23,41,32,37,29,22,9,8,8,7
579963,1,175,45,45,45,2,7,12,3,5,10,3,2,0,1,0
579971,1,894,158,158,156,13,46,21,11,18,13,15,5,4,5,5
579980,1,308,28,28,28,2,9,2,2,2,6,2,1,1,0,1
579998,1,154,23,23,23,2,3,3,1,3,2,2,4,1,0,2
580015,1,157,15,15,15,2,1,2,2,4,4,0,0,0,0,0
580015,2,94,22,22,22,1,1,2,3,7,5,2,1,0,0,0
580015,3,494,104,104,104,16,11,15,21,16,6,12,2,3,2,0
580015,4,807,115,115,110,8,22,8,16,13,15,13,2,3,6,4
580015,5,365,58,58,58,5,11,10,5,7,5,9,0,1,1,4
580015,6,488,39,39,39,3,7,3,16,3,1,1,0,0,4,1
580015,7,87,5,5,5,0,0,0,4,0,0,1,0,0,0,0
580023,1,317,40,40,39,6,3,4,4,3,5,5,6,2,0,1
580031,1,1060,208,208,205,18,39,26,21,19,28,21,11,7,9,6
580031,2,1005,153,153,153,8,13,24,13,28,32,12,3,11,4,5
580031,3,960,147,147,146,4,26,24,12,28,16,6,7,2,17,4
580031,4,1037,237,237,237,23,28,39,18,49,36,10,8,4,11,11
580031,5,906,160,160,155,12,30,19,21,20,18,6,5,7,7,10
580031,6,897,182,182,181,11,22,23,16,35,32,12,11,3,5,11
580031,7,812,144,144,143,9,15,11,14,33,30,7,7,7,2,8
580031,8,876,188,188,188,11,28,16,16,32,39,14,12,4,9,7
580031,9,1197,106,106,106,14,12,7,7,17,20,8,7,5,3,6
580031,10,911,158,158,156,7,20,15,13,21,31,17,12,1,6,13
580031,11,906,156,156,156,12,13,17,22,35,26,5,3,10,9,4
580031,12,378,56,56,54,1,15,9,4,5,6,3,4,3,1,3
580031,13,1109,128,128,127,7,9,20,9,13,21,7,10,16,7,8
580031,14,189,18,18,18,2,3,2,0,3,6,0,2,0,0,0
580031,15,80,29,29,28,1,2,5,6,7,3,1,0,1,0,2
580031,16,106,19,19,19,1,1,0,4,7,1,0,1,3,0,1
580031,17,542,40,40,39,5,9,5,4,4,0,2,3,4,1,2
580040,1,448,86,86,85,2,25,28,4,4,12,5,1,0,1,3
580058,1,457,78,78,78,11,6,9,9,10,11,10,4,0,4,4
580066,1,126,31,31,31,2,9,1,5,6,2,2,2,0,1,1
580074,1,553,80,80,75,6,3,7,19,14,16,3,0,1,0,6
580091,1,377,79,79,79,4,11,12,9,10,19,7,0,5,1,1
580112,1,988,223,223,222,19,71,42,12,12,25,20,4,0,12,5
580112,2,85,6,6,6,1,2,0,1,1,1,0,0,0,0,0
580121,1,98,26,26,25,4,3,0,3,3,4,0,5,1,2,0
580121,2,770,164,164,161,11,62,18,4,16,21,5,0,3,14,7
580121,3,978,217,217,216,29,91,20,6,13,23,13,6,3,4,8
580121,4,209,23,23,23,4,4,0,3,4,1,2,2,0,2,1
580147,1,799,143,143,141,6,12,24,21,13,35,7,7,2,5,9
580147,2,544,88,88,88,11,15,8,14,11,11,7,5,1,5,0
580163,1,240,36,36,36,2,13,5,2,4,3,3,1,1,2,0
580210,1,267,51,51,50,5,5,9,4,9,5,5,1,3,1,3
580228,1,174,37,37,36,7,4,9,1,9,4,1,0,0,0,1
580261,1,700,108,108,107,8,24,16,10,12,13,7,1,3,7,6
580279,1,805,142,142,140,19,26,21,9,14,18,11,5,2,8,7
580295,1,401,93,93,92,5,26,2,11,17,10,9,5,2,3,2
580333,1,502,104,104,104,12,23,16,2,4,21,7,6,1,3,9
580341,1,281,47,47,47,0,6,8,10,2,11,5,0,0,4,1
580350,1,878,186,186,186,12,46,27,9,31,22,19,1,3,7,9
580350,2,932,168,168,167,17,15,31,14,22,27,13,6,6,6,10
580350,3,817,139,139,138,6,17,8,13,19,37,10,6,4,14,4
580350,4,996,181,181,177,14,14,25,29,30,22,16,5,6,3,13
580350,5,1181,245,244,242,35,27,23,28,32,34,20,9,5,14,15
580350,6,1892,347,347,341,27,50,48,22,41,42,50,8,17,21,15
580350,7,137,42,42,42,1,9,5,2,4,7,3,3,0,1,7
580350,8,177,38,38,37,0,11,0,3,3,10,7,2,0,0,1
580350,9,91,16,16,16,1,1,2,0,6,4,2,0,0,0,0
580376,1,602,135,135,134,8,30,15,2,15,26,18,6,4,4,6
580376,2,560,107,107,107,3,20,18,7,10,14,20,4,3,7,1
580376,3,520,105,104,103,8,14,14,15,16,14,11,2,1,5,3
580376,4,669,145,145,144,7,31,24,12,15,13,14,6,2,9,11
580392,1,572,95,95,94,3,34,9,10,11,9,3,7,3,1,4
580406,1,216,40,40,40,9,4,6,4,6,5,3,0,3,0,0
580414,1,259,49,49,48,9,4,8,5,5,9,2,3,0,2,1
580422,1,250,54,54,54,5,3,9,2,5,13,6,6,2,1,2
580431,1,704,111,111,111,7,31,13,16,7,13,6,4,4,4,6
580465,1,275,49,49,49,6,6,9,2,5,7,5,3,0,6,0
580481,1,759,114,114,113,7,11,14,28,19,9,14,2,1,5,3
580481,2,1007,115,114,111,12,14,5,17,23,17,9,4,2,1,7
580481,3,1058,150,150,150,11,19,24,23,25,22,9,4,1,10,2
580481,4,71,8,8,8,0,4,0,1,2,0,0,0,0,1,0
580481,5,169,19,19,19,2,2,4,2,2,3,0,1,0,0,3
580481,6,100,20,20,20,2,0,0,1,5,5,1,2,4,0,0
580481,7,129,19,19,19,4,0,1,8,2,1,0,1,0,0,2
580481,8,128,28,28,28,6,5,3,0,7,1,3,0,1,1,1
580481,9,85,14,14,14,4,0,5,1,1,1,0,0,0,1,1
580481,10,54,6,6,6,0,0,1,1,2,0,0,0,1,0,1
580490,1,253,30,30,30,7,5,0,6,5,2,3,1,0,0,1
580503,1,810,172,172,168,18,44,26,17,17,16,8,3,4,11,4
580511,1,908,128,128,126,13,12,7,20,29,18,14,2,3,5,3
580511,2,884,168,168,166,11,15,24,12,21,32,21,4,6,13,7
580511,3,923,171,171,168,15,16,26,19,23,32,11,5,0,10,11
580511,4,1411,291,291,286,30,28,32,34,36,55,27,7,2,14,21
580511,5,1073,226,226,226,28,23,15,17,33,36,25,14,7,8,20
580511,6,860,153,153,152,5,18,18,19,27,22,12,8,1,9,13
580511,7,1010,154,154,154,15,9,29,13,30,26,8,6,5,5,8
580511,8,793,125,125,125,8,36,11,13,9,20,8,3,3,7,7
580538,1,964,190,190,187,10,31,35,17,21,27,23,4,6,3,10
580538,2,1055,210,210,210,15,25,39,19,32,27,15,11,6,12,9
580538,3,1290,238,238,237,15,53,31,24,23,41,5,10,11,10,14
580538,4,880,221,221,220,8,55,37,8,11,27,20,1,18,16,19
580538,5,744,209,208,203,16,72,33,9,12,17,9,7,5,7,16
580538,6,122,26,26,26,5,5,0,4,2,4,1,1,1,1,2
580562,1,144,47,47,46,1,15,4,9,6,2,1,2,2,1,3
580571,1,412,52,52,52,9,6,5,8,8,10,4,1,0,1,0
580589,1,604,104,104,102,9,14,25,6,11,24,5,0,2,5,1
580619,1,258,50,50,50,3,12,1,5,6,9,1,2,3,0,8
580627,1,876,158,158,157,14,29,30,7,12,19,15,2,8,11,10
580635,1,593,85,85,82,9,16,5,10,10,9,1,6,3,3,10
580643,1,487,95,95,95,2,46,8,6,5,7,6,0,1,9,5
580651,1,362,68,68,67,7,10,8,4,13,11,5,3,2,0,4
580651,2,88,32,32,32,3,3,3,7,10,0,0,2,0,0,4
580660,1,185,47,47,45,5,4,4,3,4,18,0,1,1,4,1
580678,1,111,25,25,23,1,2,6,2,0,4,4,2,0,0,2
580686,1,742,147,147,147,11,60,20,6,13,19,3,2,3,0,10
580708,1,178,31,31,31,3,2,9,2,8,6,0,0,1,0,0
580708,2,78,20,20,20,3,1,0,7,4,0,1,0,0,0,4
580716,1,264,67,67,67,4,23,6,2,5,13,6,1,4,3,0
580716,2,238,39,39,39,6,5,12,3,4,2,5,0,0,2,0
580724,1,240,67,67,67,9,9,9,15,13,9,0,0,0,3,0
580732,1,500,48,48,47,4,18,2,3,5,7,2,3,0,1,2
580741,1,170,35,35,35,3,1,6,3,1,8,11,0,0,0,2
580759,1,281,66,66,64,3,33,4,4,5,8,3,0,0,4,0
580767,1,195,35,35,35,1,16,4,1,6,4,0,0,1,1,1
580775,1,396,70,70,70,9,6,14,7,3,13,1,2,2,3,10
580783,1,68,21,21,21,3,2,0,4,1,6,0,0,0,2,3
580805,1,215,51,51,49,4,11,12,1,2,4,6,1,0,1,7
580821,1,288,62,62,59,4,10,4,5,12,13,1,3,1,3,3
580830,1,55,31,31,30,5,5,3,1,4,6,2,0,2,1,1
580848,1,1335,154,154,151,8,17,8,29,17,30,4,7,6,11,14
580872,1,566,89,88,88,7,28,11,11,7,11,1,2,1,6,3
580881,1,228,47,47,46,3,10,2,5,5,15,2,1,0,3,0
580902,1,133,51,51,49,4,3,6,0,7,15,3,5,0,4,2
580929,1,350,53,53,51,3,10,6,10,8,9,2,1,1,1,0
580945,1,323,63,63,63,6,10,2,21,6,12,3,3,0,0,0
580961,1,753,98,98,98,12,10,10,11,13,11,6,6,4,4,11
580970,1,476,76,76,76,3,16,4,8,9,14,10,3,2,5,2
580988,1,86,23,23,23,1,6,1,6,2,2,2,1,1,0,1
580996,1,132,20,20,18,1,8,0,0,2,1,0,0,1,4,1
581003,1,102,26,26,23,5,1,2,1,0,6,0,0,3,2,3
581011,1,139,28,28,28,1,12,3,0,2,3,1,1,2,0,3
581038,1,153,74,74,74,4,39,5,5,7,9,2,1,2,0,0
581046,1,675,116,116,114,11,25,8,11,25,16,4,3,4,3,4
581054,1,86,35,34,34,1,1,4,6,6,11,3,2,0,0,0
581054,2,404,87,87,87,8,6,7,14,19,10,3,4,2,1,13
581062,1,475,99,99,99,15,31,5,3,10,22,5,3,2,2,1
581071,1,626,53,53,51,3,7,4,8,8,9,8,2,0,2,0
581089,1,275,28,28,28,3,1,2,2,2,6,2,2,1,2,5
581101,1,232,39,39,39,4,2,7,5,10,5,0,1,2,2,1
581119,1,572,122,122,121,5,53,14,6,7,12,9,2,1,8,4
581143,1,183,34,34,33,5,4,2,0,6,4,4,7,1,0,0
581143,2,99,32,32,32,4,11,1,2,3,5,3,2,1,0,0
581151,1,467,85,85,85,2,4,14,11,8,13,18,1,6,3,5
581151,2,139,11,11,11,3,0,0,0,1,3,2,1,0,1,0
581178,1,766,110,110,106,7,25,6,14,18,13,5,8,0,7,3
581186,1,1191,211,211,210,16,39,40,22,22,25,17,5,11,6,7
581186,2,935,189,189,188,16,18,24,14,26,23,28,5,5,9,20
581186,3,932,205,205,202,14,11,22,34,23,34,13,15,12,9,15
581186,4,1009,208,208,208,13,18,39,16,23,38,34,8,4,8,7
581186,5,789,174,174,174,11,20,22,11,27,24,22,16,8,4,9
581186,6,1500,195,195,191,19,11,21,21,32,30,15,14,12,8,8
581186,7,1073,204,204,203,14,21,35,16,24,31,31,9,10,2,10
581186,8,935,147,147,144,7,18,9,9,24,35,15,8,5,11,3
581186,9,439,73,73,73,6,7,7,6,18,10,4,1,4,7,3
581186,10,1052,196,196,194,8,17,28,21,30,39,30,5,4,6,6
581194,1,75,25,25,22,3,4,0,3,3,5,1,1,0,0,2
581208,1,566,92,92,91,11,5,11,8,10,16,6,10,2,12,0
581216,1,194,43,43,43,4,10,10,3,2,4,3,3,1,2,1
581224,1,606,106,106,106,14,5,7,15,21,17,5,5,11,3,3
581232,1,148,30,30,30,4,9,1,2,1,4,1,0,0,4,4
581259,1,1011,257,255,253,20,37,53,19,38,48,17,2,4,9,6
581259,2,854,143,143,143,6,18,29,6,9,42,13,5,3,0,12
581259,3,1145,178,178,177,14,15,30,16,26,23,16,12,5,3,17
581259,4,760,122,122,121,18,9,18,18,11,14,12,5,1,8,7
581259,5,1133,189,189,189,12,23,25,12,35,26,12,6,8,16,14
581267,1,172,41,41,41,2,7,3,6,3,8,3,2,0,1,6
581275,1,757,116,116,116,8,22,10,13,9,17,13,4,3,13,4
530646,1,178,16,16,15,0,3,0,6,2,2,1,0,1,0,0
530654,1,163,27,27,27,4,0,2,5,3,4,2,3,2,0,2
530662,1,110,19,19,19,3,5,5,0,0,2,2,1,0,0,1
546194,1,101,16,16,15,3,1,0,1,8,0,1,1,0,0,0
546216,1,177,50,50,50,8,6,4,7,10,9,2,3,0,0,1
548189,1,153,30,30,30,1,7,1,6,8,1,2,2,0,2,0
548197,1,55,19,19,19,3,4,0,1,8,0,1,0,0,2,0
548243,1,64,15,15,15,3,1,5,1,2,1,0,1,0,1,0
548251,1,98,33,33,33,2,1,2,8,6,11,2,0,0,0,1
548260,1,133,26,26,25,2,0,6,5,5,3,3,0,0,0,1
548278,1,131,30,30,30,9,0,6,2,6,1,1,0,1,3,1
548286,1,323,64,64,64,7,10,9,1,11,12,5,5,0,2,2
548308,1,117,26,26,25,1,2,1,2,5,10,0,0,3,0,1
548316,1,128,22,22,22,1,3,6,0,4,1,2,3,0,0,2
548324,1,63,17,17,17,0,1,2,5,4,4,0,0,0,0,1
548341,1,42,8,8,8,0,0,2,1,0,3,0,1,0,0,1
548359,1,107,36,36,36,2,21,4,2,4,1,0,0,0,0,2
548375,1,65,29,29,29,1,4,0,4,5,8,0,2,0,5,0
548413,1,103,16,16,15,6,0,1,4,1,1,1,0,1,0,0
548421,1,233,49,49,49,1,26,7,0,6,6,0,3,0,0,0
548430,1,213,43,43,43,6,0,5,6,7,12,3,2,1,1,0
548448,1,78,15,15,15,0,0,6,0,3,2,0,0,0,1,3
548481,1,46,12,12,12,0,3,2,2,2,2,0,1,0,0,0
548499,1,36,13,13,13,3,2,1,1,6,0,0,0,0,0,0
548529,1,116,17,17,17,1,5,4,2,2,2,0,0,1,0,0
548537,1,39,13,13,13,1,0,1,0,1,0,2,1,2,2,3
548553,1,75,31,31,31,2,6,1,7,4,4,0,4,0,2,1
548570,1,94,31,31,31,2,5,0,2,7,5,0,0,0,10,0
548588,1,186,37,37,36,3,3,4,5,4,4,7,1,4,0,1
548596,1,54,24,24,23,1,1,0,0,3,9,3,2,1,3,0
548618,1,81,20,20,20,0,0,3,0,3,11,3,0,0,0,0
548626,1,52,14,14,14,1,0,4,1,0,4,3,0,0,1,0
548634,1,121,33,33,33,4,5,0,7,5,7,0,2,0,3,0
555266,1,409,81,81,81,3,10,4,12,11,11,4,1,4,4,17
568414,1,1094,136,136,136,9,10,21,21,28,24,9,2,5,2,5
568414,2,840,188,188,187,10,17,32,35,37,28,12,5,5,3,3
568414,3,638,133,133,133,10,16,15,10,19,25,19,3,2,7,7
568414,4,317,84,84,84,6,10,19,9,6,8,10,1,4,5,6
568414,5,499,87,87,86,8,5,10,7,22,14,10,0,5,2,3
568414,6,474,112,112,111,5,14,21,9,18,17,1,4,6,9,7
568414,7,201,27,27,27,3,5,6,1,2,3,4,0,0,3,0
568414,8,672,77,77,76,10,7,6,13,10,13,5,1,3,2,6
568414,9,840,135,135,132,14,15,13,16,18,19,13,4,7,5,8
568414,10,722,112,112,111,6,14,7,20,12,12,10,7,3,10,10
568414,11,690,94,94,92,3,5,8,25,14,19,14,0,2,1,1
568414,12,533,113,113,113,3,6,15,21,12,23,17,2,10,3,1
568414,13,1216,232,232,229,11,18,40,30,24,38,22,7,16,6,17
568414,14,422,81,81,80,4,13,8,16,7,11,11,5,4,1,0
568414,15,789,150,150,149,8,19,21,25,25,20,10,0,7,8,6
568414,16,1231,171,171,170,15,5,16,42,28,23,14,2,9,5,11
568414,17,423,84,84,84,5,8,13,6,5,14,15,0,3,10,5
568414,18,851,131,131,131,17,13,24,10,25,19,9,3,8,3,0
568414,19,925,134,134,133,7,10,18,14,27,22,9,8,6,5,7
568414,20,547,87,87,86,9,8,3,12,17,15,4,7,1,2,8
568414,21,502,84,84,84,5,12,14,12,10,8,7,1,8,4,3
568414,22,739,136,136,136,16,12,17,23,16,11,20,5,3,6,7
568414,23,869,157,157,156,5,14,17,17,30,24,18,6,6,7,12
568414,24,857,169,169,169,17,16,12,28,32,21,11,5,6,4,17
568414,25,269,39,39,39,11,2,3,5,2,6,2,3,0,4,1
568414,26,65,17,17,16,0,2,3,0,4,5,0,0,0,0,2
568414,27,295,53,53,53,4,6,4,12,7,12,6,0,1,0,1
568414,28,443,48,48,48,6,2,9,4,3,7,8,0,0,3,6
568414,29,282,56,56,56,4,6,3,13,7,10,5,3,2,0,3
568414,30,228,52,52,51,11,7,3,15,1,8,3,0,0,0,3
568414,31,38,14,14,14,1,2,0,0,0,9,0,0,1,0,1
568414,32,364,55,55,55,4,5,8,6,1,22,1,2,1,1,4
568457,1,224,40,40,40,0,20,4,0,6,5,0,0,0,3,2
568465,1,111,19,19,19,1,3,0,4,4,4,1,0,0,0,2
568490,1,155,23,23,23,3,7,7,1,3,2,0,0,0,0,0
568503,1,808,108,108,108,5,16,14,7,18,22,11,6,1,1,7
568520,1,269,45,45,44,2,7,4,11,5,4,3,3,0,2,3
568538,1,319,72,72,70,9,2,16,14,9,5,7,2,1,5,0
568597,1,329,32,32,31,2,4,0,6,4,7,2,3,2,0,1
568601,1,645,110,110,110,12,24,16,27,12,4,2,2,0,7,4
568601,2,84,13,13,13,0,0,8,0,1,2,0,0,0,0,2
568619,1,127,35,35,34,4,7,0,2,8,7,0,0,1,2,3
568635,1,1118,159,159,159,10,18,13,27,21,29,14,7,1,12,7
568635,2,1030,147,147,146,2,17,11,19,20,34,15,5,2,13,8
568651,1,811,127,127,127,14,7,13,17,25,26,10,3,3,1,8
568651,2,81,16,16,16,0,0,0,2,6,4,0,1,3,0,0
568651,3,111,42,42,42,7,2,1,6,2,8,8,2,0,0,6
568660,1,780,134,134,132,10,38,15,4,18,14,8,4,3,10,8
568678,1,101,22,22,22,1,1,3,9,4,1,0,0,0,0,3
568678,2,545,71,71,70,5,8,3,13,12,8,7,4,0,5,5
568678,3,115,22,22,21,2,0,1,5,4,5,4,0,0,0,0
568678,4,66,19,19,19,4,0,2,7,3,2,1,0,0,0,0
568678,5,111,14,14,14,2,1,0,3,0,7,0,0,1,0,0
568694,1,459,56,56,56,2,25,3,5,7,8,2,0,2,1,1
568708,1,426,113,113,112,9,32,18,2,7,14,14,1,2,5,8
568724,1,194,28,28,28,1,6,3,4,2,8,0,0,0,2,2
568759,1,1296,158,158,154,12,15,27,20,22,19,10,5,9,11,4
568759,2,1008,186,186,185,15,14,15,21,22,40,28,9,14,1,6
568759,3,1007,197,197,195,20,28,34,30,23,25,18,7,3,3,4
568759,4,1157,206,206,206,18,26,19,20,38,32,19,1,7,20,6
568759,5,990,186,186,185,26,24,17,26,22,27,18,7,4,6,8
568759,6,1184,190,190,189,20,18,22,21,25,24,22,10,9,4,14
568759,7,237,50,50,49,5,5,4,16,7,6,3,1,0,2,0
568759,8,100,20,20,20,1,2,2,5,4,0,4,0,1,1,0
568759,9,63,20,20,20,3,2,1,1,2,1,7,0,0,3,0
568759,10,135,33,33,33,2,9,1,5,6,5,0,2,0,1,2
568759,11,164,33,33,33,4,4,4,4,5,7,2,0,1,2,0
568759,12,127,21,21,21,1,2,0,3,3,7,2,0,1,1,1
568759,13,108,31,31,31,1,4,4,3,4,9,1,0,1,3,1
568759,14,199,38,38,38,4,12,6,2,3,5,2,2,0,1,1
568767,1,100,16,16,16,0,3,3,1,5,2,1,0,1,0,0
568783,1,70,16,16,16,1,2,0,0,3,0,3,6,0,1,0
568805,1,247,39,39,38,9,2,1,2,0,17,2,1,0,2,2
568821,1,323,54,54,54,1,5,9,12,5,12,3,1,3,0,3
568848,1,207,34,34,34,2,7,6,3,2,4,5,0,0,4,1
568856,1,104,25,25,25,2,3,0,6,6,5,0,0,0,1,2
568881,1,138,46,46,46,2,14,7,5,8,6,1,0,2,0,1
568899,1,122,32,32,32,1,17,2,2,3,4,3,0,0,0,0
568902,1,464,84,84,83,4,29,2,15,8,11,5,0,2,1,6
568902,2,135,35,35,35,3,4,3,2,8,7,0,6,1,0,1
568902,3,70,12,12,12,3,3,0,4,1,0,1,0,0,0,0
568929,1,440,56,56,56,2,4,14,5,6,12,3,1,1,4,4
568937,1,120,15,15,15,3,3,0,4,0,2,0,1,0,1,1
568945,1,1081,240,240,238,15,80,29,20,32,36,12,1,1,4,8
568945,2,145,27,27,26,4,0,3,4,5,3,2,0,1,2,2
568945,3,46,18,18,18,0,2,1,1,5,5,1,0,2,1,0
568953,1,183,46,46,46,6,5,3,5,10,7,2,1,0,4,3
568970,1,72,19,19,19,0,12,1,1,1,2,0,1,0,1,0
568988,1,598,82,82,82,7,15,3,13,15,10,11,0,2,1,5
568988,2,870,214,214,209,20,53,23,32,24,27,13,2,3,8,4
568988,3,986,170,170,170,7,30,19,14,24,38,19,1,2,9,7
568988,4,844,143,143,142,14,38,10,33,24,11,5,0,1,4,2
568988,5,869,139,139,139,4,30,17,16,25,23,9,3,1,8,3
568988,6,325,29,29,29,1,1,4,3,6,4,4,0,1,3,2
568996,1,65,19,19,19,0,10,1,1,4,1,0,0,1,0,1
569011,1,351,62,62,60,5,1,2,18,11,6,9,4,2,0,2
569011,2,60,19,19,19,7,1,4,2,0,3,1,1,0,0,0
569011,3,41,14,14,14,0,0,0,7,2,2,0,3,0,0,0
569011,4,53,15,15,15,2,0,0,4,6,1,1,0,1,0,0
569020,1,715,119,119,118,12,18,25,19,17,11,4,2,3,4,3
569038,1,633,79,79,78,4,1,9,11,18,11,7,5,2,3,7
569038,2,107,33,33,31,3,9,6,1,3,1,2,3,0,0,3
569038,3,131,31,31,29,2,11,5,4,0,4,2,1,0,0,0
569046,1,543,97,97,97,11,8,17,9,10,12,7,4,6,10,3
569062,1,508,82,82,82,5,16,10,8,15,13,8,2,1,1,3
569071,1,163,28,28,28,3,5,3,0,6,10,1,0,0,0,0
569089,1,585,105,105,105,7,11,9,31,23,4,9,5,4,1,1
569127,1,148,37,37,37,3,8,9,2,4,1,3,6,0,1,0
569151,1,91,25,25,25,1,1,3,4,2,13,0,1,0,0,0
569160,1,476,90,90,90,12,6,8,19,20,14,5,2,1,3,0
569186,1,558,105,105,105,4,8,11,13,14,28,11,3,1,4,8
569186,2,163,37,37,37,4,2,4,8,1,12,1,2,3,0,0
569186,3,85,28,28,28,4,2,3,2,5,3,3,3,2,0,1
569186,4,121,41,41,40,5,0,3,4,1,21,3,0,0,0,3
569186,5,112,13,13,13,2,1,2,0,3,2,1,0,2,0,0
569208,1,147,32,32,31,0,8,3,4,9,3,0,0,3,0,1
569216,1,248,37,37,37,1,14,3,1,9,5,2,0,0,1,1
569224,1,282,64,64,63,4,19,5,1,12,11,3,0,1,4,3
569232,1,152,19,19,19,1,4,3,2,3,2,1,0,0,2,1
569241,1,109,26,26,26,2,4,4,9,4,3,0,0,0,0,0
569291,1,631,67,67,66,7,10,13,6,6,16,1,3,0,0,4
569313,1,111,22,22,22,4,7,0,3,2,5,0,1,0,0,0
569321,1,1329,235,235,235,19,62,24,24,36,27,20,0,3,7,13
569321,2,1047,237,237,235,8,73,26,13,30,24,29,6,10,11,5
569321,3,823,113,113,109,5,46,13,4,13,8,8,4,1,2,5
569348,1,338,50,50,50,9,5,1,5,6,8,1,2,8,2,3
569364,1,126,22,22,22,3,1,4,0,2,6,4,0,0,1,1
569399,1,425,88,88,87,8,37,2,6,7,6,10,3,1,3,4
569402,1,151,40,40,40,4,1,0,16,12,6,1,0,0,0,0
569411,1,56,13,13,13,1,2,0,0,3,5,1,1,0,0,0
569429,1,252,44,44,44,1,13,3,9,2,5,0,6,0,4,1
569461,1,152,28,28,28,1,1,3,10,3,4,3,0,1,1,1
569470,1,214,34,34,34,1,16,5,0,0,2,7,0,0,3,0
569488,1,168,37,37,37,12,1,2,5,7,8,0,0,0,0,2
569488,2,84,25,25,25,4,8,1,0,0,7,0,5,0,0,0
569518,1,552,113,113,112,13,8,16,31,11,9,6,1,10,5,2
569534,1,197,41,41,41,2,9,4,7,5,5,3,4,0,2,0
569569,1,957,112,112,112,7,11,18,31,11,18,4,2,1,1,8
569569,2,1076,149,148,147,12,23,26,19,24,10,9,6,5,6,7
569569,3,769,104,104,102,8,9,10,24,12,13,7,8,0,7,4
569569,4,1247,147,147,144,17,10,16,30,22,22,9,3,1,1,13
569569,5,1064,278,278,276,39,27,48,37,24,62,14,11,2,7,5
569569,6,208,41,41,41,1,11,10,8,3,6,1,0,0,0,1
569569,7,133,18,18,18,1,4,3,5,1,1,1,0,0,1,1
569569,8,147,30,30,28,4,1,4,8,4,3,0,2,1,0,1
569569,9,132,23,23,23,0,3,2,3,4,10,0,0,0,1,0
569585,1,635,80,80,80,7,2,15,11,10,17,3,3,3,5,4
569593,1,1255,137,136,130,13,12,20,27,12,20,6,3,4,6,7
569593,2,80,18,18,16,0,1,2,8,2,1,0,0,0,1,1
569593,3,74,8,8,8,2,1,0,3,0,0,0,0,1,1,0
569615,1,293,38,38,37,1,7,7,7,5,5,3,0,0,0,2
569623,1,138,26,26,26,5,4,2,0,2,7,1,2,0,3,0
569640,1,298,64,64,63,8,10,4,7,7,16,4,2,1,3,1
569640,2,58,20,20,20,0,4,3,3,3,2,2,0,1,0,2
569640,3,73,23,23,23,2,5,0,0,1,14,0,1,0,0,0
569658,1,580,125,125,123,10,22,14,22,15,12,10,2,4,2,10
569674,1,215,32,32,32,6,0,5,7,4,5,1,2,1,0,1
569674,2,62,19,19,19,0,7,2,7,0,0,0,0,1,1,1
569682,1,433,73,73,73,6,1,9,10,11,19,7,2,3,1,4
569691,1,498,96,96,94,12,18,8,8,20,9,6,2,3,5,3
569691,2,76,22,22,22,3,2,1,2,1,9,2,2,0,0,0
569691,3,77,23,23,23,1,1,8,3,2,5,2,1,0,0,0
569704,1,354,110,110,109,5,63,6,7,8,10,8,0,2,0,0
569712,1,619,114,114,111,7,14,14,22,8,27,11,3,2,0,3
569712,2,204,35,35,35,2,9,2,7,1,12,1,1,0,0,0
569721,1,189,61,61,60,4,12,2,4,9,19,5,1,0,2,2
569739,1,38,17,17,17,1,0,3,1,9,0,0,1,1,0,1
569780,1,1117,164,164,160,13,8,20,29,15,33,28,1,5,6,2
569780,2,1121,213,213,213,17,38,26,25,25,37,20,1,6,10,8
569780,3,279,37,37,37,0,6,7,8,2,5,3,0,0,4,2
569801,1,290,59,59,58,4,20,8,5,9,5,2,0,0,2,3
573558,1,55,13,13,13,3,1,2,0,2,3,0,0,0,2,0
573566,1,188,42,42,41,4,4,3,11,10,8,0,1,0,0,0
573574,1,140,23,23,23,4,7,4,2,2,0,3,0,0,0,1
573582,1,145,35,35,35,2,5,6,3,6,4,6,0,0,1,2
573591,1,58,16,16,16,4,4,1,1,2,3,0,0,0,1,0
573604,1,128,36,36,35,0,5,1,5,7,6,4,1,0,0,6
506729,1,164,23,23,23,2,2,6,6,2,4,0,1,0,0,0
547255,1,69,20,20,20,2,2,0,0,5,3,1,3,4,0,0
550281,1,359,65,65,63,9,1,20,3,5,9,3,2,6,3,2
550299,1,297,37,37,36,3,0,6,4,5,8,5,0,1,3,1
586846,1,304,44,44,44,3,2,12,11,7,5,2,1,0,1,0
586846,2,270,40,40,40,4,2,2,6,4,11,0,0,1,4,6
586846,3,939,140,140,140,13,12,15,23,20,20,13,1,3,14,6
586846,4,927,180,180,173,12,22,19,11,28,39,14,4,5,8,11
586846,5,823,187,187,186,17,8,25,30,43,30,12,7,2,7,5
586846,6,615,115,115,114,12,11,11,11,17,17,11,1,3,12,8
586846,7,654,91,91,91,8,8,12,14,19,12,2,6,3,6,1
586846,8,727,124,124,124,12,13,20,9,19,18,14,3,8,4,4
586846,9,843,160,160,159,10,31,17,23,26,15,15,1,5,11,5
586846,10,860,182,182,179,7,17,39,16,23,28,22,7,10,3,7
586846,11,922,119,119,118,10,14,21,11,8,17,7,7,8,7,8
586846,12,905,164,164,164,12,29,29,15,15,21,13,7,6,9,8
586846,13,787,141,141,137,9,21,20,19,18,15,6,6,7,7,9
586846,14,939,138,138,135,9,8,21,14,19,16,24,6,6,8,4
586846,15,855,191,191,183,6,22,38,11,23,18,7,6,18,18,16
586846,16,642,136,136,134,11,10,29,11,13,15,1,6,11,17,10
586846,17,521,91,91,91,5,12,16,9,18,13,8,1,1,6,2
586846,18,488,81,81,79,6,1,24,6,5,5,6,3,5,14,4
586846,19,565,113,113,113,17,17,12,7,8,16,17,2,9,6,2
586846,20,516,82,82,81,12,7,11,16,6,13,1,4,1,4,6
586846,21,2853,105,105,105,11,12,21,11,8,17,9,2,5,3,6
586846,22,891,166,166,165,8,15,18,26,28,26,16,6,7,8,7
586846,23,805,135,135,134,14,10,9,28,27,12,6,3,4,9,12
586846,24,919,153,153,152,18,20,11,21,30,22,12,4,2,7,5
586846,25,832,106,106,106,10,8,13,8,27,10,8,5,6,5,6
586846,26,817,95,95,95,6,9,11,18,15,15,5,6,2,6,2
586846,27,613,94,94,94,10,6,16,11,18,15,1,0,7,3,7
586846,28,810,93,93,93,9,10,9,9,19,14,1,5,2,7,8
586846,29,414,76,76,76,2,16,7,5,12,11,9,5,0,9,0
586846,30,796,113,113,111,10,10,15,20,17,11,5,3,7,11,2
586846,31,819,152,152,150,11,11,25,12,23,28,9,6,8,7,10
586846,32,816,118,118,118,6,11,7,19,24,22,12,3,5,6,3
586846,33,1055,195,195,194,14,34,28,11,31,24,18,4,5,14,11
586846,34,660,125,125,124,6,15,13,12,21,23,13,2,8,4,7
586846,35,680,144,144,141,4,21,14,16,27,19,10,5,5,6,14
586846,36,681,136,136,135,12,15,11,18,31,16,6,3,6,10,7
586846,37,912,164,164,164,11,20,12,20,23,29,6,6,9,5,23
586846,38,679,110,110,108,10,10,9,15,20,12,3,12,4,8,5
586846,39,779,112,112,111,10,11,23,4,8,12,11,5,8,10,9
586846,40,646,134,134,133,5,24,19,7,7,12,12,3,12,24,8
586846,41,635,115,115,115,7,8,12,27,27,11,10,2,7,0,4
586846,42,580,135,135,134,12,18,17,20,14,13,7,2,9,14,8
586846,43,723,132,132,129,10,17,17,6,22,15,18,2,4,10,8
586846,44,90,10,10,10,0,2,1,0,0,3,0,0,2,1,1
586846,45,788,141,141,139,14,16,10,12,29,26,14,6,1,9,2
586846,46,699,137,137,137,12,20,11,27,19,19,8,5,5,0,11
586846,47,689,152,152,150,5,17,24,22,20,21,9,6,11,10,5
586846,48,116,32,32,32,3,5,4,1,3,5,2,2,1,2,4
586846,49,812,175,175,173,15,19,23,29,18,27,16,2,4,10,10
586846,50,874,194,194,192,9,9,38,13,24,33,12,5,20,15,14
586846,51,716,94,94,94,14,10,12,4,19,9,7,6,4,3,6
586846,52,126,13,13,13,3,0,2,1,2,1,0,1,0,2,1
586846,53,125,29,29,29,7,1,6,3,4,0,6,2,0,0,0
586846,54,338,46,46,45,5,1,9,3,6,8,1,6,1,3,2
586846,55,576,70,70,69,4,3,5,9,7,20,5,4,0,4,8
586846,56,164,38,38,38,4,4,8,4,3,2,3,0,2,4,4
586846,57,254,37,37,37,1,3,7,3,3,13,1,2,1,0,3
586846,58,790,158,158,157,15,17,32,6,10,23,15,3,13,10,13
586854,1,126,23,23,23,4,3,2,2,2,3,0,2,0,0,5
586862,1,745,122,122,121,7,24,6,26,23,19,2,4,5,2,3
586862,2,753,146,146,143,15,21,14,23,17,22,13,2,8,2,6
586862,3,84,13,13,12,0,0,0,2,0,4,4,0,0,1,1
586862,4,86,27,27,27,1,13,3,0,0,9,0,0,0,0,1
586862,5,151,34,34,33,1,17,6,4,2,0,0,0,0,1,2
586862,6,94,7,7,7,0,0,1,1,1,2,0,1,1,0,0
586889,1,207,53,53,53,2,11,13,11,4,3,2,1,0,6,0
586897,1,351,55,55,55,8,16,2,4,7,6,6,4,0,2,0
586901,1,114,39,39,39,2,11,9,2,3,5,2,2,1,0,2
586927,1,120,34,34,33,1,11,4,3,3,5,4,2,0,0,0
586943,1,846,161,161,161,8,41,9,9,31,21,7,10,8,2,15
586943,2,1124,156,156,154,15,20,20,19,31,17,9,8,2,5,8
586943,3,107,25,25,25,1,6,2,4,9,1,1,0,0,0,1
586943,4,62,10,10,10,0,6,0,0,0,0,1,0,2,0,1
586943,5,187,40,40,40,3,3,6,4,7,9,3,2,2,1,0
586943,6,62,13,13,13,1,2,0,2,4,3,1,0,0,0,0
586943,7,248,54,54,54,2,17,7,3,2,5,10,2,1,4,1
586943,8,98,15,15,15,2,3,2,1,5,1,0,1,0,0,0
586943,9,214,47,47,47,9,5,8,1,9,6,2,2,1,0,4
586943,10,78,23,23,23,3,6,3,2,6,1,1,1,0,0,0
586951,1,204,25,25,24,0,10,5,1,2,5,0,0,0,0,1
586978,1,400,69,69,69,3,4,7,8,5,17,6,2,7,7,3
586986,1,122,13,13,13,0,0,5,2,1,2,0,0,0,2,1
587001,1,104,38,38,38,9,14,0,1,6,6,0,0,1,1,0
587010,1,300,46,46,45,6,11,7,5,0,7,2,1,2,1,3
587028,1,858,91,91,91,8,5,8,20,13,11,9,0,1,3,13
587028,2,653,73,73,73,19,6,9,12,6,9,0,7,2,0,3
587036,1,209,56,56,55,4,14,8,4,6,9,3,1,1,2,3
587044,1,1033,164,164,163,20,14,17,17,29,23,8,9,7,7,12
587061,1,75,19,19,19,1,10,1,0,1,1,3,2,0,0,0
587079,1,87,20,20,20,6,3,1,0,1,2,0,1,5,0,1
587087,1,146,34,34,33,3,1,5,3,7,6,1,0,0,3,4
587095,1,350,54,54,54,4,16,5,3,3,6,5,0,2,4,6
587109,1,115,26,26,26,3,10,0,1,3,5,3,0,0,0,1
587117,1,214,44,44,44,2,1,8,1,4,11,9,4,0,2,2
587125,1,143,34,34,34,1,5,6,6,1,11,2,0,2,0,0
587141,1,620,97,97,97,8,13,8,10,10,16,20,5,4,3,0
587150,1,132,41,41,40,14,2,2,3,3,4,3,4,0,1,4
587168,1,237,47,47,45,7,3,4,7,8,2,2,2,0,4,6
587168,2,275,36,36,35,6,1,2,13,4,3,0,1,2,1,2
587176,1,285,50,50,50,2,2,9,4,6,14,2,1,0,5,5
587184,1,65,22,22,22,0,4,1,2,3,8,1,3,0,0,0
587192,1,114,21,21,21,1,3,4,2,0,3,4,2,0,0,2
587206,1,66,12,12,12,1,0,3,1,0,5,0,1,0,0,1
587214,1,49,15,15,15,2,6,2,1,2,0,2,0,0,0,0
587222,1,125,30,30,30,0,5,4,3,1,3,8,4,0,2,0
587231,1,39,15,15,15,0,6,1,1,1,1,2,0,0,1,2
587249,1,416,80,80,80,7,25,9,11,8,9,0,3,2,5,1
587265,1,155,24,24,23,0,3,3,1,4,8,0,1,3,0,0
587273,1,214,46,46,46,4,7,4,4,9,2,6,4,1,1,4
587281,1,105,25,25,25,2,0,1,7,1,7,5,0,0,0,2
587290,1,182,22,22,21,3,2,2,3,5,3,3,0,0,0,0
587303,1,85,20,20,20,3,1,3,0,2,0,2,0,0,4,5
587320,1,101,8,8,8,0,0,5,1,2,0,0,0,0,0,0
587338,1,123,28,28,27,6,0,1,8,5,2,1,2,0,1,1
587346,1,604,113,113,113,2,47,7,14,11,20,3,1,1,3,4
587346,2,536,96,96,95,10,39,17,2,8,6,2,5,1,3,2
587346,3,152,34,34,34,3,17,3,3,4,0,0,0,2,1,1
587346,4,244,30,30,29,7,5,3,2,2,3,3,2,1,0,1
587362,1,154,27,27,27,3,4,3,9,4,3,0,1,0,0,0
587371,1,62,22,22,22,4,2,3,6,3,1,0,0,2,1,0
587389,1,156,49,49,49,8,8,9,5,1,6,6,1,0,3,2
587401,1,723,112,112,112,11,15,17,8,9,29,3,2,2,6,10
587419,1,44,13,13,13,1,2,2,2,0,0,0,0,0,0,6
587427,1,374,64,64,64,8,10,13,5,14,4,4,3,0,2,1
587435,1,504,52,52,51,11,1,6,5,2,8,5,2,2,2,7
587443,1,167,35,35,35,1,17,9,3,1,1,1,0,0,2,0
587451,1,75,19,19,19,1,4,3,1,3,5,0,1,0,0,1
587478,1,1030,202,202,198,11,67,22,18,27,18,1,10,5,9,10
587478,2,1193,206,205,202,8,60,17,15,41,24,9,8,8,6,6
587486,1,496,84,84,84,8,23,8,4,4,15,5,9,1,4,3
587494,1,157,25,25,25,1,7,0,2,6,2,4,1,1,0,1
587508,1,178,36,36,35,3,5,0,6,6,8,0,1,0,6,0
587524,1,110,21,21,20,3,3,0,1,5,0,1,1,0,4,2
587532,1,150,37,37,37,5,5,2,8,3,5,1,0,0,0,8
587541,1,723,93,93,91,2,27,14,14,14,12,3,2,1,0,2
587559,1,91,16,16,16,2,3,1,2,3,3,0,1,1,0,0
587567,1,154,34,34,34,0,11,7,8,3,3,0,0,1,0,1
587575,1,147,32,32,32,1,11,0,0,7,6,3,3,0,0,1
587583,1,192,30,30,30,5,4,5,4,4,2,3,1,0,0,2
587591,1,692,150,150,149,7,67,8,12,23,12,6,5,6,2,1
587613,1,54,20,20,20,1,16,1,0,1,1,0,0,0,0,0
587621,1,156,41,41,41,5,7,4,1,1,10,4,1,1,7,0
587630,1,55,11,11,11,0,3,1,2,3,2,0,0,0,0,0
587648,1,65,21,21,21,3,7,0,1,4,2,0,3,0,1,0
587656,1,104,25,25,25,8,9,2,0,2,1,1,0,0,1,1
587672,1,94,11,11,11,3,0,1,2,3,1,0,0,0,0,1
587681,1,364,71,71,69,5,10,13,9,15,9,3,0,0,4,1
587702,1,151,30,30,30,5,3,3,2,5,1,0,3,1,3,4
587711,1,902,152,152,150,17,27,22,14,17,21,11,3,5,10,3
587711,2,954,190,190,187,18,28,29,10,22,21,10,10,8,20,11
587711,3,944,157,157,155,9,19,26,22,21,19,13,2,6,11,7
587711,4,750,91,91,91,8,19,9,14,15,9,6,2,5,3,1
587711,5,207,37,37,37,2,3,1,9,7,8,0,4,0,1,2
587711,6,170,40,40,40,4,14,0,2,12,6,1,0,0,0,1
587711,7,125,23,23,22,1,3,3,0,2,9,1,1,0,1,1
587745,1,634,70,70,69,10,9,6,7,12,5,10,8,1,0,1
587761,1,203,38,38,38,10,15,4,0,1,3,0,4,0,0,1
587788,1,352,74,74,73,9,6,32,5,2,5,6,2,3,1,2
587796,1,315,58,58,58,4,0,6,9,10,13,2,3,7,1,3
587800,1,155,23,23,23,0,12,1,4,3,0,2,0,0,1,0
587818,1,265,64,64,63,2,18,8,1,8,13,8,2,1,1,1
587826,1,91,25,25,25,0,11,6,2,3,1,0,1,0,1,0
587834,1,182,42,42,42,7,2,8,0,8,4,0,1,7,2,3
587851,1,77,10,10,10,1,0,2,0,0,1,1,1,0,0,4
587877,1,47,14,14,14,3,6,0,1,3,0,0,0,0,0,1
587885,1,238,45,45,45,3,13,8,4,3,3,0,2,1,6,2
587915,1,146,24,24,24,2,14,1,0,3,0,1,0,0,3,0
587923,1,509,92,92,89,5,39,6,15,6,5,6,0,3,3,1
587931,1,848,105,105,105,8,20,8,16,10,20,6,6,2,6,3
587940,1,67,13,13,13,3,0,0,1,4,4,0,0,0,1,0
587958,1,331,65,65,65,3,4,8,5,22,13,3,4,2,1,0
587982,1,212,22,22,22,4,1,3,2,3,0,2,4,0,2,1
587991,1,50,12,12,12,0,2,0,2,2,5,0,0,0,0,1
588008,1,173,25,25,25,0,0,2,10,5,2,0,0,0,2,4
588024,1,555,78,78,76,6,5,20,3,9,11,7,1,5,5,4
588024,2,706,124,124,124,12,28,8,7,28,8,15,0,6,7,5
588024,3,1035,173,173,172,6,52,18,16,13,17,23,5,6,4,12
588024,4,986,154,154,154,20,29,17,16,13,21,15,4,6,6,7
588024,5,661,146,146,144,9,24,21,20,18,11,24,3,2,4,8
588024,6,582,101,101,101,7,34,10,10,7,11,6,4,4,6,2
588024,7,58,18,18,18,2,7,1,3,0,1,1,3,0,0,0
588032,1,1036,179,179,178,4,56,22,19,20,24,8,4,7,6,8
588032,2,1178,166,166,166,3,39,16,23,22,25,9,4,7,3,15
588032,3,987,149,149,147,21,28,11,27,13,20,6,2,3,7,9
588032,4,1239,208,208,207,12,45,21,33,22,25,17,8,4,7,13
588032,5,68,16,16,16,1,5,3,0,5,2,0,0,0,0,0
588032,6,117,23,23,22,1,2,6,2,2,5,3,1,0,0,0
588032,7,120,13,13,13,1,6,0,2,2,0,0,0,0,0,2
588041,1,114,27,27,27,1,3,1,2,4,8,3,1,0,2,2
588067,1,99,36,36,36,1,12,5,1,5,2,8,0,0,2,0
588075,1,177,27,27,27,1,1,2,2,5,14,2,0,0,0,0
588083,1,69,22,22,21,3,2,0,5,6,2,1,1,0,0,1
588091,1,29,16,16,16,2,0,1,3,1,1,4,1,2,1,0
588105,1,35,17,17,17,1,7,0,2,1,3,3,0,0,0,0
588113,1,1051,147,147,146,7,26,24,16,20,27,10,7,1,6,2
588121,1,493,77,77,75,5,7,19,10,8,7,9,1,5,3,1
588130,1,132,21,21,21,2,4,0,6,3,1,2,3,0,0,0
588148,1,105,28,28,28,1,1,5,0,5,4,2,1,5,1,3
588156,1,258,47,47,46,1,9,9,6,0,7,5,2,2,0,5
588164,1,45,16,16,16,0,1,4,0,2,6,0,2,0,0,1
588172,1,663,79,79,79,5,8,16,11,4,4,5,4,5,8,9
588181,1,316,74,74,74,4,16,6,7,11,11,0,6,0,3,10
588199,1,94,29,29,29,1,10,5,2,3,1,5,0,0,0,2
588202,1,187,48,48,48,7,16,3,3,8,5,2,0,0,0,4
588211,1,145,32,32,32,2,7,2,1,8,4,3,2,0,3,0
588229,1,53,8,8,8,0,0,3,2,0,1,0,0,1,0,1
588245,1,45,17,17,17,1,9,0,6,0,1,0,0,0,0,0
588253,1,351,76,76,76,3,26,3,8,9,13,4,3,1,1,5
588261,1,64,21,21,21,1,6,0,0,2,2,1,0,0,0,9
588270,1,104,17,17,17,3,5,2,1,3,1,0,0,0,1,1
588288,1,373,51,51,50,3,7,12,7,4,3,3,0,2,2,7
590371,1,93,27,27,27,10,2,3,2,1,2,0,3,0,3,1
590681,1,69,25,25,25,0,6,3,2,6,6,2,0,0,0,0
590843,1,1137,167,167,166,13,63,9,17,11,16,21,8,4,3,1
509388,1,74,20,20,20,2,2,2,0,6,3,0,0,0,3,2
509418,1,87,38,38,38,7,2,3,2,5,10,0,2,0,6,1
529826,1,77,24,24,24,1,12,0,1,2,6,0,1,0,1,0
529834,1,108,26,26,26,0,4,4,5,3,3,2,2,1,1,1
529869,1,53,18,18,18,2,1,0,7,3,1,0,0,0,4,0
537594,1,87,34,34,34,6,14,2,2,4,0,1,0,0,4,1
537608,1,178,52,52,52,0,7,5,11,7,13,5,0,0,0,4
537691,1,123,31,31,31,0,7,5,2,0,13,0,1,0,0,3
537730,1,65,34,34,32,1,5,7,1,4,8,0,2,0,3,1
537829,1,70,22,22,22,5,1,0,5,4,1,1,3,0,0,2
547492,1,1200,214,214,213,9,30,37,16,23,38,21,2,7,17,13
547492,2,827,133,133,133,10,28,16,11,20,18,11,0,3,15,1
547492,3,672,141,141,141,6,25,11,23,30,26,6,3,3,5,3
547492,4,896,197,197,194,6,39,28,14,27,27,23,6,2,13,9
547492,5,1192,299,299,297,17,44,62,18,25,50,28,10,12,10,21
547492,6,797,142,142,142,10,15,15,18,25,23,11,3,6,11,5
547492,7,885,141,141,138,13,10,12,22,20,24,5,2,10,12,8
547492,8,1058,164,164,159,8,19,31,15,27,23,12,3,3,13,5
547492,9,778,108,108,107,10,18,12,8,20,20,6,3,0,6,4
547492,10,1121,165,165,162,6,30,27,18,16,25,12,4,5,13,6
547492,11,1062,150,150,150,8,17,29,11,22,18,13,4,11,10,7
547492,12,1176,211,211,211,12,29,33,17,20,37,19,3,7,26,8
547492,13,59,27,27,27,5,0,1,6,3,5,1,1,0,1,4
547492,14,69,22,22,22,1,4,0,4,6,2,5,0,0,0,0
547492,15,156,27,27,27,2,11,1,2,6,4,0,0,0,0,1
547492,16,137,27,27,27,0,0,6,2,4,10,1,2,2,0,0
547492,17,141,34,34,34,2,6,11,2,2,2,6,1,0,0,2
547492,18,164,89,89,89,4,42,25,0,2,4,5,3,1,2,1
547492,19,102,35,35,35,0,10,1,7,9,1,3,2,0,2,0
547492,20,90,39,39,38,5,17,4,4,3,3,1,0,0,1,0
547492,21,291,68,68,68,6,7,8,6,11,10,6,4,8,2,0
547492,22,85,19,19,19,0,0,2,2,4,6,1,2,1,1,0
547492,23,122,20,20,20,3,0,1,0,1,10,3,0,1,0,1
547492,24,32,12,12,12,1,1,2,4,1,1,1,1,0,0,0
547549,1,153,37,37,37,8,1,1,0,3,10,3,1,2,8,0
547581,1,525,101,101,100,1,19,7,13,19,17,6,2,5,5,6
547603,1,138,23,23,23,2,4,1,6,3,3,0,1,0,0,3
547638,1,249,38,38,38,2,4,3,15,5,6,0,1,0,1,1
547662,1,264,31,31,31,2,0,3,4,2,6,7,0,2,3,2
547689,1,97,39,39,39,9,6,1,4,7,3,3,0,0,0,6
547719,1,306,88,88,86,3,23,10,14,14,14,3,2,0,1,2
547719,2,102,23,23,23,3,6,1,0,3,4,0,3,2,1,0
547719,3,49,23,23,22,1,6,1,0,0,3,1,2,6,0,2
547735,1,406,73,73,73,5,10,3,25,12,6,2,7,1,0,2
547760,1,1215,165,165,165,16,17,27,26,26,17,11,2,6,4,13
547760,2,125,21,21,21,0,3,2,6,5,2,2,0,0,0,1
547760,3,44,15,15,15,1,0,5,1,1,3,0,2,0,1,1
547778,1,796,129,129,128,14,18,19,13,13,22,17,1,4,4,3
547883,1,83,27,27,27,4,5,0,3,8,2,0,0,1,1,3
547913,1,1127,170,170,168,21,34,15,16,24,23,11,1,5,12,6
547913,2,210,36,36,36,2,4,8,8,2,7,1,1,2,1,0
547913,3,72,12,12,12,2,2,1,4,0,0,1,0,0,0,2
547913,4,42,7,7,7,2,0,0,0,0,5,0,0,0,0,0
547930,1,241,47,47,47,6,5,5,11,5,13,0,1,0,1,0
547948,1,523,69,69,67,2,6,12,5,15,7,5,1,3,2,9
547956,1,169,44,44,44,5,15,2,13,1,4,0,0,2,1,1
547999,1,613,134,133,131,8,18,8,29,37,17,9,1,0,3,1
547999,2,1056,222,222,221,16,32,15,42,45,21,24,4,6,10,6
547999,3,997,178,178,172,6,25,29,21,21,40,12,4,3,5,6
547999,4,918,119,119,119,8,9,9,20,20,23,7,7,7,6,3
547999,5,932,169,168,168,14,26,22,23,15,22,13,1,10,15,7
547999,6,1110,185,185,183,16,21,24,31,21,25,24,4,7,8,2
547999,7,1191,239,239,236,14,32,43,24,29,35,26,3,9,8,13
547999,8,527,56,56,56,3,8,8,9,14,5,2,2,4,0,1
547999,9,426,53,53,51,0,9,1,10,2,7,4,3,10,1,4
547999,10,193,19,19,19,2,3,2,1,7,2,0,0,0,1,1
547999,11,159,31,31,30,1,0,3,11,4,8,0,2,0,1,0
547999,12,179,30,30,29,2,8,3,5,3,6,1,0,1,0,0
547999,13,161,22,22,22,4,3,2,2,0,8,2,0,0,0,1
547999,14,289,30,30,29,3,3,1,4,6,7,0,0,2,3,0
547999,15,145,25,25,24,2,0,0,7,5,7,0,3,0,0,0
548073,1,52,28,28,28,0,9,3,0,0,11,2,0,0,0,3
548081,1,696,103,103,103,9,24,11,15,13,20,4,4,0,1,2
548090,1,287,39,39,39,6,8,6,7,2,3,1,2,0,3,1
548103,1,218,51,51,51,2,2,21,2,5,8,5,1,2,3,0
548111,1,1099,153,153,153,13,17,26,21,12,21,16,1,5,10,11
548111,2,795,137,137,136,7,11,20,32,30,13,9,7,1,3,3
548111,3,1040,157,157,157,6,15,15,17,35,25,13,5,3,9,14
548111,4,56,19,19,19,2,5,2,5,0,1,2,1,0,0,1
548111,5,203,27,27,27,6,3,2,5,6,1,2,0,0,1,1
548120,1,283,53,53,53,3,4,10,9,10,8,4,0,4,0,1
548146,1,125,31,31,31,5,1,1,5,4,12,0,1,0,1,1
548162,1,137,33,33,33,3,18,1,3,0,3,1,0,1,3,0
548171,1,573,80,80,80,7,3,8,1,29,21,1,1,0,6,3
548201,1,194,47,47,44,2,11,2,10,4,7,5,2,0,0,1
548219,1,279,39,39,39,1,6,4,5,9,6,1,3,1,1,2
548227,1,124,27,27,27,9,2,1,3,4,5,1,0,0,2,0
548235,1,83,21,21,21,2,1,2,2,3,4,6,0,0,1,0
548332,1,852,158,158,157,12,41,17,31,16,13,8,1,4,7,7
548367,1,108,32,32,32,1,5,4,1,9,2,5,1,1,3,0
548383,1,156,43,43,43,2,14,5,5,5,7,0,1,1,3,0
548383,2,50,15,15,15,1,3,2,2,3,3,0,1,0,0,0
548391,1,201,48,48,48,4,2,12,9,5,4,2,3,3,2,2
548391,2,90,19,19,18,0,0,0,6,3,3,1,2,0,0,3
548391,3,45,10,10,10,0,2,0,1,1,1,1,2,2,0,0
548405,1,168,41,41,39,3,2,2,6,1,8,0,0,15,0,2
548456,1,595,68,68,66,7,10,8,11,6,15,3,1,1,0,4
548456,2,140,44,44,43,5,5,2,14,4,6,2,3,1,0,1
548456,3,64,29,29,29,1,11,6,3,6,2,0,0,0,0,0
548456,4,50,33,33,27,1,18,1,0,6,0,0,1,0,0,0
548456,5,45,18,18,17,1,1,2,2,9,0,1,0,1,0,0
548456,6,40,27,27,27,1,7,1,0,8,4,1,0,4,1,0
548464,1,603,97,97,97,4,19,4,6,16,22,6,2,8,5,5
548464,2,120,27,27,27,2,1,3,1,9,5,0,0,0,5,1
548464,3,52,13,13,13,0,2,5,3,1,0,2,0,0,0,0
548464,4,50,18,18,18,2,4,2,0,3,2,2,1,0,1,1
548472,1,679,68,68,68,7,2,23,5,4,10,6,2,4,2,3
548502,1,188,49,49,49,4,5,9,4,14,4,5,0,1,1,2
548511,1,893,99,99,99,8,9,12,11,14,18,4,0,6,3,14
548511,2,1129,173,173,173,13,14,27,21,22,23,19,3,7,18,6
548511,3,784,162,162,160,12,29,16,13,25,28,10,2,6,7,12
548511,4,759,127,127,126,9,13,13,15,19,17,16,2,10,2,10
548511,5,52,18,18,18,2,6,4,0,1,2,1,1,0,1,0
548511,6,76,7,7,7,0,2,1,0,2,1,0,0,1,0,0
548511,7,135,32,32,32,1,2,10,3,7,5,1,0,0,0,3
548511,8,131,22,22,22,3,2,3,2,3,6,2,0,0,0,1
548545,1,56,16,16,15,2,3,0,0,7,2,1,0,0,0,0
548561,1,1025,152,152,152,7,12,22,21,37,14,19,6,3,8,3
548561,2,1067,182,182,182,18,34,19,29,20,28,7,5,8,3,11
548600,1,190,62,62,61,6,5,6,7,17,4,4,2,6,3,1
548715,1,110,23,23,23,1,5,4,5,5,1,0,0,0,1,1
548731,1,107,21,21,21,2,7,0,1,3,3,2,0,0,3,0
548740,1,87,14,14,14,1,2,1,1,3,1,1,0,1,0,3
548740,2,55,16,16,16,2,4,1,2,3,2,0,1,0,1,0
548766,1,127,32,32,32,0,5,4,0,2,6,1,2,1,8,3
548774,1,579,90,90,89,1,19,14,10,6,14,9,1,2,11,2
548936,1,342,47,47,47,5,8,3,9,6,9,1,4,0,0,2
548987,1,59,17,17,17,3,1,3,0,5,4,0,0,0,0,1
549002,1,163,25,25,25,5,3,3,5,2,1,1,0,0,4,1
549011,1,230,33,33,33,3,8,3,4,3,5,1,1,3,1,1
549045,1,139,18,18,18,4,1,0,4,2,1,4,1,1,0,0
549053,1,200,56,56,55,2,30,4,9,6,2,0,0,0,0,2
549061,1,102,20,20,20,3,6,0,2,2,5,0,0,1,1,0
549126,1,88,29,29,29,0,8,2,4,3,6,2,0,0,0,4
549134,1,143,30,30,29,2,3,3,6,3,9,0,0,1,2,0
549142,1,451,70,70,70,12,7,14,12,5,8,9,0,0,3,0
549142,2,39,14,14,14,2,3,1,1,0,2,4,1,0,0,0
549142,3,60,16,16,16,3,2,1,0,3,5,2,0,0,0,0
549177,1,194,34,34,34,2,7,6,3,2,0,6,1,1,6,0
549215,1,924,166,166,164,15,27,26,24,12,19,17,3,2,8,11
549231,1,1103,204,204,203,11,8,18,34,39,37,17,6,8,11,14
549231,2,946,176,176,175,8,19,8,29,43,28,17,10,6,4,3
549231,3,115,13,13,13,1,2,1,3,3,0,3,0,0,0,0
549231,4,99,30,30,30,1,1,3,2,16,3,2,2,0,0,0
549231,5,79,15,15,14,1,2,1,5,2,2,0,1,0,0,0
549231,6,30,7,7,7,2,1,1,0,0,2,1,0,0,0,0
551546,1,59,9,9,9,0,2,2,0,0,2,1,0,0,1,1
551589,1,127,32,32,32,3,5,0,0,4,10,2,2,4,0,2
561096,1,69,40,40,40,3,10,0,5,3,11,5,3,0,0,0
561100,1,178,37,37,37,9,1,4,3,3,8,5,2,0,2,0
561118,1,61,9,9,9,0,3,1,1,0,3,1,0,0,0,0
561126,1,38,7,7,7,1,1,1,0,1,1,0,1,1,0,0
561142,1,88,20,20,20,1,2,3,0,5,4,1,2,1,1,0
561177,1,85,26,26,26,5,2,2,2,1,4,1,1,0,8,0
561240,1,59,13,13,13,1,0,4,0,3,2,0,2,1,0,0
561266,1,55,25,25,24,8,0,2,1,1,5,0,0,0,3,4
561274,1,44,18,18,18,1,1,7,2,4,0,0,0,0,1,2
561282,1,73,28,28,28,1,2,12,0,3,2,2,0,4,0,2
561312,1,162,18,18,18,3,1,1,2,3,2,0,3,1,2,0
561321,1,86,17,17,17,4,4,0,2,1,5,0,0,0,1,0
561339,1,29,11,11,11,0,5,0,0,2,3,0,1,0,0,0
561347,1,47,17,17,17,2,0,4,0,2,4,1,2,0,0,2
561355,1,111,24,24,24,4,3,4,2,4,1,3,0,2,0,1
561363,1,100,16,16,16,1,0,0,7,4,3,0,0,0,1,0
561371,1,90,20,20,20,1,5,1,3,2,4,3,0,0,1,0
561436,1,66,18,18,18,1,3,4,0,1,3,3,1,0,0,2
561452,1,104,23,23,23,2,2,0,2,7,1,0,2,1,4,2
561461,1,34,14,14,14,0,0,6,1,0,3,0,0,0,0,4
561487,1,56,15,15,15,4,0,0,1,0,7,0,0,3,0,0
561754,1,48,4,4,4,1,1,1,0,1,0,0,0,0,0,0
561762,1,70,27,27,27,2,1,15,1,1,3,1,0,2,1,0
561771,1,17,13,13,13,0,6,0,2,1,0,4,0,0,0,0
561789,1,169,30,30,30,2,6,2,5,3,4,1,5,1,0,1
561797,1,215,58,58,58,3,3,13,10,12,10,4,1,0,2,0
561801,1,93,14,14,14,0,2,0,1,4,1,0,2,0,2,2
561819,1,88,29,29,29,2,1,7,0,1,8,4,0,4,2,0
561843,1,44,20,20,20,2,1,3,4,3,1,1,0,0,4,1
561908,1,58,14,14,14,2,0,0,0,4,3,2,1,2,0,0
561916,1,111,23,23,21,2,0,5,1,1,8,3,0,1,0,0
561924,1,89,20,20,20,0,2,3,3,2,7,0,0,1,2,0
561932,1,174,47,47,46,9,6,4,1,5,9,6,4,1,0,1
561941,1,74,16,16,16,4,4,1,0,0,1,2,2,0,0,2
561967,1,449,87,87,85,1,22,9,6,6,23,6,3,2,5,2
561975,1,183,47,47,45,4,9,7,8,2,7,6,2,0,0,0
562009,1,447,108,108,105,11,11,19,2,12,30,7,2,1,2,8
562033,1,87,20,20,18,3,4,2,4,3,0,0,0,0,0,2
562041,1,60,19,19,19,0,0,5,0,11,1,0,0,1,0,1
598666,1,35,10,10,10,2,1,1,0,1,2,3,0,0,0,0
598704,1,108,23,23,23,0,4,1,1,4,11,2,0,0,0,0
598712,1,248,62,62,60,0,17,11,7,6,12,2,2,1,0,2
598721,1,184,39,39,39,1,13,2,1,6,8,2,0,1,4,1
598755,1,221,50,50,49,2,4,13,1,12,8,3,0,2,1,3
598763,1,98,22,22,21,0,2,0,5,3,6,2,1,0,0,2
598771,1,44,10,9,9,1,2,0,0,0,2,0,3,0,0,1
599239,1,103,24,24,24,3,6,3,0,1,8,0,0,0,1,2
510556,1,231,45,45,45,4,11,3,9,2,7,0,3,3,2,1
510645,1,68,35,35,34,3,7,3,1,7,6,7,0,0,0,0
510980,1,285,42,42,42,11,6,1,1,6,6,3,7,0,0,1
511081,1,206,28,28,28,3,11,0,2,8,2,1,1,0,0,0
511242,1,317,51,51,51,2,10,3,10,10,8,2,1,1,2,2
511307,1,89,37,37,37,3,17,4,1,4,4,1,0,0,0,3
544752,1,239,38,38,38,5,6,4,6,5,3,2,6,0,1,0
544833,1,100,17,17,17,0,5,0,1,6,5,0,0,0,0,0
544876,1,132,26,26,26,1,6,1,2,4,2,1,1,0,0,8
544957,1,43,30,30,30,4,1,0,4,6,6,8,1,0,0,0
545031,1,115,26,26,26,0,11,6,1,2,3,0,1,0,0,2
545040,1,120,38,38,38,5,13,1,3,3,7,1,1,0,1,3
545180,1,187,30,30,30,5,3,1,14,3,0,2,2,0,0,0
545309,1,309,43,43,43,5,13,3,10,1,5,0,4,2,0,0
546933,1,136,21,21,21,6,3,2,3,0,4,1,1,0,0,1
550302,1,140,28,28,28,1,6,3,3,6,5,2,1,1,0,0
550311,1,71,20,20,20,2,7,2,0,4,5,0,0,0,0,0
550370,1,78,23,23,23,1,6,3,2,1,8,0,0,0,2,0
550388,1,202,60,60,60,2,19,2,12,9,12,2,0,1,0,1
550400,1,120,27,27,27,4,5,6,3,0,4,2,2,1,0,0
550469,1,132,39,39,39,3,14,5,6,1,5,3,0,0,0,2
550477,1,85,27,27,27,4,6,4,2,1,5,0,1,1,0,3
550493,1,116,15,15,15,2,5,0,4,2,0,0,2,0,0,0
550507,1,417,42,42,42,4,6,11,3,2,8,2,3,0,2,1
550566,1,296,65,65,65,4,22,0,13,8,8,3,2,0,5,0
550591,1,62,40,40,38,3,16,2,6,3,5,0,2,0,0,1
550612,1,45,21,21,21,0,3,5,1,5,1,1,3,0,0,2
550639,1,79,17,17,17,1,0,5,0,1,6,1,0,0,3,0
550710,1,212,34,34,34,2,3,10,3,4,4,5,0,1,1,1
550779,1,129,27,27,27,1,2,6,8,4,3,0,1,0,0,2
553964,1,156,25,25,25,2,2,5,3,1,11,0,1,0,0,0
554871,1,417,61,60,57,2,10,11,11,10,4,2,0,3,2,2
573485,1,78,27,27,27,0,0,0,6,3,9,2,4,1,0,2
587460,1,99,13,13,13,2,2,0,3,3,3,0,0,0,0,0
587605,1,108,24,24,24,4,7,2,4,0,1,0,6,0,0,0
587664,1,132,26,26,26,4,1,2,8,10,0,0,1,0,0,0
587699,1,91,12,12,12,0,4,0,1,3,4,0,0,0,0,0
588342,1,158,27,27,27,0,5,3,5,2,5,3,1,0,0,3
590266,1,928,148,148,148,12,18,16,23,22,20,6,6,5,9,11
590266,2,764,151,150,149,8,14,15,27,29,16,14,6,4,4,12
590266,3,802,165,165,163,16,28,29,20,15,10,8,5,5,10,17
590266,4,1120,133,133,132,4,11,25,15,11,24,8,7,4,19,4
590266,5,881,127,127,127,15,11,9,26,19,19,1,6,3,9,9
590266,6,919,141,141,141,4,12,5,25,29,29,10,5,2,13,7
590266,7,1432,228,228,227,19,30,33,21,32,37,12,5,3,21,14
590266,8,964,138,137,133,16,19,17,15,18,22,1,10,2,6,7
590266,9,898,141,141,141,12,12,23,11,18,25,7,11,2,12,8
590266,10,1064,124,124,124,12,6,17,14,20,16,5,5,4,13,12
590266,11,907,133,133,133,17,12,21,12,12,26,7,8,3,4,11
590266,12,862,152,152,151,22,15,17,12,29,22,7,6,5,10,6
590266,13,1209,212,212,208,18,22,25,14,41,26,13,15,0,21,13
590266,14,1592,93,93,93,6,14,14,5,9,10,15,2,1,12,5
590266,15,573,134,134,134,4,22,28,13,12,13,6,8,12,11,5
590266,16,751,183,183,177,13,30,19,38,20,12,22,4,2,4,13
590266,17,1019,281,281,280,16,44,69,33,21,42,21,4,4,12,14
590266,18,492,104,104,104,2,19,7,15,26,16,6,3,1,4,5
590266,19,804,162,162,158,7,15,11,34,44,23,8,0,5,4,7
590266,20,854,143,143,140,10,13,10,22,38,19,12,4,2,6,4
590266,21,720,125,125,125,12,19,18,18,20,18,3,1,0,11,5
590266,22,689,185,185,185,23,33,31,13,18,24,11,5,7,13,7
590266,23,570,82,82,80,13,10,9,8,13,8,8,2,0,2,7
590266,24,950,209,209,208,10,40,25,27,20,28,13,9,17,15,4
590266,25,1068,234,234,232,14,35,36,22,20,43,21,5,9,18,9
590266,26,806,97,97,97,4,16,10,13,24,9,4,4,0,8,5
590266,27,1264,256,255,254,19,47,45,25,30,35,20,5,7,12,9
590266,28,688,118,118,118,9,9,14,21,10,14,15,7,3,5,11
590266,29,599,130,130,130,22,13,8,18,29,21,3,5,1,5,5
590266,30,1072,110,110,110,14,5,6,23,18,9,11,3,5,11,5
590266,31,1013,167,167,165,19,7,25,24,16,28,13,10,9,5,9
590266,32,988,139,139,137,11,27,17,11,23,20,2,5,3,5,13
590266,33,54,4,4,4,0,0,2,1,0,0,0,1,0,0,0
590266,34,205,59,59,59,5,21,5,3,8,10,2,2,0,0,3
590266,35,87,11,11,11,2,1,2,0,2,1,0,2,0,1,0
590266,36,138,23,23,23,1,5,4,2,2,3,0,1,3,0,2
590266,37,155,18,18,17,1,0,2,3,1,1,0,4,3,1,1
590266,38,188,66,65,65,3,22,10,4,5,15,1,0,0,3,2
590266,39,212,44,44,44,4,9,7,2,2,15,3,0,1,1,0
590274,1,176,46,46,45,1,14,1,11,4,5,1,0,1,2,5
590282,1,160,42,42,42,4,8,1,14,3,3,0,8,0,0,1
590304,1,142,27,27,27,4,7,2,0,7,6,1,0,0,0,0
590312,1,198,15,15,15,1,0,0,7,5,1,1,0,0,0,0
590312,2,34,4,4,4,1,0,1,0,2,0,0,0,0,0,0
590321,1,304,57,57,57,2,22,2,8,7,9,3,3,0,0,1
590347,1,132,29,29,29,7,9,2,1,2,2,1,3,0,2,0
590363,1,206,47,47,46,3,8,10,8,8,4,3,0,0,2,0
590380,1,560,102,102,102,5,21,12,16,12,24,3,1,2,3,3
590401,1,961,153,153,152,15,44,9,18,24,16,13,7,2,3,1
590410,1,293,84,84,82,5,36,1,7,9,7,5,5,3,0,4
590428,1,76,16,16,16,0,9,0,2,3,1,0,0,0,1,0
590436,1,440,89,89,87,5,17,6,24,8,16,3,6,2,0,0
590444,1,236,48,48,48,6,2,8,13,6,8,0,1,0,2,2
590452,1,253,49,49,49,6,15,0,10,4,9,1,1,1,0,2
590461,1,151,40,40,39,4,21,4,1,4,1,2,0,0,0,2
590479,1,156,53,53,53,3,10,9,9,9,6,2,4,0,0,1
590487,1,209,32,32,32,4,5,0,3,10,3,4,0,2,0,1
590495,1,170,25,25,24,3,3,3,4,1,5,2,0,2,0,1
590509,1,174,43,43,41,3,12,7,5,7,0,0,0,0,2,5
590517,1,493,75,75,75,1,38,0,11,4,10,2,3,3,0,3
590525,1,110,18,18,18,1,5,4,0,2,1,1,2,0,0,2
590533,1,339,46,46,45,6,9,7,5,9,5,0,1,1,0,2
590550,1,319,42,42,42,3,11,2,4,9,4,1,3,2,1,2
590568,1,235,54,54,54,8,24,6,4,2,7,2,0,0,0,1
590576,1,665,117,117,115,8,14,9,14,9,24,17,9,5,3,3
590584,1,451,67,67,66,2,17,4,14,12,8,1,3,0,2,3
590592,1,304,36,36,36,4,4,3,2,10,6,2,0,0,4,1
590614,1,189,38,38,38,1,10,6,7,2,10,0,1,0,0,1
590622,1,249,60,60,60,3,25,3,2,10,8,3,0,0,2,4
590631,1,111,22,22,21,0,1,4,2,2,6,2,4,0,0,0
590649,1,209,55,55,55,3,6,13,4,5,7,7,1,5,0,4
590657,1,65,27,27,26,6,6,1,4,4,4,0,1,0,0,0
590665,1,67,26,26,25,3,12,3,0,2,0,1,0,0,4,0
590673,1,812,126,126,126,8,26,17,18,11,23,14,3,1,2,3
590673,2,601,110,110,109,8,25,8,13,20,17,6,5,2,0,5
590690,1,75,6,6,6,0,0,0,2,2,1,0,0,0,1,0
590703,1,215,36,36,36,6,13,1,7,2,5,1,0,0,0,1
590711,1,121,36,36,36,4,8,2,5,2,4,1,1,2,0,7
590746,1,505,82,82,78,5,13,9,8,4,20,1,6,2,5,5
590754,1,723,103,103,102,7,20,9,12,21,13,0,11,3,1,5
590754,2,954,197,197,195,18,59,14,26,25,32,15,1,0,2,3
590754,3,996,204,204,199,15,42,15,32,39,25,6,4,1,14,6
590754,4,77,7,7,7,0,0,3,0,0,2,0,1,0,0,1
590754,5,158,20,20,20,3,0,2,6,4,1,0,2,0,1,1
590754,6,176,38,38,37,0,11,3,10,3,4,5,0,0,0,1
590754,7,176,26,26,26,2,6,3,5,7,0,0,2,0,1,0
590754,8,52,13,13,12,1,5,0,2,1,1,1,0,0,1,0
590762,1,169,48,48,48,5,15,1,4,10,9,1,0,0,2,1
590789,1,967,134,134,131,12,25,23,13,12,17,13,2,1,1,12
590789,2,572,114,114,112,6,36,8,13,16,9,6,5,3,3,7
590789,3,901,196,196,195,8,32,12,37,34,32,14,9,3,3,11
590789,4,816,146,146,146,9,27,20,28,20,25,9,0,3,3,2
590789,5,77,21,21,21,1,10,5,0,0,0,2,0,0,3,0
590789,6,64,10,10,10,0,5,0,4,1,0,0,0,0,0,0
590797,1,185,38,38,38,3,16,3,3,2,5,1,3,0,2,0
590801,1,177,43,43,43,2,10,7,2,6,7,4,1,2,0,2
590819,1,103,26,26,26,6,5,4,4,2,2,0,2,1,0,0
590827,1,158,34,34,34,2,12,2,3,6,8,0,0,0,1,0
590835,1,139,32,32,32,4,7,4,2,9,1,2,1,1,1,0
590851,1,160,44,44,44,1,7,6,6,9,8,2,3,0,0,2
590851,2,51,30,30,28,3,19,0,1,2,2,1,0,0,0,0
590860,1,360,37,37,37,1,5,2,4,14,8,1,1,0,1,0
590878,1,93,12,12,11,1,0,1,2,3,2,0,0,0,1,1
590886,1,411,52,52,52,4,9,8,8,4,11,2,1,0,4,1
590894,1,149,62,62,62,5,21,5,12,9,3,0,2,1,2,2
590908,1,319,67,67,66,1,20,7,8,11,4,1,5,2,1,6
590916,1,117,14,14,14,2,2,2,0,3,0,4,1,0,0,0
590941,1,795,114,114,114,10,19,11,14,13,22,5,6,0,3,11
590959,1,101,21,21,21,1,6,4,1,4,0,2,1,0,2,0
590967,1,159,32,32,32,6,9,1,2,3,9,0,0,0,1,1
590975,1,159,42,42,41,5,12,6,5,4,2,0,4,1,2,0
590983,1,74,20,20,20,5,0,1,3,5,2,2,0,1,0,1
590991,1,258,158,158,154,65,17,6,8,7,25,5,13,1,0,7
591009,1,388,49,49,48,5,7,4,8,10,8,2,1,0,2,1
591025,1,132,24,24,24,5,10,0,2,4,2,1,0,0,0,0
591041,1,295,63,63,63,4,13,6,18,3,11,3,0,2,0,3
591068,1,120,36,36,36,3,11,6,5,5,4,0,2,0,0,0
591092,1,96,30,30,29,1,6,0,11,2,5,0,0,2,2,0
591114,1,201,33,33,32,0,7,6,1,4,10,2,1,0,0,1
591122,1,190,62,62,62,7,6,5,11,5,15,4,6,1,0,2
591149,1,72,19,19,19,3,1,2,6,3,1,0,0,0,1,2
591157,1,172,34,34,34,3,7,2,0,10,7,2,1,1,0,1
591165,1,324,50,50,49,5,19,4,1,6,10,0,1,2,0,1
591173,1,1148,136,136,134,12,25,15,27,14,16,5,6,1,5,8
591181,1,700,115,115,113,6,15,12,15,14,16,19,3,4,8,1
591181,2,920,182,182,182,15,22,35,24,27,24,11,8,2,9,5
591181,3,859,130,130,129,19,21,15,9,24,16,7,3,8,6,1
591181,4,892,146,146,144,7,26,17,30,27,14,12,6,0,1,4
591181,5,506,92,92,92,11,26,4,16,13,5,6,5,2,4,0
591181,6,1170,218,218,216,16,54,20,30,22,30,9,12,7,10,6
591181,7,758,157,157,155,12,24,21,14,28,23,10,10,5,7,1
591181,8,125,25,25,25,1,5,1,4,6,5,0,2,0,0,1
591181,9,143,18,18,18,2,1,0,5,3,3,2,2,0,0,0
591181,10,100,18,18,17,4,0,1,3,5,2,2,0,0,0,0
591181,11,119,39,39,38,4,6,2,4,5,6,6,0,0,3,2
591190,1,480,45,45,45,3,6,0,7,6,9,6,2,0,4,2
591190,2,109,19,19,18,2,3,1,0,4,1,2,3,2,0,0
591211,1,1025,151,151,151,11,17,4,38,33,24,6,2,5,3,8
591211,2,856,142,142,139,7,26,16,22,21,17,14,5,3,3,5
591211,3,1055,186,186,184,20,27,13,26,39,28,8,2,2,8,11
591211,4,972,156,156,154,23,17,15,17,30,26,5,2,7,2,10
591211,5,101,21,21,21,0,12,2,0,1,1,0,2,0,2,1
591211,6,51,13,13,13,1,2,0,2,0,1,4,1,1,0,1
591220,1,290,43,43,43,4,9,7,4,1,6,2,2,4,4,0
591238,1,53,14,14,14,3,3,0,1,1,1,1,0,0,4,0
591246,1,177,30,30,30,0,7,7,0,4,5,1,5,1,0,0
591254,1,657,84,84,80,7,21,5,11,11,8,9,3,2,1,2
591254,2,116,8,8,8,1,3,0,1,2,0,0,1,0,0,0
591262,1,94,19,19,19,1,8,0,2,1,4,0,2,1,0,0
591289,1,86,18,18,18,0,6,2,5,2,0,3,0,0,0,0
591297,1,97,21,21,20,7,0,1,2,4,1,0,2,0,0,3
591301,1,593,90,90,88,7,12,8,20,17,13,7,1,2,0,1
591301,2,561,119,119,114,2,16,10,13,33,11,12,5,2,5,5
591301,3,566,81,81,80,9,9,4,11,13,11,9,3,4,4,3
591319,1,622,86,86,86,5,15,10,15,17,12,3,3,0,4,2
591327,1,151,31,31,31,3,9,2,1,6,4,2,0,3,1,0
591335,1,112,31,31,30,4,5,2,3,4,4,3,4,0,0,1
591360,1,330,55,55,54,7,5,3,4,11,14,3,2,2,0,3
591378,1,71,28,28,28,2,2,1,4,4,3,4,2,0,6,0
591394,1,291,57,57,57,3,10,5,6,13,9,1,4,1,0,5
591408,1,65,12,12,11,1,5,1,0,1,1,0,0,1,1,0
591416,1,133,30,30,30,3,3,7,4,3,5,4,1,0,0,0
591424,1,55,40,40,38,4,14,12,1,2,3,1,0,1,0,0
591432,1,558,89,89,89,2,18,5,19,10,12,6,7,1,2,7
591441,1,124,8,8,8,1,3,0,2,1,1,0,0,0,0,0
591459,1,674,139,139,137,19,34,9,19,17,16,4,2,6,3,8
591491,1,120,21,21,21,3,5,2,1,2,5,0,1,0,1,1
591505,1,313,59,59,58,7,31,3,1,2,6,2,2,0,2,2
591505,2,58,18,18,18,0,9,3,2,0,4,0,0,0,0,0
591521,1,61,18,18,18,6,0,1,2,3,4,0,2,0,0,0
591548,1,261,57,57,57,2,28,3,9,8,3,1,1,0,1,1
591556,1,59,17,17,17,0,4,1,1,5,3,2,0,0,1,0
591564,1,144,33,33,32,1,10,3,0,13,4,0,1,0,0,0
591581,1,422,89,89,89,8,28,5,14,8,9,6,5,1,3,2
591602,1,105,31,31,26,6,1,1,3,8,4,0,1,0,0,2
591611,1,719,139,139,139,8,61,4,26,10,14,5,8,0,2,1
591629,1,884,163,163,161,16,43,14,9,22,29,12,6,2,2,6
591629,2,72,17,17,16,3,3,0,2,2,1,2,0,0,2,1
591637,1,554,105,105,103,14,19,4,17,7,18,6,6,3,5,4
591645,1,346,33,33,33,4,5,3,0,7,3,1,3,0,3,4
591688,1,191,50,50,46,2,15,1,16,2,2,5,1,0,0,2
591700,1,195,44,44,44,4,8,3,4,7,9,0,1,0,1,7
591726,1,214,32,32,31,2,9,2,2,3,6,2,5,0,0,0
591742,1,1290,170,169,169,10,31,26,15,16,31,12,6,4,7,11
591769,1,470,89,89,86,4,14,2,24,10,7,0,1,8,2,14
591777,1,116,20,20,20,0,9,0,4,4,2,0,0,1,0,0
591785,1,283,67,67,67,0,10,4,15,6,12,11,4,2,0,3
591793,1,207,38,38,38,1,9,5,2,4,9,6,0,1,0,1
591807,1,396,60,60,60,7,10,3,7,11,10,5,2,1,1,3
591815,1,243,49,49,48,8,5,5,12,10,1,0,0,3,1,3
591823,1,89,27,27,27,2,11,0,1,5,4,3,0,0,1,0
591840,1,525,109,109,109,5,28,21,13,12,15,8,1,0,2,4
591858,1,344,60,60,60,2,24,5,3,13,7,0,1,1,1,3
591866,1,352,56,56,52,6,7,2,7,11,9,3,2,1,1,3
591874,1,567,111,111,111,7,38,5,13,11,14,8,6,2,3,4
591904,1,755,145,145,141,16,18,14,43,25,13,3,1,1,2,5
591904,2,156,37,37,37,11,7,4,6,2,4,2,0,0,1,0
591904,3,65,16,16,14,0,1,2,3,0,4,0,2,1,0,1
591912,1,112,20,20,20,1,8,0,2,5,0,0,2,1,1,0
591939,1,583,85,85,85,5,31,5,6,8,21,4,2,0,2,1
591939,2,76,4,4,4,0,0,0,0,1,3,0,0,0,0,0
591947,1,109,23,23,22,1,4,0,6,2,4,0,2,1,1,1
591955,1,107,34,33,30,4,0,1,3,8,7,2,3,0,0,2
591963,1,106,31,31,31,4,3,3,6,9,1,0,0,1,0,4
591980,1,193,60,60,58,13,15,2,7,4,7,2,8,0,0,0
591998,1,490,79,79,77,6,20,6,21,5,3,4,2,2,0,8
591998,2,332,48,48,48,1,7,6,12,12,5,1,1,2,1,0
591998,3,148,32,32,31,0,13,5,8,2,2,0,0,0,0,1
591998,4,140,25,25,23,0,3,4,5,0,7,2,1,0,1,0
591998,5,143,34,34,34,0,19,2,4,5,3,0,1,0,0,0
511412,1,86,27,27,26,1,9,2,1,8,3,0,1,1,0,0
549835,1,37,15,15,15,1,3,0,0,3,5,0,1,0,2,0
549886,1,82,19,19,19,8,5,2,0,1,0,0,2,0,0,1
549916,1,261,60,60,60,2,35,8,1,6,4,1,0,0,2,1
549924,1,146,42,42,41,1,11,7,6,8,4,0,2,0,1,1
549941,1,40,17,17,17,0,5,3,0,9,0,0,0,0,0,0
549959,1,87,30,30,30,2,4,7,0,6,6,1,0,3,1,0
587516,1,146,25,25,25,1,13,1,0,2,4,1,1,0,0,2
587737,1,79,14,14,14,2,7,0,2,2,0,0,0,0,1,0
587753,1,81,28,28,28,2,7,7,1,4,2,3,1,0,1,0
587770,1,68,24,24,24,3,12,1,1,5,0,0,1,0,0,1
587842,1,262,69,69,69,4,28,9,7,9,8,1,0,2,0,1
587869,1,93,22,22,22,1,9,3,2,1,4,0,1,0,1,0
587893,1,103,26,26,26,0,5,2,6,4,9,0,0,0,0,0
587974,1,255,46,46,45,2,12,8,9,4,5,0,0,2,2,1
588016,1,95,18,18,18,0,1,0,2,7,6,0,1,0,0,1
588059,1,93,18,18,18,3,5,1,2,1,0,1,1,1,2,1
588237,1,163,40,40,40,2,13,4,3,7,8,0,2,0,1,0
588334,1,126,33,33,33,2,5,3,7,3,8,2,2,0,0,1
591831,1,520,95,95,95,8,29,11,5,8,14,6,2,6,4,2
595209,1,1420,150,150,148,2,22,46,8,18,19,11,3,3,11,5
595209,2,461,114,114,113,4,16,33,5,12,10,12,6,2,11,2
595209,3,855,118,118,117,7,16,20,12,20,12,11,0,5,6,8
595209,4,1048,200,199,198,17,29,12,32,49,23,12,9,8,3,4
595209,5,900,197,196,193,8,20,30,11,28,44,20,3,9,14,6
595209,6,1088,223,223,221,6,43,47,9,17,39,26,9,10,9,6
595209,7,618,107,107,107,5,19,16,15,14,10,11,5,4,1,7
595209,8,557,75,75,75,5,9,11,13,10,6,8,5,1,2,5
595209,9,716,78,78,77,10,2,11,8,18,8,7,5,1,3,4
595209,10,546,65,65,64,3,5,9,6,14,6,7,9,1,1,3
595209,11,834,197,197,197,13,27,38,21,24,32,14,10,5,7,6
595209,12,698,118,118,116,8,12,15,27,19,14,9,1,1,7,3
595209,13,556,134,134,134,12,32,15,11,21,17,13,6,2,4,1
595209,14,622,146,146,143,8,23,21,22,25,24,7,3,2,6,2
595209,15,568,106,106,106,6,16,18,14,17,10,6,2,2,6,9
595209,16,538,119,119,119,5,22,19,11,18,14,9,6,1,8,6
595209,17,757,179,179,176,3,40,28,17,19,17,18,16,5,4,9
595209,18,816,160,159,159,5,28,26,22,29,22,16,3,1,4,3
595209,19,586,113,113,113,8,14,18,27,20,13,8,1,1,1,2
595209,20,740,99,99,98,3,17,13,15,18,5,8,9,2,6,2
595209,21,646,103,103,102,5,26,10,12,19,16,7,1,1,3,2
595209,22,861,136,136,133,7,13,18,11,27,17,16,5,4,6,9
595209,23,678,201,201,200,8,39,30,14,46,25,7,1,2,20,8
595209,24,607,127,127,125,2,14,17,8,20,25,25,2,2,5,5
595209,25,203,42,42,42,2,6,6,7,5,9,2,3,0,0,2
595209,26,224,29,29,29,0,8,3,3,5,2,3,1,0,2,2
595217,1,101,21,21,21,3,5,3,0,0,4,2,2,0,2,0
595241,1,152,33,33,31,4,8,1,6,3,6,0,0,1,1,1
595241,2,83,12,12,11,1,3,2,0,1,1,0,1,2,0,0
595250,1,261,69,69,69,4,41,3,6,1,8,2,1,0,2,1
595268,1,737,101,101,99,8,34,9,9,9,4,11,3,4,4,4
595276,1,215,60,60,59,3,26,6,1,7,2,5,8,0,1,0
595284,1,243,53,53,53,0,14,6,7,11,10,2,0,1,1,1
595292,1,729,92,92,92,6,23,17,5,7,15,6,4,4,3,2
595292,2,181,29,29,29,1,5,2,5,2,8,1,1,0,2,2
595306,1,206,50,49,48,9,14,4,5,5,6,2,2,1,0,0
595322,1,157,15,15,15,1,0,2,0,4,5,2,0,0,0,1
595349,1,118,26,26,26,1,14,2,3,1,3,0,0,0,0,2
595357,1,153,39,39,39,3,10,3,3,6,8,2,1,1,1,1
595365,1,203,34,34,34,3,11,6,1,1,2,3,3,2,1,1
595381,1,156,49,49,48,6,16,1,11,3,2,1,0,1,5,2
595390,1,150,38,38,38,3,16,3,1,4,1,5,0,2,1,2
595403,1,149,35,35,35,1,13,5,1,7,6,0,2,0,0,0
595411,1,876,126,126,124,10,21,12,11,31,11,1,7,8,3,9
595411,2,618,58,58,58,1,6,2,12,19,10,0,4,0,4,0
595411,3,856,192,192,192,13,45,14,24,42,13,17,4,4,6,10
595411,4,934,133,132,131,10,21,13,12,31,15,8,10,2,4,5
595411,5,871,90,90,89,8,8,5,14,22,14,4,0,1,6,7
595411,6,1093,189,188,185,17,30,18,24,33,26,12,3,4,9,9
595411,7,721,164,164,163,18,23,17,23,37,25,8,3,3,6,0
595411,8,70,16,16,16,0,5,3,1,6,0,0,0,0,0,1
595411,9,53,18,18,18,1,9,0,4,2,0,0,0,1,1,0
595411,10,99,23,23,23,2,4,4,4,0,8,0,0,1,0,0
595411,11,69,27,27,27,5,3,1,1,9,1,1,1,0,1,4
595411,12,76,24,24,24,0,8,5,3,1,6,1,0,0,0,0
595411,13,93,21,21,20,1,11,3,0,2,1,2,0,0,0,0
595411,14,253,44,44,44,2,12,4,1,9,7,5,0,0,0,4
595411,15,241,53,53,53,3,24,7,5,4,2,0,4,1,1,2
595420,1,129,28,28,28,1,4,6,2,9,5,0,1,0,0,0
595438,1,234,40,40,40,6,6,3,5,15,2,2,0,0,0,1
595454,1,562,101,101,101,10,27,18,7,8,14,4,4,5,2,2
595462,1,112,28,28,27,3,0,7,10,1,3,0,2,0,1,0
595471,1,201,55,55,53,3,28,8,2,0,6,3,1,0,1,1
595489,1,281,88,88,88,1,36,8,10,13,5,0,1,4,0,10
595501,1,411,56,56,56,9,15,7,4,7,6,7,0,0,0,1
595519,1,128,32,32,32,5,8,0,3,9,3,0,1,2,0,1
595535,1,532,102,102,98,7,11,7,25,27,10,6,2,2,1,0
595578,1,284,63,63,63,6,13,0,10,4,11,8,3,0,5,3
595586,1,1193,214,214,206,14,20,26,37,41,26,16,5,2,13,6
595594,1,1064,190,190,187,10,57,13,23,34,29,11,2,2,5,1
595608,1,175,51,51,51,2,20,3,1,7,8,6,1,0,3,0
595624,1,111,11,11,11,2,1,0,3,3,1,1,0,0,0,0
595641,1,629,93,93,92,0,44,9,3,9,17,3,4,2,0,1
595659,1,168,13,13,13,2,2,2,2,3,2,0,0,0,0,0
595675,1,80,16,16,16,2,4,0,0,1,5,1,0,0,1,2
595683,1,69,26,26,26,2,3,1,5,3,5,0,2,0,5,0
595705,1,34,9,9,9,3,0,2,1,2,0,0,0,0,0,1
595713,1,142,34,34,34,4,8,1,8,10,1,0,2,0,0,0
595721,1,159,33,33,33,5,5,3,5,7,5,0,1,1,0,1
595730,1,282,60,60,60,3,18,4,7,11,10,1,1,0,2,3
595748,1,89,28,28,28,2,0,4,0,1,4,9,5,1,1,1
595756,1,439,109,108,107,3,48,13,14,6,11,0,4,1,3,4
595772,1,757,145,145,144,10,37,11,14,28,16,9,5,6,1,7
595772,2,236,40,40,40,4,2,4,3,7,4,9,3,1,1,2
595802,1,231,80,80,80,7,30,1,13,9,13,2,2,0,1,2
595811,1,133,13,13,13,1,3,0,3,3,3,0,0,0,0,0
595829,1,111,33,33,33,2,3,3,3,5,6,4,0,0,4,3
595845,1,69,29,29,23,2,2,2,4,6,2,1,0,3,1,0
595853,1,123,45,45,45,0,27,2,4,6,1,3,0,2,0,0
595861,1,212,51,51,51,5,20,6,4,10,3,3,0,0,0,0
595870,1,99,15,15,15,1,5,1,0,4,2,0,1,0,0,1
595888,1,173,52,52,52,7,18,1,6,10,4,0,1,0,2,3
595896,1,79,16,16,16,1,0,0,0,9,2,1,0,3,0,0
595900,1,215,62,62,60,2,44,1,2,1,5,1,1,1,1,1
595918,1,315,60,60,60,8,2,8,3,12,11,12,0,1,1,2
595926,1,1520,217,217,214,8,73,23,27,26,20,8,11,5,5,8
595951,1,465,70,70,69,3,20,6,7,10,1,1,2,1,17,1
595969,1,149,29,29,29,7,2,1,3,4,5,3,4,0,0,0
595977,1,162,26,26,26,1,12,3,3,2,3,0,0,1,1,0
596001,1,39,16,16,16,3,4,3,2,2,1,1,0,0,0,0
596019,1,381,84,84,84,5,41,5,1,5,13,4,4,0,0,6
596035,1,163,35,35,35,1,6,5,5,12,1,0,5,0,0,0
596051,1,290,64,64,62,4,28,3,4,8,10,0,2,0,0,3
596060,1,55,23,23,23,2,0,4,6,9,1,0,0,0,0,1
596086,1,219,45,45,45,0,23,3,2,5,1,8,0,0,0,3
596094,1,345,80,80,79,5,22,4,0,8,17,16,1,0,3,3
596108,1,180,23,23,23,4,4,3,2,1,2,2,3,2,0,0
596116,1,766,128,127,125,8,34,11,12,16,20,7,4,4,3,6
596116,2,818,133,133,131,5,50,10,12,9,19,6,6,3,2,9
596132,1,115,31,31,31,3,5,2,2,1,7,3,1,1,1,5
596141,1,521,111,111,110,9,52,14,10,10,5,1,2,1,3,3
596159,1,44,21,21,21,1,2,1,1,9,6,0,0,1,0,0
596183,1,255,57,57,57,1,31,5,5,2,1,7,1,0,2,2
596205,1,630,112,112,112,2,43,17,12,18,13,3,0,1,1,2
596205,2,120,29,29,29,1,16,5,3,1,1,1,0,0,1,0
596213,1,139,37,37,37,2,22,2,4,5,2,0,0,0,0,0
596221,1,476,153,153,152,4,103,15,0,5,11,9,1,0,3,1
596230,1,749,135,135,134,12,31,20,7,19,14,6,4,5,7,9
596230,2,1161,276,275,268,16,63,40,16,52,39,23,4,4,1,10
596230,3,834,165,164,164,10,19,20,23,36,21,14,2,8,3,8
596230,4,995,227,227,224,10,44,32,17,28,38,10,9,2,15,19
596230,5,911,145,145,145,12,23,21,10,32,24,13,2,1,2,5
596230,6,869,254,254,252,13,44,58,17,27,35,27,3,6,11,11
596230,7,872,146,146,146,13,20,19,12,32,9,10,4,10,6,11
596230,8,378,47,47,47,13,2,3,11,6,6,0,2,1,1,2
596230,9,301,64,64,63,1,19,3,12,7,12,1,1,3,4,0
596230,10,195,33,32,31,3,6,7,4,6,1,1,0,1,1,1
596230,11,181,27,27,27,2,15,1,1,1,2,5,0,0,0,0
596230,12,332,89,89,89,3,34,8,6,16,17,0,1,0,4,0
596230,13,144,45,45,45,0,32,1,3,4,3,0,1,0,0,1
596230,14,179,40,40,40,0,20,4,4,3,8,0,1,0,0,0
596230,15,193,40,40,39,1,24,0,3,5,2,0,3,0,1,0
596248,1,158,36,36,35,3,11,3,3,6,5,1,3,0,0,0
596256,1,1042,245,244,241,17,67,25,24,31,32,9,3,11,10,12
596264,1,51,21,21,21,2,1,0,1,7,3,0,2,1,1,3
596272,1,135,30,30,30,3,16,2,1,3,2,2,1,0,0,0
596281,1,319,84,84,83,2,25,5,17,8,16,6,3,0,0,1
596329,1,256,52,52,52,5,16,9,3,10,5,2,0,1,0,1
596337,1,533,98,98,98,6,23,14,13,14,15,5,1,1,3,3
596345,1,693,136,136,133,6,70,3,12,15,16,3,2,1,3,2
596353,1,56,19,19,19,1,2,5,0,2,4,1,0,0,1,3
596361,1,747,128,128,128,7,40,10,19,11,22,7,2,1,4,5
596370,1,241,52,52,52,1,22,4,3,4,9,2,1,2,0,4
596388,1,192,62,62,62,1,35,2,11,4,8,1,0,0,0,0
596396,1,264,43,43,43,3,26,1,5,3,1,1,1,0,2,0
596418,1,169,19,19,19,1,3,3,2,3,3,1,3,0,0,0
596434,1,165,31,31,31,0,17,5,1,1,4,1,1,0,0,1
596442,1,168,21,21,19,1,3,2,3,4,2,1,0,0,2,1
596451,1,199,50,50,50,1,6,19,1,3,10,6,0,0,0,4
596469,1,78,15,15,15,0,0,2,2,7,2,1,0,1,0,0
596477,1,134,23,23,23,0,5,2,0,4,5,0,1,0,0,6
596485,1,644,131,131,128,6,14,23,20,20,11,15,7,5,3,4
596493,1,173,24,24,24,0,11,7,0,2,1,2,0,0,0,1
596493,2,58,10,10,10,0,6,0,1,2,0,0,0,0,1,0
596493,3,95,23,23,23,3,9,1,0,5,2,1,1,0,0,1
596507,1,39,18,18,18,0,3,4,5,1,1,4,0,0,0,0
596515,1,123,22,22,22,2,8,1,1,4,3,3,0,0,0,0
596523,1,96,28,28,28,3,9,4,0,4,6,1,0,0,1,0
596531,1,481,81,81,80,2,23,9,5,11,7,4,8,2,5,4
596540,1,87,27,27,27,0,17,0,7,1,1,0,0,0,1,0
596558,1,258,84,84,83,3,37,12,8,6,8,2,3,1,0,3
596566,1,126,30,29,29,3,1,6,0,9,6,3,0,1,0,0
596574,1,706,186,186,183,5,122,9,15,13,12,0,5,0,1,1
596604,1,105,32,32,32,6,8,2,2,6,4,4,0,0,0,0
596612,1,470,70,70,70,7,4,6,7,15,8,14,3,2,4,0
596612,2,57,6,6,6,0,3,0,1,1,1,0,0,0,0,0
596639,1,84,23,23,23,0,9,0,0,6,4,0,1,0,1,2
596647,1,424,66,66,66,2,20,6,4,15,7,5,0,4,0,3
596647,2,74,14,14,14,1,2,0,0,5,5,0,0,0,0,1
596647,3,79,35,35,35,0,7,3,4,0,12,4,3,0,1,1
596655,1,638,101,101,99,6,18,7,8,29,13,2,7,1,1,7
596663,1,300,74,74,74,3,31,5,3,10,9,0,1,2,4,6
596671,1,168,30,30,30,2,1,9,4,9,1,0,3,0,1,0
596680,1,386,74,74,72,3,25,8,7,2,20,3,0,0,1,3
596701,1,503,130,130,126,3,40,11,0,34,17,11,5,2,1,2
596710,1,133,26,26,26,1,4,7,1,5,2,0,1,0,5,0
596728,1,190,40,40,39,3,6,17,1,5,2,1,1,1,1,1
596736,1,84,28,28,28,2,7,9,3,5,0,1,0,0,0,1
596744,1,185,33,33,33,7,2,4,0,7,3,4,1,1,1,3
596752,1,111,24,24,24,3,0,5,7,5,0,1,2,0,0,1
596761,1,118,25,25,25,0,8,5,1,5,3,3,0,0,0,0
596787,1,595,118,118,118,9,12,17,7,23,16,21,3,5,3,2
596795,1,41,20,20,20,7,0,2,0,5,5,1,0,0,0,0
596809,1,110,24,24,24,2,3,1,2,12,3,1,0,0,0,0
596817,1,390,73,73,72,3,16,11,5,6,15,6,4,2,3,1
596817,2,93,40,40,38,1,32,2,1,1,0,0,0,1,0,0
596825,1,505,97,97,97,9,37,3,12,14,9,4,6,0,0,3
596825,2,137,24,24,24,4,13,0,3,1,2,0,0,0,1,0
596825,3,68,12,12,12,0,2,1,1,6,1,1,0,0,0,0
596833,1,162,41,41,41,1,22,2,0,11,2,0,0,0,0,3
596841,1,358,59,59,58,5,14,3,4,20,6,3,0,0,1,2
596850,1,90,25,25,25,3,5,3,5,2,0,3,3,0,0,1
596868,1,1224,227,225,225,14,48,32,19,34,29,27,6,5,8,3
596876,1,560,136,136,136,12,26,15,23,21,13,3,14,2,1,6
596884,1,577,90,90,90,4,18,6,25,16,11,3,2,3,0,2
596906,1,232,62,62,62,5,26,0,4,7,16,1,1,0,0,2
596914,1,398,72,72,72,1,34,10,10,6,8,1,1,1,0,0
596922,1,212,44,44,44,2,18,13,0,2,7,1,0,0,0,1
596931,1,160,29,29,29,4,7,4,0,5,1,4,1,2,1,0
596949,1,268,51,51,51,5,15,6,5,7,6,4,0,0,0,3
596957,1,77,29,29,29,3,9,1,5,6,4,0,0,0,1,0
596957,2,92,32,32,32,0,17,3,0,5,4,0,0,2,1,0
596957,3,196,51,51,51,2,12,0,7,15,7,3,1,2,1,1
596957,4,105,26,26,26,2,6,1,4,3,6,2,1,0,0,1
596957,5,102,33,33,33,5,2,1,7,8,7,1,0,2,0,0
596965,1,278,55,55,55,7,21,2,6,4,5,3,2,2,3,0
596973,1,1059,178,178,176,9,43,24,20,30,14,11,1,3,11,10
596973,2,911,181,181,179,10,74,16,13,23,12,9,2,5,8,7
596973,3,776,151,151,151,6,45,11,19,26,20,11,4,0,5,4
596973,4,707,146,145,140,6,38,14,16,26,11,16,0,3,2,8
596973,5,187,39,39,37,1,12,0,8,7,0,5,2,0,0,2
596973,6,97,18,18,17,4,7,0,0,1,4,0,1,0,0,0
596973,7,123,18,18,18,1,8,5,1,0,0,1,1,0,0,1
596973,8,71,20,20,20,2,7,2,0,1,4,0,1,3,0,0
596973,9,128,17,17,17,0,2,1,5,5,3,0,0,0,0,1
596981,1,895,158,158,155,9,62,8,6,27,13,15,6,1,5,3
596990,1,102,42,42,42,4,16,5,1,9,3,0,0,0,4,0
597007,1,859,156,155,154,14,33,24,14,23,12,6,3,5,13,7
597007,2,822,111,111,110,18,14,14,4,20,17,3,7,3,3,7
597007,3,1058,163,163,163,9,49,10,17,30,13,11,2,0,15,7
597007,4,1334,266,266,262,33,60,37,15,27,29,24,7,6,14,10
597007,5,1245,168,168,163,12,27,23,20,17,29,19,3,5,3,5
597007,6,1067,158,158,158,13,19,5,24,26,25,11,7,2,9,17
597007,7,903,178,178,178,13,29,6,28,41,29,18,4,2,2,6
597007,8,1022,179,179,179,18,30,21,28,23,32,10,0,6,5,6
597007,9,210,31,31,31,0,10,1,6,6,4,0,2,1,0,1
597007,10,311,47,47,47,5,11,13,3,4,2,4,2,0,2,1
597007,11,477,86,86,86,6,39,11,6,6,10,3,1,0,3,1
597007,12,211,40,40,40,5,13,4,4,3,2,4,0,1,1,3
597015,1,326,84,84,84,1,37,6,5,16,13,1,3,0,2,0
597031,1,73,18,18,18,1,0,0,3,1,6,5,0,0,1,1
597031,2,72,12,12,12,2,4,1,0,1,0,2,0,0,2,0
597040,1,176,59,59,59,3,16,7,7,8,8,2,0,2,0,6
597058,1,316,87,87,86,8,53,10,0,2,8,2,0,0,1,2
597066,1,135,26,26,26,3,13,2,2,2,1,2,0,0,1,0
597074,1,591,85,85,85,6,8,11,20,20,9,6,0,1,4,0
597082,1,203,49,49,49,4,16,2,4,10,3,0,0,2,5,3
597091,1,611,89,88,88,10,14,8,20,15,10,6,1,0,3,1
597112,1,156,29,29,29,0,3,9,2,1,11,0,1,0,1,1
597121,1,111,29,29,29,1,13,0,6,0,5,0,4,0,0,0
597139,1,158,29,29,29,1,19,0,0,3,2,0,1,2,0,1
597147,1,351,89,89,89,3,32,10,7,13,6,3,2,3,3,7
597155,1,260,59,59,59,7,14,1,9,12,4,3,0,1,3,5
597155,2,161,70,70,70,5,26,4,7,9,4,5,6,0,4,0
597155,3,80,22,22,22,5,3,0,1,5,7,1,0,0,0,0
597163,1,163,35,35,35,5,9,1,5,6,5,0,2,0,1,1
513695,1,109,38,38,36,6,9,0,0,1,7,6,1,0,5,1
513709,1,112,24,24,24,5,4,1,1,4,1,3,2,2,1,0
530824,1,169,118,116,111,10,24,3,11,12,13,6,18,1,3,10
531006,1,249,64,64,64,4,25,6,11,5,6,0,1,4,1,1
534692,1,383,38,38,38,2,7,2,10,3,6,1,7,0,0,0
553875,1,60,20,20,20,2,7,1,0,4,2,0,1,0,2,1
553883,1,33,15,15,15,1,7,3,0,3,0,0,0,0,0,1
554162,1,142,34,34,34,4,12,4,3,7,2,0,1,0,0,1
556963,1,504,79,79,78,9,6,9,11,19,1,5,3,6,6,3
581283,1,514,96,96,96,6,10,7,21,20,20,4,1,4,1,2
581283,2,355,85,85,85,1,6,2,26,13,16,7,0,2,9,3
581283,3,455,95,95,95,4,5,11,25,18,9,10,2,3,3,5
581283,4,371,77,77,76,13,12,3,10,11,8,1,4,5,3,6
581283,5,661,150,150,149,7,15,20,27,20,20,17,4,3,5,11
581283,6,190,58,58,58,3,11,3,5,18,3,2,4,1,2,6
581283,7,542,141,141,141,7,20,17,25,19,17,11,5,3,8,9
581283,8,448,141,141,140,6,29,16,26,20,24,11,2,0,1,5
581283,9,446,117,117,117,5,19,6,27,31,6,6,6,3,5,3
581283,10,474,113,113,113,9,13,11,15,21,10,2,0,7,10,15
581283,11,597,95,95,95,10,10,3,27,20,5,9,2,2,0,7
581283,12,659,151,150,148,12,17,16,25,36,18,12,2,2,4,4
581283,13,677,98,98,97,3,19,4,12,19,23,8,3,2,3,1
581283,14,576,114,114,114,8,9,8,12,36,18,8,2,6,4,3
581283,15,809,145,145,145,17,18,13,12,22,18,11,8,6,10,10
581283,16,860,167,167,165,15,32,9,15,31,25,7,4,4,12,11
581283,17,422,101,101,101,5,10,9,26,11,12,8,4,4,8,4
581283,18,437,85,85,84,5,11,13,16,19,4,9,1,1,3,2
581283,19,1131,160,160,158,16,23,8,36,27,19,5,7,4,3,10
581283,20,580,130,130,127,13,14,11,30,31,10,5,0,4,8,1
581283,21,578,136,136,134,15,23,12,15,19,13,17,5,3,8,4
581283,22,818,136,136,135,7,29,18,6,10,24,7,12,7,9,6
581283,23,818,153,153,151,14,22,22,11,27,14,9,9,6,9,8
581283,24,599,138,138,137,7,19,17,12,27,20,12,5,2,6,10
581283,25,569,114,114,114,10,17,6,18,26,8,9,3,4,7,6
581283,26,477,136,136,136,5,24,4,23,48,14,9,3,3,3,0
581283,27,401,74,74,73,5,13,7,5,19,9,6,6,1,0,2
581283,28,427,64,64,64,2,4,4,9,22,9,2,1,2,6,3
581283,29,421,70,70,70,9,3,3,16,14,3,6,8,2,3,3
581283,30,428,78,78,78,7,12,11,5,16,13,4,2,3,3,2
581291,1,765,103,102,99,14,12,7,15,21,11,2,4,6,3,4
581291,2,895,192,192,191,29,18,16,29,29,37,3,7,2,5,16
581291,3,941,195,195,194,10,19,19,35,31,22,12,6,11,13,16
581291,4,1172,233,233,232,22,22,18,26,49,39,19,4,17,5,11
581313,1,198,52,52,52,5,15,8,1,3,10,4,1,0,4,1
581330,1,542,116,116,115,11,36,6,19,20,7,5,2,3,5,1
581356,1,337,55,55,54,6,6,9,6,7,6,7,1,1,1,4
581364,1,1076,177,177,176,14,53,15,28,25,18,4,4,4,4,7
581372,1,1341,167,167,167,7,20,11,23,39,22,15,3,12,6,9
581372,2,1007,195,195,194,7,26,14,22,63,25,12,8,6,4,7
581372,3,1002,156,156,154,5,17,8,21,32,29,9,5,14,3,11
581372,4,843,180,180,180,13,47,16,14,17,27,15,4,14,5,8
581372,5,1153,245,245,244,15,45,24,14,41,41,21,2,18,9,14
581372,6,974,197,197,197,9,36,21,30,41,26,14,0,12,3,5
581372,7,881,145,145,145,11,21,14,19,41,20,3,5,5,3,3
581372,8,1109,161,161,160,7,48,17,19,21,23,7,2,5,4,7
581372,9,533,98,98,98,6,6,4,10,21,17,16,4,8,3,3
581372,10,62,11,11,11,0,7,1,0,0,3,0,0,0,0,0
581372,11,231,45,45,45,2,5,10,6,3,5,8,3,1,2,0
581372,12,186,44,43,43,5,13,6,3,6,6,0,1,0,2,1
581381,1,305,56,56,56,7,11,5,3,16,8,1,2,1,2,0
581445,1,284,63,63,63,7,10,6,5,10,6,6,3,4,4,2
581453,1,378,123,123,122,8,17,24,14,13,20,4,7,3,3,9
581461,1,163,41,41,41,0,12,9,4,5,3,2,0,0,3,3
581470,1,601,117,117,117,8,40,5,8,12,21,6,3,3,5,6
581496,1,1522,264,264,260,22,33,29,30,55,30,14,5,8,16,18
581496,2,90,33,33,33,3,9,1,6,10,3,1,0,0,0,0
581500,1,281,53,53,53,6,20,3,2,6,9,0,0,3,1,3
581518,1,185,36,36,35,5,2,1,7,6,8,4,1,1,0,0
581526,1,102,26,26,25,4,9,2,0,1,0,1,0,1,4,3
581534,1,152,28,28,28,1,12,0,5,5,4,1,0,0,0,0
581542,1,1109,194,194,194,16,35,19,35,33,16,13,12,3,7,5
581551,1,980,132,132,130,5,18,20,12,23,27,10,2,3,2,8
581569,1,322,89,89,89,18,9,5,17,5,15,7,3,1,7,2
581593,1,113,25,25,25,2,14,2,0,3,0,3,0,1,0,0
581615,1,129,36,36,36,9,7,3,2,5,3,2,1,0,4,0
581631,1,224,51,51,51,4,14,12,1,4,6,4,2,0,3,1
581666,1,321,63,63,63,5,17,12,4,5,8,3,2,3,2,2
581682,1,1275,250,250,248,22,63,16,36,24,33,12,12,6,13,11
581682,2,965,192,192,192,20,48,18,39,22,22,7,6,3,2,5
581721,1,151,29,29,29,2,19,0,4,1,2,0,0,1,0,0
581739,1,715,133,133,133,5,47,16,7,10,29,7,3,4,4,1
581755,1,276,62,62,61,3,22,1,4,17,6,4,2,0,1,1
581763,1,733,138,138,137,6,52,9,15,19,12,1,5,1,3,14
581771,1,98,49,49,49,8,21,2,2,4,2,7,0,2,0,1
581780,1,251,58,58,57,9,10,4,10,10,6,3,1,1,1,2
581798,1,125,22,22,22,0,3,3,7,3,5,0,0,1,0,0
581801,1,420,77,77,76,2,32,4,15,11,9,0,0,0,2,1
581810,1,182,46,46,46,4,15,3,6,3,8,3,1,0,0,3
581828,1,661,201,201,200,21,37,20,27,36,17,7,9,4,13,9
581836,1,166,44,44,41,3,9,0,10,6,9,0,1,2,1,0
581844,1,42,27,27,27,3,1,11,2,1,7,0,0,1,0,1
581852,1,117,31,31,31,0,14,1,0,9,1,2,0,3,1,0
581861,1,217,51,51,50,7,5,2,17,5,8,0,5,0,0,1
581879,1,1519,323,323,322,23,76,37,25,50,42,30,8,10,11,10
581879,2,219,53,53,53,3,21,5,5,3,3,3,2,3,0,5
581879,3,199,54,54,54,1,19,12,2,4,10,2,0,0,2,2
581879,4,168,33,33,33,2,7,4,3,4,5,1,2,1,1,3
581879,5,55,16,16,16,1,11,1,0,1,1,0,0,1,0,0
581879,6,23,11,11,9,0,1,3,0,2,3,0,0,0,0,0
581887,1,124,45,45,44,5,3,5,4,2,8,5,3,0,1,8
581909,1,353,85,85,85,8,8,7,8,19,14,2,4,5,9,1
581917,1,793,157,157,156,12,48,19,28,24,13,8,1,1,0,2
581917,2,849,211,211,209,13,51,21,18,32,19,31,4,7,6,7
581917,3,666,133,132,131,9,26,14,17,20,22,8,3,0,3,9
581917,4,872,198,198,196,17,20,15,50,39,18,15,4,3,7,8
581917,5,1093,187,187,187,17,53,18,11,29,14,15,2,3,15,10
581917,6,87,11,11,11,1,2,0,3,5,0,0,0,0,0,0
581917,7,92,21,21,21,0,9,0,5,3,3,0,1,0,0,0
581917,8,93,34,34,33,5,3,0,17,4,3,0,0,1,0,0
581917,9,174,55,55,55,7,13,1,11,7,4,2,5,2,0,3
581917,10,85,28,28,27,2,12,1,0,2,3,1,0,3,1,2
581917,11,157,33,33,33,2,7,4,4,6,9,0,1,0,0,0
581917,12,91,27,27,27,2,1,2,4,9,7,1,0,0,0,1
581917,13,77,13,13,13,1,0,0,1,2,2,1,5,1,0,0
581917,14,60,8,8,8,0,4,0,1,1,2,0,0,0,0,0
581917,15,110,19,19,19,4,1,0,2,2,4,2,0,2,1,1
581917,16,125,33,33,33,2,4,3,8,4,8,0,2,0,1,1
581925,1,339,84,84,84,2,21,5,17,16,9,2,7,0,5,0
581933,1,108,23,23,23,1,8,5,4,3,1,0,0,0,1,0
581941,1,31,23,23,22,2,7,5,0,1,6,1,0,0,0,0
581950,1,896,152,152,152,11,62,1,24,22,13,0,5,3,3,8
581968,1,1034,164,164,162,6,23,32,11,36,27,15,0,2,3,7
581992,1,85,29,29,29,0,11,7,0,2,3,0,1,1,1,3
582018,1,1537,356,356,354,28,61,38,16,69,64,31,2,14,12,19
582026,1,42,16,16,16,0,9,0,4,0,3,0,0,0,0,0
582034,1,115,19,19,18,1,2,0,0,4,6,0,3,1,1,0
582042,1,166,39,39,39,1,16,5,8,2,7,0,0,0,0,0
582069,1,121,50,50,49,3,8,1,7,5,12,4,1,1,6,1
582077,1,152,31,31,31,3,1,1,3,10,9,1,0,1,1,1
582085,1,357,96,96,95,11,17,6,35,14,3,1,0,1,1,6
582107,1,166,36,36,36,2,9,3,5,5,1,1,1,1,1,7
582115,1,252,59,58,57,7,10,3,8,9,8,3,5,2,0,2
582131,1,455,115,115,111,7,34,3,11,26,20,2,3,0,4,1
582158,1,1360,308,308,304,11,180,10,31,19,18,6,3,6,7,13
582166,1,799,126,126,123,12,13,6,20,21,24,10,4,5,6,2
582182,1,925,144,144,144,16,24,12,30,20,23,14,3,1,1,0
582191,1,189,45,45,45,1,23,6,0,3,5,0,1,2,4,0
582204,1,115,26,26,25,1,12,6,0,0,4,1,0,0,0,1
582212,1,507,86,86,86,13,9,3,13,10,10,5,14,0,1,8
582221,1,234,50,50,50,0,31,3,4,5,4,0,0,0,2,1
582239,1,1036,197,197,195,8,40,17,30,40,28,14,3,5,6,4
582239,2,984,163,163,162,16,26,11,14,31,26,18,4,1,9,6
582239,3,721,170,170,169,16,34,11,27,22,17,14,8,6,9,5
582239,4,145,19,19,19,1,5,0,3,4,2,4,0,0,0,0
582239,5,75,13,13,13,1,2,0,2,2,2,1,1,0,2,0
582247,1,1060,184,183,183,11,19,14,42,35,25,14,9,3,5,6
582271,1,396,81,81,81,6,46,5,2,7,5,1,1,2,0,6
582280,1,122,37,37,37,11,14,3,2,2,4,0,1,0,0,0
582298,1,734,151,151,151,14,26,14,23,24,20,3,8,5,7,7
582310,1,486,44,44,44,2,10,3,4,9,5,5,3,1,1,1
582328,1,428,86,86,85,3,52,2,1,16,3,2,2,0,1,3
582336,1,498,85,85,84,11,18,8,7,10,15,0,4,3,7,1
582344,1,78,20,20,20,3,5,1,2,4,3,1,0,0,0,1
582352,1,773,181,181,180,15,57,10,18,27,18,10,4,9,9,3
582395,1,378,70,70,70,8,7,5,13,18,8,3,2,0,1,5
582409,1,361,80,80,80,3,12,8,8,14,17,5,4,2,4,3
582417,1,227,43,43,41,2,29,1,1,1,2,1,0,0,2,2
582433,1,253,79,79,78,7,17,3,4,16,12,5,3,8,1,2
582441,1,760,103,103,103,9,10,5,13,23,17,8,7,2,4,5
582441,2,671,117,117,115,11,17,10,21,6,27,8,2,3,5,5
582468,1,732,260,260,255,33,45,19,24,59,41,4,12,3,8,7
582476,1,468,135,135,135,12,29,21,24,14,8,7,7,3,8,2
582476,2,141,42,42,42,3,7,0,6,8,10,3,0,1,3,1
582484,1,578,113,113,111,17,55,7,11,8,2,3,0,3,3,2
582492,1,132,39,39,37,2,15,5,4,4,4,0,0,1,1,1
582506,1,61,22,22,21,2,3,3,6,4,0,0,0,3,0,0
582531,1,258,55,55,55,3,15,2,7,9,12,2,1,1,3,0
582557,1,217,29,29,29,0,4,4,4,3,1,1,2,1,5,4
582573,1,350,53,53,52,5,11,2,11,9,9,4,0,0,1,0
582581,1,372,86,86,85,4,25,5,10,18,12,0,4,3,0,4
582590,1,340,56,56,55,6,8,5,14,11,3,0,2,0,2,4
582590,2,111,23,23,21,4,6,3,3,0,3,0,1,0,0,1
582603,1,333,64,64,63,8,15,4,7,7,4,6,5,2,3,2
582603,2,217,35,35,35,5,5,1,9,5,1,3,3,0,1,2
582603,3,152,29,29,28,0,6,1,2,6,2,0,3,1,0,7
582611,1,170,51,51,51,7,19,3,5,5,4,2,3,2,1,0
582620,1,118,38,38,35,3,2,0,9,8,3,8,0,0,0,2
582646,1,1025,141,141,139,18,31,11,26,24,14,3,1,2,3,6
582646,2,869,139,139,138,11,30,11,20,23,22,5,7,3,4,2
582646,3,915,147,147,146,3,14,7,41,27,27,4,4,3,4,12
582646,4,38,8,8,8,3,1,0,2,0,0,2,0,0,0,0
582646,5,102,26,26,26,6,4,0,3,4,4,3,1,0,1,0
582646,6,49,23,23,23,2,1,1,0,17,1,0,0,1,0,0
582646,7,89,27,27,27,1,6,2,5,11,2,0,0,0,0,0
582654,1,273,95,95,94,7,23,3,32,9,7,9,1,2,0,1
582662,1,204,36,36,36,0,16,2,3,5,5,1,1,2,0,1
582671,1,415,74,74,72,2,8,3,8,22,17,7,0,0,4,1
582689,1,283,62,62,61,3,12,9,4,9,14,4,0,2,2,2
582701,1,457,96,96,96,7,36,2,16,13,8,2,2,3,2,5
582701,2,180,33,33,33,2,11,3,10,4,2,1,0,0,0,0
582727,1,166,39,39,39,1,6,7,0,14,6,2,1,0,2,0
582743,1,315,65,65,62,7,8,6,9,22,2,1,1,0,2,4
582751,1,623,90,90,90,10,23,2,16,15,12,7,3,0,0,2
582760,1,178,43,43,42,4,7,3,4,6,9,4,2,0,2,1
582778,1,53,12,12,11,1,1,2,0,4,2,1,0,0,0,0
586005,1,106,22,22,22,4,3,1,0,5,5,0,0,0,0,4
586064,1,183,37,37,37,1,6,4,0,7,7,2,2,1,4,3
550973,23001,9234,92,92,92,7,14,21,5,6,13,3,4,8,6,5
550973,23002,460,122,122,122,4,20,25,5,4,22,7,1,15,7,12
550973,23003,614,98,98,98,4,5,20,5,13,15,5,3,7,15,6
550973,23004,567,112,112,111,15,16,16,5,9,16,6,3,9,8,8
550973,23005,493,121,121,121,14,17,20,6,12,15,10,4,11,5,7
550973,23006,574,141,141,139,17,10,17,9,19,23,14,1,10,10,9
550973,23007,550,117,117,115,5,6,24,8,6,7,17,1,17,19,5
550973,23008,529,91,91,90,3,6,25,4,7,12,11,2,7,8,5
550973,23009,521,100,100,100,9,11,24,9,11,18,7,1,2,7,1
550973,23010,559,26,26,26,2,1,8,4,3,2,0,2,2,2,0
550973,23011,566,63,63,62,5,9,8,3,6,4,4,0,13,2,8
550973,23012,605,34,34,34,7,1,3,1,5,5,1,0,8,3,0
550973,23013,673,126,126,126,9,15,19,7,21,10,5,3,11,11,15
550973,23014,729,50,50,50,4,4,8,2,7,14,2,2,1,3,3
550973,23015,779,83,83,83,9,14,11,9,13,10,3,1,8,1,4
550973,23016,870,125,125,124,11,7,15,7,15,27,7,4,9,11,11
550973,23017,709,72,72,71,10,3,8,11,8,4,1,7,3,9,7
550973,23018,13785,199,199,199,22,7,23,28,16,28,13,12,11,17,22
550973,23019,552,138,138,136,6,16,19,11,28,15,10,3,8,9,11
550973,23020,588,128,128,128,11,16,24,9,19,15,7,5,9,12,1
550973,23021,636,141,141,140,10,16,27,11,16,16,13,6,8,13,4
550973,23022,684,191,191,189,10,19,35,10,16,19,17,4,24,17,18
550973,23023,762,120,120,120,11,8,13,10,9,24,9,6,10,13,7
550973,23024,696,173,173,173,9,20,23,19,33,22,16,1,10,15,5
550973,23025,684,164,163,162,11,19,25,10,33,22,15,0,9,12,6
550973,23026,657,85,85,85,5,6,14,9,16,9,12,1,5,6,2
550973,23027,642,124,124,124,3,21,22,6,16,19,7,2,16,9,3
550973,23028,710,140,139,137,4,17,23,9,29,22,8,4,7,5,9
550973,23029,648,92,89,87,10,7,5,17,17,10,5,2,8,4,2
550973,23030,698,161,161,160,11,19,30,5,31,24,8,1,12,11,8
550973,23031,855,251,251,250,16,25,46,11,34,37,17,5,21,18,20
550973,23032,821,205,205,205,14,34,40,3,15,25,14,5,24,19,12
550973,23033,611,130,130,130,7,21,18,6,22,21,9,6,6,7,7
550973,23034,815,220,220,219,21,23,39,7,32,33,21,6,12,17,8
550973,23035,767,187,187,187,14,33,31,8,34,25,18,3,10,7,4
550973,23036,529,126,126,125,4,16,27,3,13,21,11,6,14,6,4
550973,23037,857,154,154,153,11,8,27,16,20,20,7,2,13,22,7
550973,23038,879,168,168,166,13,12,39,5,21,23,18,2,16,7,10
550973,23039,690,245,245,242,13,26,64,10,26,45,20,1,16,14,7
550973,23040,675,272,272,271,17,36,61,13,24,31,32,5,15,26,11
550973,23041,680,228,228,226,13,23,56,8,28,40,24,3,13,14,4
550973,23042,524,213,210,210,15,30,62,7,16,24,14,3,14,17,8
550973,23043,549,225,225,223,5,33,49,6,26,47,27,1,15,11,3
550973,23044,538,263,263,263,14,38,70,5,39,28,22,3,24,9,11
550973,23045,569,264,264,264,18,41,83,11,18,35,13,2,17,17,9
550973,23046,514,202,202,200,14,25,64,5,21,25,16,2,11,11,6
550973,23047,661,161,161,160,3,19,41,8,12,28,14,1,8,11,15
550973,23048,575,156,156,156,13,19,29,9,12,24,11,0,14,22,3
550973,23049,562,124,124,123,6,13,24,6,21,18,10,2,11,11,1
550973,23050,542,126,126,125,13,15,28,4,13,12,16,2,4,9,9
550973,23051,496,98,98,97,7,8,19,5,14,9,6,4,14,3,8
550973,23052,511,141,141,141,3,12,31,19,22,22,12,3,8,6,3
550973,23053,677,181,181,176,11,24,24,10,24,40,16,4,8,7,8
550973,23054,657,180,180,179,8,37,31,6,10,21,20,1,20,13,12
550973,23055,580,162,162,161,14,18,33,8,17,27,8,7,18,7,4
550973,23056,535,141,141,141,7,19,27,12,15,19,10,3,12,7,10
550973,23057,590,177,177,174,7,15,23,4,36,22,19,7,22,12,7
550973,23058,579,108,108,108,3,4,11,16,33,16,5,3,5,7,5
550973,23059,797,207,207,207,6,20,40,10,25,30,24,3,16,21,12
550973,23060,619,109,109,109,10,12,21,6,18,11,5,1,7,11,7
550973,23061,682,184,184,183,6,21,51,6,14,24,12,3,20,15,11
550973,23062,797,185,185,182,13,15,33,14,24,29,19,7,10,11,7
550973,23063,639,164,164,164,4,23,31,8,21,22,11,0,13,15,16
550973,23064,697,228,228,227,15,16,43,19,34,36,14,0,26,9,15
550973,23065,648,187,187,184,14,16,34,9,27,28,16,4,10,12,14
550973,23066,582,141,141,141,5,12,25,9,19,20,17,4,16,5,9
550973,23067,694,201,201,198,11,22,45,8,26,29,20,0,15,12,10
550973,23068,645,170,170,170,15,23,34,3,15,19,13,3,23,14,8
550973,23069,575,180,180,177,9,57,34,6,14,15,11,3,9,14,5
550973,23070,684,200,200,199,7,18,36,2,16,29,28,6,25,23,9
550990,27001,702,152,152,151,6,10,32,17,31,19,7,6,8,7,8
550990,27002,608,140,140,140,9,17,32,14,16,18,6,3,6,9,10
550990,27003,703,224,224,224,21,31,37,17,22,33,21,4,16,17,5
550990,27004,594,169,169,169,13,15,26,12,28,33,6,3,16,13,4
550990,27005,606,188,188,187,19,2,24,40,35,20,18,3,12,7,7
550990,27006,758,239,237,236,10,33,51,10,26,29,24,8,13,19,13
550990,27007,704,242,242,242,14,24,74,6,19,40,11,4,16,17,17
550990,27008,699,253,253,252,19,27,57,11,33,29,22,1,18,23,12
550990,27009,699,249,249,248,17,46,55,4,24,53,13,1,11,15,9
550990,27010,546,182,182,182,8,17,42,12,33,30,13,5,5,7,10
550990,27011,560,184,184,183,12,28,39,4,26,28,10,4,11,15,6
550990,27012,569,197,197,196,8,21,41,6,32,35,13,1,19,12,8
550990,27013,548,182,182,182,11,32,39,6,18,29,19,5,5,12,6
550990,27014,609,184,184,184,9,35,30,6,26,30,15,11,4,13,5
550990,27015,586,182,182,182,11,17,41,8,22,26,27,3,8,11,8
550990,27016,714,254,254,251,15,51,47,15,26,33,16,1,14,22,11
550990,27017,674,156,156,155,12,15,22,21,28,20,18,0,3,8,8
550990,27018,677,232,232,232,11,33,58,15,36,37,16,3,6,11,6
550990,27019,674,180,178,178,10,25,28,12,29,25,17,4,9,10,9
550990,27020,684,243,243,241,13,36,29,18,42,34,29,6,13,10,11
550990,27021,753,220,220,218,15,27,35,20,25,31,27,3,10,14,11
550990,27022,601,186,186,185,10,17,27,21,32,26,24,0,13,10,5
550990,27023,699,186,186,183,8,21,30,22,30,27,14,0,10,15,6
550990,27024,846,144,144,143,16,19,21,23,21,14,3,5,7,8,6
550990,27025,639,170,170,169,8,13,35,28,31,20,11,2,6,9,6
551007,13001,1124,322,322,320,22,44,54,10,54,44,25,6,26,22,13
551007,13002,1175,236,236,233,12,27,51,17,33,39,13,7,9,9,16
551007,13003,1201,282,282,281,17,32,56,29,42,27,23,1,14,26,14
551007,13004,1195,278,277,275,19,24,57,23,33,43,23,11,13,19,10
551007,13005,1270,321,321,321,20,34,46,59,55,36,19,6,25,9,12
551007,13006,1008,181,181,181,8,6,24,15,38,32,13,9,7,17,12
551007,13007,1230,369,369,369,18,31,71,22,39,66,57,5,17,27,16
551007,13008,1096,327,327,327,24,32,70,12,38,51,25,6,25,25,19
551007,13009,1232,306,304,303,21,31,65,32,55,43,17,4,13,8,14
551007,13010,1107,359,359,358,20,41,86,14,47,52,30,10,18,27,13
551007,13011,1151,331,331,331,16,29,83,11,47,50,22,13,25,14,21
551007,13012,1060,276,275,275,23,37,50,12,23,49,19,6,19,16,21
551007,13013,1178,325,325,321,33,34,64,19,40,54,20,7,15,24,11
551007,13014,1063,186,185,185,19,19,18,17,29,37,14,1,13,9,9
551007,13015,961,157,157,157,8,16,17,19,27,41,9,3,3,8,6
551007,13016,936,265,265,265,18,24,36,20,55,56,20,8,13,8,7
551007,13017,1109,290,290,289,17,33,35,23,47,48,26,3,25,20,12
551007,13018,958,243,242,241,21,17,26,26,43,55,19,4,17,5,8
551031,20001,683,176,176,176,8,20,30,16,17,40,19,2,10,8,6
551031,20002,730,191,191,190,10,23,38,12,19,20,25,2,17,17,7
551031,20003,874,233,233,231,13,30,39,29,37,45,18,3,8,5,4
551031,20004,857,244,244,244,23,31,56,17,22,36,20,5,9,19,6
551031,20005,732,137,137,133,12,13,14,6,21,17,16,4,9,15,6
551031,20006,680,81,81,81,5,11,14,4,10,11,4,2,6,6,8
551031,20007,820,198,198,197,17,19,28,9,28,25,27,7,7,17,13
551031,20008,638,147,147,146,9,10,40,7,12,22,14,3,8,13,8
551031,20009,752,47,47,47,8,1,5,5,9,4,1,1,3,4,6
551031,20010,830,95,95,91,10,14,7,10,15,15,1,5,7,2,5
551031,20011,777,148,148,146,15,13,21,9,24,22,10,1,9,16,6
551031,20012,813,93,93,93,20,5,9,2,13,9,5,2,10,9,9
551031,20013,838,252,252,252,13,36,45,17,36,50,30,0,8,8,9
551031,20014,679,167,166,161,13,10,13,34,35,24,8,5,5,9,5
551031,20015,773,196,196,194,17,16,31,13,32,28,24,4,9,12,8
551031,20016,705,197,197,197,9,23,31,15,45,20,18,5,10,10,11
551031,20017,819,188,188,187,11,29,25,17,26,28,15,7,8,7,14
551031,20018,816,199,199,199,12,10,39,16,22,28,23,6,19,15,9
551031,20019,723,166,166,166,10,16,15,16,23,22,20,5,17,12,10
551031,20020,721,208,208,206,9,29,29,15,31,41,16,2,16,14,4
551031,20021,842,234,233,232,13,13,46,7,40,29,36,8,12,19,9
551031,20022,929,218,217,217,24,32,28,15,20,41,17,4,12,16,8
551031,20023,711,104,104,103,11,21,11,5,12,15,8,1,8,8,3
551031,20024,658,108,108,108,10,11,17,6,14,21,7,1,5,11,5
551031,20025,919,230,230,229,30,50,31,14,36,18,15,4,13,12,6
551031,20026,951,182,182,182,15,20,30,9,20,30,16,15,6,15,6
551031,20027,1020,268,267,265,10,27,52,9,39,50,34,5,18,11,10
551031,20028,1005,270,270,270,13,42,40,17,48,39,22,3,16,16,14
551031,20029,924,201,201,201,17,20,27,28,36,37,6,5,9,8,8
551031,20030,686,122,122,122,6,14,21,8,18,24,7,4,10,2,8
551031,20031,715,183,182,179,13,27,19,15,34,28,15,3,10,8,7
551031,20032,859,209,209,209,6,38,22,25,34,38,11,5,13,11,6
551031,20033,615,187,187,186,4,24,35,7,17,48,16,5,13,14,3
551031,20034,734,152,152,152,16,15,23,22,30,13,4,2,2,15,10
551031,20035,918,218,218,218,13,34,21,39,45,40,9,7,6,1,3
551031,20036,663,183,183,182,8,29,24,13,32,36,10,5,9,13,3
551031,20037,704,232,232,231,5,24,48,16,19,40,24,3,19,24,9
551031,20038,857,223,222,219,9,36,31,30,31,30,12,3,17,18,2
551031,20039,718,221,221,221,12,31,36,18,47,26,22,0,14,8,7
551031,20040,963,297,297,294,9,39,50,23,65,48,21,1,15,20,3
551031,20041,883,225,225,225,12,36,31,21,42,30,19,4,11,9,10
551031,20042,870,181,181,181,14,30,41,10,20,24,12,1,7,8,14
551031,20043,538,139,139,139,8,12,29,5,18,19,11,2,23,6,6
551031,20044,867,303,303,302,20,51,77,10,28,37,32,6,13,18,10
551031,20045,903,262,262,262,16,23,56,5,31,45,28,2,16,29,11
551058,29001,759,148,148,148,18,22,25,5,35,20,6,3,5,4,5
551058,29002,840,83,83,81,3,8,8,6,15,16,5,5,7,6,2
551058,29003,764,150,150,150,9,17,22,16,25,27,6,6,7,7,8
551058,29004,863,225,225,222,11,31,35,16,21,33,25,5,7,25,13
551058,29005,872,232,232,232,30,42,42,7,23,25,14,0,22,13,14
551058,29006,1024,199,199,198,12,23,27,11,35,30,13,4,9,21,13
551058,29007,868,200,200,199,14,20,41,10,23,29,17,1,11,18,15
551058,29008,780,208,206,206,11,42,45,14,18,22,11,5,11,19,8
551058,29009,770,150,150,149,9,39,25,5,13,15,6,0,10,18,9
551058,29010,852,191,191,191,9,48,29,7,21,20,8,4,14,19,12
551058,29011,796,190,190,190,9,30,27,10,28,41,7,5,11,7,15
551058,29012,812,249,249,247,16,30,39,8,35,39,19,8,19,18,16
551058,29013,882,175,175,175,18,29,26,10,27,19,12,1,16,6,11
551058,29014,872,251,251,250,19,35,47,14,34,46,13,4,17,13,8
551058,29015,841,144,144,143,10,8,11,21,24,25,12,4,15,7,6
551058,29016,855,190,190,190,13,27,36,9,29,38,14,2,6,9,7
551058,29017,804,178,178,177,15,36,30,6,32,20,17,2,4,10,5
551058,29018,761,132,132,127,10,18,14,9,20,29,6,0,6,4,11
551058,29019,862,145,145,143,12,11,19,16,22,15,7,3,12,11,15
551066,4001,902,178,178,178,18,11,18,20,47,24,12,3,9,10,6
551066,4002,1022,164,164,162,12,15,27,21,28,26,8,5,9,3,8
551066,4003,838,181,181,181,15,22,35,16,25,16,12,4,15,12,9
551066,4004,945,207,207,205,15,36,29,16,25,26,20,1,15,15,7
551066,4005,770,247,247,244,29,28,35,15,42,30,21,5,13,10,16
551066,4006,796,162,162,162,5,15,19,27,28,19,9,4,13,12,11
551066,4007,401,96,96,94,9,10,7,3,19,12,14,1,6,8,5
551074,8001,906,182,182,181,19,20,24,17,20,39,13,5,5,10,9
551074,8002,761,166,166,166,12,17,44,11,22,20,12,3,8,7,10
551074,8003,764,163,163,162,14,17,24,12,17,26,21,6,5,11,9
551074,8004,1027,210,210,209,20,30,30,17,17,30,18,7,11,19,10
551074,8005,443,76,76,76,3,13,11,6,11,14,4,0,2,9,3
551074,8006,576,35,35,35,9,1,0,2,7,4,4,0,1,3,4
551074,8007,495,89,89,89,7,5,4,7,16,13,3,4,8,12,10
551074,8008,720,111,110,109,7,11,14,11,9,25,2,4,4,7,15
551074,8009,657,101,101,101,14,9,12,14,16,10,5,5,3,2,11
551082,1001,792,202,202,202,11,26,38,12,26,34,16,2,8,8,21
551082,1002,980,220,220,218,20,29,16,32,36,35,21,4,5,11,9
551082,1003,1026,245,245,244,15,26,43,16,38,46,23,3,12,11,11
551082,1004,996,218,218,218,18,26,18,30,42,27,13,9,11,14,10
551082,1005,868,170,170,170,13,14,26,12,21,32,12,6,13,15,6
551082,1006,887,157,157,156,9,18,15,11,20,24,7,8,10,17,17
551082,1007,889,193,193,191,15,17,36,9,29,25,22,2,7,10,19
551082,1008,860,223,223,223,7,41,36,9,34,41,9,4,17,10,15
551082,1009,864,270,230,230,50,13,26,10,21,55,22,7,7,9,10
551082,1010,804,149,149,149,10,8,30,8,26,27,13,10,8,4,5
551082,1011,954,190,190,188,14,28,12,21,32,31,21,6,10,7,6
551082,1012,820,189,189,187,13,22,24,8,34,33,12,1,17,6,17
551082,1013,801,147,147,147,13,15,18,15,30,18,10,4,10,9,5
551091,22001,821,183,183,180,19,27,13,23,30,25,15,2,7,15,4
551091,22002,643,144,144,143,7,19,26,6,17,30,10,6,6,12,4
551091,22003,822,123,123,123,6,11,11,16,25,20,14,1,5,7,7
551091,22004,744,185,185,185,17,39,32,11,22,25,6,5,6,14,8
551091,22005,881,173,173,172,16,27,16,14,37,27,9,4,6,9,7
551091,22006,916,134,134,132,11,12,17,8,25,28,4,7,10,7,3
551091,22007,920,184,183,182,19,20,19,15,28,30,13,3,6,20,9
551091,22008,938,145,145,145,11,20,24,9,13,33,9,5,3,10,8
551091,22009,946,193,193,192,16,17,17,30,37,26,5,6,12,15,11
551091,22010,990,187,187,187,15,13,19,33,42,19,14,4,2,12,14
551091,22011,943,113,113,112,13,14,9,17,14,18,5,3,5,7,7
551091,22012,956,188,187,185,18,9,25,35,35,18,8,6,8,14,9
551112,17001,991,254,254,254,16,25,51,19,25,53,20,5,16,16,8
551112,17002,875,167,167,167,9,11,12,22,32,28,14,6,17,9,7
551112,17003,911,223,223,222,15,29,40,17,27,36,14,6,17,17,4
551112,17004,919,175,175,175,17,21,27,14,24,31,7,6,12,9,7
551112,17005,1045,220,220,218,13,30,34,9,32,30,11,4,14,23,18
551112,17006,937,172,172,171,5,29,25,3,21,30,5,2,18,19,14
551112,17007,924,239,239,238,9,20,48,10,34,27,26,6,16,29,13
551112,17008,824,131,131,131,12,7,13,15,24,18,3,8,10,10,11
551112,17009,938,167,166,166,10,15,24,5,26,30,15,9,5,13,14
551147,11001,1299,333,333,331,23,25,71,27,49,54,31,5,16,18,12
551147,11002,1061,253,253,253,18,36,47,28,32,44,6,4,14,18,6
551147,11003,1310,274,274,273,13,17,48,30,44,39,19,2,16,24,21
551147,11004,1033,214,214,211,10,17,28,28,48,31,16,4,7,11,11
551147,11005,940,243,243,241,20,26,37,27,44,25,7,5,14,17,19
551147,11006,877,206,206,206,10,36,22,18,28,31,22,5,9,18,7
551147,11007,1008,358,358,356,24,71,58,19,43,58,18,11,24,17,13
551147,11008,823,193,193,190,9,54,27,14,21,27,6,3,8,11,10
551147,11009,655,150,150,149,10,11,17,17,29,22,8,1,11,10,13
551147,11010,788,190,190,189,15,12,31,26,31,28,10,3,9,14,10
551147,11011,577,132,132,130,4,24,24,7,13,24,3,2,8,9,12
551171,9001,739,206,206,206,10,22,39,16,27,33,15,6,12,16,10
551171,9002,803,220,220,219,15,19,35,9,29,37,15,7,22,25,6
551171,9003,713,203,203,203,16,18,36,16,25,32,19,3,15,15,8
551171,9004,949,318,318,317,22,16,66,27,55,49,31,7,12,19,13
551198,3001,682,180,180,179,8,26,26,15,24,22,22,4,9,15,8
551198,3002,714,161,161,160,10,17,12,17,32,26,18,6,13,5,4
551198,3003,854,171,171,171,11,31,26,15,32,20,10,3,4,13,6
551198,3004,826,197,194,194,13,11,39,24,30,21,12,9,16,11,8
551198,3005,688,116,116,115,11,18,16,18,20,15,4,2,0,8,3
551198,3006,703,193,193,193,12,23,26,22,30,18,27,3,19,7,6
551198,3007,800,150,150,149,7,4,19,17,32,22,14,3,10,12,9
551198,3008,594,113,113,113,10,7,13,11,14,20,4,7,5,14,8
551198,3009,667,140,140,139,19,15,13,12,31,18,4,3,8,9,7
551198,3010,509,116,116,116,4,8,26,5,21,18,2,3,9,10,10
551198,3011,840,161,161,161,15,19,21,20,18,27,8,7,12,9,5
551198,3012,943,233,231,229,15,33,49,18,22,36,19,5,15,12,5
551198,3013,584,148,148,148,14,19,20,9,30,18,9,4,10,6,9
551198,3014,580,123,123,123,6,14,14,23,20,17,5,3,2,11,8
551198,3015,985,179,179,179,9,25,24,21,21,25,14,4,4,17,15
551198,3016,780,205,205,204,21,19,21,22,25,35,21,2,10,12,16
551198,3017,1082,287,287,287,28,35,48,25,34,38,15,4,17,25,18
551198,3018,1035,224,224,223,14,25,32,20,20,42,17,10,9,20,14
551198,3019,1010,245,245,244,12,44,30,19,26,41,13,8,18,20,13
551198,3020,822,262,262,257,23,30,31,23,39,49,16,8,11,12,15
551198,3021,853,189,189,188,15,30,17,18,37,21,12,7,4,10,17
551198,3022,747,146,146,145,6,15,26,7,19,23,19,3,7,5,15
551198,3023,1004,153,153,153,7,19,22,9,17,19,14,3,13,16,14
551198,3024,961,267,267,267,12,15,61,9,23,60,15,4,24,30,14
551210,10001,793,232,232,232,9,23,54,15,22,40,25,3,19,11,11
551228,12001,872,277,277,277,14,45,59,15,20,41,32,4,22,18,7
551228,12002,1041,368,367,365,17,45,73,38,47,53,26,8,18,21,19
551228,12003,975,269,268,268,19,27,35,23,58,45,22,5,14,12,8
551228,12004,1002,276,276,276,10,52,46,22,30,51,20,4,17,16,8
551228,12005,976,276,275,274,22,30,60,16,31,32,24,7,27,15,10
551228,12006,987,287,286,285,21,26,62,13,35,53,19,2,18,24,12
551236,16001,957,196,196,196,16,15,19,15,25,39,12,5,17,13,20
551236,16002,953,254,254,253,21,37,54,10,24,32,17,8,15,23,12
551236,16003,1071,310,309,304,23,43,52,20,41,43,24,5,13,27,13
551236,16004,1036,296,295,295,12,27,75,8,19,47,15,7,29,36,20
551244,19001,917,206,206,205,11,17,41,9,36,37,9,1,19,15,10
551244,19002,861,296,296,294,30,39,51,12,48,43,26,3,23,13,6
551244,19003,864,120,120,119,3,9,17,5,14,22,10,6,10,15,8
551244,19004,918,180,180,179,15,13,20,18,37,21,17,3,12,16,7
551244,19005,913,239,238,237,21,27,37,15,41,32,25,2,9,23,5
551244,19006,918,290,290,289,9,36,35,37,72,40,19,3,14,11,13
551244,19007,906,261,261,261,13,42,41,15,37,48,22,0,13,23,7
551244,19008,923,188,188,188,9,22,21,18,30,35,9,5,14,15,10
551244,19009,898,267,267,266,16,44,56,8,34,33,26,6,8,20,15
551244,19010,934,299,299,299,10,50,47,19,17,51,32,3,30,37,3
551244,19011,722,206,205,205,16,37,39,10,33,32,12,0,8,12,6
551244,19012,886,262,261,256,13,32,46,11,36,44,29,6,8,22,9
551244,19013,659,169,169,169,14,16,27,12,17,28,14,4,10,24,3
551244,19014,713,236,236,234,19,30,65,14,20,26,32,4,1,19,4
551252,15001,987,180,180,178,6,26,23,15,21,23,19,5,9,20,11
551252,15002,1062,283,283,282,22,24,58,24,41,40,20,6,19,18,10
551252,15003,1114,226,226,222,11,19,43,19,21,31,26,4,16,22,10
551252,15004,1004,215,215,214,11,42,35,17,33,20,10,10,19,9,8
551279,26001,1052,209,209,209,13,25,28,22,29,41,14,5,7,15,10
551279,26002,1320,314,314,306,41,39,34,33,44,36,28,10,14,19,8
551279,26003,990,207,207,203,18,27,29,10,40,32,8,5,14,10,10
551279,26004,1255,233,233,232,19,18,43,30,31,43,11,5,12,9,11
551279,26005,1111,234,233,233,20,30,45,19,43,26,9,5,14,12,10
551279,26006,1025,229,229,227,24,30,38,10,30,36,5,4,17,25,8
551279,26007,1031,168,168,168,15,11,29,12,33,20,10,7,4,14,13
551279,26008,1076,257,254,254,16,19,45,18,22,43,14,16,17,19,25
551279,26009,1036,246,246,243,14,28,28,41,45,36,5,9,7,12,18
551279,26010,1027,216,216,215,15,23,15,24,44,31,13,3,12,19,16
551287,14001,925,146,146,145,5,24,18,11,13,19,14,4,13,14,10
551287,14002,1157,221,220,220,20,33,31,15,31,36,8,7,5,20,14
551287,14003,1052,156,156,156,6,15,18,21,28,25,10,7,6,12,8
551287,14004,998,155,155,154,12,20,21,13,23,28,9,4,5,13,6
551287,14005,1217,264,264,264,18,33,52,20,47,41,18,7,12,14,2
551287,14006,905,198,198,198,15,10,38,31,35,25,7,9,10,12,6
551287,14007,1075,169,169,168,17,3,21,19,40,19,13,4,12,15,5
551287,14008,1050,220,220,220,15,26,39,9,27,36,20,7,11,17,13
551287,14009,1103,220,220,218,19,21,22,28,30,26,14,8,18,22,10
551287,14010,886,171,171,171,15,25,24,12,20,18,11,4,7,19,16
551287,14011,850,155,155,154,13,16,16,8,30,33,9,3,6,15,5
551287,14012,993,140,140,140,9,16,13,19,17,26,7,5,4,14,10
551287,14013,1003,151,151,151,8,14,9,16,24,27,11,4,6,22,10
551287,14014,1217,240,240,236,13,25,41,29,26,32,18,7,14,20,11
551287,14015,1233,247,247,247,20,36,35,24,26,53,10,7,14,12,10
551287,14016,1203,319,319,316,27,53,71,21,28,55,19,3,15,10,14
551287,14017,1250,299,298,295,13,28,56,10,31,56,24,7,23,32,15
551287,14018,1029,220,220,219,16,37,36,8,21,45,16,6,9,9,16
551287,14019,1281,333,333,328,7,54,68,22,31,49,24,17,16,25,15
551295,21001,415,101,100,97,15,11,17,6,8,14,8,4,1,4,9
551295,21002,1174,269,269,267,16,36,45,26,30,49,13,2,23,15,12
551295,21003,1064,182,182,182,16,18,33,22,22,25,17,7,5,12,5
551295,21004,1083,268,268,267,24,38,44,22,24,33,16,18,15,21,12
551295,21005,812,159,159,159,9,19,15,12,30,33,11,2,12,6,10
551295,21006,816,115,115,115,12,8,6,11,30,20,7,3,4,10,4
551295,21007,740,133,133,130,9,21,15,15,16,24,4,1,6,10,9
551295,21008,822,119,119,119,20,8,10,9,19,21,3,6,4,13,6
551309,24001,1094,200,200,200,14,44,30,18,23,24,17,7,5,13,5
551309,24002,854,164,164,162,14,20,21,9,21,32,10,7,9,12,7
551309,24003,992,208,208,206,15,34,31,13,29,33,19,2,7,14,9
551309,24004,1026,231,231,231,12,45,25,15,40,31,16,5,12,16,14
551309,24005,292,47,47,46,0,3,8,5,9,14,2,1,1,1,2
551317,5001,913,180,180,178,4,26,29,11,26,34,10,8,8,15,7
551317,5002,938,144,144,139,10,14,19,18,35,12,8,0,11,7,5
551317,5003,778,191,191,191,24,30,31,12,23,31,13,6,8,7,6
551325,2001,1030,204,204,200,8,36,36,5,14,45,17,2,9,18,10
551325,2002,893,201,200,198,7,40,33,10,29,28,12,2,19,11,7
551368,28001,1022,239,239,237,7,59,54,7,21,41,13,6,11,10,8
551368,28002,958,263,263,262,10,39,68,4,22,46,30,4,12,16,11
551368,28003,1023,225,225,224,7,46,34,5,29,43,19,11,8,15,7
551376,6001,671,247,247,246,11,26,55,13,30,44,30,2,14,11,10
551376,6002,602,202,202,202,14,23,44,9,14,46,20,2,11,15,4
551406,7001,844,262,262,259,19,25,71,13,20,28,28,4,14,23,14
551422,18001,446,147,147,145,9,19,23,5,20,18,4,1,13,26,7
551431,25001,588,210,210,209,12,15,35,4,14,44,36,3,7,28,11
506699,1,216,51,51,51,5,26,3,0,2,7,5,0,2,1,0
545295,1,129,36,36,36,2,2,1,6,3,9,7,0,0,3,3
549738,1,307,72,72,72,2,22,12,7,6,11,3,2,1,3,3
549746,1,1182,240,240,240,12,38,35,30,52,24,14,7,7,12,9
549789,1,264,60,60,60,5,10,9,9,6,10,1,6,1,2,1
549894,1,50,16,16,16,2,1,2,2,3,0,0,3,3,0,0
549908,1,114,32,32,31,4,9,2,3,5,4,0,0,0,2,2
550272,1,508,93,93,93,18,12,5,15,14,19,2,0,1,0,7
581321,1,154,58,58,57,5,13,5,11,11,6,1,0,0,0,5
581402,1,185,30,30,30,0,6,0,3,11,3,2,1,0,1,3
581429,1,691,143,143,143,20,10,13,12,23,25,10,1,10,11,8
581437,1,57,29,29,29,2,1,3,7,9,1,0,0,1,1,4
581577,1,64,12,12,12,0,1,2,2,2,1,0,0,2,0,2
581976,1,1110,208,208,208,18,42,14,11,38,43,9,5,6,8,14
582123,1,104,58,58,58,3,10,5,7,9,8,2,8,2,3,1
582174,1,112,19,19,19,2,6,0,1,5,0,1,1,0,3,0
582255,1,188,41,41,41,2,11,2,7,10,8,1,0,0,0,0
582263,1,195,41,41,41,2,5,3,5,10,8,0,0,2,4,2
582379,1,103,27,27,27,2,6,0,6,1,8,0,1,3,0,0
582450,1,104,38,38,38,3,13,2,5,9,2,0,1,1,2,0
582565,1,186,30,30,29,4,1,4,8,5,4,0,1,0,1,1
582735,1,48,17,17,17,3,6,0,1,3,0,0,0,0,0,4
582794,1,859,264,264,262,12,40,36,11,24,60,17,10,18,14,20
582808,1,539,83,83,83,5,10,9,12,16,12,3,1,5,8,2
582824,1,1344,370,367,364,21,57,92,14,26,58,16,10,27,24,19
582824,2,1300,359,359,358,38,40,66,24,39,50,22,9,22,35,13
582832,1,160,37,37,37,9,2,4,13,4,3,0,1,1,0,0
582841,1,934,326,326,324,19,147,21,19,34,34,9,10,6,22,3
582859,1,940,178,178,175,16,36,11,16,26,22,26,8,2,6,6
582859,2,806,126,126,126,9,30,17,6,14,9,17,4,3,12,5
582875,1,160,36,36,36,3,9,5,4,3,3,3,0,1,5,0
582883,1,539,95,95,95,3,11,19,21,9,17,4,4,3,1,3
582891,1,247,46,46,46,7,5,11,8,2,6,6,0,1,0,0
582913,1,1394,218,218,215,22,47,19,20,42,30,8,5,5,10,7
582921,1,790,267,267,267,10,38,55,13,28,50,31,2,12,17,11
582930,1,354,48,48,48,5,8,1,13,5,8,1,3,0,1,3
582948,1,842,154,154,154,10,41,13,18,17,21,11,3,3,9,8
582956,1,945,123,123,121,4,16,7,12,14,25,15,6,3,5,14
582956,2,1006,169,169,169,12,13,14,20,14,39,15,5,11,12,14
582964,1,492,109,109,107,11,26,18,9,6,20,8,1,4,3,1
582972,1,1203,192,192,192,8,17,35,11,31,47,18,3,2,16,4
582999,1,324,59,59,59,11,2,5,3,20,12,0,1,3,0,2
583014,1,167,28,28,28,1,3,2,5,8,3,1,0,5,0,0
583022,1,221,52,52,52,4,5,9,2,16,6,2,3,1,4,0
583031,1,823,148,148,147,3,16,32,15,21,20,4,12,6,10,8
583057,1,495,80,79,79,10,15,14,3,5,7,7,2,2,10,4
583065,1,504,78,78,78,3,9,15,5,14,10,11,3,2,3,3
583081,1,1524,257,257,253,13,36,46,31,30,45,15,3,11,9,14
583081,2,1188,233,232,232,14,14,37,42,29,45,12,2,14,9,14
583090,1,243,51,51,50,3,7,12,7,5,6,3,1,1,4,1
583111,1,709,123,123,120,9,22,14,23,18,6,6,2,9,3,8
583120,1,914,128,127,125,12,6,10,22,29,17,14,0,5,5,5
583120,2,647,117,117,117,10,6,8,27,21,21,6,5,2,6,5
583120,3,662,116,116,114,14,14,8,18,15,24,5,4,3,6,3
583120,4,745,148,148,148,2,16,19,17,21,24,12,5,6,16,10
583120,5,1107,145,145,144,11,17,15,25,20,24,15,1,2,7,7
583120,6,745,128,128,127,12,24,18,14,20,17,7,3,4,5,3
583120,7,664,129,129,128,9,14,13,31,19,15,16,4,0,6,1
583120,8,632,87,87,83,9,13,8,12,13,14,1,4,2,3,4
583120,9,444,77,77,77,6,6,8,20,19,11,0,4,0,2,1
583120,10,483,88,88,88,6,27,6,19,11,7,2,4,1,4,1
583120,11,328,49,49,48,4,2,4,12,6,9,7,0,0,3,1
583120,12,206,37,37,37,3,3,1,8,4,9,6,1,0,0,2
583120,13,236,56,56,56,3,4,4,21,5,3,12,2,1,1,0
583154,1,247,51,51,51,3,3,3,11,10,10,4,4,1,1,1
583171,1,513,142,142,140,7,11,33,5,12,23,12,6,11,16,4
583189,1,723,179,179,179,6,76,30,8,21,18,6,1,2,3,8
583197,1,652,155,155,154,10,32,35,10,7,18,10,4,8,18,2
583201,1,497,84,84,81,8,16,6,16,11,4,3,5,2,8,2
583219,1,808,195,195,194,12,34,45,10,10,32,16,4,2,14,15
583227,1,505,120,120,120,9,70,4,11,8,7,6,3,0,0,2
583235,1,382,69,69,68,14,0,7,7,10,8,11,1,1,3,6
583243,1,211,43,43,42,8,0,4,9,8,10,1,0,0,0,2
583251,1,1573,372,372,369,21,29,92,11,32,57,35,7,28,46,11
583251,2,1289,238,238,238,12,27,37,25,31,41,23,6,5,12,19
583251,3,1097,178,178,177,13,14,33,15,33,24,9,7,7,14,8
583251,4,1179,186,186,184,10,18,23,28,36,27,9,3,5,20,5
583251,5,880,216,216,215,8,29,27,19,29,37,16,4,13,18,15
583251,6,1055,197,197,196,7,15,19,22,29,41,12,4,14,19,14
583251,7,1037,319,319,314,56,19,33,38,55,41,27,7,17,19,2
583251,8,354,120,120,120,17,7,15,12,6,33,10,1,6,11,2
583260,1,580,109,109,108,8,34,9,5,5,20,6,0,10,9,2
583278,1,174,28,28,27,3,2,5,3,1,6,1,5,0,0,1
583286,1,1405,398,398,394,24,63,86,18,39,78,23,6,17,24,16
583294,1,171,33,33,33,3,4,2,2,2,6,2,3,1,4,4
583308,1,100,19,19,19,5,3,5,0,4,2,0,0,0,0,0
583316,1,394,83,83,83,9,7,11,8,17,6,3,7,1,3,11
583324,1,480,90,90,90,4,30,5,16,11,8,4,2,5,3,2
583332,1,425,58,58,58,0,4,9,6,11,15,3,4,1,2,3
583341,1,761,140,140,140,14,32,10,15,15,19,10,2,4,15,4
583359,1,405,72,72,72,12,7,4,14,18,7,3,0,4,1,2
583367,1,518,68,68,67,4,2,7,20,8,13,0,3,3,6,1
583375,1,393,76,76,75,11,25,7,7,10,7,0,1,2,2,3
583383,1,1469,189,189,189,22,25,26,21,22,36,13,1,2,13,8
583391,1,1735,340,340,338,21,23,44,33,57,74,26,10,19,13,18
583391,2,1828,412,412,409,29,46,53,28,39,89,41,6,28,36,14
583405,1,831,186,186,186,19,41,21,26,15,28,9,3,6,14,4
583405,2,866,224,224,223,18,24,14,16,56,35,22,11,7,14,6
583405,3,505,140,140,136,9,16,12,10,37,23,6,2,7,8,6
583413,1,949,179,179,178,12,27,39,10,15,28,6,7,10,13,11
583413,2,770,214,214,214,14,27,44,7,29,39,19,6,9,15,5
583421,1,795,145,145,145,7,19,20,14,22,33,9,4,5,4,8
583430,1,699,158,158,158,11,42,29,2,11,23,9,4,4,21,2
583448,1,974,250,250,248,22,102,45,7,17,18,10,5,5,9,8
583456,1,514,100,100,98,3,17,14,4,10,22,13,6,4,3,2
583464,1,74,38,38,38,1,24,4,0,2,4,0,3,0,0,0
583472,1,233,51,51,50,8,2,2,11,11,6,2,1,1,6,0
583481,1,707,109,109,109,10,13,9,11,17,19,2,2,11,5,10
583499,1,278,62,62,61,5,15,4,5,14,10,2,1,1,3,1
583502,1,629,104,104,103,8,4,6,40,24,14,2,0,2,3,0
583511,1,572,109,109,109,9,13,17,7,14,17,22,0,5,1,4
583529,1,171,24,24,24,7,0,3,4,2,7,0,0,1,0,0
583537,1,1052,244,244,242,44,51,28,11,32,21,23,6,7,11,8
583545,1,656,146,146,146,10,22,20,13,22,16,8,5,3,12,15
583553,1,858,105,105,105,5,9,15,8,21,21,15,3,0,4,4
583561,1,1003,206,206,204,18,57,14,7,37,19,10,9,11,3,19
583561,2,1008,203,203,201,12,38,15,18,39,23,23,7,7,11,8
583588,1,1060,140,140,140,6,8,9,61,24,11,10,5,1,3,2
583588,2,1080,135,135,134,6,20,5,40,29,19,8,2,0,3,2
583588,3,1086,140,140,140,9,11,7,45,25,13,8,9,0,7,6
583588,4,597,98,98,98,14,3,8,28,15,1,8,2,5,6,8
583596,1,1310,309,309,308,17,64,47,11,25,57,36,3,20,17,11
583600,1,558,111,111,109,3,19,23,3,18,17,12,1,2,9,2
583634,1,1060,285,284,284,20,72,52,22,29,36,17,7,11,9,9
583651,1,257,58,58,58,5,14,8,2,11,10,6,1,0,1,0
583669,1,1015,190,190,188,13,17,22,12,21,45,16,9,11,11,11
583677,1,1760,453,451,450,20,143,58,42,53,51,20,4,12,33,14
583685,1,739,195,195,195,10,76,18,15,10,23,16,4,3,13,7
583693,1,459,60,60,60,6,5,3,14,11,7,6,0,0,6,2
583707,1,766,143,143,143,10,17,26,9,17,16,14,8,9,8,9
583715,1,488,114,114,111,11,31,8,22,19,7,4,0,5,3,1
583723,1,334,37,37,37,3,1,2,6,5,11,2,2,1,2,2
583723,2,50,5,5,5,1,1,1,0,1,0,0,1,0,0,0
583731,1,692,143,143,139,14,27,11,12,16,23,10,5,2,12,7
583740,1,614,96,96,94,13,4,11,13,19,12,2,3,4,7,6
583758,1,1109,262,262,259,18,49,38,26,41,33,17,11,10,11,5
583758,2,1565,287,287,286,16,44,46,15,28,57,29,12,6,15,18
583766,1,1052,121,121,120,4,19,15,7,24,25,6,2,8,4,6
583774,1,689,135,135,134,12,7,22,8,18,27,10,2,2,19,7
583782,1,1378,234,234,232,12,11,38,53,25,43,17,5,10,11,7
583782,2,1264,259,259,258,12,22,34,45,31,50,11,5,6,19,23
583782,3,1124,159,159,159,7,21,21,14,22,26,10,7,13,6,12
583782,4,907,170,170,170,19,12,23,22,27,32,3,5,5,10,12
583791,1,734,190,190,190,12,11,49,6,25,35,9,1,6,27,9
583804,1,282,63,63,63,0,20,9,8,9,9,2,2,0,2,2
583821,1,591,137,137,137,11,10,21,10,18,25,8,7,7,9,11
583839,1,1574,350,350,350,16,59,54,45,34,53,23,9,10,31,16
583847,1,461,90,90,89,12,13,6,6,9,10,6,2,5,8,12
583855,1,627,146,146,143,9,21,24,19,20,28,10,3,5,1,3
583863,1,833,266,266,264,10,126,28,8,29,29,2,7,2,11,12
583880,1,425,59,59,59,4,11,8,5,5,6,5,3,4,7,1
583898,1,1780,330,330,329,15,67,57,31,50,31,22,7,7,21,21
583901,1,283,53,53,53,3,27,0,6,5,5,1,2,0,2,2
583910,1,1038,302,301,297,11,157,21,15,24,28,7,7,4,13,10
583910,2,1196,284,282,282,18,69,31,18,35,41,26,2,12,12,18
583928,1,355,50,50,50,4,1,3,8,16,5,1,2,3,3,4
583936,1,1090,221,221,220,10,52,29,12,30,43,24,4,3,9,4
583944,1,206,34,34,34,3,1,9,5,3,4,2,2,1,4,0
583952,1,1352,362,362,361,21,75,50,27,37,64,27,4,20,23,13
583952,2,980,234,234,234,12,38,36,20,33,41,15,6,8,14,11
583952,3,1072,254,254,252,13,51,23,14,33,53,25,1,10,21,8
583952,4,1011,278,278,274,12,49,45,14,32,37,25,2,12,18,28
583952,5,1055,285,285,279,23,62,31,20,44,34,18,6,10,27,4
583952,6,273,57,55,55,2,20,4,0,7,5,7,2,2,0,6
583961,1,396,85,85,83,0,15,2,23,18,7,5,5,1,5,2
583979,1,1194,243,243,240,14,61,38,5,44,34,14,9,4,11,6
583987,1,882,158,158,158,14,17,23,13,22,28,8,5,8,9,11
583995,1,975,157,157,157,14,33,24,15,9,29,14,0,4,12,3
584002,1,848,138,138,137,12,24,14,21,28,20,9,1,4,1,3
584002,2,653,155,154,153,9,14,13,32,40,18,8,5,7,3,4
584002,3,1033,286,286,283,22,45,42,22,58,38,29,5,7,5,10
584002,4,1353,238,238,236,16,26,29,21,58,27,17,5,12,13,12
584002,5,1253,307,307,307,15,46,46,32,74,39,19,6,9,11,10
584002,6,968,168,168,167,10,24,16,25,49,15,3,7,6,6,6
584002,7,71,23,23,23,3,3,4,4,0,2,1,2,3,1,0
584002,8,87,23,23,23,2,1,0,5,9,3,1,0,1,1,0
584002,9,870,213,213,212,12,23,33,20,55,19,18,4,10,9,9
584011,1,296,81,81,81,5,29,13,3,5,17,3,3,0,1,2
584029,1,1328,330,330,325,16,58,56,16,28,55,37,18,10,21,10
584029,2,384,63,63,63,3,9,12,2,9,16,2,3,0,3,4
584037,1,1011,325,325,324,16,133,38,27,25,32,9,6,6,23,9
584045,1,1255,286,285,284,18,98,37,16,24,33,20,13,7,8,10
584045,2,1304,290,290,286,37,69,29,27,47,37,9,9,6,9,7
584053,1,228,44,44,44,6,8,4,9,3,4,2,0,5,3,0
584061,1,562,100,100,100,2,21,13,12,18,9,3,6,5,6,5
584070,1,105,38,38,38,2,10,3,4,8,7,0,0,0,4,0
584096,1,528,145,145,145,9,67,25,4,10,11,2,5,2,5,5
584100,1,1295,235,235,235,23,31,43,20,29,29,15,4,11,19,11
584100,2,1203,242,242,239,15,43,31,18,31,33,15,8,12,20,13
584118,1,731,115,115,115,6,6,18,14,16,20,12,6,6,3,8
584126,1,992,245,245,243,10,57,34,26,41,38,8,11,3,11,4
584134,1,133,23,23,23,3,3,4,1,3,3,1,1,1,3,0
584142,1,895,158,158,157,15,13,17,10,22,41,19,5,2,7,6
584151,1,586,198,198,198,9,29,52,13,30,22,15,7,8,5,8
584169,1,184,40,40,38,2,2,6,4,8,7,4,1,1,2,1
584177,1,543,143,143,143,10,35,9,5,35,28,6,5,1,7,2
584185,1,594,105,105,105,7,36,16,13,11,11,1,0,2,2,6
584193,1,53,13,13,13,1,4,0,0,1,5,0,0,1,0,1
584207,1,1177,196,196,195,22,20,12,40,35,32,10,5,8,7,4
584207,2,872,165,165,163,10,15,14,49,23,23,11,3,3,7,5
584215,1,1010,213,213,213,17,55,18,39,24,25,16,4,4,6,5
584223,1,1160,160,160,159,12,23,7,39,30,17,6,7,7,7,4
584223,2,1054,147,147,147,11,7,15,46,36,15,3,5,5,3,1
584223,3,932,109,109,109,9,8,10,22,18,13,14,5,2,5,3
584231,1,1315,249,249,248,28,35,16,26,43,36,18,8,15,12,11
584240,1,625,178,177,175,5,102,18,15,9,10,3,1,8,2,2
584266,1,1259,238,238,237,17,26,46,10,27,50,19,5,10,12,15
584274,1,345,133,133,132,4,19,61,6,19,12,5,1,0,4,1
584282,1,1482,296,296,294,32,23,57,27,36,64,24,1,7,10,13
584282,2,1282,299,299,296,15,28,75,22,35,51,24,6,11,18,11
584517,1,602,99,99,99,18,22,12,5,19,15,4,0,0,3,1
584720,1,1065,208,208,207,14,34,29,12,22,29,21,8,8,18,12
584762,1,607,79,79,79,29,14,2,13,8,4,5,2,0,1,1
584801,1,837,133,133,133,24,8,8,14,25,26,7,9,5,5,2
584801,2,1319,205,205,205,19,27,24,22,27,35,27,7,5,8,4
584801,3,1020,139,139,139,14,13,17,32,19,22,11,1,5,1,4
584801,4,189,22,22,22,5,0,1,0,4,4,3,1,1,3,0
584801,5,283,34,34,34,3,5,4,3,7,3,2,1,0,1,5
584801,6,143,19,19,18,3,0,0,3,6,2,1,0,0,2,1
584843,1,871,156,156,155,17,40,6,25,15,16,14,3,3,8,8
585025,1,693,93,93,93,12,14,16,22,5,8,9,4,0,1,2
585033,1,841,110,110,110,11,20,15,12,11,18,5,1,5,4,8
585033,2,907,143,143,141,10,19,13,11,10,33,15,3,6,10,11
587907,1,179,30,30,30,3,5,6,2,2,6,2,0,2,2,0
591661,1,336,50,50,50,4,8,3,14,8,9,1,0,0,0,3
593834,1,454,47,47,45,8,2,10,4,8,6,4,1,1,0,1
594377,1,410,53,53,53,4,5,6,6,5,15,1,8,0,2,1
594903,1,193,30,30,30,8,0,2,6,4,5,1,3,0,0,1
594962,1,531,60,60,59,6,5,3,14,13,11,0,5,0,2,0
595314,1,290,65,65,65,7,7,16,4,10,8,10,2,0,0,1
595331,1,83,36,36,36,2,26,1,0,3,0,2,2,0,0,0
595446,1,128,45,45,44,2,0,8,10,10,7,5,1,1,0,0
595527,1,1016,217,217,213,16,34,21,25,43,28,16,9,5,11,5
595551,1,651,142,142,142,9,36,14,19,27,15,4,1,5,4,8
595560,1,96,22,22,22,1,5,3,3,5,2,0,1,2,0,0
595667,1,249,61,61,61,7,30,5,5,4,5,0,4,0,0,1
595837,1,225,42,42,42,1,13,12,1,7,4,1,2,0,1,0
595934,1,165,35,35,34,1,12,0,5,7,1,1,0,2,0,5
595985,1,103,28,28,28,1,9,0,6,3,7,1,0,0,0,1
595993,1,120,41,41,40,5,14,2,1,7,3,2,2,0,1,3
596078,1,39,18,18,18,1,8,6,1,1,0,1,0,0,0,0
596175,1,1106,229,228,224,15,28,35,37,51,28,9,2,7,7,5
596191,1,162,44,44,44,3,14,6,1,11,4,2,0,2,0,1
596302,1,248,46,46,46,2,16,6,2,4,8,4,0,1,3,0
596400,1,146,38,38,38,2,13,1,2,6,5,0,4,0,5,0
596582,1,63,21,21,19,2,10,0,3,0,1,2,0,0,0,1
596698,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0
596892,1,67,18,18,17,1,5,3,2,2,0,0,0,1,0,3
597104,1,72,19,19,19,2,9,0,0,7,0,0,0,1,0,0
597171,1,289,89,89,88,1,46,13,7,7,8,0,2,2,1,1
550256,1,192,42,42,42,2,1,6,8,7,7,2,3,0,4,2
555282,1,346,47,47,46,4,9,7,5,3,5,6,0,5,2,0
558443,1,1050,119,119,119,9,25,15,14,11,18,9,5,3,6,4
584291,1,763,129,129,129,12,18,9,26,24,14,7,1,4,3,11
584291,2,691,82,82,82,8,8,6,16,8,19,4,1,2,2,8
584291,3,941,143,141,141,17,18,11,21,29,21,5,10,2,4,3
584291,4,1204,202,201,199,13,22,22,31,34,25,6,9,5,18,14
584291,5,1056,159,159,159,10,13,24,38,24,16,9,2,2,11,10
584291,6,904,117,117,117,5,5,15,22,16,24,9,8,0,10,3
584291,7,767,100,100,99,1,7,15,25,17,15,3,3,3,7,3
584291,8,1860,179,179,179,15,29,23,25,21,36,12,2,5,5,6
584291,9,974,172,172,172,4,18,19,23,30,31,11,7,7,10,12
584291,10,903,221,220,220,13,22,21,32,42,27,18,3,6,22,14
584291,11,1052,182,182,181,10,10,19,23,45,30,11,5,8,9,11
584291,12,967,120,120,118,6,9,6,20,30,15,11,4,5,6,6
584291,13,728,128,128,126,14,12,6,33,23,18,5,3,0,7,5
584291,14,829,139,139,139,8,17,12,46,16,18,4,4,7,5,2
584291,15,263,56,56,54,7,9,0,16,14,6,0,0,1,1,0
584291,16,933,162,162,162,11,18,22,28,17,30,11,4,5,10,6
584291,17,1029,164,164,162,9,19,19,44,15,23,8,3,7,13,2
584291,18,968,146,146,144,8,25,18,17,21,30,5,10,3,5,2
584291,19,850,135,135,134,16,24,15,25,14,20,6,2,2,6,4
584291,20,1081,107,107,104,9,5,7,20,22,15,2,4,2,10,8
584291,21,850,82,82,81,9,1,8,10,15,12,7,0,8,5,6
584291,22,1031,89,89,89,9,5,8,10,13,16,9,3,3,4,9
584304,1,320,56,56,56,4,6,6,6,7,10,7,4,3,2,1
584321,1,727,164,164,162,15,60,10,13,17,20,9,2,4,7,5
584339,1,657,94,94,94,4,29,14,17,5,9,4,4,2,4,2
584347,1,1067,205,205,203,14,62,22,26,24,17,9,2,9,7,11
584355,1,418,60,60,59,9,6,2,14,6,14,2,3,0,2,1
584363,1,788,119,119,118,5,25,7,5,13,28,12,6,4,5,8
584371,1,1293,164,164,162,13,24,12,33,24,22,8,2,14,3,7
584380,1,645,83,83,83,4,4,1,34,13,13,7,5,0,1,1
584401,1,404,63,63,62,8,5,1,16,16,8,0,3,1,4,0
584410,1,356,47,47,47,5,1,2,11,6,6,0,9,2,4,1
584428,1,695,95,95,93,11,9,8,22,16,14,3,4,2,3,1
584428,2,758,89,89,88,8,9,7,10,14,17,11,5,1,4,2
584436,1,274,41,41,40,5,2,3,8,3,8,1,6,3,1,0
584444,1,736,76,76,76,9,7,6,10,9,14,7,7,0,1,6
584444,2,671,80,80,78,17,6,11,14,5,18,2,2,1,2,0
584452,1,1040,153,153,153,6,62,13,5,8,27,16,2,3,6,5
584461,1,542,110,110,109,10,19,13,20,8,16,8,3,4,3,5
584479,1,361,70,70,70,28,0,11,2,7,15,0,0,5,0,2
584487,1,587,108,108,108,2,37,6,23,22,3,3,1,0,8,3
584487,2,699,146,146,142,5,23,5,44,20,28,1,4,1,7,4
584495,1,1037,239,239,237,9,19,35,27,26,42,31,4,18,19,7
584495,2,945,182,182,181,13,13,15,19,35,35,17,7,2,9,16
584495,3,907,131,130,130,10,20,13,6,13,23,18,4,7,7,9
584495,4,865,121,121,121,6,7,14,14,19,21,20,2,6,7,5
584495,5,994,256,256,255,13,36,25,37,18,46,29,8,21,8,14
584525,1,482,45,45,45,3,9,3,2,13,5,2,1,0,6,1
584541,1,378,62,62,62,9,5,11,12,7,6,3,1,2,5,1
584550,1,803,142,142,142,10,41,16,12,16,22,10,0,7,5,3
584550,2,951,128,128,126,8,23,20,16,21,12,8,5,5,5,3
584550,3,177,50,50,50,9,7,8,5,5,10,3,1,0,1,1
584568,1,1710,348,348,346,29,119,33,23,35,46,16,8,9,15,13
584576,1,761,100,100,100,8,9,7,30,15,13,6,6,1,1,4
584576,2,769,119,119,119,14,7,11,31,12,18,11,1,2,10,2
584584,1,963,127,127,126,5,30,17,11,13,16,8,11,6,2,7
584592,1,1041,207,207,204,19,56,17,16,23,32,10,6,5,11,9
584622,1,1164,136,136,131,8,34,14,13,17,6,17,7,5,6,4
584622,2,940,116,116,116,5,16,16,16,19,23,2,1,3,11,4
584622,3,954,109,109,109,9,18,18,11,16,19,4,4,2,5,3
584631,1,843,103,103,103,12,11,8,23,16,18,4,1,1,2,7
584631,2,877,111,111,111,18,14,15,15,18,6,2,7,4,5,7
584631,3,186,9,9,9,2,3,0,4,0,0,0,0,0,0,0
584649,1,938,181,181,181,10,8,27,40,18,31,19,7,6,5,10
584649,2,841,131,131,130,12,10,9,35,24,18,12,3,2,1,4
584649,3,1149,158,158,155,15,13,21,36,16,26,17,0,5,4,2
584649,4,906,147,147,146,15,17,15,23,21,24,16,2,3,6,4
584649,5,669,125,125,119,14,16,9,17,16,20,3,1,8,13,2
584649,6,802,132,132,132,9,13,7,24,23,31,8,2,4,9,2
584649,7,781,89,89,89,5,4,11,13,17,9,14,4,1,3,8
584657,1,349,47,47,47,5,2,1,11,11,9,4,3,0,1,0
584665,1,1131,169,169,169,20,28,16,27,19,35,4,8,1,9,2
584665,2,1013,152,152,150,9,30,13,10,24,32,5,7,2,11,7
584673,1,1184,188,188,188,11,51,9,26,14,25,20,8,2,13,9
584681,1,378,66,66,65,1,9,12,12,12,11,3,0,1,2,2
584703,1,505,130,130,129,3,29,10,5,14,13,31,8,5,8,3
584711,1,635,121,121,120,15,43,12,12,14,8,5,6,1,1,3
584746,1,923,116,116,113,8,18,15,12,15,21,8,4,2,3,7
584754,1,267,43,43,43,5,2,0,15,3,7,4,3,2,0,2
584771,1,479,80,80,79,12,2,8,13,22,14,1,3,0,4,0
584789,1,627,95,95,95,9,20,5,23,10,12,4,1,5,5,1
584797,1,1124,178,178,176,11,10,23,32,33,22,14,5,6,10,10
584797,2,1266,212,212,211,16,23,22,18,15,47,27,13,7,8,15
584819,1,778,138,138,137,10,52,8,19,19,11,5,5,2,5,1
584835,1,630,67,67,67,3,3,6,14,18,7,2,1,2,3,8
584851,1,533,33,33,33,6,2,5,9,5,3,0,0,0,0,3
584851,2,116,20,20,20,1,2,4,4,3,0,0,6,0,0,0
584860,1,868,99,99,99,6,8,12,6,18,16,16,3,4,7,3
584860,2,887,93,93,93,6,7,13,8,15,10,10,4,2,5,13
584878,1,702,79,79,79,12,3,8,23,7,6,5,4,3,4,4
584894,1,704,105,105,105,2,14,6,12,14,37,5,2,3,4,6
584908,1,670,94,94,93,10,5,9,18,14,12,9,3,2,10,1
584916,1,661,93,93,92,16,5,3,19,20,9,0,7,1,1,11
584924,1,1132,150,150,150,15,24,20,15,21,25,13,5,3,4,5
584932,1,1599,353,353,351,19,171,31,24,38,27,7,8,4,13,9
584941,1,872,148,148,148,10,19,10,43,9,29,10,8,1,8,1
584941,2,843,109,109,109,5,19,7,22,18,8,13,8,2,6,1
584959,1,877,170,170,169,11,24,21,63,19,15,7,0,1,6,2
584967,1,830,196,196,195,14,82,16,21,13,23,4,0,4,11,7
584975,1,996,145,145,144,8,14,12,11,30,31,9,3,9,9,8
584975,2,989,157,157,157,26,10,20,9,43,28,9,0,2,4,6
584975,3,859,134,134,134,13,13,11,13,30,32,9,4,1,7,1
584975,4,121,20,20,20,10,2,1,3,1,3,0,0,0,0,0
584983,1,1048,136,136,136,4,55,12,9,5,21,6,4,4,12,4
584983,2,1050,149,149,149,15,50,19,12,4,24,11,4,1,8,1
584983,3,974,115,115,115,9,38,14,6,8,17,7,2,6,4,4
584991,1,394,51,51,51,5,9,12,6,9,3,2,2,0,3,0
585009,1,1418,325,325,325,26,103,43,27,13,48,14,7,5,18,21
585017,1,1345,227,227,227,16,34,18,32,29,37,22,15,4,11,9
585017,2,1201,237,237,237,18,46,19,35,35,38,15,9,7,9,6
585041,1,894,132,132,131,13,31,12,4,16,23,7,4,3,13,5
585050,1,1160,104,104,104,8,7,9,22,20,14,9,7,2,3,3
586021,1,578,82,82,82,6,13,13,15,13,15,6,1,0,0,0
586021,2,1361,213,213,213,19,35,36,24,26,26,12,9,4,7,15
586021,3,925,110,110,110,9,15,7,25,14,19,2,7,5,1,6
586021,4,981,95,95,95,16,4,4,14,11,14,5,4,3,9,11
586021,5,1147,128,128,127,13,12,11,24,17,16,5,3,2,14,10
586021,6,800,74,74,73,14,6,11,10,4,11,3,2,0,12,0
586021,7,2080,94,94,94,14,6,3,20,11,17,5,4,4,4,6
586021,8,827,136,136,136,10,10,16,26,21,19,13,7,2,6,6
586021,9,353,63,63,63,4,11,4,14,10,4,9,0,0,4,3
586021,10,837,146,146,144,12,18,17,24,18,18,16,5,0,13,3
586021,11,724,138,138,136,8,28,19,11,14,16,10,11,3,9,7
586021,12,846,124,124,123,12,17,9,25,25,10,8,7,3,5,2
586021,13,619,130,130,127,6,16,13,20,16,16,10,7,5,12,6
586021,14,761,111,111,111,5,7,7,26,24,13,11,2,1,11,4
586021,15,701,81,81,81,5,3,4,14,26,14,3,4,0,6,2
586021,16,524,86,86,86,5,2,4,23,18,13,3,11,2,3,2
586021,17,615,103,103,103,4,22,10,14,13,20,8,1,3,5,3
586021,18,1217,198,198,197,19,24,17,26,41,31,9,7,7,7,9
586021,19,668,118,117,117,6,11,9,28,24,7,13,2,3,9,5
586021,20,629,128,127,125,10,10,9,23,33,16,6,3,2,10,3
586021,21,597,98,98,98,5,7,7,31,11,18,6,4,1,4,4
586021,22,698,87,86,86,7,5,4,20,18,13,4,2,6,6,1
586021,23,797,102,102,102,14,3,7,17,25,17,11,0,7,1,0
586021,24,744,116,116,116,16,6,14,14,21,21,7,3,3,8,3
586021,25,1037,156,156,154,17,19,11,30,37,12,9,7,3,6,3
586030,1,757,100,100,100,6,45,9,6,13,10,2,4,1,0,4
586048,1,756,143,143,143,15,67,4,15,14,9,5,1,0,8,5
586048,2,989,209,209,209,11,90,21,11,14,29,3,11,1,12,6
586056,1,370,76,76,75,8,26,11,6,3,5,5,4,1,0,6
586072,1,609,149,149,149,14,44,7,28,18,11,16,3,2,2,4
586081,1,947,122,121,120,9,12,7,16,27,26,12,9,1,1,0
586081,2,1156,195,194,192,15,26,12,17,42,31,11,10,7,9,12
586081,3,1180,107,107,107,1,18,16,10,13,19,10,9,2,7,2
586081,4,223,35,35,35,6,0,2,6,3,10,0,0,0,1,7
586099,1,1029,183,183,183,16,29,24,21,25,26,20,7,2,3,10
586102,1,1031,178,178,178,17,65,22,11,11,19,6,3,4,7,13
586102,2,1045,119,119,119,10,38,17,6,5,22,5,3,7,3,3
586111,1,346,56,56,56,7,16,4,6,3,11,0,0,2,6,1
586129,1,1079,176,176,176,19,59,14,13,24,25,4,5,3,10,0
586137,1,1261,316,316,316,20,189,26,9,8,20,13,12,1,13,5
586137,2,1099,227,227,222,16,127,23,6,11,18,2,3,2,9,5
586145,1,807,124,124,124,14,41,10,18,25,13,1,0,1,0,1
586153,1,227,35,35,35,5,9,2,7,4,4,1,0,0,2,1
586161,1,1113,177,177,174,20,19,6,42,26,21,15,4,7,8,6
586161,2,1044,189,189,187,11,24,12,43,29,18,12,12,2,14,10
586161,3,1254,143,143,141,12,17,5,41,22,20,7,4,5,3,5
586161,4,892,79,79,79,8,11,0,24,16,7,4,3,1,1,4
586161,5,1049,119,119,119,12,10,5,34,20,15,7,7,1,6,2
586170,1,949,196,196,196,7,79,12,22,13,27,18,4,1,4,9
586170,2,849,181,181,180,16,44,6,27,21,16,15,14,4,3,14
586188,1,1021,163,163,163,14,79,4,11,15,21,6,4,2,6,1
586196,1,531,101,101,99,9,35,18,6,8,12,0,5,1,0,5
586200,1,328,49,49,47,3,5,3,7,8,7,5,3,2,2,2
586218,1,599,73,73,73,11,12,6,8,19,7,1,4,2,0,3
586226,1,591,86,86,86,20,11,13,3,11,8,7,3,1,5,4
586234,1,350,78,78,76,7,28,11,3,2,8,3,1,0,7,6
586242,1,176,35,35,35,4,3,0,6,7,9,4,0,0,2,0
586251,1,202,33,33,33,7,2,2,5,4,4,2,3,1,1,2
586269,1,928,90,90,90,7,55,1,5,7,11,1,1,1,0,1
586277,1,688,111,111,111,8,24,15,10,4,12,14,10,1,11,2
586285,1,401,118,118,117,12,60,5,1,16,14,0,4,1,1,3
586293,1,335,98,98,97,5,38,10,7,8,12,5,3,0,7,2
586307,1,626,129,129,128,5,34,13,25,11,20,4,2,1,6,7
586307,2,798,192,192,191,12,44,24,12,26,26,21,4,6,11,5
586307,3,771,129,129,127,12,16,15,14,30,24,4,6,1,0,5
586307,4,950,263,263,261,22,25,55,19,25,32,42,1,12,10,18
586307,5,819,187,187,184,9,30,21,15,25,31,19,4,4,11,15
586307,6,882,220,220,219,16,43,16,33,29,32,22,7,0,12,9
586307,7,816,153,153,150,13,21,14,27,34,13,8,6,3,9,2
586307,8,1429,258,258,258,23,45,38,29,34,24,23,9,4,21,8
586307,9,868,146,146,145,13,17,13,31,26,9,6,2,2,13,13
586307,10,531,89,89,89,13,7,13,12,15,14,2,3,4,4,2
586307,11,215,51,51,49,9,7,5,5,11,5,1,3,0,2,1
586307,12,750,162,162,162,7,25,10,29,31,22,18,4,4,7,5
586315,1,163,27,27,27,4,4,1,3,6,8,1,0,0,0,0
586323,1,1245,230,230,229,13,64,18,15,47,18,24,8,4,11,7
586331,1,824,138,138,138,11,53,5,10,23,21,7,1,2,3,2
586340,1,654,142,142,141,10,21,14,12,50,11,11,3,1,2,6
586358,1,1197,193,193,190,17,16,24,26,25,36,15,2,10,10,9
586358,2,1188,184,183,180,14,25,22,18,30,41,10,5,2,4,9
586366,1,146,47,47,47,5,7,5,9,8,10,0,1,0,1,1
586374,1,1623,250,250,250,26,35,34,37,28,45,11,11,5,10,8
586382,1,899,134,134,134,10,56,15,9,10,16,4,6,2,3,3
586382,2,706,101,101,100,7,44,5,9,9,8,7,1,1,5,4
586391,1,647,114,114,114,17,20,9,10,7,12,12,6,1,9,11
586404,1,827,106,106,106,9,37,9,9,20,9,3,2,1,1,6
586404,2,697,143,143,141,5,36,8,18,28,22,9,1,4,3,7
586404,3,216,27,27,27,3,7,4,4,2,2,1,0,0,0,4
586412,1,965,156,156,155,7,55,9,12,21,21,8,4,4,10,4
586412,2,1006,145,145,143,10,55,14,5,9,12,9,6,3,3,17
586412,3,1026,140,140,138,15,34,8,12,19,14,9,4,0,8,15
586421,1,691,115,115,114,10,28,7,6,24,23,3,4,2,5,2
586439,1,277,50,50,50,4,10,9,3,20,4,0,0,0,0,0
586447,1,383,77,77,75,11,38,2,7,2,9,0,2,1,0,3
586455,1,570,61,61,61,9,20,0,5,6,8,0,2,3,7,1
586463,1,153,32,32,32,3,3,0,4,5,13,2,0,0,0,2
586471,1,186,50,50,50,3,19,4,14,3,6,0,1,0,0,0
586480,1,1135,187,186,184,6,42,8,20,27,30,19,4,4,17,7
586498,1,905,175,175,174,13,42,18,16,20,31,11,5,4,11,3
586498,2,885,161,161,161,12,43,18,13,21,25,10,0,2,10,7
586501,1,691,105,105,103,15,27,8,11,4,20,5,1,3,6,3
586510,1,1168,154,154,153,11,35,10,11,26,26,9,5,4,6,10
586510,2,1125,202,202,202,10,40,21,24,41,33,7,5,3,7,11
586510,3,1097,151,151,149,7,52,15,16,23,14,6,4,3,7,2
586528,1,1237,175,175,173,21,14,22,15,25,29,13,4,6,9,15
586528,2,1100,150,150,147,13,15,9,21,24,36,6,9,3,6,5
586528,3,633,110,110,110,12,2,6,8,26,27,4,2,6,5,12
586536,1,145,33,33,33,6,5,6,2,2,3,4,4,0,1,0
586544,1,421,80,80,80,10,27,6,9,5,10,4,1,2,4,2
586552,1,724,101,101,101,11,29,8,14,8,13,6,6,0,2,4
586561,1,798,106,106,106,10,27,17,8,18,7,7,3,1,2,6
586579,1,298,57,57,56,8,16,6,7,8,7,1,1,0,0,2
586587,1,1264,240,240,240,24,51,19,26,24,36,26,3,11,4,16
586587,2,1157,188,188,187,18,53,12,23,22,22,15,4,4,8,6
586587,3,1065,225,225,224,19,118,13,12,20,17,9,2,2,5,7
586587,4,1237,255,255,255,11,97,17,30,26,34,9,3,2,19,7
586595,1,468,107,107,106,7,29,9,15,12,14,9,2,0,6,3
586609,1,994,190,190,189,23,62,9,30,17,23,8,8,0,8,1
586617,1,426,43,43,43,5,6,1,5,8,6,8,4,0,0,0
586625,1,823,136,136,136,11,27,10,19,25,17,1,4,2,9,11
586625,2,803,122,122,122,14,24,7,26,14,14,3,9,1,6,4
586625,3,627,92,92,92,4,37,4,8,13,13,4,3,1,4,1
586625,4,646,113,113,111,10,48,7,9,7,20,2,0,3,2,3
586633,1,302,57,57,57,2,16,6,5,11,9,2,4,1,0,1
586641,1,870,153,153,153,4,44,7,35,15,17,13,12,2,0,4
586641,2,936,132,132,129,5,36,7,39,13,5,15,3,0,1,5
586650,1,443,88,88,88,6,34,6,4,13,11,0,3,3,8,0
586668,1,733,82,81,81,4,25,3,4,26,11,5,2,0,1,0
586676,1,336,74,74,74,5,22,14,8,11,5,0,2,1,2,4
586684,1,736,89,89,88,10,41,2,1,12,9,4,3,3,0,3
586692,1,591,105,105,105,10,54,1,4,18,9,1,3,1,3,1
586706,1,933,193,193,192,11,96,19,8,12,17,10,7,3,5,4
586706,2,908,155,155,154,6,59,3,23,19,17,11,5,3,3,5
586714,1,1213,173,171,168,10,34,16,25,16,20,17,9,7,7,7
586714,2,1231,169,169,169,15,27,19,24,30,26,5,5,5,9,4
586722,1,778,133,133,133,9,65,3,1,19,20,8,0,2,1,5
586722,2,1287,232,232,228,25,46,18,32,29,26,12,7,16,4,13
586722,3,1008,224,224,224,22,63,25,19,32,24,15,8,4,7,5
586722,4,1009,142,142,142,11,23,13,13,32,19,4,3,2,7,15
586722,5,986,163,163,162,13,38,19,12,31,24,7,8,2,2,6
586722,6,1068,203,203,202,19,49,21,18,27,27,14,10,5,7,5
586722,7,682,127,127,125,7,30,3,12,29,11,8,5,7,7,6
586722,8,915,154,154,154,25,16,14,22,28,19,18,2,4,3,3
586722,9,936,119,119,116,12,17,8,17,22,16,7,5,2,4,6
586722,10,898,129,129,129,11,15,11,16,34,11,11,4,4,7,5
586731,1,436,102,102,96,1,46,7,14,16,5,0,1,1,3,2
586749,1,889,135,135,134,17,23,12,12,21,22,3,5,6,7,6
586757,1,1306,206,206,206,19,78,11,16,23,19,9,16,7,4,4
586757,2,1199,187,187,184,1,89,13,12,10,24,14,3,4,9,5
586765,1,1244,171,171,171,29,21,17,23,31,29,4,5,1,5,6
586765,2,1242,174,174,174,22,19,12,17,35,25,14,5,7,6,12
586765,3,1271,194,194,191,14,15,20,21,31,44,16,6,5,10,9
586773,1,504,54,54,46,3,9,3,6,11,5,0,0,1,4,4
586781,1,651,93,93,93,17,20,6,11,17,10,2,7,1,0,2
586790,1,865,156,156,156,8,58,11,13,25,20,8,0,1,5,7
586803,1,1005,174,174,173,20,18,12,31,33,24,11,12,2,8,2
586803,2,1109,179,179,177,14,26,19,26,32,21,16,6,3,10,4
586811,1,436,93,93,93,8,28,10,8,11,14,2,0,0,5,7
586820,1,865,107,107,104,15,17,14,18,11,9,4,9,2,3,2
586838,1,169,36,36,36,2,28,0,0,0,4,1,1,0,0,0
593354,1,261,27,27,27,3,3,2,2,4,6,0,2,1,2,2
550108,1,276,47,47,46,3,11,2,6,14,7,0,0,1,1,1
550132,1,435,78,78,76,11,7,18,6,17,6,3,2,1,2,3
550141,1,248,45,45,45,4,4,2,7,17,3,1,2,1,0,4
550175,1,346,78,78,75,8,19,4,3,16,11,2,4,4,0,4
550191,1,197,45,45,44,3,8,12,5,2,6,4,1,0,2,1
550213,1,603,134,134,134,9,23,20,12,38,15,0,4,2,7,4
550795,1,192,32,32,32,8,3,4,7,1,4,2,0,1,2,0
550825,1,802,138,138,137,7,29,22,16,21,15,11,3,2,7,4
553972,1,229,36,36,36,5,1,0,4,7,12,3,2,0,2,0
554898,1,405,31,31,31,7,2,1,5,0,3,6,1,2,2,2
557048,1,388,44,44,44,9,9,0,10,5,6,0,1,0,0,4
592889,1,1119,92,92,91,9,8,10,18,11,18,8,2,3,3,1
592889,2,619,123,123,123,12,16,11,14,21,22,12,6,1,4,4
592889,3,649,92,91,89,5,8,6,18,30,9,2,3,1,4,3
592889,4,528,114,114,114,8,10,12,16,21,12,9,1,3,9,13
592889,5,838,154,154,154,6,13,15,24,36,24,14,5,2,5,10
592889,6,814,104,104,104,10,8,8,14,21,20,7,4,5,2,5
592889,7,678,119,119,118,16,23,8,16,20,11,3,4,2,7,8
592889,8,674,96,96,96,9,6,4,12,35,9,5,1,5,6,4
592889,9,590,136,136,135,10,12,4,29,39,14,6,4,2,8,7
592889,10,705,101,100,100,6,13,6,10,19,14,7,6,3,9,7
592889,11,794,188,188,185,21,21,22,23,42,20,10,3,5,7,11
592889,12,1039,194,194,192,12,22,16,29,38,30,12,3,4,14,12
592889,13,589,130,130,130,12,5,7,21,26,15,20,5,6,10,3
592889,14,730,153,153,152,8,13,8,28,24,25,13,4,11,12,6
592889,15,689,86,86,84,6,11,2,17,16,9,4,2,3,10,4
592889,16,749,131,131,129,9,22,8,16,32,8,8,4,2,14,6
592889,17,590,108,108,108,6,4,4,30,14,25,4,3,2,6,10
592889,18,778,164,164,163,5,32,9,24,32,33,7,5,4,6,6
592889,19,556,93,93,91,7,18,10,13,20,11,2,2,3,3,2
592889,20,475,104,104,104,6,14,2,33,19,17,2,0,3,5,3
592889,21,846,143,143,140,9,9,7,19,42,24,5,8,2,6,9
592889,22,1068,142,142,141,8,6,4,15,29,27,1,17,8,13,13
592889,23,297,64,64,64,4,13,8,7,10,9,0,0,3,5,5
592889,24,452,60,60,60,4,8,3,8,10,9,6,1,0,9,2
592889,25,323,38,38,38,6,1,0,7,5,7,4,3,1,4,0
592889,26,297,67,67,67,11,7,6,11,9,12,3,3,2,2,1
592897,1,214,31,31,31,1,10,5,5,8,2,0,0,0,0,0
592901,1,410,64,64,64,3,31,1,7,16,6,0,0,0,0,0
592901,2,163,36,36,34,2,14,4,1,7,2,3,0,1,0,0
592901,3,118,21,21,21,5,6,1,1,4,2,1,1,0,0,0
592919,1,950,154,154,154,20,43,9,10,19,16,10,15,2,5,5
592927,1,718,100,100,99,3,24,3,10,28,11,6,5,4,3,2
592935,1,4,2,2,2,0,0,0,2,0,0,0,0,0,0,0
592943,1,1090,166,166,165,10,27,10,31,34,20,7,6,2,13,5
592943,2,1017,149,149,146,11,23,8,18,34,18,11,11,2,4,6
592943,3,732,136,136,136,13,13,8,26,30,20,7,3,5,2,9
592943,4,844,134,134,133,5,18,1,25,38,23,8,5,1,5,4
592943,5,278,50,50,50,6,18,2,4,5,8,0,5,1,1,0
592943,6,603,82,82,82,15,15,1,10,14,10,3,6,4,4,0
592943,7,440,51,51,51,5,2,9,9,7,7,5,1,0,3,3
592943,8,282,76,76,76,12,10,4,12,17,10,1,3,0,3,4
592978,1,216,32,32,32,5,12,0,7,2,4,2,0,0,0,0
592986,1,172,44,44,44,1,25,3,3,8,0,3,0,0,1,0
592994,1,695,140,140,139,2,46,5,14,16,41,8,2,3,0,2
593001,1,938,150,150,149,9,12,16,37,29,16,12,6,3,5,4
593001,2,1007,179,179,179,12,29,18,29,39,16,18,1,4,8,5
593010,1,456,59,59,59,8,1,6,13,11,11,3,1,1,2,2
593028,1,675,122,122,120,23,16,14,10,17,10,10,4,4,7,5
593036,1,395,58,58,56,1,5,5,13,10,9,2,3,1,2,5
593044,1,775,115,115,114,5,28,7,12,27,11,5,10,1,3,5
593052,1,706,125,125,125,17,17,12,18,21,17,8,3,1,6,5
593061,1,481,84,84,83,12,14,0,10,9,12,9,5,0,7,5
593079,1,634,101,101,101,7,30,11,12,11,14,2,4,2,7,1
593087,1,507,82,82,82,10,9,1,19,18,11,3,1,0,6,4
593095,1,224,43,43,43,0,16,0,6,18,2,0,0,0,1,0
593117,1,1031,143,143,140,9,21,10,25,46,12,6,2,1,4,4
593117,2,987,156,155,151,11,31,13,26,21,21,10,6,4,3,5
593117,3,370,38,38,37,0,7,2,9,10,2,3,3,0,1,0
593125,1,309,43,43,43,1,4,6,4,13,4,3,1,0,0,7
593141,1,542,98,98,98,10,19,14,10,23,6,4,1,0,4,7
593150,1,291,33,33,33,2,6,5,6,5,5,0,1,0,1,2
593168,1,576,92,92,91,2,32,5,10,13,12,1,3,1,6,6
593184,1,92,13,13,13,1,1,4,1,3,3,0,0,0,0,0
593192,1,338,82,82,82,5,28,10,7,10,13,1,3,1,0,4
593214,1,884,230,229,229,12,49,26,22,32,39,13,10,5,8,13
593214,2,666,166,166,165,8,49,27,9,25,16,6,3,6,6,10
593222,1,625,103,103,103,8,28,7,20,13,7,8,3,4,2,3
593231,1,122,26,26,24,0,3,3,7,7,2,2,0,0,0,0
593249,1,394,80,80,79,10,6,4,16,20,9,3,0,0,2,9
593257,1,1165,180,180,178,15,27,6,52,41,14,4,7,2,4,6
593265,1,510,138,138,138,4,44,9,27,11,33,0,2,3,2,3
593273,1,692,122,122,122,6,18,14,7,35,15,6,2,5,4,10
593281,1,229,45,45,44,11,3,0,11,9,3,3,2,2,0,0
593290,1,115,21,21,21,1,7,0,3,1,3,1,1,0,4,0
593320,1,546,103,103,101,8,16,8,9,29,14,2,7,0,3,5
593338,1,297,79,79,79,10,21,2,20,4,9,1,2,6,3,1
593346,1,471,79,79,79,5,8,6,19,21,3,1,4,0,11,1
593371,1,615,127,127,127,10,53,7,12,14,14,8,4,0,3,2
593389,1,225,45,45,44,2,1,0,10,23,4,0,3,0,0,1
593397,1,526,80,80,78,7,17,4,11,16,10,1,1,2,5,4
593401,1,355,42,42,42,0,4,3,9,18,5,3,0,0,0,0
593419,1,918,164,164,162,19,37,8,36,25,10,7,11,0,7,2
593427,1,351,59,59,59,4,15,7,10,7,10,0,1,2,2,1
593435,1,575,100,100,99,11,13,8,13,19,3,8,8,3,12,1
593443,1,87,10,10,10,1,1,1,4,0,0,1,1,0,0,1
593460,1,258,78,78,77,2,33,1,3,10,15,2,3,1,1,6
593478,1,1208,190,190,188,9,30,13,31,28,25,15,6,8,12,11
593486,1,161,22,22,22,6,6,0,0,5,1,1,1,1,1,0
593494,1,455,87,87,87,4,15,9,15,19,9,5,3,3,3,2
593494,2,58,18,18,17,1,1,2,4,1,4,1,2,1,0,0
593508,1,594,131,131,127,6,11,12,35,23,14,10,8,1,1,6
593508,2,768,99,99,96,7,16,5,10,35,10,3,5,2,1,2
593516,1,564,96,96,94,10,7,4,12,23,21,7,2,2,2,4
593516,2,369,80,80,79,9,11,10,16,12,11,2,2,1,1,4
593524,1,343,45,45,45,3,3,6,6,10,7,3,0,0,1,6
593532,1,529,92,92,92,10,25,7,14,11,16,0,4,3,0,2
593559,1,324,54,54,54,3,12,5,5,11,7,0,3,1,7,0
593559,2,498,87,86,85,14,23,4,7,7,16,3,3,2,3,3
593559,3,226,53,53,52,4,11,3,6,6,12,1,5,0,3,1
593559,4,864,155,155,155,10,21,13,38,31,14,10,4,4,9,1
593559,5,573,126,126,126,12,10,21,14,16,19,14,1,5,4,10
593559,6,637,88,88,88,13,22,13,10,7,9,7,5,0,1,1
593559,7,438,94,94,94,8,27,8,4,20,10,3,4,1,3,6
593559,8,523,111,111,108,8,36,7,16,15,8,5,3,4,3,3
593559,9,263,63,63,62,8,8,4,8,11,10,1,1,3,6,2
593567,1,491,99,99,99,3,27,3,10,28,6,7,2,2,4,7
593583,1,860,216,216,216,14,81,25,17,34,21,10,0,5,8,1
593583,2,1115,141,141,141,9,27,14,15,29,17,10,0,6,11,3
593583,3,1077,260,260,256,9,63,32,15,39,48,20,4,7,8,11
593583,4,1021,135,135,134,7,29,10,5,37,14,6,3,7,13,3
593583,5,1120,219,218,215,12,36,34,18,37,26,21,8,10,6,7
593591,1,284,39,39,39,4,4,0,10,6,10,0,0,0,2,3
593605,1,416,44,44,43,4,10,1,11,7,2,0,3,0,3,2
593613,1,813,126,126,126,8,41,6,11,23,18,2,3,3,6,5
593621,1,814,184,184,183,6,75,9,25,32,14,10,1,4,0,7
593630,1,253,48,48,47,4,10,1,12,7,4,2,6,0,0,1
593648,1,439,55,55,55,7,4,3,15,11,6,4,1,3,1,0
593656,1,359,43,43,43,3,7,1,2,14,5,2,2,2,1,4
593664,1,562,112,112,112,13,31,8,18,15,12,3,3,2,3,4
593681,1,979,223,223,223,23,56,19,23,33,34,3,17,1,8,6
593699,1,448,73,73,73,5,3,13,9,8,17,5,3,3,2,5
593702,1,215,50,50,50,5,4,2,7,5,15,6,2,2,0,2
545325,1,359,51,51,50,11,1,5,7,12,7,2,1,1,3,0
546941,1,1028,160,160,160,8,19,12,16,30,33,9,8,4,17,4
546941,2,916,105,105,101,8,2,12,16,18,17,6,5,6,8,3
550019,1,162,28,28,28,3,2,0,8,3,9,0,2,0,1,0
550051,1,282,55,55,53,7,16,3,8,8,0,0,1,1,3,6
550078,1,96,48,48,48,1,18,5,5,1,10,0,6,0,2,0
550086,1,200,22,22,21,3,3,1,1,4,3,1,3,0,1,1
550841,1,50,13,13,13,2,0,1,4,3,3,0,0,0,0,0
555231,1,938,149,149,149,12,19,23,23,32,17,6,3,2,9,3
587729,1,1059,140,140,138,13,14,13,19,11,29,16,1,4,7,11
593711,1,867,144,143,141,8,9,15,21,28,34,8,4,1,5,8
593711,2,563,102,102,101,8,10,4,29,18,16,8,0,2,1,5
593711,3,723,141,141,141,15,11,13,20,20,25,12,8,5,6,6
593711,4,646,133,133,129,7,5,14,38,17,12,6,6,4,9,11
593711,5,693,133,133,133,8,8,12,29,24,24,9,9,2,6,2
593711,6,638,159,159,158,10,20,18,18,31,22,16,8,2,10,3
593711,7,551,94,94,94,3,6,9,26,16,12,8,1,4,3,6
593711,8,996,222,222,221,26,35,25,27,39,30,18,6,5,4,6
593711,9,777,118,118,118,8,8,24,9,15,31,9,3,1,5,5
593711,10,993,234,234,232,21,21,25,29,54,36,14,8,12,7,5
593711,11,1312,277,277,271,5,47,26,31,35,57,23,16,5,17,9
593711,12,1172,176,176,176,16,15,29,10,18,33,11,8,2,24,10
593711,13,945,107,107,107,18,9,8,20,11,12,1,10,3,6,9
593711,14,133,20,20,20,4,3,0,1,3,8,0,1,0,0,0
593711,15,356,47,47,47,2,12,6,1,7,11,3,1,0,3,1
593711,16,957,174,173,169,9,26,26,17,11,31,24,3,5,7,10
593711,17,582,85,85,85,6,26,7,8,9,12,6,0,1,4,6
593711,18,1383,102,102,101,9,19,17,10,11,15,4,6,2,5,3
593711,19,692,83,83,82,4,9,11,11,13,17,6,0,2,4,5
593711,20,774,121,121,120,14,11,15,11,17,12,10,9,9,3,9
593711,21,904,186,186,184,20,22,16,41,28,24,8,3,6,6,10
593711,22,755,148,148,147,11,13,15,35,32,20,3,4,6,4,4
593711,23,831,193,193,192,8,30,15,35,41,30,15,0,5,4,9
593711,24,819,132,132,131,5,17,19,16,16,22,11,10,3,7,5
593711,25,795,142,142,142,8,9,11,16,33,30,10,5,11,9,0
593711,26,888,160,160,160,29,13,16,12,16,30,14,16,5,1,8
593711,27,294,73,73,72,9,11,7,4,15,14,3,2,1,2,4
593711,28,902,145,145,142,8,13,12,16,30,26,6,7,4,14,6
593711,29,802,111,111,107,7,9,14,16,22,15,2,3,5,8,6
593711,30,1025,136,136,136,9,16,12,27,19,15,12,5,3,13,5
593711,31,789,122,122,120,8,9,5,21,30,22,5,6,4,7,3
593711,32,796,95,95,94,10,5,4,28,20,16,3,2,1,1,4
593711,33,618,112,112,110,16,7,7,35,25,12,3,1,1,1,2
593711,34,971,132,132,132,21,6,15,22,11,29,4,4,5,5,10
593711,35,239,36,36,36,3,4,2,2,3,7,7,3,0,4,1
593711,36,94,20,20,20,2,0,1,4,10,3,0,0,0,0,0
593711,37,290,50,50,49,7,0,16,21,0,0,4,1,0,0,0
593711,38,135,30,30,30,2,9,3,1,7,4,1,1,1,1,0
593729,1,210,51,51,48,4,18,1,6,10,7,1,1,0,0,0
593737,1,158,35,35,35,2,16,1,2,7,2,2,1,0,0,2
593737,2,67,11,11,11,1,3,0,0,3,3,1,0,0,0,0
593737,3,101,11,11,11,1,2,0,0,1,5,0,2,0,0,0
593745,1,160,42,42,40,7,12,4,1,7,3,0,2,2,1,1
593753,1,124,34,34,34,1,4,5,3,5,9,6,1,0,0,0
593761,1,70,21,21,20,0,1,1,4,1,10,0,2,1,0,0
593770,1,995,146,146,143,8,27,15,16,15,31,8,5,0,6,12
593788,1,515,85,85,85,5,8,8,13,13,18,8,4,0,5,3
593796,1,151,12,12,12,2,0,2,4,0,4,0,0,0,0,0
593800,1,320,46,46,46,2,6,1,13,8,6,1,6,2,0,1
593818,1,115,31,31,31,7,0,5,2,3,10,0,0,0,1,3
593826,1,1195,120,120,119,24,5,7,26,20,10,13,4,6,1,3
593842,1,611,52,51,50,5,8,7,5,5,10,1,2,1,4,2
593851,1,434,80,80,80,4,19,5,10,7,14,4,2,1,10,4
593869,1,281,51,51,51,2,14,0,8,11,6,3,2,0,4,1
593877,1,183,31,31,31,8,1,0,3,7,5,0,5,0,0,2
593885,1,79,20,20,20,1,4,0,6,3,1,3,0,0,0,2
593893,1,123,34,34,34,3,4,3,4,3,17,0,0,0,0,0
593907,1,272,40,40,39,3,1,0,9,13,4,1,1,2,3,2
593923,1,230,53,53,52,4,12,2,9,7,9,0,6,0,2,1
593931,1,323,66,66,66,3,18,6,13,8,11,3,0,0,1,3
593958,1,123,49,49,48,8,2,4,10,7,5,0,4,2,1,5
593966,1,397,81,81,81,6,40,8,7,5,9,3,2,1,0,0
593974,1,623,92,92,92,15,14,3,11,18,11,3,7,1,4,5
593982,1,412,45,45,44,6,9,2,7,8,7,3,1,0,0,1
593991,1,351,46,46,45,3,2,2,16,4,6,4,2,0,4,2
594008,1,123,15,15,15,1,6,0,1,1,4,0,2,0,0,0
594016,1,172,34,34,34,4,11,5,2,2,5,0,3,0,2,0
594024,1,274,30,30,30,3,5,2,6,4,6,2,0,0,2,0
594032,1,1118,112,112,112,33,7,5,10,22,19,4,3,4,1,4
594041,1,650,94,94,93,13,7,14,15,17,14,3,2,2,4,2
594059,1,279,52,52,52,6,10,4,10,5,10,2,0,3,2,0
594067,1,1398,157,157,157,14,27,7,13,20,43,7,12,3,2,9
594075,1,180,16,16,16,1,3,2,3,3,3,1,0,0,0,0
594075,2,46,10,10,10,1,2,3,1,1,0,0,0,2,0,0
594083,1,255,35,35,35,5,9,0,6,7,4,0,3,0,1,0
594091,1,517,87,87,86,7,30,3,17,11,9,1,2,1,4,1
594105,1,228,53,53,53,4,24,1,9,5,9,0,1,0,0,0
594113,1,1209,159,159,159,13,14,9,49,21,24,10,11,1,2,5
594121,1,372,57,57,54,6,9,5,11,10,3,1,5,2,1,1
594130,1,692,52,52,52,4,0,1,16,13,5,3,5,1,2,2
594148,1,745,71,71,71,4,14,1,11,12,18,1,7,1,0,2
594156,1,1341,137,137,136,12,20,15,18,25,26,4,6,2,6,2
594156,2,1331,197,197,197,14,17,22,42,19,50,8,12,4,6,3
594164,1,97,32,32,31,5,1,2,4,8,3,2,0,0,0,6
594172,1,411,72,72,70,8,12,2,7,19,14,0,2,1,4,1
594181,1,368,58,58,58,6,29,2,1,5,10,2,1,0,0,2
594199,1,1007,102,102,102,16,3,9,12,19,16,1,8,4,12,2
594202,1,955,186,186,181,12,33,9,39,22,28,8,6,10,9,5
594211,1,625,132,132,129,12,57,16,13,4,12,2,4,4,5,0
594229,1,350,54,54,54,6,3,5,20,3,3,5,2,1,1,5
594237,1,119,30,30,30,1,7,0,9,2,8,2,0,1,0,0
594253,1,148,32,32,32,3,2,2,5,6,3,2,3,2,0,4
594261,1,424,61,61,61,5,3,6,18,5,15,5,3,0,0,1
594270,1,410,59,59,59,7,6,0,26,6,9,0,4,0,1,0
594288,1,104,33,33,33,6,9,1,1,0,10,2,0,2,0,2
594296,1,122,24,24,23,2,0,0,6,3,5,1,2,0,1,3
594300,1,762,149,149,148,10,22,9,20,17,33,13,3,9,8,4
594318,1,123,35,35,35,4,12,3,10,1,2,0,1,0,0,2
594326,1,180,32,32,32,7,3,0,6,4,5,1,4,1,1,0
594334,1,383,41,41,41,7,4,4,4,7,10,0,3,0,2,0
594342,1,218,47,47,45,2,8,1,10,8,13,1,0,1,0,1
594351,1,159,43,43,43,1,8,2,5,8,9,0,8,1,1,0
594369,1,399,31,31,31,3,6,0,8,1,1,4,3,2,0,3
594385,1,57,22,22,22,3,2,0,4,10,1,1,0,1,0,0
594393,1,214,45,45,45,5,2,8,5,8,12,0,3,0,2,0
594407,1,285,44,44,44,5,3,2,5,17,9,1,1,0,1,0
594415,1,382,71,71,71,6,19,7,4,0,14,13,2,1,2,3
594423,1,151,20,20,19,6,3,0,1,3,0,1,2,0,2,1
594431,1,498,81,81,81,2,20,4,13,11,20,1,3,0,4,3
594440,1,177,21,21,20,1,1,1,3,2,5,2,1,1,3,0
594458,1,638,87,87,87,7,10,15,6,14,19,5,3,3,1,4
594458,2,546,88,88,87,6,7,20,7,11,11,7,2,4,6,6
594458,3,568,96,96,94,3,5,17,14,22,13,12,2,1,1,4
594458,4,545,69,69,69,6,7,7,16,7,13,3,2,0,1,7
594458,5,110,11,11,10,0,1,0,2,2,1,2,1,0,1,0
594466,1,296,64,64,62,6,14,5,8,3,14,1,3,0,6,2
594474,1,203,44,44,44,4,24,1,6,1,3,1,1,1,1,1
594482,1,783,142,142,140,12,28,8,26,23,16,13,2,1,5,6
594482,2,963,228,228,227,26,36,22,42,37,32,11,2,8,9,2
594482,3,589,103,103,102,11,10,11,4,24,19,9,3,1,5,5
594482,4,771,122,122,122,7,24,12,28,12,19,10,6,1,2,1
594482,5,622,74,74,74,3,10,11,12,8,11,7,0,2,3,7
594482,6,669,94,94,94,7,17,13,15,10,12,10,2,2,2,4
594482,7,157,29,29,29,2,4,1,10,4,2,0,2,0,4,0
594482,8,337,47,47,47,3,5,7,7,10,9,4,0,0,1,1
594512,1,165,23,23,23,3,0,2,7,4,0,0,3,2,0,2
594521,1,79,17,17,17,3,7,0,1,4,1,0,0,0,1,0
594555,1,417,53,53,53,12,7,0,12,5,11,1,5,0,0,0
594563,1,909,115,115,115,14,9,10,22,26,19,10,0,1,1,3
594571,1,550,57,57,57,10,9,6,7,11,5,3,4,0,1,1
594580,1,68,20,20,20,3,0,1,5,1,3,0,2,0,0,5
594598,1,82,24,24,24,1,2,2,4,6,5,0,0,2,1,1
594601,1,377,114,114,113,9,45,11,10,19,9,2,3,1,1,3
594610,1,299,49,49,49,4,18,5,8,6,5,1,0,1,0,1
594628,1,383,94,94,94,8,26,3,20,13,10,2,8,0,2,2
594636,1,50,20,20,20,2,1,2,5,5,3,0,1,0,0,1
594644,1,142,27,27,26,7,2,1,7,4,3,0,1,1,0,0
594652,1,82,13,13,13,2,0,0,5,2,4,0,0,0,0,0
594679,1,613,112,112,111,11,27,6,12,7,29,5,6,1,4,3
594687,1,255,22,22,22,6,0,0,2,6,3,1,0,2,0,2
594695,1,86,23,23,21,2,1,1,5,2,4,0,6,0,0,0
594709,1,651,117,117,117,12,22,10,23,12,25,3,6,1,3,0
594725,1,303,53,53,52,2,12,4,10,6,10,1,1,2,0,4
594733,1,155,29,29,28,3,4,3,3,1,6,5,3,0,0,0
594741,1,85,11,11,11,1,1,0,5,1,1,0,2,0,0,0
594750,1,333,74,74,73,9,19,6,7,7,14,3,5,0,2,1
594768,1,430,98,98,97,12,45,10,9,3,1,7,1,1,3,5
594776,1,207,51,51,50,1,9,0,19,6,12,0,0,0,2,1
594784,1,367,47,47,47,15,5,1,3,12,5,1,1,0,3,1
594792,1,118,30,30,29,7,2,4,8,2,0,1,4,0,1,0
594806,1,186,20,20,19,4,4,0,2,3,4,0,0,0,0,2
594814,1,191,20,20,20,0,2,0,8,3,3,0,3,0,1,0
594822,1,840,58,58,58,9,6,2,4,15,8,0,7,2,2,3
594831,1,149,24,24,23,2,2,0,11,2,4,0,1,1,0,0
594849,1,392,54,54,54,6,2,2,7,7,13,8,3,0,2,4
594865,1,135,22,22,22,7,2,0,8,2,0,0,1,0,0,2
594873,1,1202,134,134,133,13,18,6,30,22,17,9,3,3,7,5
594881,1,946,115,115,112,9,4,8,36,19,15,7,5,0,6,3
594890,1,511,52,52,52,2,5,4,17,9,6,6,2,0,0,1
594911,1,502,85,85,85,8,18,5,16,20,7,4,2,0,1,4
594920,1,1115,138,138,138,6,24,8,15,21,31,5,10,2,7,9
594938,1,363,74,74,74,11,22,2,14,3,9,2,2,2,4,3
594938,2,65,16,16,15,2,5,1,3,0,1,0,3,0,0,0
594946,1,458,68,68,67,5,25,4,13,8,0,1,4,2,4,1
594954,1,102,25,25,24,7,2,4,1,3,2,2,0,0,2,1
594971,1,454,72,72,71,9,24,11,13,3,5,2,3,0,0,1
594989,1,161,32,32,32,2,4,2,7,3,6,3,0,1,3,1
594997,1,318,52,52,51,4,12,0,7,8,15,0,3,0,2,0
595004,1,333,60,60,60,11,4,3,16,11,8,1,0,0,6,0
595012,1,73,18,18,18,3,4,0,5,0,5,0,0,1,0,0
595021,1,977,168,168,168,4,51,15,18,14,22,27,8,1,2,6
595039,1,323,33,33,33,5,6,5,4,2,7,0,1,0,3,0
595047,1,698,125,125,125,17,28,17,19,15,15,6,3,0,5,0
595055,1,574,89,89,88,8,24,9,8,8,17,5,2,1,3,3
595063,1,62,28,28,27,1,10,1,3,4,6,0,0,1,1,0
595071,1,918,133,133,133,17,42,9,15,18,11,4,5,1,4,7
595080,1,203,40,40,39,2,25,1,2,2,3,2,2,0,0,0
595098,1,706,126,126,126,8,18,17,19,30,14,2,2,1,7,8
595101,1,225,44,44,44,3,8,2,6,5,9,1,1,0,3,6
595110,1,243,62,62,61,4,11,1,14,16,5,1,2,0,6,1
595128,1,772,88,88,88,2,30,8,10,10,16,2,1,4,3,2
595128,2,95,6,6,5,0,0,1,3,1,0,0,0,0,0,0
595136,1,133,23,23,23,3,3,4,1,3,5,3,0,0,0,1
595144,1,85,22,22,22,6,2,1,2,3,4,1,1,0,0,2
595152,1,163,29,29,28,3,7,0,2,3,6,0,4,0,1,2
595161,1,43,21,21,21,4,0,3,1,3,3,7,0,0,0,0
595179,1,223,34,34,34,2,3,2,6,10,4,2,1,1,3,0
595187,1,254,54,54,54,7,18,3,6,4,4,2,8,0,1,1
595195,1,207,60,60,60,2,8,4,9,4,17,6,4,0,4,2
523917,1,665,98,98,98,6,2,14,10,13,25,5,8,3,8,4
523917,2,494,66,66,66,9,16,3,7,4,9,3,7,2,5,1
523917,3,373,55,55,55,8,4,11,2,3,16,2,2,2,2,3
524891,1,720,101,101,101,7,12,6,23,24,14,5,6,3,1,0
525227,1,207,26,26,26,1,13,2,1,2,2,3,0,1,1,0
533491,1,497,46,46,46,1,4,6,9,5,11,1,1,1,6,1
536148,1,1130,174,174,173,15,23,9,24,37,28,12,4,7,6,8
536148,2,978,130,130,128,14,7,5,17,48,22,3,4,5,0,3
536148,3,249,34,34,34,1,1,1,12,3,5,1,5,0,4,1
536385,1,317,78,78,78,13,6,14,8,12,10,4,1,0,6,4
536385,2,682,140,140,138,9,17,13,9,28,24,10,6,10,4,8
536385,3,1212,178,178,172,14,10,9,22,52,26,9,10,0,5,15
536385,4,1478,148,148,147,23,4,15,20,42,21,5,7,5,0,5
536385,5,533,96,96,95,8,4,10,17,19,13,5,6,3,5,5
536385,6,1026,152,152,152,14,15,13,19,34,22,9,8,3,7,8
536385,7,907,161,161,159,9,12,9,22,37,28,8,10,7,12,5
536385,8,1088,194,194,193,13,13,15,22,49,35,15,8,5,13,5
536385,9,770,97,97,97,7,5,4,17,30,12,7,5,3,2,5
536385,10,1128,227,227,223,11,13,24,15,54,65,7,9,3,10,12
536385,11,560,57,57,57,6,1,5,9,17,10,2,2,1,3,1
540030,1,1409,199,199,198,18,13,11,29,33,39,20,11,5,7,12
540030,2,571,77,76,76,6,6,7,15,19,8,8,3,1,3,0
540382,1,1857,258,257,251,27,35,2,48,51,49,12,16,4,2,5
540382,2,333,47,47,47,6,4,3,11,10,8,1,1,0,2,1
540684,1,830,96,96,95,14,11,4,13,24,13,1,7,1,5,2
541036,1,524,24,24,24,0,2,1,7,6,3,2,2,1,0,0
541117,1,583,76,76,75,3,10,4,13,25,9,2,6,1,0,2
541214,1,415,73,73,73,11,16,4,7,15,10,1,4,0,3,2
541249,1,1037,108,106,104,11,9,23,14,26,10,2,2,3,1,3
541303,1,1085,121,121,119,13,17,4,15,33,22,3,7,0,2,3
541346,1,329,39,39,39,4,6,1,3,4,4,1,7,8,1,0
541575,1,874,119,119,116,12,6,2,26,31,18,3,11,2,2,3
541575,2,167,21,21,21,3,1,1,12,2,2,0,0,0,0,0
553301,1,176,49,49,48,4,4,1,5,10,11,5,3,1,2,2
553301,2,117,17,17,16,1,3,2,2,6,1,0,1,0,0,0
553468,1,645,56,56,55,6,0,9,5,7,18,2,4,1,2,1
553484,1,626,97,97,97,4,15,10,29,20,10,3,3,1,0,2
557218,1,359,77,77,64,11,16,2,8,12,6,4,0,3,2,0
569330,1,145,26,26,26,1,2,1,0,5,6,5,0,1,4,1
569356,1,899,127,127,124,20,8,8,9,38,17,6,7,0,4,7
569356,2,1105,111,111,110,12,27,7,9,27,14,0,5,3,2,4
569453,1,453,49,49,48,9,0,4,8,14,6,0,5,1,1,0
597996,1,926,125,125,121,17,8,4,23,25,17,6,4,1,7,9
597996,2,702,115,115,113,8,5,7,13,30,23,11,7,1,4,4
597996,3,757,139,139,136,13,6,12,21,50,13,7,4,4,3,3
597996,4,597,94,94,94,7,12,8,6,29,14,5,6,0,5,2
597996,5,264,28,28,28,7,1,9,3,2,4,2,0,0,0,0
597996,6,37,6,6,6,0,0,0,0,1,2,0,1,0,1,1
597996,7,69,20,20,20,5,1,0,4,1,1,4,3,0,1,0
500496,1,547,116,116,116,16,16,13,7,17,18,7,3,5,9,5
500496,2,3636,119,119,119,13,12,21,8,14,14,12,6,5,7,7
500496,3,510,144,144,143,10,37,25,2,14,16,11,4,7,5,12
500496,4,749,183,183,182,16,25,38,6,18,41,17,4,4,6,7
500496,5,561,163,163,162,13,43,26,5,12,12,9,0,20,12,10
500496,6,514,113,113,113,6,18,23,4,12,19,10,4,8,4,5
500496,7,858,251,251,251,24,19,53,10,26,20,39,7,19,15,19
500496,8,844,219,219,217,13,21,40,9,15,51,24,4,15,11,14
500496,9,689,173,171,171,10,18,37,18,15,25,11,5,13,11,8
500496,10,796,190,190,188,8,25,35,18,33,26,16,2,6,5,14
500496,11,583,154,154,152,12,26,16,11,26,32,12,2,6,5,4
500496,12,909,214,214,214,11,24,41,21,34,40,13,2,7,10,11
500496,13,650,172,172,172,22,15,26,18,21,25,16,7,8,7,7
500496,14,791,141,141,141,12,26,28,9,18,16,10,3,6,6,7
500496,15,736,163,163,163,11,17,31,10,21,25,13,6,13,8,8
500496,16,911,166,166,165,13,9,24,11,31,28,18,1,7,11,12
500496,17,1030,247,247,246,17,35,29,49,24,36,25,4,11,10,6
500496,18,858,180,180,178,17,23,26,13,19,33,13,4,13,4,13
500496,19,744,131,131,131,13,11,22,5,19,18,17,4,13,8,1
500496,20,1231,311,311,308,19,32,47,38,53,49,14,10,13,12,21
500496,21,1024,178,177,176,21,15,30,19,36,26,9,5,5,5,5
500496,22,1536,457,451,451,25,40,112,18,57,74,44,10,22,23,26
500496,23,935,245,244,243,24,16,29,16,52,51,19,6,8,14,8
500496,24,427,75,75,73,9,6,6,9,12,14,8,4,1,2,2
500496,25,1277,162,162,160,8,12,21,18,28,31,10,5,7,11,9
500496,26,987,151,151,150,16,11,20,15,23,23,6,8,6,10,12
500496,27,673,128,127,127,12,8,15,11,28,28,9,4,5,3,4
500496,28,598,96,96,96,9,17,11,7,17,8,13,2,2,7,3
500496,29,706,136,136,134,9,13,15,25,25,17,10,0,5,4,11
500496,30,1170,243,242,241,16,23,43,21,32,47,35,1,7,8,8
500496,31,1041,241,241,237,14,23,47,20,49,34,18,6,3,13,10
500496,32,680,162,162,162,14,12,32,16,29,30,13,2,0,7,7
500496,33,838,197,197,194,20,21,23,19,37,31,17,4,3,15,4
500496,34,901,170,170,167,16,20,28,18,20,25,16,7,5,8,4
500496,35,1709,372,372,372,29,38,60,38,62,71,23,12,12,9,18
500496,36,835,148,147,147,13,8,10,13,34,32,8,9,4,7,9
500496,37,1042,216,216,215,18,18,35,21,34,45,12,6,10,10,6
500496,38,286,50,50,50,2,4,2,2,9,10,13,2,1,0,5
500496,39,773,122,122,121,7,5,5,20,27,26,8,3,9,6,5
500496,40,775,145,145,144,20,12,18,17,29,26,2,4,4,8,4
500496,41,817,130,130,128,12,7,15,14,24,23,10,10,0,5,8
500496,42,920,169,169,168,11,28,24,18,30,31,3,5,1,9,8
500496,43,923,167,167,165,12,10,20,16,35,29,8,6,2,17,10
500496,44,967,126,126,123,10,6,14,16,32,24,5,0,3,7,6
500496,45,1548,285,285,285,23,26,29,27,61,47,12,8,15,19,18
500496,46,1645,258,258,254,19,24,36,15,34,62,21,8,2,20,13
500496,47,1172,221,221,218,13,18,24,25,33,52,14,10,11,11,7
500496,48,940,145,145,143,15,17,22,8,25,24,12,4,5,5,6
500496,49,880,129,129,128,4,11,13,19,23,22,9,3,1,8,15
500496,50,867,152,152,152,6,19,30,14,26,22,6,4,8,9,8
500496,51,1362,185,185,183,14,11,45,10,27,27,12,5,11,7,14
500496,52,1686,316,316,314,27,28,59,33,46,56,23,7,10,12,13
500496,53,794,138,138,136,15,10,26,21,18,18,6,2,5,8,7
500496,54,342,48,48,47,2,1,5,3,4,9,9,3,2,5,4
500496,55,1770,245,244,240,16,38,26,23,34,42,20,9,15,5,12
500496,56,656,114,114,114,9,15,24,11,12,20,7,3,6,4,3
500496,57,535,137,137,136,3,4,18,12,33,28,14,2,8,12,2
500496,58,901,200,200,200,16,24,16,22,38,44,13,5,7,9,6
500496,59,653,153,153,153,16,20,21,19,19,21,9,1,9,11,7
500496,60,720,181,181,181,12,28,16,21,29,35,16,2,6,10,6
500496,61,869,184,184,184,13,40,27,6,15,31,12,8,6,10,16
500496,62,693,155,154,153,11,24,28,13,12,33,10,5,2,9,6
500496,63,570,129,129,128,15,22,17,10,18,21,4,1,8,6,6
500496,64,371,53,53,53,3,6,9,3,7,10,3,1,2,2,7
500496,65,929,104,104,104,6,6,15,10,14,24,11,3,0,6,9
500496,66,969,171,171,171,18,18,25,21,23,27,13,7,5,10,4
500496,67,914,123,123,121,10,16,19,16,18,21,8,6,4,2,1
500496,68,939,173,173,171,17,14,28,11,26,32,13,4,11,12,3
500496,69,1057,207,207,207,17,17,41,20,28,40,12,5,12,7,8
500496,70,1543,213,212,211,23,12,30,23,37,29,9,9,12,16,11
500496,71,1047,209,209,209,9,13,39,17,36,37,8,8,11,15,16
500496,72,830,213,213,212,22,14,50,11,19,34,17,6,10,19,10
500496,73,869,175,175,173,12,19,26,16,23,26,16,3,10,11,11
500496,74,1004,225,225,222,28,25,16,28,51,24,24,9,5,4,8
500496,75,938,183,182,182,21,13,28,23,30,24,7,9,11,7,9
500496,76,645,188,188,188,6,20,30,21,23,39,9,7,14,9,10
500496,77,867,162,162,159,9,18,26,16,13,21,17,5,5,13,16
500496,78,767,152,152,152,9,21,35,7,21,18,14,5,8,5,9
500496,79,974,248,248,246,23,18,49,18,35,44,14,6,14,9,16
500496,80,909,179,179,177,6,13,29,16,37,24,17,1,15,12,7
500496,81,1057,154,154,152,11,12,11,20,27,33,6,5,11,5,11
500496,82,1067,143,143,140,15,9,24,24,14,17,16,7,5,6,3
500496,83,961,165,165,165,20,17,27,8,19,26,17,5,5,9,12
500496,84,616,160,159,158,11,39,20,8,13,26,13,4,13,8,3
500496,85,576,114,114,112,13,10,11,10,15,31,3,3,6,1,9
500496,86,248,66,66,66,1,10,15,9,18,6,1,0,2,1,3
500496,87,880,157,157,157,8,14,29,9,29,29,13,7,7,4,8
500496,88,379,80,80,80,5,2,15,5,4,18,2,2,8,5,14
500496,89,1328,246,246,246,16,27,41,26,26,36,20,8,15,18,13
500526,1,1721,211,211,207,15,23,24,28,36,34,12,14,8,9,4
500623,1,146,19,19,19,4,2,3,4,3,1,0,1,0,0,1
500623,2,111,22,22,22,2,11,1,1,1,1,0,0,0,0,5
500623,3,121,19,19,19,2,4,2,1,5,3,0,2,0,0,0
500623,4,69,9,9,9,1,1,1,0,0,5,1,0,0,0,0
500623,5,229,45,45,45,4,4,2,5,10,8,3,5,1,1,2
500623,6,162,11,11,11,4,0,0,4,2,1,0,0,0,0,0
500623,7,91,10,10,9,0,2,0,3,0,3,0,1,0,0,0
500801,1,485,74,74,74,8,10,8,12,10,10,3,8,2,2,1
500852,1,2082,301,301,300,25,50,40,30,28,63,13,15,17,12,7
500861,1,504,91,91,90,12,21,6,10,11,13,0,2,4,6,5
500861,2,60,14,14,14,3,1,2,0,3,4,1,0,0,0,0
500861,3,85,13,13,13,3,0,1,5,0,0,1,0,2,0,1
500861,4,160,15,15,15,1,0,1,1,2,5,0,0,2,3,0
500861,5,83,18,18,18,4,2,4,3,3,1,0,1,0,0,0
500861,6,113,15,15,15,2,4,2,2,0,2,3,0,0,0,0
500861,7,98,20,20,20,3,2,0,0,7,4,0,0,0,4,0
500861,8,72,11,11,11,1,1,4,1,4,0,0,0,0,0,0
500861,9,113,26,26,24,2,5,5,2,6,3,0,0,0,0,1
500879,1,604,101,101,101,6,2,9,18,15,23,15,7,1,1,4
501476,1,633,90,90,89,10,6,6,21,13,7,14,5,2,3,2
501476,2,813,114,114,113,15,11,11,19,22,14,7,3,2,5,4
501476,3,137,16,16,16,2,0,2,4,1,4,0,1,2,0,0
501646,1,1653,322,322,322,29,30,60,18,40,60,24,14,11,15,21
501646,2,221,31,31,31,5,2,1,3,7,6,1,1,0,1,4
501646,3,182,38,38,38,3,3,5,10,4,4,0,1,1,1,6
501751,1,743,88,88,87,6,8,6,13,20,11,7,2,5,3,6
501751,2,308,60,60,60,2,10,5,12,9,8,1,7,0,3,3
501751,3,227,58,58,58,3,10,8,8,10,4,6,5,1,2,1
501751,4,132,27,27,26,2,5,1,4,4,8,2,0,0,0,0
501794,1,1250,179,179,179,22,36,8,19,32,31,7,7,6,6,5
501841,1,1206,143,143,143,7,12,23,13,25,27,5,7,6,7,11
502146,1,1468,235,235,233,17,31,18,30,64,33,9,7,6,4,14
502146,2,587,63,63,62,8,4,5,13,11,11,3,0,2,2,3
502146,3,1266,112,112,112,11,6,7,22,25,10,11,7,4,5,4
502146,4,230,38,38,38,9,0,4,4,4,6,3,0,2,4,2
502235,1,1295,179,179,179,25,14,19,13,22,33,21,4,9,11,8
502405,1,495,80,80,80,6,18,11,0,4,13,5,8,3,8,4
502545,1,954,142,142,139,9,14,12,19,22,31,6,14,4,2,6
502545,2,954,136,136,134,12,25,14,11,20,33,7,1,6,3,2
502839,1,604,122,122,121,10,24,6,19,16,14,8,8,3,10,3
503142,1,472,68,68,67,1,3,16,12,15,4,3,2,5,2,4
503304,1,685,136,136,136,10,27,14,20,15,17,8,6,9,3,7
503444,1,1278,140,140,140,11,9,16,15,28,23,9,13,5,5,6
503444,2,711,113,113,113,9,9,5,24,17,21,12,8,0,1,7
503444,3,988,125,125,123,7,13,14,18,32,25,5,6,1,1,1
503444,4,1126,214,214,214,17,32,28,35,36,29,12,11,3,6,5
503444,5,1248,152,152,148,13,12,14,33,35,19,7,4,2,6,3
503444,6,414,66,65,65,8,1,11,4,17,8,5,2,1,6,2
503444,7,241,47,47,45,1,5,6,15,3,5,3,3,0,1,3
503444,8,206,27,27,27,5,1,2,10,2,3,0,3,1,0,0
503444,9,85,23,23,23,3,1,5,0,5,0,6,2,1,0,0
503444,10,392,62,62,62,2,9,4,7,4,14,6,5,3,3,5
503444,11,188,28,28,28,0,3,1,3,8,4,4,0,2,1,2
503444,12,293,55,55,55,6,12,3,4,6,11,0,2,1,1,9
503444,13,184,22,22,22,3,1,2,4,5,6,0,0,0,1,0
503444,14,159,52,52,52,4,12,0,8,13,6,2,4,2,0,1
503444,15,325,66,66,66,5,12,5,6,5,20,5,0,2,1,5
503444,16,154,40,40,40,6,2,0,2,17,7,2,2,0,1,1
503444,17,110,18,18,18,1,10,0,3,0,2,0,0,0,0,2
503622,1,421,69,69,68,3,18,6,13,8,6,4,0,0,8,2
503622,2,121,22,22,22,2,9,3,1,3,4,0,0,0,0,0
503622,3,66,1,1,1,0,0,0,1,0,0,0,0,0,0,0
503622,4,82,23,23,23,1,4,3,5,3,5,0,1,0,0,1
503657,1,837,139,139,136,6,15,26,14,24,23,10,3,8,2,5
503657,2,503,82,82,82,5,7,4,13,27,14,4,3,2,2,1
503657,3,730,81,81,81,7,7,1,3,17,18,4,13,3,3,5
503657,4,568,103,103,103,5,11,14,15,26,12,5,4,8,2,1
503738,1,951,148,148,148,11,22,8,12,26,17,5,12,4,7,24
503941,1,377,50,50,49,9,5,5,4,6,8,1,5,1,1,4
503941,2,84,25,25,24,6,0,0,7,8,2,0,1,0,0,0
503941,3,168,19,19,19,1,1,1,2,4,5,1,3,1,0,0
503941,4,89,18,18,18,4,0,1,4,5,3,0,0,0,0,1
503941,5,102,17,17,17,0,0,5,0,5,2,1,2,1,0,1
504246,1,440,48,48,48,1,6,10,2,9,8,2,3,0,2,5
504246,2,197,29,29,29,3,1,3,11,7,1,0,2,0,0,1
504441,1,818,154,154,153,9,35,24,35,18,23,4,0,0,4,1
504441,2,281,58,58,58,7,11,6,7,9,6,1,5,0,3,3
504441,3,106,16,16,16,1,0,1,1,5,5,1,2,0,0,0
504505,1,859,155,155,154,8,25,15,20,17,30,11,3,4,7,14
504505,2,702,99,99,99,5,16,15,11,12,13,13,3,6,1,4
504505,3,95,16,16,16,3,7,1,1,1,0,1,0,0,1,1
504785,1,1026,127,127,127,18,18,13,10,25,14,4,9,3,3,10
505013,1,243,41,41,41,3,1,4,10,11,6,1,3,2,0,0
505013,2,789,127,127,125,11,11,14,15,25,27,5,9,1,1,6
505081,1,1114,219,219,216,15,37,35,44,27,28,10,7,5,3,5
505081,2,176,44,44,44,6,12,3,3,4,14,1,0,1,0,0
505081,3,210,40,40,40,5,5,5,8,9,2,4,0,0,0,2
505111,1,977,170,170,170,17,20,14,11,32,33,17,7,3,10,6
505111,2,300,43,43,43,9,2,3,11,10,2,1,2,2,0,1
505161,1,462,55,55,53,5,1,6,8,18,10,0,1,3,1,0
505161,2,949,165,165,165,15,25,14,16,29,31,9,4,4,9,9
505161,3,1023,104,104,104,16,22,10,12,10,9,2,6,6,3,8
505161,4,363,47,47,47,6,18,3,4,6,8,0,1,0,1,0
505188,1,1219,190,190,188,11,40,40,14,19,27,7,6,3,9,12
505188,2,1031,108,108,108,8,6,14,12,24,20,7,5,1,5,6
505188,3,925,177,177,176,13,18,8,17,47,28,5,15,7,11,7
505188,4,1037,173,173,170,15,15,13,15,39,32,13,11,2,7,8
505188,5,1359,206,206,204,18,14,15,31,63,22,14,15,3,5,4
505188,6,716,137,137,137,9,24,9,18,25,25,9,6,2,6,4
505188,7,1919,177,177,176,12,24,18,20,25,27,20,9,6,11,4
505188,8,1359,220,220,217,13,16,23,26,42,42,16,13,6,10,10
505188,9,1232,168,168,168,11,16,12,25,29,24,12,9,13,7,10
505188,10,114,14,14,14,2,0,0,4,1,2,3,1,0,0,1
505188,11,76,20,20,20,3,3,2,1,2,4,0,3,0,1,1
505188,12,152,29,29,29,5,3,1,3,9,3,2,1,0,0,2
505188,13,78,13,13,13,0,1,0,4,4,2,0,1,0,0,1
505218,1,1147,116,115,111,5,16,13,14,15,22,15,4,2,1,4
505218,2,253,50,50,50,8,0,0,15,9,6,8,2,0,1,1
505269,1,583,98,98,98,4,27,10,3,12,14,14,5,1,5,3
505269,2,179,31,31,28,1,10,6,1,3,5,0,0,0,1,1
505269,3,319,69,69,68,3,21,7,6,2,9,2,0,2,10,6
505293,1,1200,203,203,201,16,35,19,26,26,37,13,10,2,5,12
505293,2,160,54,54,54,5,5,4,7,10,11,5,2,0,1,4
505293,3,170,29,29,29,3,3,1,8,5,4,2,3,0,0,0
505366,1,848,125,125,124,10,7,11,9,30,31,7,5,3,5,6
505366,2,117,29,29,29,1,9,0,2,5,7,0,1,2,0,2
505366,3,70,24,24,22,0,6,3,5,5,2,1,0,0,0,0
505366,4,101,17,17,16,3,3,0,3,1,0,0,2,2,2,0
505366,5,105,7,7,7,0,1,2,0,0,1,0,0,1,1,1
505366,6,96,12,12,11,0,6,0,2,1,2,0,0,0,0,0
505501,1,1126,157,157,157,9,16,9,22,41,38,1,8,5,3,5
505587,1,575,108,108,108,5,5,15,8,17,22,17,7,5,2,5
505587,2,875,93,93,93,4,6,7,11,16,9,20,3,4,3,10
505587,3,1013,197,197,194,9,24,24,17,37,36,20,6,3,8,10
505587,4,890,138,138,138,12,15,10,16,48,6,10,7,4,2,8
505587,5,999,129,129,127,6,6,11,17,31,27,12,5,2,3,7
505587,6,812,125,125,124,13,10,1,16,34,24,17,3,4,2,0
505587,7,857,116,116,116,9,8,9,21,39,12,10,1,3,3,1
505587,8,453,104,104,104,7,14,9,14,26,12,3,7,4,6,2
505587,9,757,117,117,117,10,15,2,27,30,7,10,3,4,4,5
505587,10,1087,153,153,150,11,15,13,16,43,19,4,4,3,12,10
505587,11,341,79,79,79,3,24,6,3,10,16,6,1,0,6,4
505587,12,176,30,30,30,2,4,3,8,0,8,0,3,0,1,1
505587,13,147,18,18,18,2,3,3,3,2,4,0,0,0,0,1
505587,14,103,13,13,12,1,1,1,3,3,3,0,0,0,0,0
505587,15,254,57,57,56,3,4,9,9,4,16,4,0,0,4,3
505587,16,160,11,11,11,1,0,0,1,3,6,0,0,0,0,0
505587,17,97,9,9,9,2,1,0,4,0,0,1,1,0,0,0
505587,18,107,18,18,17,2,2,0,1,2,8,1,0,0,1,0
505609,1,1226,315,315,312,26,29,47,31,51,53,18,12,17,14,14
505609,2,1292,433,432,418,44,59,48,29,32,89,29,22,41,8,17
505650,1,1698,264,264,263,27,50,13,21,47,53,6,6,9,12,19
505650,2,266,48,48,48,3,8,4,6,8,8,0,1,2,0,8
505650,3,212,33,33,32,2,2,6,0,3,8,1,4,4,0,2
505668,1,1022,130,130,128,13,12,17,11,17,32,8,7,3,3,5
505862,1,363,71,71,71,8,25,6,7,13,2,1,4,0,4,1
540005,1,168,19,19,19,2,2,5,0,4,2,1,0,1,2,0
545279,1,400,39,39,39,10,1,4,7,10,1,1,1,1,3,0
546976,1,117,37,37,37,4,4,3,15,0,4,3,2,0,0,2
547018,1,482,78,78,77,10,13,5,12,16,14,4,0,1,0,2
547026,1,802,136,136,134,13,22,19,7,9,32,15,3,2,5,7
547077,1,1050,276,276,274,8,48,49,16,36,51,23,7,13,13,10
547093,1,43,15,15,15,2,0,0,0,2,8,0,0,1,0,2
547123,1,146,25,25,25,7,4,3,1,0,3,0,3,3,1,0
552011,1,555,94,94,92,4,15,6,8,15,17,13,2,1,9,2
552020,1,599,129,129,128,10,12,24,8,17,21,14,2,5,7,8
552038,1,174,35,35,35,7,4,3,0,6,3,2,2,2,2,4
552062,1,157,47,47,47,3,14,4,0,9,9,2,3,0,3,0
552071,1,180,48,48,47,1,23,9,0,7,0,2,0,1,0,4
552089,1,476,111,111,109,8,8,17,5,17,27,3,9,3,5,7
552119,1,1153,153,153,152,14,24,13,27,14,32,10,5,2,1,10
552151,1,967,142,142,140,11,27,34,14,8,20,6,6,2,2,10
552160,1,733,102,102,102,13,22,5,9,16,12,5,7,4,1,8
552178,1,394,73,73,73,4,16,7,4,15,5,15,2,0,2,3
552186,1,1177,164,164,160,26,29,10,14,29,29,6,4,3,4,6
552194,1,164,31,31,31,3,4,0,8,8,0,1,6,0,0,1
552216,1,381,68,68,68,6,8,10,3,9,11,3,5,5,0,8
552232,1,539,100,100,99,9,21,6,7,20,25,2,2,0,3,4
552259,1,187,51,51,51,11,8,1,12,3,9,0,3,2,2,0
552267,1,278,53,53,52,3,18,3,3,7,12,2,2,1,0,1
552305,1,126,19,19,19,1,2,0,1,3,7,0,2,2,1,0
552313,1,257,44,44,44,0,3,7,4,12,3,3,7,0,3,2
552330,1,151,32,32,32,2,5,3,2,6,2,3,3,0,5,1
552348,1,552,65,65,64,2,14,6,8,6,21,0,1,0,0,6
552356,1,375,62,62,62,5,2,8,9,10,15,2,4,1,2,4
552364,1,320,68,68,68,4,9,15,10,7,9,5,1,1,2,5
552372,1,840,121,121,121,9,31,10,9,18,20,7,10,3,4,0
552372,2,200,18,17,16,3,0,0,1,6,3,1,0,2,0,0
552372,3,147,21,21,20,6,0,2,4,3,2,0,2,0,0,1
552372,4,83,26,26,26,0,18,1,2,3,0,0,0,0,2,0
552381,1,656,81,81,80,6,13,23,8,9,9,1,0,1,4,6
552399,1,187,34,34,33,1,14,0,3,3,6,0,0,1,1,4
552402,1,496,112,112,109,1,33,14,4,18,15,9,1,4,3,7
552411,1,1149,135,135,134,9,23,11,21,17,20,8,7,5,2,11
552429,1,158,20,20,20,3,4,0,2,4,2,0,1,2,1,1
552437,1,370,65,65,64,8,8,2,11,6,8,2,8,1,4,6
552445,1,491,65,65,65,6,8,8,7,10,11,5,1,1,2,6
554103,1,167,32,32,32,1,0,0,2,9,9,0,1,9,0,1
554901,1,1171,210,210,210,22,31,40,12,15,53,5,6,9,10,7
554901,2,158,26,26,26,0,1,4,3,4,8,3,1,0,1,1
554944,1,513,70,70,70,6,5,9,9,10,8,6,3,8,3,3
568392,1,1063,176,176,174,11,61,14,19,7,24,8,6,5,12,7
568872,1,693,113,113,113,10,28,12,11,11,20,6,6,1,4,4
568911,1,225,48,48,47,8,11,2,6,7,6,2,3,2,0,0
568961,1,362,96,96,95,16,20,3,5,22,7,8,4,1,7,2
569003,1,499,72,72,71,3,6,6,6,9,16,5,4,1,8,7
569054,1,132,35,35,35,2,15,1,2,4,3,0,4,0,1,3
569771,1,145,44,44,44,5,14,5,6,2,8,2,1,1,0,0
569798,1,258,36,36,36,1,3,6,4,5,5,0,0,4,2,6
569844,1,302,40,40,40,3,3,8,11,3,7,0,4,1,0,0
597414,1,376,52,52,52,3,9,1,9,6,7,3,2,1,8,3
597414,2,117,15,15,15,3,0,3,2,3,3,0,1,0,0,0
597678,1,476,54,54,54,5,3,5,17,14,3,4,0,1,1,1
597678,2,910,109,109,109,15,6,6,27,20,20,3,4,3,2,3
597678,3,957,120,120,120,18,3,11,25,22,23,9,4,2,0,3
597678,4,76,7,7,7,1,0,0,2,2,0,0,1,1,0,0
597678,5,96,10,10,10,2,0,0,2,0,3,1,0,1,1,0
597678,6,31,6,6,6,0,1,1,1,0,0,2,1,0,0,0
597686,1,138,26,26,26,2,6,1,6,3,7,1,0,0,0,0
597686,2,127,15,15,15,3,0,2,1,4,2,1,2,0,0,0
506761,1,205,42,42,42,8,0,0,7,8,9,5,2,0,1,2
506770,1,424,84,84,81,8,6,5,15,14,15,4,6,2,3,3
543543,1,194,20,20,20,2,5,4,2,5,1,0,1,0,0,0
544710,1,105,36,36,36,3,10,2,5,3,10,0,0,0,1,2
549967,1,88,46,46,44,7,14,5,0,3,4,0,0,0,11,0
549983,1,124,34,34,32,2,12,4,1,5,2,0,1,1,4,0
557196,1,241,32,32,32,1,6,0,6,5,9,0,4,1,0,0
558419,1,1150,195,195,193,16,19,35,9,35,42,10,13,3,4,7
589250,1,1975,111,111,111,6,6,18,14,20,22,11,2,4,4,4
589250,2,613,118,118,117,6,14,12,6,18,22,4,10,5,10,10
589250,3,926,137,137,135,12,16,14,11,25,23,5,4,7,6,12
589250,4,755,120,120,120,10,9,18,6,17,20,11,8,7,7,7
589250,5,843,182,181,180,19,15,30,16,21,28,12,5,4,12,18
589250,6,850,186,186,179,8,16,37,8,25,34,24,5,2,16,4
589250,7,883,144,144,143,15,18,21,16,16,20,13,2,6,6,10
589250,8,765,133,133,133,10,11,16,15,29,26,10,2,1,6,7
589250,9,811,169,169,169,17,11,27,25,16,37,8,7,2,10,9
589250,10,703,179,179,178,23,25,20,17,27,22,10,6,9,9,10
589250,11,416,75,75,74,4,5,11,3,19,9,8,1,5,5,4
589250,12,1138,209,209,208,25,12,23,24,37,45,17,9,5,5,6
589250,13,1022,159,159,159,10,19,13,31,24,30,4,5,2,9,12
589250,14,580,98,98,98,6,12,13,9,16,15,2,7,3,7,8
589250,15,671,114,114,114,5,5,21,9,13,22,17,2,4,13,3
589250,16,792,104,104,99,12,10,12,17,20,12,3,4,6,3,0
589250,17,845,107,107,107,9,4,12,16,16,19,7,2,9,4,9
589250,18,968,108,108,108,13,3,6,18,32,19,2,2,4,5,4
589250,19,1197,149,149,148,15,18,14,16,22,22,11,7,4,8,11
589250,20,661,98,98,98,10,5,2,18,30,16,2,6,2,3,4
589250,21,685,121,121,119,6,12,4,18,39,21,5,3,4,4,3
589250,22,958,151,151,149,17,9,14,25,27,18,4,5,4,6,20
589250,23,1002,84,84,82,13,5,9,7,6,16,2,6,4,6,8
589250,24,793,121,121,121,10,9,4,26,30,17,7,4,3,8,3
589250,25,819,110,110,109,13,7,8,14,33,16,6,3,2,1,6
589250,26,984,133,133,130,8,4,14,18,29,20,12,7,5,5,8
589250,27,760,137,137,137,19,13,17,17,17,25,2,9,5,7,6
589250,28,861,181,181,177,8,23,19,30,26,31,20,7,2,8,3
589250,29,771,117,117,116,2,9,9,17,29,24,10,8,2,3,3
589250,30,767,137,137,137,17,11,12,18,32,18,12,5,5,5,2
589250,31,731,118,117,116,16,14,9,10,23,23,4,6,2,2,7
589250,32,662,124,124,121,11,12,12,18,36,15,3,4,3,4,3
589250,33,590,84,84,84,8,11,6,9,16,17,3,4,3,5,2
589250,34,591,74,74,73,7,5,9,11,15,11,5,3,1,4,2
589250,35,735,128,128,127,11,7,12,23,26,29,1,6,6,4,2
589250,36,848,121,121,120,12,4,11,16,18,17,13,12,5,6,6
589250,37,832,156,156,154,7,25,20,13,26,27,11,6,4,9,6
589250,38,1035,145,145,144,8,21,11,5,21,40,5,8,5,9,11
589250,39,777,162,161,159,13,19,15,27,20,34,12,8,1,5,5
589250,40,603,124,123,122,6,21,18,15,12,26,8,3,3,4,6
589250,41,1400,197,197,197,9,23,31,17,29,53,5,11,5,4,10
589250,42,937,160,160,159,11,19,12,7,33,30,13,5,12,10,7
589250,43,926,177,177,175,17,14,20,23,25,33,13,12,4,5,9
589250,44,343,75,75,73,14,13,11,7,12,4,1,8,0,1,2
589268,1,850,178,178,174,12,42,3,35,21,26,12,14,2,6,1
589276,1,290,63,63,61,10,4,1,6,6,14,1,11,1,0,7
589276,2,135,44,44,44,1,8,2,10,9,6,0,4,0,2,2
589284,1,244,26,26,26,2,2,0,4,6,6,1,1,0,4,0
589292,1,381,71,71,71,3,27,7,5,12,11,1,4,1,0,0
589306,1,110,26,26,26,2,5,2,9,3,0,0,0,0,4,1
589314,1,672,89,89,87,7,24,2,17,16,13,2,1,1,2,2
589314,2,74,16,16,16,2,3,0,3,4,4,0,0,0,0,0
589322,1,1098,147,147,147,11,32,11,14,16,14,21,5,1,12,10
589322,2,118,10,10,10,1,5,0,1,2,0,1,0,0,0,0
589331,1,182,36,36,36,4,10,2,0,4,6,5,2,1,1,1
589349,1,355,37,37,37,3,14,3,4,4,6,0,0,1,2,0
589357,1,277,40,40,40,2,20,2,3,4,6,0,2,0,0,1
589365,1,422,120,120,119,12,11,5,12,6,50,6,0,6,8,3
589381,1,850,146,146,145,10,20,6,33,37,13,6,9,4,3,4
589390,1,450,68,68,68,8,4,1,19,16,6,2,3,0,6,3
589403,1,824,120,120,120,10,7,12,18,25,20,10,7,6,3,2
589403,2,109,17,17,17,1,0,5,2,1,5,0,3,0,0,0
589403,3,119,19,19,18,2,0,6,1,0,4,1,1,0,1,2
589420,1,436,96,96,96,9,22,9,20,8,13,1,1,1,9,3
589438,1,260,59,59,59,3,14,5,6,10,10,3,6,0,0,2
589446,1,648,106,106,104,16,36,7,11,13,13,1,5,0,0,2
589454,1,456,60,60,59,12,6,6,17,9,1,2,3,0,3,0
589462,1,442,65,65,65,8,8,7,5,12,10,2,6,3,2,2
589489,1,385,54,54,54,4,14,2,5,10,10,2,4,0,0,3
589497,1,213,37,37,37,2,8,1,2,7,9,3,3,0,0,2
589501,1,290,34,34,34,5,2,3,6,3,4,2,5,1,0,3
589519,1,693,89,89,88,8,34,1,15,17,13,0,0,0,0,0
589519,2,73,7,7,7,0,4,0,0,1,0,0,0,1,0,1
589527,1,169,32,32,32,3,15,3,1,7,2,0,0,0,0,1
589527,2,162,33,33,33,7,2,2,1,6,9,4,2,0,0,0
589535,1,186,20,20,20,3,2,3,3,2,4,0,0,0,2,1
589543,1,634,124,124,122,9,23,14,28,10,14,14,1,1,0,8
589560,1,319,56,56,56,4,17,10,5,12,3,0,1,2,1,1
589560,2,79,14,14,14,1,0,0,8,2,1,2,0,0,0,0
589560,3,21,10,10,9,0,0,0,4,0,5,0,0,0,0,0
589560,4,102,35,35,35,1,16,0,6,10,1,1,0,0,0,0
589578,1,395,94,94,94,7,12,10,16,16,14,7,4,2,0,6
589586,1,228,41,41,41,10,10,3,2,6,7,1,1,0,0,1
589594,1,299,26,26,25,0,6,1,5,7,1,3,1,0,0,1
589608,1,644,93,93,92,6,18,4,17,12,17,3,8,1,1,5
589616,1,236,62,62,61,12,5,4,13,12,10,0,3,0,1,1
589624,1,934,193,193,191,15,39,17,30,38,19,9,11,6,1,6
589624,2,859,145,145,145,8,31,20,19,25,20,7,5,3,0,7
589624,3,131,13,13,13,1,6,0,0,2,2,0,0,2,0,0
589624,4,153,40,40,40,2,9,6,5,8,7,1,0,0,2,0
589624,5,108,15,15,15,1,2,0,2,2,7,0,0,1,0,0
589624,6,106,24,24,24,3,1,4,4,9,1,0,0,0,1,1
589632,1,1347,176,176,173,10,32,21,22,17,31,2,9,4,20,5
589632,2,971,152,151,149,16,27,14,16,30,15,9,1,4,9,8
589641,1,243,44,44,44,6,13,1,14,6,1,1,1,0,1,0
589659,1,1177,170,169,169,20,23,11,18,18,35,8,11,8,9,8
589667,1,482,69,69,69,4,14,2,8,10,16,3,1,6,3,2
589675,1,402,94,94,92,5,36,10,8,11,8,1,4,1,7,1
589675,2,86,10,10,10,0,6,1,0,0,0,3,0,0,0,0
589683,1,319,41,41,40,5,8,6,3,6,6,3,1,1,1,0
589691,1,377,85,85,84,3,32,3,6,12,14,2,5,1,4,2
589691,2,150,49,49,49,1,19,0,13,7,7,0,0,2,0,0
589691,3,79,21,21,21,0,12,1,2,0,4,1,0,0,0,1
589705,1,227,19,19,19,1,5,3,1,7,2,0,0,0,0,0
589705,2,79,16,16,16,1,1,1,2,4,5,0,0,1,0,1
589705,3,59,8,8,8,0,0,0,4,1,2,1,0,0,0,0
589705,4,117,30,30,30,3,10,0,1,6,9,1,0,0,0,0
589713,1,317,75,75,75,4,19,4,13,13,9,3,2,1,1,6
589721,1,418,42,42,41,2,3,3,8,5,15,1,2,0,1,1
589730,1,1255,180,180,178,22,15,14,15,32,39,21,9,0,6,5
589748,1,334,61,61,61,4,13,1,9,4,8,11,5,4,1,1
589748,2,104,19,19,19,2,0,1,7,2,2,1,0,0,0,4
589748,3,147,32,32,32,0,5,4,9,2,5,1,5,1,0,0
589756,1,642,102,102,101,15,10,4,22,21,11,9,4,2,0,3
589756,2,969,110,110,110,7,24,5,21,18,14,11,1,3,3,3
589764,1,1052,151,151,149,15,32,5,20,22,29,10,3,3,2,8
589772,1,263,38,38,38,7,3,1,8,10,1,0,4,1,3,0
589799,1,208,38,38,38,1,2,3,6,7,9,1,4,1,2,2
589802,1,391,84,84,84,15,24,13,3,9,10,2,3,1,0,4
589811,1,157,49,49,49,2,29,2,14,0,1,0,0,0,1,0
589829,1,1236,162,162,159,14,15,19,18,22,24,17,9,6,8,7
589829,2,124,14,14,14,3,0,1,1,4,3,0,2,0,0,0
589837,1,298,50,50,50,2,18,0,4,9,8,0,1,0,5,3
589845,1,1044,134,134,134,18,25,14,17,12,27,5,5,3,5,3
589853,1,249,41,41,40,3,8,6,3,3,9,2,0,0,0,6
589870,1,595,88,88,86,10,25,8,8,12,6,2,6,5,1,3
589888,1,586,100,100,97,6,42,9,9,4,15,4,4,2,1,1
589896,1,697,127,127,127,15,23,17,8,25,17,4,6,5,3,4
589896,2,710,132,132,130,9,11,7,27,16,24,12,9,3,8,4
589896,3,259,60,60,60,6,4,2,9,14,9,3,5,1,3,4
589896,4,169,31,31,31,6,9,0,2,3,2,3,2,2,0,2
589896,5,125,22,22,22,6,2,0,0,2,7,1,2,2,0,0
589918,1,219,26,26,26,6,3,5,1,7,2,0,0,0,0,2
589926,1,828,135,135,135,9,55,8,18,24,8,10,2,0,0,1
589934,1,938,161,160,157,14,37,9,22,26,28,4,11,3,1,2
589934,2,116,34,34,34,0,10,5,2,2,10,5,0,0,0,0
589942,1,715,122,122,121,6,53,5,11,18,16,5,4,0,2,1
589942,2,191,24,24,24,2,3,3,3,2,3,1,2,0,0,5
589951,1,168,30,30,29,0,9,3,10,2,4,0,1,0,0,0
589969,1,87,25,25,25,1,1,2,3,10,0,1,4,1,0,2
589977,1,448,55,55,54,7,20,1,4,5,11,3,1,1,1,0
589977,2,81,30,30,30,4,1,1,6,4,8,3,1,0,1,1
589993,1,216,54,54,54,5,14,5,7,6,11,0,4,0,2,0
590002,1,280,35,35,35,10,4,3,4,8,0,0,0,0,2,4
590011,1,459,91,91,90,10,10,13,7,12,11,9,3,9,5,1
590029,1,1358,175,175,172,15,28,9,11,23,36,14,7,6,10,13
590045,1,70,14,14,14,1,0,1,5,2,1,2,1,0,1,0
590053,1,319,58,58,58,6,4,9,12,12,3,3,5,0,2,2
590053,2,126,19,19,19,7,1,2,3,1,3,1,0,0,1,0
590061,1,130,28,28,28,2,12,3,0,4,2,0,1,1,3,0
590070,1,348,54,54,53,4,14,1,5,5,8,1,11,1,1,2
590088,1,280,80,80,79,2,37,2,13,10,6,1,2,0,1,5
590088,2,173,64,64,63,6,35,1,1,10,2,2,1,2,1,2
590088,3,52,24,24,24,2,10,0,5,3,0,2,2,0,0,0
590096,1,216,32,32,32,3,8,1,6,7,3,0,3,1,0,0
590100,1,402,62,62,61,7,20,6,2,13,6,5,2,0,0,0
590118,1,263,35,35,35,4,13,6,3,2,2,0,4,1,0,0
590126,1,550,60,60,59,0,11,4,9,10,10,6,0,6,2,1
590126,2,564,55,55,55,6,5,6,11,9,3,2,3,4,1,5
590134,1,345,52,52,50,3,5,3,7,18,9,2,0,3,0,0
590142,1,393,58,58,58,10,12,4,11,5,11,2,1,1,0,1
590151,1,144,28,28,28,3,4,4,2,4,4,3,0,0,1,3
590177,1,238,61,61,60,4,9,16,5,10,9,5,0,1,1,0
590177,2,260,46,46,45,7,7,4,3,0,14,6,0,0,1,3
590185,1,718,132,132,130,9,23,8,17,12,35,6,9,3,2,6
590185,2,382,59,59,59,4,4,8,13,5,14,2,5,1,3,0
590185,3,226,52,52,52,3,2,8,7,8,15,3,1,2,0,3
590193,1,493,76,76,76,2,10,5,15,17,16,2,3,0,3,3
590207,1,400,96,96,96,4,41,7,7,6,14,4,4,0,4,5
590215,1,399,83,83,80,10,9,9,13,7,17,4,2,1,2,6
590223,1,268,38,38,38,5,11,1,3,3,7,0,0,3,3,2
590240,1,440,94,94,94,16,13,9,16,14,8,3,5,2,1,7
511382,1,1024,143,143,143,13,11,10,20,25,35,8,2,4,8,7
511382,2,861,146,146,144,13,6,24,18,22,26,7,3,4,12,9
511382,3,1092,220,220,220,29,23,12,20,49,43,14,2,5,13,10
511382,4,526,86,86,86,7,8,4,17,15,23,5,2,0,5,0
511382,5,574,117,117,116,18,7,10,21,20,13,5,6,1,7,8
511382,6,762,142,142,141,13,14,12,17,26,28,15,0,3,7,6
511382,7,920,130,130,128,9,13,15,24,14,33,3,4,2,7,4
511382,8,882,166,166,166,14,15,19,19,24,44,6,6,5,10,4
511382,9,1101,222,222,220,20,33,18,22,27,36,23,12,2,15,12
511382,10,838,170,170,168,11,10,17,25,29,35,17,6,5,8,5
511382,11,1024,175,175,173,15,14,29,19,29,34,19,1,2,4,7
511382,12,2210,129,129,129,14,16,12,16,10,27,8,4,3,13,6
511382,13,677,137,137,136,20,13,13,8,23,28,9,5,6,4,7
511382,14,710,97,97,95,11,5,10,10,17,20,11,3,1,2,5
511382,15,951,99,99,98,9,5,10,8,15,28,6,5,1,7,4
511382,16,937,180,180,178,13,20,18,21,25,49,15,8,1,2,6
511382,17,901,129,129,129,20,25,10,16,19,19,3,5,3,5,4
511382,18,991,145,145,144,10,15,11,11,25,27,7,11,8,11,8
511382,19,295,52,52,51,7,6,4,11,7,9,1,1,0,2,3
511382,20,578,114,114,114,18,2,7,15,22,22,6,4,4,13,1
511382,21,450,82,82,82,8,9,7,20,8,15,4,5,1,2,3
511382,22,163,26,26,26,1,7,2,6,0,2,3,3,0,1,1
511382,23,183,42,42,42,3,2,4,11,9,9,1,0,0,0,3
511382,24,641,140,140,139,7,2,22,17,15,32,12,9,3,15,5
511382,25,460,62,62,60,6,13,1,12,7,13,1,0,2,4,1
511382,26,244,41,41,41,3,13,1,6,5,8,3,1,0,0,1
511382,27,697,91,91,91,10,14,9,10,9,19,3,5,4,4,4
511382,28,577,114,114,114,11,15,11,12,22,18,6,2,2,7,8
511382,29,665,122,122,121,19,12,12,15,20,21,12,6,0,3,1
511382,30,658,128,128,127,13,11,7,17,21,28,12,5,6,1,6
511382,31,654,113,113,113,12,9,3,16,29,25,2,4,6,2,5
511382,32,819,139,139,138,17,8,13,18,26,33,13,2,0,1,7
511382,33,807,151,151,148,13,12,11,21,23,23,6,10,11,10,8
511382,34,792,149,149,148,12,11,18,24,30,29,6,2,4,7,5
511382,35,806,126,126,126,19,7,9,16,27,25,4,9,1,6,3
511382,36,862,151,151,148,13,10,11,23,36,20,17,8,0,2,8
511382,37,598,71,71,70,6,1,7,16,6,11,8,1,2,10,2
511382,38,722,158,158,155,14,15,10,20,42,31,11,5,2,1,4
511382,39,784,169,169,169,14,13,12,24,33,30,10,2,8,11,12
511382,40,731,146,146,146,13,10,12,32,25,15,16,7,3,9,4
511382,41,851,140,140,139,12,4,10,30,39,25,8,2,1,4,4
511382,42,684,101,101,101,4,7,9,13,31,23,2,7,1,4,0
511382,43,724,116,116,116,13,5,8,13,20,27,13,3,4,4,6
511382,44,645,116,116,115,8,6,11,15,28,17,13,5,3,4,5
511382,45,500,82,82,80,9,3,2,12,25,12,4,3,5,2,3
511382,46,630,128,128,126,15,12,14,8,22,21,14,3,3,6,8
511382,47,663,125,125,122,22,14,17,14,17,23,6,3,1,3,2
511382,48,677,78,78,78,9,6,10,12,19,3,4,3,1,2,9
511382,49,426,56,56,56,12,12,0,4,11,7,2,4,0,3,1
511382,50,485,110,110,109,10,8,11,13,17,23,8,1,0,7,11
511382,51,611,93,93,90,9,7,14,10,14,13,12,1,2,7,1
512231,1,1022,145,145,142,16,24,9,13,19,37,16,2,2,4,0
512231,2,208,21,21,21,4,3,0,2,5,1,1,4,0,0,1
512231,3,78,12,12,11,0,0,1,0,4,1,3,0,0,2,0
512231,4,125,9,9,8,1,1,0,0,1,2,0,0,1,0,2
512281,1,575,95,95,95,10,15,4,12,11,21,4,5,0,8,5
512401,1,156,45,45,45,4,10,5,11,4,5,2,1,0,2,1
512532,1,797,96,96,96,8,20,9,12,13,16,5,4,0,7,2
512800,1,809,116,116,113,12,25,8,15,16,10,5,6,2,3,11
512800,2,706,147,147,147,12,11,7,24,29,32,5,5,3,9,10
512800,3,163,25,25,25,4,2,2,8,4,2,0,1,2,0,0
512826,1,292,29,29,29,2,2,5,6,1,7,3,2,1,0,0
512877,1,306,55,55,55,4,11,2,7,11,12,0,5,1,1,1
512982,1,458,93,93,91,7,20,2,9,12,13,6,8,3,5,6
513059,1,89,15,15,15,1,0,1,0,1,9,1,1,0,1,0
513067,1,439,71,71,70,1,25,8,7,4,12,4,2,1,0,6
513067,2,202,57,57,55,4,14,10,5,3,9,4,2,0,2,2
513105,1,182,33,33,33,1,7,7,2,3,4,1,0,1,1,6
513199,1,454,87,87,87,6,30,14,5,11,6,5,4,2,1,3
513199,2,304,52,52,51,3,9,1,12,3,12,1,6,4,0,0
513199,3,229,33,33,32,2,4,2,5,8,8,0,1,0,0,2
513211,1,442,66,66,66,2,17,2,1,7,25,6,3,0,1,2
513229,1,1195,148,148,147,16,38,15,17,10,29,9,7,2,1,3
513491,1,780,133,133,132,21,11,29,10,19,21,6,3,1,4,7
513491,2,557,85,85,85,4,15,12,5,11,19,6,2,0,4,7
513636,1,249,70,70,70,3,17,4,19,13,8,3,3,0,0,0
513733,1,223,55,55,54,6,16,0,8,4,13,3,3,0,0,1
513750,1,871,138,138,137,11,16,21,21,14,19,11,2,2,12,8
513750,2,899,153,153,153,16,18,14,29,36,16,3,5,2,8,6
513750,3,923,148,148,147,10,11,17,30,24,21,10,5,2,6,11
513750,4,563,79,79,78,5,4,11,13,16,17,2,2,2,3,3
513750,5,670,84,84,83,9,14,7,9,13,20,5,2,2,1,1
513750,6,954,157,157,157,10,11,17,37,33,19,11,5,4,1,9
513750,7,968,188,188,188,10,21,29,21,36,34,12,8,1,5,11
513750,8,840,120,120,119,5,16,15,22,29,12,10,4,3,1,2
513750,9,1069,122,122,122,13,10,6,27,18,17,10,7,3,0,11
513750,10,1062,91,91,91,5,17,11,5,8,19,5,0,6,8,7
513750,11,757,197,197,195,26,23,35,23,36,28,12,2,3,5,2
513750,12,688,108,108,108,11,9,12,15,20,16,7,5,7,2,4
513750,13,462,53,53,53,3,13,3,5,12,7,3,1,3,2,1
513750,14,1267,209,209,208,14,34,9,37,32,39,17,6,6,5,9
513750,15,121,14,14,14,2,2,0,2,0,1,2,0,2,2,1
513750,16,216,32,32,32,3,1,2,7,2,11,3,2,0,0,1
513750,17,100,14,14,14,1,0,3,2,1,2,1,4,0,0,0
513750,18,886,155,155,155,18,12,11,28,29,21,12,2,6,5,11
513750,19,1139,156,156,152,24,13,13,15,15,34,14,14,3,2,5
513750,20,783,165,164,164,5,36,26,10,17,28,15,9,4,11,3
513768,1,1045,226,226,224,12,69,10,11,39,34,17,10,1,15,6
513768,2,165,54,54,53,4,11,5,8,2,10,6,0,2,0,5
513768,3,162,56,56,55,2,33,1,2,4,4,4,3,0,1,1
513873,1,393,105,105,104,2,30,13,14,5,23,7,6,2,2,0
514047,1,210,48,48,48,2,8,9,3,9,6,2,4,2,1,2
514055,1,658,74,74,74,3,11,8,9,12,10,8,5,2,3,3
514055,2,812,83,83,82,11,6,1,16,20,12,4,4,3,1,4
514055,3,623,90,90,90,8,5,6,15,18,17,10,2,1,6,2
514055,4,836,115,115,115,13,17,1,17,32,14,4,8,0,0,9
514055,5,1005,123,123,123,16,19,6,26,31,12,8,3,1,1,0
514055,6,893,124,124,122,20,15,4,13,32,16,11,2,1,3,5
514055,7,119,12,12,12,0,4,0,1,0,2,3,0,0,2,0
514055,8,130,14,14,14,5,0,0,4,3,1,0,1,0,0,0
514152,1,880,114,114,112,16,25,2,14,21,13,2,2,2,4,11
514446,1,177,39,39,38,6,0,8,5,7,6,0,2,1,1,2
514471,1,460,72,71,71,6,8,5,14,7,13,5,2,0,8,3
514497,1,283,30,30,30,2,6,2,5,4,2,2,7,0,0,0
514527,1,43,15,15,15,0,2,3,0,0,0,6,0,0,2,2
514705,1,703,103,103,103,19,8,5,29,15,12,6,3,1,2,3
514705,2,546,80,80,80,7,18,8,5,11,14,9,2,1,2,3
514705,3,1011,90,90,90,9,14,8,7,17,12,8,5,1,4,5
514705,4,906,130,130,130,17,14,11,32,11,19,3,10,3,7,3
514705,5,950,163,163,163,13,22,14,28,29,27,13,3,2,4,8
514705,6,756,129,129,128,10,16,12,15,28,20,11,0,6,5,5
514705,7,951,114,114,112,4,24,6,18,26,11,12,4,0,1,6
514705,8,165,33,33,33,3,16,4,0,4,2,2,1,0,1,0
514705,9,74,16,16,16,2,1,2,0,1,4,4,2,0,0,0
514705,10,410,58,58,58,4,8,3,5,8,14,5,4,0,5,2
514705,11,256,39,39,38,2,12,3,4,3,8,0,2,3,0,1
514772,1,235,61,61,56,2,10,0,20,9,9,3,2,0,1,0
514802,1,195,33,33,32,3,5,2,1,7,7,1,0,1,2,3
515191,1,607,82,82,82,9,15,2,11,14,19,0,3,2,2,5
515329,1,302,42,42,42,4,20,0,3,5,9,0,0,0,0,1
515418,1,341,51,51,51,4,9,7,9,5,6,5,5,0,0,1
515477,1,204,49,49,49,2,8,3,13,8,8,1,2,0,2,2
515787,1,162,20,20,20,2,3,3,4,3,3,1,1,0,0,0
515825,1,99,18,18,18,2,2,3,1,3,4,2,0,1,0,0
516201,1,652,96,96,96,6,17,8,10,11,12,13,7,2,8,2
516350,1,78,22,22,22,0,5,2,0,4,9,1,1,0,0,0
516619,1,977,142,142,141,21,26,16,17,18,23,4,6,0,1,9
516635,1,330,55,55,55,3,21,6,5,8,6,2,0,3,1,0
516686,1,408,79,79,77,8,14,8,14,13,9,3,8,0,0,0
516694,1,609,123,123,123,22,18,9,17,19,16,8,4,2,1,7
516864,1,179,24,24,24,3,7,0,4,4,5,1,0,0,0,0
516899,1,416,52,52,52,3,2,6,11,6,12,3,0,1,7,1
516911,1,209,27,27,27,6,2,3,6,2,2,0,4,0,0,2
517101,1,643,78,78,78,13,9,2,13,17,5,12,1,0,2,4
517101,2,71,7,7,7,0,2,0,1,2,0,0,2,0,0,0
517101,3,94,19,19,19,8,6,0,1,0,4,0,0,0,0,0
517101,4,121,11,11,11,0,2,2,1,0,2,0,4,0,0,0
517101,5,78,8,8,8,0,0,0,6,0,2,0,0,0,0,0
517151,1,698,140,140,138,15,29,12,15,21,18,2,7,2,9,8
517208,1,122,38,38,38,1,17,0,7,3,0,4,2,2,1,1
517224,1,213,54,54,53,4,9,3,7,5,15,2,2,0,3,3
517275,1,121,32,32,30,5,5,1,2,6,9,0,1,0,1,0
517321,1,164,67,67,64,13,8,0,11,6,17,1,6,0,2,0
517437,1,131,23,23,22,10,0,3,2,2,4,0,1,0,0,0
517445,1,143,45,45,44,3,10,6,5,3,11,2,0,1,3,0
517534,1,909,137,137,136,13,30,10,14,16,23,9,8,4,2,7
517569,1,224,34,34,34,2,0,5,2,7,8,3,4,0,1,2
517585,1,320,50,50,50,2,13,4,2,3,9,4,5,1,5,2
517607,1,1121,190,190,186,25,40,14,14,41,24,4,9,3,8,4
517615,1,207,41,41,41,1,14,4,0,3,9,0,2,0,2,6
517666,1,390,69,69,67,7,9,9,7,11,12,2,3,1,1,5
517747,1,452,65,65,65,2,14,8,1,10,9,4,7,1,3,6
517836,1,132,36,36,36,5,5,1,1,6,12,1,1,0,4,0
517844,1,490,78,78,75,6,17,10,6,17,11,1,2,3,0,2
517887,1,487,80,80,80,8,14,7,11,15,11,4,2,4,0,4
517909,1,690,127,127,125,16,35,15,9,8,20,10,2,2,1,7
518026,1,280,74,74,71,10,8,2,5,17,19,2,2,4,2,0
519031,1,316,71,71,70,4,8,13,9,8,7,6,4,1,6,4
519146,1,1039,164,164,163,16,20,8,21,36,23,11,12,4,11,1
519146,2,1035,152,152,151,18,24,11,17,23,24,12,2,5,9,6
519651,1,876,101,101,101,16,32,7,8,19,5,2,3,1,0,8
519651,2,830,125,125,124,14,33,9,10,19,21,2,5,3,3,5
520047,1,362,69,69,69,7,17,10,5,11,7,5,0,0,6,1
520306,1,435,104,104,104,4,40,14,8,8,14,4,4,0,4,4
520420,1,720,124,124,122,7,19,19,18,8,22,11,4,1,5,8
521531,1,732,119,119,119,5,42,6,15,13,17,10,9,0,0,2
522775,1,176,55,55,55,1,29,0,4,9,6,2,0,0,0,4
523453,1,175,34,34,34,2,6,1,4,5,7,1,5,2,0,1
523640,1,462,97,97,97,5,8,4,10,21,20,14,0,2,5,8
547433,1,577,114,114,113,6,29,13,13,3,25,5,7,0,5,7
547450,1,227,40,40,40,3,8,2,5,4,8,3,0,4,1,2
547514,1,134,29,29,29,3,5,4,2,6,3,2,1,0,1,2
552755,1,179,34,34,34,0,6,2,5,2,9,1,6,0,2,1
552771,1,284,51,51,48,8,8,7,5,5,3,3,4,0,3,2
552780,1,347,78,78,78,5,30,5,5,5,24,0,4,0,0,0
552810,1,129,16,16,16,1,3,0,2,2,4,0,3,0,0,1
552836,1,194,28,28,28,6,6,0,1,4,8,0,2,0,0,1
552844,1,401,54,54,53,6,11,5,3,5,13,4,2,1,0,3
552879,1,482,63,63,61,7,6,4,12,11,9,6,4,0,0,2
552887,1,197,28,28,28,7,3,3,6,3,3,0,1,0,2,0
552909,1,511,88,88,88,11,8,1,16,16,16,6,5,2,4,3
552950,1,171,31,31,31,4,1,0,7,6,8,0,2,1,0,2
552968,1,130,32,32,31,1,8,1,8,2,10,1,0,0,0,0
552984,1,50,21,21,20,2,7,5,2,2,1,1,0,0,0,0
553000,1,268,45,45,44,4,0,4,14,8,10,1,2,0,1,0
556998,1,550,77,77,77,5,12,12,7,11,13,3,7,3,1,3
569135,1,238,30,30,29,3,5,3,1,2,6,2,5,0,2,0
569143,1,357,51,51,51,5,26,1,6,5,3,0,4,0,0,1
569178,1,273,47,47,47,3,10,3,15,4,2,6,3,0,0,1
569194,1,139,13,13,13,2,2,2,0,0,5,0,1,0,1,0
569259,1,220,35,35,34,2,7,1,4,5,8,2,2,0,2,1
569267,1,180,50,49,49,4,14,7,8,2,10,1,3,0,0,0
569275,1,188,21,21,21,0,11,0,4,3,2,0,1,0,0,0
569283,1,120,27,27,27,3,10,0,1,3,5,1,3,0,0,1
569542,1,373,68,68,68,6,17,4,6,7,17,1,2,2,5,1
570061,1,226,49,49,49,3,14,4,4,7,8,2,1,2,1,3
570079,1,690,137,137,135,10,20,19,14,20,24,12,5,3,5,3
500020,1,275,41,41,40,4,1,8,6,9,3,0,2,1,5,1
500020,2,706,86,86,84,8,12,14,8,16,9,6,3,0,3,5
523704,1,1581,127,126,125,17,10,24,7,18,22,4,5,3,9,6
523704,2,761,118,118,116,14,4,14,9,18,20,10,5,3,14,5
523704,3,642,105,105,105,12,11,11,17,23,8,5,2,2,7,7
523704,4,616,78,78,78,4,10,15,10,9,14,5,9,0,2,0
523704,5,660,104,104,103,8,5,21,15,25,16,2,2,3,2,4
523704,6,810,146,146,145,10,12,25,12,28,19,6,7,10,7,9
523704,7,653,120,120,118,10,9,17,22,24,9,10,5,2,6,4
523704,8,737,103,103,101,9,8,15,21,14,8,11,1,2,7,5
523704,9,730,100,100,100,8,9,10,7,20,17,7,10,0,6,6
523704,10,740,118,118,116,7,10,32,8,23,16,8,2,1,7,2
523704,11,739,181,181,180,16,15,25,25,23,29,13,10,5,15,4
523704,12,645,148,148,148,11,19,29,15,21,17,12,3,6,9,6
523704,13,665,127,127,126,18,10,17,13,20,13,11,0,3,12,9
523704,14,856,235,235,234,16,20,52,28,46,28,17,5,4,15,3
523704,15,581,108,108,108,10,2,28,26,16,7,6,0,3,6,4
523704,16,729,113,113,111,15,8,13,25,17,17,3,4,6,2,1
523704,17,808,138,137,136,6,10,22,15,33,16,7,4,1,13,9
523704,18,733,105,105,105,6,13,10,18,30,12,4,3,0,4,5
523704,19,713,157,157,157,10,11,31,12,31,18,25,0,3,12,4
523704,20,819,144,144,143,18,9,37,11,26,17,3,2,3,13,4
523704,21,760,158,158,157,11,22,44,10,20,17,13,5,1,12,2
523704,22,864,143,143,142,17,13,26,16,12,25,11,6,1,10,5
523704,23,542,121,121,121,10,12,29,10,19,13,8,6,1,9,4
523704,24,826,120,120,120,13,12,12,13,23,21,5,7,3,6,5
523704,25,791,186,186,186,22,16,43,17,27,14,16,7,6,10,8
523704,26,629,75,75,75,13,5,8,2,16,10,5,4,4,3,5
523704,27,793,95,94,92,11,5,17,16,16,11,4,4,0,6,2
523704,28,975,125,124,121,7,11,26,12,17,14,8,5,7,10,4
523704,29,848,98,98,98,12,2,11,20,13,15,2,10,2,7,4
523704,30,164,47,47,46,7,15,0,6,12,2,4,0,0,0,0
525588,1,836,148,147,145,14,29,20,13,16,28,12,6,0,0,7
525588,2,873,130,130,128,11,26,16,4,21,25,7,10,1,5,2
525588,3,865,181,181,181,19,30,22,16,27,25,18,9,7,0,8
525804,1,589,60,60,60,1,4,8,13,8,14,1,2,0,9,0
525804,2,420,44,44,44,3,2,7,12,11,2,2,1,1,1,2
525804,3,108,14,14,13,1,1,4,1,3,1,2,0,0,0,0
525880,1,411,96,96,96,4,16,10,16,19,13,1,7,0,5,5
525979,1,632,84,84,84,5,16,9,13,11,17,4,1,4,1,3
526169,1,239,31,31,31,5,4,4,4,7,2,1,0,0,1,3
530727,1,523,114,114,114,6,13,14,22,28,15,2,2,2,5,5
532894,1,334,53,53,53,4,17,0,8,9,10,1,1,0,0,3
533688,1,405,55,55,55,4,12,8,5,16,8,1,0,0,0,1
534927,1,836,181,181,181,12,37,16,30,17,23,16,11,3,5,11
535532,1,1067,89,89,89,7,11,7,18,14,20,1,5,2,2,2
535532,2,893,124,124,120,13,8,10,29,33,11,5,8,0,1,2
535532,3,734,56,56,55,4,7,6,10,8,4,1,7,0,4,4
535770,1,277,54,54,54,5,22,5,4,5,7,4,0,0,0,2
535885,1,337,102,102,102,4,26,16,8,14,23,2,2,4,1,2
536091,1,686,71,71,71,9,1,20,14,8,10,3,1,1,0,4
536113,1,160,20,20,20,2,3,2,4,3,1,0,3,1,0,1
536288,1,573,100,100,99,12,38,12,12,5,2,4,2,1,8,3
536393,1,406,90,90,89,3,50,4,5,9,6,0,2,0,7,3
536393,2,99,5,5,5,0,1,0,0,2,2,0,0,0,0,0
536521,1,788,73,73,70,6,1,6,13,21,10,1,2,4,4,2
536521,2,116,20,20,20,5,9,2,2,0,0,2,0,0,0,0
536521,3,153,14,14,14,5,1,1,4,0,0,0,0,3,0,0
536571,1,461,61,61,60,8,8,3,6,17,8,2,4,2,1,1
536687,1,418,61,61,59,5,3,4,9,11,20,4,0,1,0,2
536687,2,94,16,16,16,3,1,2,3,2,3,0,0,0,0,2
536733,1,617,104,104,103,11,5,26,16,17,15,5,4,1,3,0
536814,1,244,46,46,46,9,13,5,6,1,4,1,1,0,4,2
537284,1,530,107,107,106,6,28,24,12,6,12,0,11,5,0,2
537713,1,1049,189,189,186,15,48,34,25,21,18,9,1,2,4,9
539961,1,489,55,55,54,1,5,1,3,18,13,0,7,1,1,4
539961,2,1084,149,149,146,20,8,20,21,29,21,15,4,1,5,2
539961,3,608,74,74,74,6,1,15,10,20,7,10,0,2,3,0
539961,4,439,51,51,51,1,4,8,8,6,6,5,5,3,0,5
539961,5,186,19,19,19,1,2,4,2,4,6,0,0,0,0,0
540161,1,274,51,51,50,10,3,3,8,12,5,0,8,0,0,1
540196,1,681,132,132,132,13,18,11,14,27,26,8,0,6,5,4
540196,2,757,130,130,130,12,26,9,23,17,18,7,6,4,1,7
540196,3,760,120,120,120,11,16,8,22,16,22,5,10,7,1,2
540196,4,121,17,17,17,4,1,2,2,5,1,0,2,0,0,0
540196,5,153,31,31,30,1,6,3,9,3,4,3,1,0,0,0
540226,1,1020,119,119,119,5,11,11,14,30,23,11,9,2,1,2
540226,2,424,48,48,46,2,11,6,2,13,8,0,0,3,0,1
540234,1,563,76,76,76,5,18,7,4,12,14,6,0,3,0,7
540234,2,155,13,13,12,2,1,0,3,3,3,0,0,0,0,0
540331,1,129,34,34,34,5,0,1,10,9,1,1,1,0,0,6
540331,2,103,14,14,14,1,0,3,0,4,3,0,2,0,1,0
540331,3,76,13,13,13,5,1,1,2,0,4,0,0,0,0,0
540331,4,123,33,33,33,9,0,1,6,1,2,1,3,0,9,1
540366,1,320,30,30,29,6,0,2,10,4,1,1,2,3,0,0
540471,1,1155,212,212,209,13,21,23,41,35,30,15,5,8,8,10
540471,2,1036,150,150,147,18,11,12,39,16,31,4,3,6,2,5
540471,3,888,119,119,117,10,10,10,18,33,13,3,6,5,4,5
540471,4,1553,171,171,169,15,17,18,17,33,35,9,8,2,9,6
540471,5,963,182,182,181,20,21,19,29,36,22,10,6,7,5,6
540471,6,959,141,141,141,15,14,17,26,26,16,4,3,5,5,10
540471,7,309,25,25,25,0,8,1,4,1,9,0,0,1,0,1
540471,8,174,30,30,30,3,6,6,3,2,4,0,0,0,2,4
540471,9,203,43,43,43,1,3,18,3,3,8,0,0,0,3,4
540471,10,129,19,19,19,2,1,2,7,3,1,2,1,0,0,0
540471,11,112,19,19,19,3,2,2,8,3,0,1,0,0,0,0
540471,12,120,18,18,18,2,4,0,6,2,0,3,1,0,0,0
540471,13,145,32,32,32,2,10,0,4,1,9,1,0,4,1,0
540480,1,899,158,158,157,10,45,23,13,23,19,3,6,4,2,9
540480,2,169,15,15,15,3,1,3,1,3,1,3,0,0,0,0
540501,1,1136,186,186,184,18,23,32,11,10,34,22,0,8,16,10
540501,2,1255,175,175,173,14,10,41,9,25,27,18,3,6,15,5
540501,3,155,24,24,23,4,3,2,1,3,6,0,0,1,2,1
540510,1,675,106,106,106,15,28,8,8,8,14,9,4,0,4,8
540510,2,179,31,31,31,0,11,5,2,9,1,1,0,0,0,2
540544,1,735,75,75,74,3,8,2,9,13,22,3,4,1,5,4
540544,2,162,44,43,43,2,10,10,5,2,7,3,1,0,3,0
540544,3,111,18,18,18,2,2,2,1,2,6,0,0,0,3,0
540544,4,103,22,22,22,1,4,3,4,6,1,0,2,1,0,0
540595,1,288,41,41,38,2,5,2,4,9,7,2,4,0,2,1
540609,1,238,45,45,45,6,9,7,7,3,5,6,1,0,1,0
540609,2,112,16,16,16,0,1,0,0,7,0,6,0,2,0,0
540609,3,75,26,26,26,3,0,2,12,4,3,2,0,0,0,0
540609,4,72,12,12,12,4,0,0,3,4,0,0,1,0,0,0
540650,1,503,87,87,87,4,38,3,12,10,11,2,0,1,4,2
540650,2,91,15,15,15,4,1,4,2,3,1,0,0,0,0,0
540731,1,182,24,24,24,4,2,8,4,1,3,1,0,0,1,0
540773,1,1285,237,237,235,24,57,40,30,28,19,10,9,6,4,8
540773,2,1327,211,210,207,15,50,35,24,25,27,9,5,2,4,11
540854,1,405,113,113,110,8,66,4,1,7,11,5,5,1,0,2
540862,1,883,108,108,107,9,7,10,26,14,24,8,4,1,4,0
540862,2,912,115,114,114,8,22,21,9,17,17,4,3,5,5,3
540862,3,792,101,101,98,9,6,25,0,23,19,5,5,1,2,3
540871,1,361,51,51,49,4,8,2,10,9,12,3,0,0,1,0
540871,2,108,25,25,25,5,3,0,7,6,1,0,2,1,0,0
540871,3,74,7,7,7,2,1,0,0,2,2,0,0,0,0,0
540919,1,620,142,142,141,14,44,18,16,18,17,2,4,5,1,2
540978,1,882,140,139,139,18,29,16,12,20,16,8,7,2,8,3
540978,2,568,82,82,82,8,22,15,4,13,9,3,1,0,6,1
540978,3,378,44,44,44,7,14,4,2,1,2,9,0,0,3,2
540978,4,170,25,25,25,3,9,4,2,1,4,2,0,0,0,0
540978,5,56,9,9,9,0,4,1,4,0,0,0,0,0,0,0
540986,1,902,101,101,99,17,9,10,14,12,11,8,7,1,7,3
540986,2,91,20,20,20,2,2,3,0,5,4,4,0,0,0,0
541079,1,1299,153,153,151,23,24,7,25,18,29,8,5,8,3,1
541079,2,63,14,14,14,0,5,2,0,0,0,0,1,3,2,1
541079,3,57,8,8,7,1,4,0,1,0,0,0,0,1,0,0
541079,4,36,8,8,8,2,2,0,2,0,0,0,2,0,0,0
541079,5,46,12,12,12,1,1,0,2,2,2,1,3,0,0,0
541109,1,927,105,105,105,4,16,33,9,15,9,3,7,1,2,6
541125,1,348,92,92,92,2,29,8,13,7,10,6,4,5,1,7
541168,1,1310,216,216,214,11,49,14,41,21,42,17,1,4,9,5
541168,2,88,13,13,13,2,3,0,3,0,0,2,2,1,0,0
541168,3,200,24,24,24,1,2,4,8,3,3,0,0,0,3,0
541168,4,81,12,12,12,2,6,1,0,0,1,0,0,1,1,0
541222,1,1020,161,161,160,18,17,12,36,20,25,13,6,0,3,10
541265,1,965,151,151,150,17,11,15,22,38,16,8,3,3,10,7
541265,2,1007,125,125,125,6,24,6,15,25,24,5,10,1,1,8
541265,3,113,8,8,8,1,0,1,3,1,1,0,1,0,0,0
541265,4,59,10,10,10,2,0,1,2,0,2,0,1,0,1,1
541265,5,140,22,22,22,5,3,0,4,6,1,0,2,0,1,0
541354,1,1253,275,275,269,11,79,38,26,39,33,16,9,5,8,5
541354,2,1249,156,156,156,16,52,15,12,19,12,12,2,4,9,3
541354,3,706,143,143,142,3,55,24,6,18,17,7,4,1,1,6
541354,4,849,131,131,130,10,38,15,4,8,19,8,6,4,10,8
541354,5,822,157,157,154,9,29,21,23,17,28,12,4,4,3,4
541354,6,1094,163,163,163,14,16,16,31,31,26,7,7,2,6,7
541354,7,1120,166,166,166,15,16,31,24,32,22,12,1,4,7,2
541354,8,857,171,171,167,10,29,22,25,36,22,4,7,3,5,4
541354,9,1006,156,156,153,17,25,18,24,29,17,3,5,2,6,7
541354,10,871,147,147,147,12,25,14,28,24,17,7,7,4,5,4
541354,11,484,84,84,82,3,30,9,9,10,7,4,1,2,5,2
541354,12,760,140,140,140,12,30,16,10,27,16,3,13,1,8,4
541354,13,186,34,34,34,4,12,6,3,5,3,0,0,1,0,0
541354,14,51,16,16,16,4,5,5,1,0,1,0,0,0,0,0
541354,15,160,40,40,40,4,16,8,3,2,3,1,1,0,0,2
541478,1,659,119,119,118,13,24,12,11,11,22,2,9,2,5,7
553191,1,71,5,5,5,0,0,0,5,0,0,0,0,0,0,0
553212,1,39,26,26,25,2,1,5,2,8,2,3,2,0,0,0
553221,1,503,76,76,76,6,6,9,5,27,12,6,1,1,1,2
553247,1,218,18,18,18,2,2,1,0,1,8,3,0,0,1,0
553336,1,318,70,70,70,4,11,6,11,20,11,5,0,0,1,1
553344,1,161,34,34,33,3,10,3,7,3,6,0,1,0,0,0
553352,1,275,46,46,46,3,15,3,6,0,10,3,2,1,0,3
553379,1,1066,317,317,313,15,8,220,16,23,15,6,2,3,1,4
553387,1,105,27,27,25,1,3,9,0,6,1,1,1,0,1,2
553395,1,149,15,15,15,4,1,2,0,6,1,1,0,0,0,0
553476,1,522,81,81,80,3,26,12,1,8,10,1,4,4,8,3
554146,1,177,30,30,30,2,2,6,3,8,4,2,1,0,2,0
569305,1,469,111,111,111,6,45,21,3,9,18,0,4,0,3,2
569372,1,160,22,22,22,2,0,2,8,2,5,1,0,1,1,0
569381,1,555,66,65,65,12,8,2,12,9,6,4,4,4,2,2
569437,1,508,54,54,54,0,7,12,6,14,8,3,2,0,1,1
569445,1,941,134,134,134,19,17,23,7,24,14,14,5,0,4,7
569445,2,940,151,151,150,15,15,30,7,17,22,24,5,1,11,3
570095,1,173,24,24,24,8,6,0,2,3,3,1,0,0,1,0
570117,1,31,10,10,10,0,1,1,0,1,4,1,0,1,0,1
570141,1,275,64,64,62,4,15,4,8,12,7,1,5,4,2,0
570281,1,126,27,27,26,0,2,4,4,7,4,3,2,0,0,0
570338,1,186,36,36,36,4,8,4,6,3,6,3,1,0,0,1
506737,1,1305,239,239,239,18,45,17,22,32,32,21,21,15,9,7
542318,1,179,33,33,33,3,10,3,0,3,4,1,5,1,1,2
542342,1,61,9,9,9,0,2,1,1,2,3,0,0,0,0,0
542393,1,167,27,27,27,1,4,5,3,5,5,0,1,2,0,1
549690,1,151,28,28,28,1,4,0,2,9,5,2,1,1,3,0
549720,1,751,155,155,155,11,40,12,17,23,24,6,5,4,7,6
553905,1,231,32,32,32,0,3,1,5,1,10,2,9,0,0,1
557188,1,255,55,55,55,8,9,2,12,11,3,1,1,2,4,2
587257,1,122,32,32,31,4,7,5,1,4,2,4,2,0,0,2
587354,1,197,58,58,56,6,21,0,2,6,12,0,6,3,0,0
587397,1,199,53,53,52,11,12,2,7,6,0,1,7,1,3,2
588296,1,1280,279,279,275,24,56,26,25,74,31,9,11,9,4,6
588296,2,1329,195,195,195,19,31,20,19,30,35,7,6,7,13,8
588296,3,1009,185,185,182,10,24,18,31,47,18,12,4,4,8,6
588296,4,989,188,188,186,12,17,15,21,62,22,11,7,5,11,3
588296,5,1076,233,233,233,15,25,10,46,76,29,13,4,3,7,5
588296,6,929,215,215,215,14,37,11,33,66,31,7,7,3,3,3
588296,7,1657,194,194,194,14,25,21,23,33,31,20,7,8,4,8
588296,8,1020,243,243,241,14,65,28,23,55,27,8,3,10,4,4
588296,9,971,219,219,218,8,45,20,31,47,36,12,2,0,16,1
588296,10,1523,466,466,464,22,157,29,36,92,61,24,9,11,19,4
588296,11,1416,347,347,339,29,52,35,28,90,41,12,12,17,9,14
588296,12,1242,224,224,222,16,35,9,29,66,25,9,7,5,6,15
588296,13,1467,261,261,259,10,41,18,36,57,47,12,11,5,14,8
588296,14,1101,203,203,203,14,36,12,21,69,26,8,6,5,5,1
588296,15,858,195,195,195,7,23,14,41,58,15,9,3,4,11,10
588296,16,911,243,243,240,6,32,33,28,70,23,16,4,10,7,11
588296,17,1335,281,281,280,14,29,39,23,74,51,10,8,9,15,8
588296,18,1131,250,250,249,8,32,24,23,71,33,7,13,6,20,12
588296,19,991,252,252,252,25,37,14,25,62,39,14,8,5,6,17
588296,20,250,42,42,42,4,4,0,7,10,8,2,5,0,1,1
588296,21,118,30,30,30,1,11,4,5,3,3,0,1,0,2,0
588296,22,199,27,27,27,4,2,2,1,9,3,3,0,0,3,0
588296,23,474,88,88,86,8,14,5,8,29,8,3,1,3,3,4
588296,24,334,51,50,48,2,17,4,6,7,3,2,1,0,2,4
588296,25,415,73,73,73,1,10,17,5,12,16,4,2,1,1,4
588296,26,129,32,32,32,2,4,0,9,4,6,1,2,0,1,3
588300,1,206,45,45,44,1,11,4,4,14,3,0,6,0,0,1
588300,2,164,41,41,40,3,13,2,9,2,4,1,2,1,2,1
588326,1,457,89,89,89,8,25,7,10,15,13,1,1,1,4,4
588377,1,303,68,68,68,5,9,1,26,8,7,2,10,0,0,0
588385,1,749,170,170,167,4,60,14,6,18,29,7,7,4,14,4
588393,1,1015,151,151,151,11,25,13,10,15,26,15,18,7,9,2
588393,2,859,165,165,161,12,14,11,16,32,22,9,21,8,8,8
588393,3,698,114,114,114,17,14,5,16,19,15,11,9,0,7,1
588393,4,772,120,120,120,8,19,7,2,29,23,4,10,7,7,4
588393,5,581,175,175,174,9,45,14,16,27,26,7,18,3,5,4
588393,6,567,132,132,130,7,15,16,17,17,20,10,11,6,3,8
588393,7,661,125,125,125,4,19,4,10,24,22,9,17,3,6,7
588393,8,734,109,109,106,4,24,10,16,14,20,0,10,1,4,3
588393,9,576,86,86,83,5,8,8,12,13,11,4,12,0,9,1
588393,10,262,31,31,30,0,7,3,4,6,6,0,0,1,0,3
588393,11,238,21,21,20,0,6,2,1,3,1,0,6,1,0,0
588393,12,107,30,30,30,1,8,2,5,7,6,0,0,0,1,0
588407,1,153,27,27,27,5,4,0,5,7,5,1,0,0,0,0
588431,1,353,70,70,69,7,15,3,22,11,6,1,2,0,0,2
588458,1,928,154,154,153,8,33,14,12,36,17,12,5,3,11,2
588458,2,1106,143,143,143,13,12,8,32,30,17,12,6,0,5,8
588458,3,1086,240,240,239,13,46,15,36,44,36,18,6,4,13,8
588458,4,693,130,130,125,11,18,8,7,25,20,13,2,5,14,2
588458,5,665,136,136,130,2,15,3,42,26,17,8,3,4,5,5
588458,6,1071,194,194,191,16,39,11,22,48,20,9,2,4,8,12
588458,7,994,156,156,156,9,28,3,29,36,10,11,11,6,8,5
588458,8,882,167,166,165,2,19,13,31,42,23,9,9,1,7,9
588458,9,864,160,160,160,13,40,13,25,20,17,9,5,1,11,6
588458,10,359,69,69,68,5,23,0,6,5,10,2,7,3,3,4
588458,11,366,49,49,49,2,2,1,13,11,10,3,6,0,1,0
588458,12,446,71,71,69,5,11,0,12,9,20,4,3,2,2,1
588458,13,296,55,55,55,3,5,6,16,12,7,1,1,3,1,0
588474,1,206,55,55,55,1,25,2,11,6,4,0,3,0,0,3
588482,1,131,42,42,42,3,3,1,18,5,6,2,3,0,0,1
588491,1,1080,169,169,167,9,27,11,23,21,44,14,8,2,2,6
588491,2,923,164,164,163,9,35,9,15,35,21,13,12,3,10,1
588491,3,780,86,86,86,4,7,4,24,24,7,7,3,0,4,2
588491,4,842,125,125,122,9,15,12,18,22,19,7,14,2,3,1
588491,5,821,107,107,107,13,7,15,20,11,19,9,2,4,4,3
588491,6,1111,135,135,134,11,22,6,23,27,18,2,6,1,10,8
588491,7,355,81,81,80,9,25,3,9,11,10,2,4,0,4,3
588504,1,294,44,44,44,3,7,3,2,8,7,3,4,2,3,2
588512,1,1110,187,187,183,14,22,11,43,41,16,12,7,1,10,6
588512,2,1007,153,153,150,7,16,13,26,33,24,5,10,4,5,7
588512,3,856,118,118,116,5,10,7,11,23,32,7,7,6,5,3
588512,4,988,136,136,136,6,8,4,13,40,33,15,4,3,7,3
588512,5,191,21,21,21,0,0,2,3,7,7,1,0,0,0,1
588521,1,321,76,76,76,5,17,9,7,11,17,6,1,1,1,1
588521,2,80,22,22,22,0,1,3,3,8,3,3,0,1,0,0
588521,3,66,19,19,18,5,7,0,1,3,0,0,1,0,1,0
588547,1,163,38,38,38,2,9,0,12,5,0,2,2,1,2,3
588547,2,40,12,12,12,1,1,5,1,1,1,1,0,0,1,0
588555,1,303,83,83,83,12,16,10,3,7,14,5,4,3,1,8
588563,1,250,43,43,43,1,8,3,2,18,4,1,2,0,2,2
588598,1,266,70,70,70,4,22,6,3,12,9,0,6,1,0,7
588601,1,865,144,144,144,21,32,9,16,18,21,5,7,3,8,4
588601,2,833,122,122,122,13,14,4,44,19,10,2,3,1,9,3
588601,3,172,28,28,28,5,2,2,5,6,6,1,1,0,0,0
588601,4,230,37,37,37,2,6,2,7,4,3,2,7,1,2,1
588601,5,262,39,39,39,4,10,2,2,7,9,0,1,1,2,1
588610,1,674,162,162,160,10,46,12,20,26,16,21,3,0,4,2
588610,2,132,28,28,27,2,11,1,1,6,3,1,2,0,0,0
588628,1,44,17,17,17,0,5,0,7,0,2,0,2,0,0,1
588636,1,215,38,38,38,1,7,1,7,6,8,3,4,0,1,0
588644,1,934,147,147,147,12,31,14,19,28,22,14,4,1,1,1
588644,2,899,114,114,114,10,24,7,21,22,12,8,4,1,2,3
588652,1,402,91,91,88,7,34,7,8,5,17,1,6,0,2,1
588661,1,324,57,57,57,8,10,7,8,1,11,4,5,0,2,1
588695,1,332,50,50,50,2,8,12,5,11,6,1,0,1,4,0
588695,2,61,14,14,14,1,5,0,1,2,3,0,0,0,2,0
588709,1,600,77,77,77,3,8,7,6,17,12,3,10,0,5,6
588709,2,175,31,31,31,2,6,5,1,8,5,0,3,1,0,0
588717,1,367,61,61,60,7,12,3,7,9,12,3,4,1,1,1
588725,1,411,60,60,58,10,21,3,6,10,3,0,3,0,1,1
588733,1,320,66,66,65,3,21,6,14,9,3,3,2,1,2,1
588733,2,167,50,50,50,1,14,2,11,12,6,2,1,0,0,1
588741,1,603,92,92,91,10,25,12,6,6,19,2,5,0,3,3
588750,1,459,72,72,72,5,21,4,2,7,14,5,5,2,4,3
588768,1,1049,148,148,146,5,53,4,15,21,17,8,7,0,8,8
588768,2,971,158,158,158,6,13,8,43,39,11,6,11,3,9,9
588768,3,305,42,42,42,5,7,0,7,3,4,3,10,0,0,3
588784,1,312,31,31,31,4,1,0,4,10,8,3,0,0,0,1
588806,1,202,36,36,35,8,4,1,1,6,9,0,1,1,4,0
588814,1,344,61,61,60,5,9,2,10,8,8,4,6,1,2,5
588822,1,369,53,53,53,4,10,2,2,10,14,4,2,3,1,1
588831,1,194,40,40,40,3,11,0,3,11,6,3,1,0,2,0
588849,1,418,74,74,73,13,15,1,12,14,6,2,5,1,4,0
588849,2,152,33,33,33,0,8,2,2,16,3,1,0,0,0,1
588849,3,159,45,45,45,6,6,1,4,13,11,0,4,0,0,0
588865,1,385,81,81,80,8,14,2,21,7,9,7,4,2,5,1
588865,2,220,45,45,45,2,5,3,6,12,7,4,4,0,2,0
588873,1,418,90,90,89,4,34,9,8,4,8,4,5,3,3,7
588890,1,598,90,90,90,13,9,3,8,22,15,3,10,5,0,2
588903,1,1000,167,167,166,18,40,6,20,28,23,9,12,2,4,4
588920,1,440,66,66,66,4,13,3,23,7,5,2,3,1,3,2
588938,1,745,117,117,114,8,40,3,15,19,15,0,3,0,6,5
588938,2,163,35,35,35,1,5,2,9,6,7,0,2,0,1,2
588946,1,567,105,105,105,4,33,5,11,16,14,5,9,2,6,0
588954,1,597,67,67,67,5,9,12,9,10,6,5,4,0,3,4
588962,1,530,76,76,75,16,15,7,2,10,10,3,7,1,1,3
588971,1,504,82,82,79,4,27,8,0,18,8,6,1,0,4,3
588989,1,309,80,80,78,6,19,5,12,11,6,1,6,2,4,6
588997,1,497,79,79,77,7,14,2,1,17,16,6,9,0,4,1
589004,1,108,18,18,17,5,0,0,2,5,1,0,2,1,0,1
589004,2,119,36,36,36,2,6,1,9,10,2,0,4,0,2,0
589004,3,56,18,18,18,2,5,7,0,1,2,0,0,1,0,0
589039,1,539,101,101,101,7,16,7,16,19,12,11,2,7,4,0
589047,1,216,23,23,23,1,1,1,7,2,5,2,0,0,3,1
589055,1,137,47,47,45,0,19,4,2,13,4,1,2,0,0,0
589080,1,264,56,56,56,4,6,4,10,18,7,1,3,1,1,1
589080,2,135,51,51,51,3,13,7,5,9,12,1,0,0,0,1
589098,1,227,35,35,35,3,18,4,1,1,1,3,3,0,1,0
589110,1,160,28,28,27,7,5,2,5,1,3,0,4,0,0,0
589128,1,262,30,30,28,1,8,0,3,4,6,2,1,0,0,3
589128,2,59,20,20,19,0,1,2,4,7,0,0,0,1,0,4
589136,1,381,58,58,57,9,16,0,4,12,10,0,4,1,1,0
589152,1,268,58,58,56,4,20,5,3,3,7,1,8,1,2,2
589161,1,609,84,84,82,2,11,3,24,13,12,2,7,3,2,3
589187,1,1118,140,140,139,13,19,4,36,32,16,5,4,2,3,5
589187,2,179,31,31,30,1,10,1,6,5,5,1,0,0,0,1
589195,1,1171,145,145,144,8,45,7,25,23,16,7,6,2,0,5
589195,2,129,9,9,7,0,5,0,0,1,0,0,1,0,0,0
589195,3,103,5,5,5,0,0,0,1,3,0,0,0,0,1,0
589195,4,180,33,33,33,2,10,0,4,7,2,0,4,0,0,4
589195,5,141,27,27,27,4,4,0,3,7,2,1,1,1,2,2
589217,1,392,63,63,63,6,16,5,9,11,2,4,1,5,1,3
589217,2,123,33,33,33,2,13,2,9,3,3,0,0,0,1,0
589225,1,499,113,113,112,7,36,5,6,13,28,2,6,4,0,5
589233,1,611,84,84,82,11,32,1,9,11,10,1,5,0,0,2
550736,1,196,62,62,62,1,20,2,2,10,3,12,4,4,3,1
550744,1,1107,176,176,175,4,49,31,19,31,15,6,8,2,9,1
550744,2,789,188,188,187,7,46,31,15,21,35,18,5,0,6,3
550744,3,1010,149,149,147,7,38,30,10,23,15,1,8,0,8,7
550744,4,793,130,130,130,12,32,28,8,18,12,6,2,1,5,6
550744,5,834,161,161,161,14,24,31,17,17,26,11,5,4,8,4
550752,1,1505,300,300,295,16,112,42,9,25,23,24,3,11,18,12
550752,2,879,145,145,145,15,38,10,13,17,14,14,5,4,7,8
550752,3,987,201,201,200,16,41,26,17,26,33,15,7,2,5,12
550752,4,1092,232,232,230,10,79,34,14,19,28,17,7,2,9,11
550752,5,1076,159,159,159,11,37,20,9,10,25,15,14,4,4,10
592005,1,966,201,201,199,8,36,31,21,27,23,20,3,6,18,6
592005,2,764,175,175,174,11,19,37,29,38,21,8,1,1,4,5
592005,3,691,122,121,121,8,22,15,24,13,20,8,5,2,1,3
592005,4,813,159,159,158,15,18,20,28,24,22,7,6,4,11,3
592005,5,654,118,118,118,5,15,14,15,17,18,10,6,10,5,3
592005,6,668,171,171,171,12,29,19,18,31,15,18,4,3,11,11
592005,7,1551,204,204,201,15,33,23,13,31,25,23,5,9,15,9
592005,8,871,197,197,194,12,28,37,22,30,22,15,6,8,10,4
592005,9,808,189,189,188,36,33,13,32,44,16,5,1,0,2,6
592005,10,796,123,123,123,8,18,8,31,17,19,3,3,4,6,6
592005,11,783,150,150,149,12,16,19,24,25,20,4,2,5,18,4
592005,12,816,167,167,167,15,13,17,23,35,29,12,4,5,11,3
592005,13,786,174,174,173,14,38,29,14,24,21,12,4,4,8,5
592005,14,813,162,162,159,6,17,16,28,30,24,4,5,8,14,7
592005,15,852,154,154,154,9,36,14,14,19,25,8,5,5,11,8
592005,16,1073,107,107,106,8,19,9,12,11,16,9,7,6,2,7
592005,17,758,126,126,126,10,20,14,14,23,3,10,4,6,7,15
592005,18,1112,151,151,149,10,28,22,5,22,24,12,7,5,7,7
592005,19,796,137,137,137,11,13,24,10,18,29,17,4,4,1,6
592005,20,576,122,122,122,6,15,18,8,16,20,3,7,11,13,5
592005,21,1293,291,291,290,14,38,52,10,38,63,31,4,7,22,11
592005,22,870,189,188,184,7,28,39,21,23,24,16,6,8,7,5
592005,23,722,140,140,139,8,42,20,4,13,19,4,13,2,6,8
592005,24,892,218,218,217,10,67,39,11,20,29,18,1,5,12,5
592005,25,474,91,91,90,7,19,11,8,10,11,1,10,3,4,6
592013,1,1476,190,190,190,5,48,19,40,14,21,6,9,5,11,12
592021,1,843,93,93,93,7,32,5,7,7,12,6,10,1,2,4
592021,2,878,111,111,111,1,44,18,4,22,4,5,5,1,3,4
592030,1,1154,200,200,198,10,71,28,24,18,18,5,6,6,6,6
592030,2,298,61,61,61,1,34,8,4,3,4,0,3,0,3,1
592048,1,1045,161,161,161,9,33,13,20,31,16,12,16,2,5,4
592048,2,955,130,130,129,7,32,9,24,14,13,10,12,3,1,4
592048,3,1104,224,224,224,9,53,19,29,47,26,11,23,0,3,4
592048,4,265,28,28,27,2,7,1,5,8,0,1,1,2,0,0
592048,5,224,27,27,27,1,4,0,9,4,3,0,2,3,0,1
592048,6,122,25,25,25,3,4,1,2,2,2,1,7,0,3,0
592056,1,674,104,104,104,4,45,9,12,15,7,1,4,0,6,1
592064,1,903,168,168,168,11,66,10,19,12,17,9,6,3,6,9
592064,2,942,178,178,176,4,52,18,26,18,22,8,4,5,9,10
592072,1,664,96,96,96,9,12,6,12,15,16,8,3,4,7,4
592081,1,634,95,95,93,7,18,11,16,9,11,5,3,3,4,6
592081,2,728,95,95,95,6,21,15,10,9,9,4,5,2,8,6
592099,1,841,86,86,85,10,28,5,11,3,11,4,7,2,3,1
592102,1,1117,242,242,240,15,46,28,29,34,39,15,11,3,8,12
592102,2,948,160,160,160,25,33,13,24,32,14,8,6,0,4,1
592111,1,678,90,90,90,3,24,8,3,15,10,5,15,3,3,1
592137,1,317,46,46,46,3,11,1,1,6,8,2,8,2,0,4
592145,1,1168,152,152,152,9,45,10,6,39,18,6,3,5,8,3
592145,2,1341,220,220,218,24,88,18,9,33,17,10,5,3,6,5
592153,1,441,95,95,95,1,57,7,4,8,4,2,5,0,3,4
592170,1,1186,180,180,180,21,47,15,16,21,26,9,7,4,7,7
592170,2,1331,241,241,240,33,62,11,38,21,27,14,6,3,13,12
592170,3,1049,135,135,135,19,35,10,20,16,9,5,5,1,6,9
592188,1,675,93,93,93,5,24,8,11,18,14,4,4,0,3,2
592196,1,31,16,16,16,0,8,1,2,2,2,0,1,0,0,0
592200,1,564,89,89,89,1,45,7,7,10,4,3,2,2,6,2
592200,2,261,82,82,82,3,52,12,0,3,3,2,0,0,5,2
592218,1,813,131,131,130,7,37,7,16,17,25,5,8,2,3,3
592226,1,1448,196,196,196,12,64,20,19,15,34,11,6,3,6,6
592234,1,397,62,62,61,4,2,7,23,9,7,1,3,1,2,2
592269,1,895,189,189,188,7,72,14,18,21,35,5,3,5,3,5
592277,1,461,94,94,94,5,16,8,11,13,19,4,7,7,2,2
592285,1,797,92,92,92,6,26,10,9,15,6,7,4,3,4,2
592293,1,773,112,112,111,10,32,17,8,9,9,3,7,5,4,7
592307,1,348,45,45,45,6,4,4,6,10,3,0,10,1,1,0
592323,1,786,107,107,106,11,14,10,7,13,21,5,12,4,7,2
592340,1,153,31,31,31,3,1,0,0,5,3,2,3,3,2,9
592366,1,385,66,66,66,14,10,6,5,7,6,0,3,2,4,9
592382,1,815,125,125,123,6,57,6,13,9,15,6,1,0,7,3
592382,2,108,19,19,19,1,8,0,3,1,0,2,1,2,1,0
592391,1,561,172,171,171,13,68,18,8,15,28,6,3,3,1,8
592404,1,680,105,105,105,4,64,7,9,6,7,0,4,0,3,1
592412,1,1265,194,194,193,17,55,12,28,22,24,9,14,1,5,6
592421,1,635,141,141,141,18,20,11,28,24,12,1,16,4,4,3
592439,1,934,144,144,144,6,45,12,12,19,20,11,4,1,11,3
592439,2,930,183,183,182,10,79,17,6,21,12,9,5,4,9,10
592439,3,860,133,133,131,4,39,11,12,26,15,7,5,3,4,5
592447,1,597,123,123,122,7,38,11,13,16,14,6,7,4,3,3
592455,1,614,122,122,122,6,65,8,11,10,7,6,3,0,3,3
592455,2,641,135,135,135,11,45,7,29,15,8,6,6,4,1,3
592463,1,1024,160,160,158,10,47,14,18,14,23,15,3,4,6,4
592463,2,1211,248,247,247,15,68,19,44,30,29,14,9,1,9,9
592463,3,583,99,99,98,3,36,14,9,5,13,7,3,0,5,3
592471,1,715,107,107,107,7,18,12,14,14,23,1,11,0,2,5
592480,1,599,75,75,75,7,28,6,5,7,9,2,2,3,5,1
592498,1,753,133,133,132,8,47,13,13,13,4,8,11,8,1,6
592501,1,682,103,103,103,9,19,15,10,15,15,6,8,1,5,0
592510,1,767,129,129,129,8,32,28,6,11,20,6,5,3,8,2
592510,2,864,171,171,170,9,58,23,10,18,26,10,2,3,6,5
592528,1,871,121,121,120,10,33,12,9,16,17,1,9,2,9,2
592536,1,797,112,112,111,10,39,13,5,4,24,2,8,1,1,4
592552,1,381,43,43,43,0,11,4,7,6,1,4,3,0,3,4
592561,1,329,70,70,70,3,25,5,24,8,3,0,1,0,0,1
592579,1,560,108,107,107,6,17,7,17,14,22,3,1,5,9,6
592587,1,108,36,36,36,6,2,6,5,2,9,0,1,2,2,1
592609,1,674,68,68,66,3,26,3,4,6,12,2,7,1,2,0
592617,1,1094,81,81,79,2,35,3,7,12,5,4,1,0,4,6
592617,2,869,114,114,113,7,67,4,4,14,6,3,5,0,3,0
592617,3,1011,102,102,102,8,26,5,8,28,9,7,1,0,6,4
592625,1,348,62,62,62,12,11,7,4,7,12,4,3,0,1,1
592633,1,128,22,22,22,0,1,4,8,4,0,0,3,0,2,0
592641,1,898,143,143,141,6,57,43,9,14,8,0,2,0,1,1
592650,1,489,68,68,68,9,9,6,3,17,12,1,9,0,1,1
592668,1,211,42,42,42,3,9,5,11,0,6,2,1,4,0,1
592676,1,713,109,109,109,3,48,8,8,9,14,4,8,3,2,2
592676,2,690,108,108,106,4,40,6,8,13,16,5,5,5,0,4
592692,1,1338,216,216,216,18,85,16,35,14,14,5,4,4,13,8
592706,1,943,120,120,118,14,23,16,11,12,18,2,6,3,7,6
592714,1,200,43,43,43,5,11,2,1,2,9,0,6,1,0,6
592722,1,920,153,153,152,6,52,15,7,20,17,6,10,9,8,2
592731,1,984,178,178,177,8,35,28,12,29,22,19,11,1,10,2
592731,2,1102,242,242,241,14,51,35,27,39,33,16,5,5,9,7
592731,3,1352,175,175,175,16,51,13,21,19,12,5,7,3,23,5
592731,4,1017,133,133,133,9,34,17,9,20,18,7,2,2,13,2
592731,5,1048,189,189,188,7,43,21,16,23,21,25,5,5,14,8
592731,6,1212,150,150,150,10,32,11,9,28,22,9,10,4,7,8
592731,7,777,126,125,125,11,25,14,18,19,21,5,4,2,5,1
592731,8,939,135,135,134,6,33,11,19,23,17,7,11,4,1,2
592731,9,1025,131,130,130,9,25,16,11,31,14,10,4,2,3,5
592731,10,925,140,140,140,11,23,2,18,38,24,9,7,0,5,3
592731,11,979,177,177,175,11,59,12,16,26,16,14,4,3,6,8
592731,12,753,138,138,135,13,54,13,6,18,11,4,3,1,8,4
592731,13,827,174,174,173,6,84,28,9,9,16,8,2,3,4,4
592731,14,851,155,155,155,5,77,7,16,18,10,4,7,2,3,6
592749,1,1040,151,151,150,16,32,9,21,29,28,2,3,3,2,5
592749,2,930,153,153,153,17,36,7,24,29,13,9,2,3,5,8
592749,3,482,83,83,83,3,14,5,16,20,5,4,9,1,4,2
592749,4,1232,192,192,188,16,48,17,18,36,28,7,3,4,6,5
592757,1,190,25,25,25,6,6,3,2,5,2,1,0,0,0,0
592773,1,164,31,31,31,2,7,0,4,13,0,0,4,0,1,0
592781,1,359,96,96,96,2,34,11,12,9,16,0,5,2,1,4
592790,1,893,279,279,277,16,111,25,48,14,23,16,5,6,7,6
592803,1,470,106,106,105,7,50,5,12,10,8,4,2,1,3,3
592820,1,1228,168,168,166,19,63,13,6,19,14,16,6,2,4,4
592820,2,1272,199,199,198,13,76,21,21,13,19,13,8,3,7,4
592838,1,116,22,22,22,6,1,5,0,3,1,0,1,3,2,0
592846,1,890,120,120,120,4,35,7,11,19,12,4,17,1,2,8
592854,1,250,38,38,38,5,13,3,1,6,0,3,1,2,1,3
592862,1,1365,155,155,152,11,47,6,14,21,25,7,10,1,4,6
592871,1,140,40,39,39,0,15,2,2,5,3,0,2,5,1,4
500062,1,1598,262,262,259,19,55,21,18,34,61,10,7,7,14,13
500071,1,1410,274,274,272,9,53,21,22,40,71,16,9,8,12,11
541630,1,1082,154,154,153,14,13,12,19,33,24,14,7,8,4,5
541630,2,933,128,128,127,9,14,11,23,29,18,10,5,3,2,3
541630,3,977,140,140,140,6,17,18,16,22,20,17,4,5,7,8
541630,4,880,174,174,174,13,29,11,27,32,22,17,5,4,4,10
541630,5,845,215,213,213,12,22,24,23,44,36,22,1,8,8,13
541630,6,849,173,173,173,10,33,11,24,35,23,16,3,9,2,7
541630,7,952,183,183,183,12,17,11,22,39,31,19,6,6,8,12
541630,8,887,146,146,146,12,21,15,16,32,13,5,9,4,9,10
541630,9,1575,112,112,112,7,22,11,14,25,14,5,2,1,7,4
541630,10,320,65,65,63,5,5,5,10,5,16,4,4,3,1,5
541630,11,383,77,77,76,7,6,5,6,9,31,10,0,0,2,0
541630,12,824,198,197,195,8,32,25,18,32,38,16,3,6,10,7
541630,13,948,175,175,175,8,40,14,14,20,21,12,7,24,8,7
541630,14,807,118,118,118,2,19,15,10,25,17,5,5,6,5,9
541630,15,643,123,123,121,7,19,16,12,12,16,14,4,3,14,4
541630,16,1025,191,191,188,10,31,18,15,31,22,25,9,5,15,7
541630,17,983,118,118,117,8,20,8,11,23,15,4,5,5,7,11
541630,18,1084,158,158,158,8,39,16,4,28,15,14,7,10,12,5
541630,19,977,153,153,153,12,24,14,27,30,15,9,5,8,5,4
541630,20,906,180,180,179,12,34,14,27,30,23,18,5,5,8,3
541630,21,936,124,124,122,12,28,14,10,22,13,9,1,5,5,3
541630,22,789,137,137,136,7,12,11,26,22,22,22,2,4,5,3
541630,23,635,85,85,84,8,11,1,19,13,10,6,2,3,6,5
541630,24,804,184,184,181,5,28,21,20,26,24,15,7,5,14,16
541630,25,1070,218,217,214,10,58,14,20,28,18,10,9,9,19,19
541648,1,746,136,136,136,17,17,14,23,16,32,0,1,0,4,12
541711,1,787,147,147,145,5,17,20,16,20,30,22,3,6,2,4
541800,1,1529,247,247,246,14,82,25,18,24,35,11,12,7,10,8
542644,1,1254,151,151,151,5,56,20,6,14,15,9,11,5,6,4
542644,2,67,9,9,9,0,2,0,1,1,2,3,0,0,0,0
542679,1,1035,131,131,130,13,30,5,19,18,24,2,4,3,5,7
542679,2,940,115,115,114,15,29,15,6,22,9,4,1,2,0,11
542687,1,2069,323,323,323,25,52,25,29,78,49,21,18,7,11,8
542725,1,1115,187,187,186,8,100,11,14,22,9,8,2,4,1,7
542750,1,1741,201,201,200,22,46,11,12,22,48,14,5,2,15,3
542768,1,979,146,146,145,8,46,13,8,19,24,8,2,2,9,6
542768,2,976,185,185,185,13,69,32,7,16,26,8,4,3,1,6
542784,1,908,100,100,99,11,21,11,10,10,10,9,9,1,2,5
542784,2,897,98,98,98,1,33,11,6,15,12,2,5,3,2,8
542814,1,1634,282,282,282,21,96,14,20,41,37,23,9,7,9,5
542831,1,594,83,82,82,7,24,5,6,18,11,3,2,0,0,6
542865,1,1679,268,268,261,28,31,24,20,45,42,25,11,6,15,14
542903,1,658,115,115,115,11,14,14,10,33,17,1,6,2,7,0
542911,1,1043,152,152,152,16,32,9,20,21,28,10,9,0,2,5
542911,2,1135,119,119,116,16,22,11,11,25,13,10,4,0,0,4
542946,1,776,92,92,92,7,21,10,5,14,16,2,7,1,7,2
542989,1,597,160,160,160,8,98,8,9,12,17,4,1,0,2,1
542989,2,983,166,166,163,6,58,7,15,17,40,6,3,0,4,7
542989,3,213,52,52,52,2,18,1,0,1,17,2,5,0,4,2
542989,4,115,26,26,26,4,14,0,1,1,3,2,0,0,0,1
542989,5,124,27,27,27,3,0,1,6,3,8,1,5,0,0,0
542989,6,77,30,30,30,3,4,2,0,5,9,4,2,0,0,1
542997,1,350,58,58,58,6,20,9,5,3,3,7,0,1,3,1
543021,1,514,108,108,106,6,42,8,12,5,14,2,11,0,1,5
543098,1,673,135,135,134,2,82,14,7,11,7,3,3,4,0,1
544264,1,563,43,43,43,1,5,5,3,11,3,9,0,0,3,3
544302,1,542,97,97,96,3,28,22,5,10,14,3,3,2,3,3
544302,2,318,47,47,46,4,12,1,3,5,12,0,3,0,3,3
544302,3,216,44,44,44,1,9,6,7,8,9,0,0,0,3,1
544302,4,207,51,51,51,4,4,6,1,9,13,4,3,1,0,6
544302,5,127,33,33,32,3,9,2,4,3,5,0,0,0,1,5
544302,6,113,24,24,24,1,7,6,0,3,3,0,0,0,2,2
544302,7,97,28,28,28,2,1,0,5,1,13,0,0,0,2,4
544370,1,1435,225,225,224,11,152,9,1,17,15,0,3,0,13,3
544396,1,1218,145,145,143,15,18,15,6,10,14,18,15,9,12,11
544418,1,562,111,111,111,8,22,10,10,12,22,10,12,2,1,2
544418,2,78,11,11,11,1,1,0,0,0,7,1,0,0,0,1
544434,1,504,67,67,67,3,37,3,1,8,10,1,1,0,0,3
544469,1,265,40,40,40,4,5,1,3,6,7,9,0,1,2,2
544507,1,582,80,80,80,4,3,14,5,15,17,7,1,3,7,4
544566,1,992,144,144,142,8,50,7,8,26,12,12,11,4,3,1
544566,2,574,71,70,70,1,23,5,2,11,4,9,3,3,5,4
544566,3,664,75,75,75,5,26,4,2,11,11,7,3,0,3,3
544574,1,342,86,85,84,3,8,15,0,15,26,4,1,3,4,5
544621,1,475,82,82,81,11,22,11,5,9,16,4,1,0,2,0
544655,1,482,75,75,75,2,29,11,9,4,4,4,4,4,2,2
544671,1,446,60,60,60,2,4,7,11,15,9,6,3,0,2,1
544698,1,1433,175,175,175,12,42,6,18,27,40,7,8,3,8,4
544728,1,521,93,93,93,8,10,7,12,13,15,11,1,5,4,7
544787,1,1481,165,165,159,11,24,14,12,22,35,17,8,2,6,8
544841,1,1574,236,235,235,27,29,33,16,32,43,25,4,8,13,5
544841,2,805,188,188,188,13,25,20,15,18,33,20,6,9,13,16
544841,3,808,197,197,195,12,47,32,6,15,41,15,1,8,13,5
544841,4,309,86,86,86,3,30,11,4,6,20,3,1,3,2,3
544841,5,839,174,174,174,7,30,21,10,21,44,20,6,3,8,4
544841,6,1247,273,272,271,6,32,45,19,39,62,30,4,7,14,13
544841,7,914,164,164,162,14,29,18,13,25,28,8,5,3,11,8
544841,8,561,118,118,118,3,22,14,10,15,18,13,2,8,4,9
544841,9,1089,201,201,200,20,24,22,24,32,28,16,5,8,8,13
544841,10,1269,266,266,266,20,57,38,13,32,40,22,6,17,10,11
544841,11,978,191,191,190,10,29,18,24,32,40,19,4,6,7,1
544841,12,1070,209,209,209,21,25,14,20,55,33,12,8,4,5,12
544841,13,1080,175,175,174,24,15,22,14,37,23,8,7,6,12,6
544841,14,1443,210,210,210,18,35,24,9,24,36,13,11,11,21,8
544850,1,766,98,98,97,5,13,7,7,10,27,11,3,6,3,5
544906,1,265,52,52,52,3,4,7,7,7,4,7,3,3,3,4
544914,1,487,69,69,66,2,37,4,0,9,4,3,1,0,3,3
544922,1,691,134,134,134,6,27,13,5,23,21,16,7,2,8,6
544931,1,409,78,78,77,4,54,2,1,1,3,3,2,0,2,5
544949,1,555,88,88,88,1,55,3,5,7,5,9,0,0,0,3
544949,2,1339,236,236,235,18,94,17,5,23,25,16,8,11,9,9
544990,1,1141,181,181,181,7,79,23,9,17,21,1,11,4,6,3
545058,1,782,127,127,127,7,31,12,7,15,22,10,2,1,16,4
545058,2,1212,198,198,198,4,45,16,23,24,43,9,4,11,11,8
545058,3,369,102,102,99,13,19,4,16,19,18,7,1,0,2,0
545058,4,475,71,71,71,3,2,2,14,8,29,4,3,0,5,1
545058,5,401,74,74,74,2,5,3,6,13,20,4,1,2,11,7
545058,6,193,34,34,34,0,19,2,2,3,5,0,0,0,3,0
545058,7,753,145,144,143,10,25,18,6,21,22,12,3,4,8,14
545058,8,769,151,151,150,7,25,16,11,22,37,12,8,1,11,0
545058,9,773,135,135,134,6,20,19,10,29,20,14,5,0,7,4
545058,10,654,131,131,130,1,22,10,24,19,25,5,3,5,13,3
545058,11,637,130,130,130,3,24,7,16,21,26,8,7,5,6,7
545058,12,565,122,122,122,6,24,6,14,23,23,8,2,2,11,3
545058,13,706,107,107,106,1,15,6,15,20,26,4,3,1,9,6
545058,14,470,82,82,80,2,14,4,11,14,21,3,1,2,5,3
545058,15,417,74,74,72,4,10,4,4,10,17,9,3,0,7,4
545058,16,842,254,254,251,4,41,40,11,38,62,20,2,9,9,15
545058,17,572,163,163,162,11,25,13,13,31,32,8,3,6,11,9
545058,18,516,104,103,103,5,20,7,10,19,22,6,6,2,4,2
545058,19,692,133,133,133,4,39,15,11,23,22,8,6,1,2,2
545058,20,1137,169,168,168,12,44,14,10,17,34,10,9,1,16,1
545058,21,1229,225,225,222,11,46,17,21,46,44,8,4,2,10,13
545058,22,1034,151,151,150,8,19,12,13,26,35,3,5,6,13,10
545058,23,783,191,191,188,13,33,25,12,29,30,16,9,8,9,4
545058,24,1374,117,117,115,7,9,5,12,31,31,1,5,3,8,3
545058,25,800,171,171,168,8,29,25,13,22,26,14,3,5,11,12
545058,26,634,144,144,139,4,23,10,22,46,17,10,3,2,2,0
545112,1,229,50,50,50,2,22,0,1,4,2,8,4,0,2,5
545147,1,320,74,74,73,11,13,4,0,11,10,16,1,3,4,0
545147,2,84,40,40,40,4,16,1,1,2,13,0,1,0,1,1
545163,1,1086,165,165,164,10,53,18,7,20,24,10,8,5,3,6
545163,2,1012,160,160,160,12,53,17,6,28,12,16,0,3,10,3
545198,1,1390,248,248,247,16,66,19,13,47,33,20,7,5,15,6
545210,1,841,171,171,171,15,28,16,12,4,30,32,7,5,15,7
545236,1,1173,183,183,180,7,65,18,7,19,21,16,6,6,10,5
545236,2,853,166,166,165,10,48,17,6,12,23,14,7,6,18,4
545236,3,396,83,83,82,5,32,1,4,5,12,3,0,4,14,2
545244,1,500,98,98,98,5,44,7,1,7,15,6,6,2,2,3
545252,1,808,152,152,152,16,28,10,21,40,15,6,8,1,3,4
545252,2,915,163,163,160,10,24,9,22,34,22,9,5,5,16,4
545252,3,1181,167,167,167,15,40,14,7,18,28,15,2,6,15,7
545252,4,1006,167,167,167,15,41,19,10,23,21,11,6,2,17,2
545252,5,622,112,112,112,6,22,7,10,32,9,9,2,5,10,0
553026,1,393,87,87,85,11,42,4,4,2,10,0,6,3,2,1
556866,1,635,74,74,72,7,7,6,5,12,13,11,3,2,2,4
569496,1,192,32,32,32,1,10,1,2,2,11,0,2,0,2,1
570346,1,612,99,99,99,13,14,2,13,18,13,6,3,3,8,6
570371,1,506,76,76,76,3,9,13,4,10,14,10,1,9,2,1
500011,1,800,168,168,167,8,33,19,6,25,33,8,7,2,15,11
500011,2,430,93,93,93,5,19,11,5,14,19,4,4,1,8,3
500011,3,402,61,61,61,4,22,6,1,4,14,5,3,2,0,0
534811,1,170,40,40,40,1,20,1,1,3,6,1,4,0,3,0
535184,1,251,61,61,61,3,23,8,8,8,2,1,6,2,0,0
538744,1,1018,169,169,169,6,43,22,5,20,38,2,5,2,12,14
549401,1,983,200,200,199,4,62,17,9,23,25,13,17,1,23,5
549436,1,289,51,51,51,8,13,1,12,6,0,1,3,0,4,3
549444,1,310,48,48,48,2,13,4,9,7,6,1,2,0,0,4
549461,1,693,139,139,139,15,24,8,18,21,25,7,5,6,6,4
549533,1,621,144,143,143,3,98,4,4,15,8,2,5,2,1,1
549550,1,221,31,31,31,1,6,4,0,3,11,2,2,0,0,2
549622,1,646,160,160,159,11,27,19,7,15,40,18,4,1,16,1
549649,1,1043,151,148,147,6,43,20,7,13,19,9,11,7,2,10
556874,1,282,56,56,55,1,11,8,8,6,10,1,3,2,4,1
556980,1,436,61,61,59,5,23,0,7,7,6,0,3,3,3,2
556980,2,57,4,4,4,1,1,1,0,0,0,0,0,0,0,1
557102,1,329,40,40,40,2,8,2,9,4,6,0,0,2,0,7
557145,1,338,83,83,83,12,13,12,1,16,12,6,7,2,1,1
557170,1,323,38,38,37,8,5,1,1,3,15,0,1,0,0,3
573434,1,663,145,145,143,10,89,9,5,10,13,3,2,1,0,1
585068,1,3451,240,240,237,15,31,47,20,30,40,13,16,5,11,9
585068,2,782,159,159,157,13,19,22,12,25,27,12,2,6,11,8
585068,3,816,197,197,194,19,25,32,9,40,37,17,2,6,5,2
585068,4,776,195,195,195,15,10,35,19,29,42,11,9,3,17,5
585068,5,808,199,197,194,9,27,29,20,32,28,14,7,10,12,6
585068,6,607,163,163,163,10,16,26,18,25,34,11,3,2,8,10
585068,7,863,165,165,165,8,21,27,3,19,34,15,5,7,18,8
585068,8,828,187,187,182,7,10,22,15,40,42,21,10,3,7,5
585068,9,727,161,161,161,12,11,22,15,32,34,9,1,3,18,4
585068,10,822,227,227,223,24,25,27,20,34,55,15,4,4,11,4
585068,11,784,211,211,210,13,42,35,11,27,41,17,5,4,14,1
585068,12,973,187,187,186,15,17,28,16,33,41,9,7,7,7,6
585068,13,809,175,175,174,5,12,24,31,30,44,4,2,2,10,10
585068,14,828,182,182,180,14,21,29,21,29,29,13,3,3,10,8
585068,15,671,166,166,164,9,21,32,7,20,34,12,3,10,6,10
585068,16,885,233,233,232,22,23,30,17,32,57,18,4,6,9,14
585068,17,821,116,116,116,3,16,13,9,21,32,6,4,2,2,8
585068,18,1006,166,166,164,17,14,24,14,28,28,8,16,3,5,7
585068,19,1037,186,186,186,14,27,14,16,28,39,10,8,4,14,12
585068,20,955,143,143,143,7,5,29,11,22,30,12,9,7,9,2
585068,21,570,157,157,157,14,29,30,5,15,41,3,4,2,9,5
585068,22,681,158,158,158,10,29,8,20,19,21,12,15,9,7,8
585068,23,943,252,251,251,19,32,44,7,28,63,12,5,8,22,11
585068,24,793,198,198,198,8,18,25,10,21,58,27,6,5,7,13
585068,25,912,157,157,156,12,25,18,10,25,32,10,10,1,4,9
585068,26,959,236,236,235,13,29,33,11,28,61,17,4,6,20,13
585068,27,740,110,110,110,13,15,13,9,17,20,11,1,1,5,5
585068,28,614,189,189,189,15,15,32,20,23,48,10,2,1,15,8
585068,29,516,96,96,95,5,12,8,13,19,18,2,2,1,11,4
585068,30,865,199,199,198,14,25,18,25,36,45,4,10,6,7,8
585068,31,753,177,177,175,3,24,19,17,33,42,13,3,1,10,10
585068,32,866,234,234,232,11,28,40,18,25,46,29,7,8,14,6
585068,33,720,115,115,112,11,22,7,9,26,21,2,3,3,5,3
585068,34,944,191,190,189,11,26,27,16,26,43,13,10,6,6,5
585068,35,941,154,154,154,7,27,25,12,30,23,6,8,1,9,6
585068,36,868,164,164,161,17,27,15,18,37,24,5,8,2,4,4
585068,37,853,131,131,129,4,19,13,11,22,23,9,9,3,8,8
585068,38,816,106,106,106,12,11,9,13,21,23,2,6,4,2,3
585068,39,682,101,101,101,9,9,13,15,12,16,8,4,3,6,6
585068,40,1060,175,175,175,13,23,23,11,26,31,6,5,12,19,6
585068,41,926,173,173,172,8,31,30,3,14,46,15,0,7,12,6
585068,42,784,203,203,202,17,12,37,7,29,38,12,9,11,16,14
585068,43,478,105,105,105,6,8,7,5,11,29,5,15,1,13,5
585068,44,1138,170,170,166,9,12,20,32,27,36,4,7,8,8,3
585068,45,1106,149,149,148,6,14,24,3,22,37,5,4,3,15,15
585068,46,954,147,147,147,6,11,31,5,14,43,6,6,2,11,12
585068,47,954,189,188,187,17,16,23,9,20,46,11,12,5,13,15
585068,48,703,130,130,130,5,16,28,8,10,30,12,3,5,7,6
585068,49,752,182,182,179,9,25,17,10,26,45,10,12,4,12,9
585068,50,740,153,153,152,11,14,29,12,34,28,7,5,1,6,5
585068,51,639,160,160,160,14,12,12,10,40,36,11,8,3,11,3
585068,52,587,126,126,125,1,28,13,9,15,23,7,7,8,6,8
585068,53,847,173,173,172,8,23,15,11,28,43,16,3,9,9,7
585068,54,1033,260,260,260,19,36,37,13,23,68,15,14,7,20,8
585068,55,1197,274,274,274,26,38,33,24,34,44,16,10,7,24,18
585068,56,926,228,228,227,21,25,15,24,55,27,18,13,2,7,20
585068,57,727,160,160,160,10,18,16,16,29,38,13,7,1,10,2
585068,58,702,138,138,138,13,8,11,11,30,35,11,2,3,8,6
585068,59,698,144,144,143,7,23,13,16,30,25,6,6,10,3,4
585068,60,650,137,137,135,10,20,14,13,25,22,9,5,0,12,5
585068,61,295,64,64,64,5,6,8,4,9,13,5,5,1,3,5
585068,62,1002,212,212,212,8,27,40,16,15,57,15,3,7,13,11
585068,63,970,236,236,234,14,29,40,19,35,41,19,12,2,10,13
585068,64,1299,280,280,278,15,42,34,12,29,97,20,7,9,8,5
585068,65,934,249,249,248,8,40,41,2,21,95,6,8,4,14,9
585068,66,803,141,141,141,10,37,10,5,13,25,7,18,5,6,5
585068,67,495,121,121,121,0,40,9,8,20,29,4,2,2,4,3
585068,68,247,58,58,57,10,4,4,4,9,12,4,3,0,7,0
585068,69,521,98,98,97,3,21,8,9,15,16,4,5,5,6,5
585068,70,1149,269,269,268,16,53,52,13,22,48,17,11,3,22,11
585068,71,644,131,131,131,26,29,11,10,8,14,7,6,2,8,10
585068,72,1201,253,253,252,16,59,43,4,21,46,15,10,6,16,16
585068,73,735,184,183,180,15,20,18,10,22,48,19,3,7,7,11
585068,74,181,40,40,40,4,9,4,3,4,6,2,5,1,0,2
585076,1,571,80,80,80,7,16,5,8,14,13,4,5,0,6,2
585092,1,660,90,90,89,8,21,16,10,8,11,4,4,0,7,0
585106,1,643,135,134,134,8,56,13,15,11,14,4,2,0,5,6
585114,1,1205,139,139,139,6,38,6,15,34,19,8,6,4,1,2
585114,2,1686,212,212,211,11,95,11,20,31,16,8,4,2,8,5
585114,3,1288,164,164,163,11,91,8,8,17,10,2,3,4,2,7
585114,4,272,26,26,26,2,6,1,1,5,6,2,2,1,0,0
585114,5,222,19,19,19,0,5,1,0,3,6,1,1,0,0,2
585131,1,388,86,86,86,2,33,12,9,4,17,2,2,1,0,4
585149,1,574,86,85,83,1,24,8,6,9,12,0,10,4,6,3
585157,1,166,39,39,39,2,6,8,1,6,8,0,1,0,6,1
585165,1,236,31,31,31,2,16,1,0,2,6,0,3,0,1,0
585173,1,489,95,95,95,5,71,5,2,2,7,0,0,1,2,0
585181,1,416,60,60,60,1,6,9,4,4,12,10,4,3,2,5
585190,1,345,80,80,80,2,49,6,1,5,11,1,1,1,1,2
585203,1,296,45,45,45,1,13,6,0,7,9,0,4,0,3,2
585211,1,1218,263,263,260,17,66,17,9,54,47,18,11,4,8,9
585211,2,333,61,61,60,3,11,13,0,11,10,4,3,3,1,1
585211,3,1107,193,193,191,14,61,22,7,27,23,9,5,3,11,9
585211,4,266,59,59,59,8,6,15,3,11,8,1,2,0,3,2
585211,5,116,14,14,14,0,11,0,0,1,2,0,0,0,0,0
585220,1,1467,199,199,197,18,34,11,34,22,35,6,25,1,1,10
585238,1,73,18,18,18,3,2,1,3,7,2,0,0,0,0,0
585246,1,447,97,97,97,6,39,17,7,5,14,2,3,0,0,4
585254,1,386,66,66,65,5,21,8,1,4,8,1,9,3,2,3
585262,1,390,68,68,67,12,27,2,0,12,11,3,0,0,0,0
585271,1,459,77,77,77,5,24,4,6,11,20,1,3,2,1,0
585289,1,965,179,179,178,8,64,23,9,22,20,8,5,1,9,9
585301,1,777,144,143,143,13,21,20,14,19,16,11,6,5,15,3
585319,1,248,35,35,34,3,10,3,2,5,3,2,1,1,3,1
585327,1,220,43,43,43,6,13,2,7,3,6,0,2,0,3,1
585343,1,722,163,163,160,12,68,19,6,14,19,2,8,4,6,2
585432,1,449,130,130,127,12,40,33,3,17,4,6,3,3,5,1
585441,1,575,56,56,56,1,11,9,3,3,8,0,2,2,11,6
585459,1,1161,192,192,192,11,30,41,19,25,20,11,9,2,19,5
585459,2,1227,251,251,250,10,38,36,20,44,36,27,17,3,14,5
585459,3,1174,269,268,267,16,33,37,30,38,41,23,4,11,20,14
585459,4,231,59,59,59,10,14,7,3,5,10,2,3,0,5,0
585459,5,176,36,36,36,2,9,0,1,11,3,1,8,0,0,1
585459,6,240,38,38,38,3,12,2,1,6,8,1,3,0,2,0
585459,7,181,40,40,40,3,19,1,1,4,5,1,6,0,0,0
585467,1,1434,300,298,292,22,83,32,15,46,47,19,9,2,9,8
585483,1,350,47,47,47,8,0,3,9,5,8,3,7,1,3,0
585491,1,491,106,106,103,13,31,7,8,12,18,1,5,2,2,4
585505,1,493,123,123,123,8,38,7,10,10,16,12,7,1,7,7
585513,1,1022,184,184,182,4,25,19,18,34,29,12,17,4,9,11
585513,2,1160,210,210,210,17,29,11,31,30,38,15,20,3,6,10
585513,3,1026,137,137,136,4,16,14,10,26,20,16,11,4,9,6
585513,4,1063,172,172,169,14,27,10,19,21,32,16,9,3,12,6
585513,5,1061,90,89,88,2,17,6,13,6,30,6,2,2,0,4
585513,6,754,92,92,91,11,12,3,9,18,19,5,5,3,3,3
585521,1,576,90,90,90,7,49,3,6,15,3,3,2,1,0,1
585530,1,1084,122,122,119,13,68,4,0,19,2,4,4,1,1,3
585548,1,544,93,92,91,4,65,1,1,8,6,4,0,1,0,1
585556,1,373,50,50,50,2,11,4,6,6,14,1,0,0,2,4
585599,1,1131,197,197,193,16,26,23,21,39,29,14,5,1,6,13
585599,2,950,159,159,158,16,22,9,21,24,31,14,6,7,4,4
585599,3,1031,149,149,149,11,20,7,16,35,22,3,8,8,12,7
585599,4,1162,192,192,191,15,37,12,21,45,29,8,7,3,7,7
585599,5,1420,155,155,155,17,24,12,21,28,18,6,9,5,7,8
585599,6,1923,184,184,184,17,39,13,20,34,27,4,13,2,12,3
585599,7,1184,209,209,209,9,41,29,10,51,31,13,10,1,6,8
585599,8,1113,176,176,172,11,28,14,13,46,23,4,11,3,6,13
585599,9,1250,169,169,169,11,16,18,13,32,34,6,11,9,12,7
585599,10,1090,189,189,185,14,20,18,12,30,46,7,4,6,16,12
585599,11,972,174,174,174,14,14,8,27,31,44,4,8,8,9,7
585599,12,885,130,130,127,6,12,5,8,38,17,12,10,3,12,4
585599,13,902,150,150,147,10,19,15,9,23,33,13,6,2,12,5
585611,1,275,64,64,62,4,23,0,12,7,9,3,3,0,0,1
585661,1,644,134,134,132,7,65,12,6,4,9,0,8,0,11,10
585670,1,636,93,93,92,2,27,14,2,6,19,1,10,4,3,4
585726,1,573,114,114,113,6,57,12,4,3,16,2,9,0,0,4
585734,1,599,94,94,94,4,47,8,0,14,10,0,5,0,0,6
585751,1,912,164,164,164,10,60,10,8,20,20,6,7,6,9,8
585751,2,1064,150,150,150,9,46,16,10,25,15,10,2,5,5,7
585751,3,694,88,88,87,9,9,6,10,25,12,3,2,2,6,3
585751,4,677,118,118,117,3,21,4,18,26,13,6,8,5,11,2
585751,5,874,139,139,139,15,21,7,28,22,15,6,1,18,4,2
585751,6,701,97,97,96,9,29,7,13,13,19,1,2,2,0,1
585751,7,264,32,32,31,4,7,3,4,6,4,1,1,0,1,0
585751,8,417,53,53,53,8,23,3,4,7,4,0,2,1,0,1
585769,1,466,140,140,139,3,76,19,6,9,13,3,3,1,3,3
585777,1,1047,161,161,160,11,49,19,7,16,25,5,4,7,13,4
585777,2,1325,162,162,158,11,49,24,2,14,22,7,8,8,9,4
585793,1,1396,209,209,209,15,68,18,22,24,27,9,10,7,2,7
585807,1,388,33,33,32,5,6,1,6,5,5,3,1,0,0,0
585815,1,204,37,37,36,5,4,0,4,4,9,1,2,1,2,4
585831,1,1430,195,195,195,8,98,9,6,25,21,9,3,9,3,4
585831,2,365,54,54,54,3,22,2,0,11,4,4,0,3,3,2
585858,1,1155,138,138,137,15,22,8,14,29,23,3,10,0,3,10
585858,2,879,118,118,117,16,18,10,12,18,19,7,5,2,5,5
585866,1,958,153,153,153,10,59,3,12,18,20,2,9,1,14,5
585874,1,225,36,36,35,3,1,5,7,4,4,1,0,4,3,3
585882,1,1000,152,151,150,7,47,45,6,19,10,6,1,1,4,4
585891,1,1099,198,198,198,12,69,18,18,22,23,13,3,5,8,7
585891,2,848,181,181,181,9,54,19,5,23,33,16,7,2,7,6
585891,3,883,224,224,222,8,77,17,17,47,22,11,2,5,4,12
585891,4,839,121,121,120,5,40,17,11,15,10,12,4,2,3,1
585891,5,191,30,30,30,0,7,5,8,1,4,1,1,0,2,1
585891,6,62,30,28,28,0,16,7,2,0,3,0,0,0,0,0
585891,7,219,52,52,52,2,29,3,2,12,0,3,1,0,0,0
585912,1,619,106,106,100,7,38,7,10,7,20,1,6,0,3,1
585921,1,641,116,116,115,6,22,15,5,22,21,6,5,3,6,4
585939,1,1446,275,275,275,17,69,47,8,23,35,19,2,8,28,19
585939,2,1297,241,241,238,21,71,33,14,23,29,9,11,2,14,11
585939,3,935,153,153,153,10,28,34,7,21,20,8,9,2,10,4
585939,4,137,39,39,39,2,10,6,2,4,8,1,1,0,5,0
585955,1,922,141,141,140,10,45,36,7,18,8,2,6,6,1,1
585955,2,295,50,50,50,6,19,7,8,3,4,0,0,0,1,2
585963,1,319,40,40,40,6,6,2,2,7,5,3,8,0,1,0
585971,1,924,152,152,151,7,75,9,5,12,26,3,5,4,3,2
585980,1,673,101,101,100,7,22,39,4,9,7,0,0,0,9,3
585998,1,1008,141,141,140,20,11,25,8,18,27,10,7,5,7,2
585998,2,156,14,14,14,1,3,1,3,4,2,0,0,0,0,0
586013,1,886,141,141,141,9,19,7,25,19,22,22,2,4,3,9
586871,1,282,48,48,48,3,19,2,4,3,6,2,5,3,1,0
586919,1,210,44,44,44,3,9,0,0,5,10,1,0,12,3,1
586960,1,144,41,41,41,3,14,8,1,4,4,1,3,0,1,2
586994,1,197,31,31,31,2,3,12,0,7,3,2,0,0,2,0
587052,1,202,36,36,35,2,8,2,2,5,7,0,2,0,5,2
588318,1,245,39,39,39,2,5,10,3,7,7,0,1,0,3,1
592251,1,139,35,35,35,1,12,2,1,4,5,4,5,1,0,0
546950,1,46,35,35,35,2,1,9,0,3,9,6,0,0,1,4
551694,1,287,34,34,34,8,1,0,9,8,5,1,0,1,1,0
551708,1,76,27,27,26,4,2,2,5,6,4,1,0,0,0,2
551724,1,301,42,42,42,1,1,5,7,8,5,2,5,5,3,0
551732,1,448,34,34,34,6,1,2,2,8,9,0,2,3,0,1
551767,1,704,86,86,83,8,1,9,15,14,18,3,5,3,4,3
551783,1,207,28,28,28,2,1,3,2,5,3,6,2,0,4,0
551805,1,246,30,30,30,7,0,2,6,6,5,3,0,0,0,1
551813,1,201,35,35,35,4,1,2,15,3,5,0,0,1,2,2
551821,1,127,26,26,26,2,0,0,7,11,5,1,0,0,0,0
551821,2,70,13,13,12,2,0,4,1,2,2,0,0,0,1,0
551848,1,113,30,30,29,8,6,1,7,4,2,1,0,0,0,0
551864,1,219,35,35,35,4,0,1,9,11,3,0,5,0,0,2
551872,1,161,22,22,22,2,1,0,10,1,6,1,1,0,0,0
551881,1,160,22,22,22,1,3,0,6,1,2,1,8,0,0,0
551902,1,117,28,28,27,5,1,0,4,10,3,1,2,0,0,1
551911,1,450,67,67,67,8,8,5,6,17,12,3,3,0,0,5
551929,1,313,40,40,40,15,1,1,8,10,4,0,0,0,1,0
551945,1,302,56,56,56,11,3,1,14,5,7,3,4,4,1,3
551996,1,282,51,51,51,10,1,6,5,8,10,3,1,1,0,6
552003,1,260,43,43,43,13,1,4,4,6,5,2,1,3,0,4
569526,1,316,32,32,32,2,2,1,7,11,6,2,0,0,1,0
569551,1,221,32,32,32,1,1,3,13,5,5,1,3,0,0,0
569577,1,303,57,57,57,8,0,5,11,8,16,0,6,0,0,3
569607,1,129,19,19,19,1,0,2,4,7,4,0,1,0,0,0
597180,1,514,72,72,72,6,3,5,24,15,9,3,5,0,0,2
597180,2,854,79,79,79,13,6,3,16,11,16,2,5,0,4,3
597180,3,893,114,114,113,18,11,11,15,29,6,9,5,0,2,7
597180,4,752,95,95,94,8,1,5,17,22,17,8,8,3,2,3
597180,5,664,152,152,152,10,11,16,32,28,18,20,7,3,3,4
597180,6,693,81,81,80,13,0,5,18,15,8,7,8,0,3,3
597180,7,731,112,112,110,11,4,5,29,31,8,8,8,0,1,5
597180,8,590,94,94,94,12,4,10,21,19,11,4,6,1,4,2
597180,9,669,98,98,98,8,4,7,27,19,11,12,5,1,4,0
597180,10,779,109,108,107,5,5,10,23,17,22,8,3,5,3,6
597180,11,616,73,73,73,9,0,3,23,17,9,5,3,1,1,2
597180,12,843,118,118,118,20,7,13,14,30,15,5,6,1,2,5
597180,13,541,79,79,79,8,4,4,8,29,9,2,8,0,6,1
597180,14,916,151,151,150,9,2,7,44,36,21,11,4,8,6,2
597180,15,851,117,117,117,12,2,11,19,25,22,17,1,1,4,3
597180,16,1164,60,60,60,11,0,2,10,12,10,0,6,1,3,5
597180,17,614,73,73,72,5,0,11,22,10,7,9,3,1,1,3
597180,18,1097,76,76,75,19,5,4,12,9,9,8,3,4,0,2
597180,19,76,5,5,5,1,0,0,3,0,1,0,0,0,0,0
597198,1,194,32,32,32,5,2,0,10,6,4,2,2,0,0,1
597201,1,333,44,44,44,9,11,2,6,5,5,3,2,0,1,0
597210,1,926,107,107,106,25,3,7,12,24,8,8,5,5,3,6
597210,2,185,38,38,38,2,2,3,13,4,12,0,1,0,1,0
597228,1,1065,140,140,138,23,9,15,15,29,22,8,9,1,3,4
597228,2,831,86,86,86,8,10,6,19,17,10,7,2,1,3,3
597228,3,859,98,98,96,9,2,5,9,42,15,5,4,2,0,3
597228,4,188,12,12,12,2,0,0,3,1,0,2,0,4,0,0
597252,1,360,61,61,60,14,1,3,19,13,4,2,1,0,1,2
597287,1,320,63,63,60,4,1,5,4,22,11,5,3,0,1,4
597317,1,1145,134,134,134,16,6,10,28,33,17,11,4,3,5,1
597325,1,302,43,43,43,5,2,6,2,11,3,4,0,3,1,6
597341,1,600,70,69,67,11,1,4,17,21,7,4,1,0,1,0
597350,1,839,109,109,109,9,11,5,20,21,14,13,7,2,5,2
597350,2,826,103,103,101,18,5,5,18,26,10,7,6,2,2,2
597350,3,241,40,40,40,6,0,3,5,5,8,9,1,1,1,1
597368,1,575,69,69,68,9,8,3,27,6,6,1,2,2,0,4
597368,2,180,26,26,26,1,2,0,13,2,3,2,1,0,0,2
597392,1,284,34,34,34,7,3,0,3,9,6,4,0,0,1,1
597392,2,218,34,34,33,7,2,2,8,6,3,1,1,0,2,1
597431,1,267,47,47,47,5,1,2,18,9,5,4,2,0,0,1
597449,1,1087,93,93,92,17,3,0,22,30,6,5,4,0,0,5
597457,1,229,44,44,44,4,1,3,5,6,14,1,1,3,5,1
597473,1,196,78,78,76,22,15,1,5,11,11,1,1,2,2,5
597481,1,890,111,110,110,10,6,12,9,24,18,9,5,7,5,5
597511,1,291,28,28,27,7,0,0,3,8,3,1,1,0,3,1
597520,1,930,122,122,122,11,11,9,13,35,23,8,2,1,3,6
597520,2,779,145,144,144,16,23,9,30,25,23,12,1,0,1,4
597520,3,2113,125,125,125,15,5,5,17,35,13,7,10,10,5,3
597520,4,607,83,83,83,5,9,4,11,29,12,1,1,3,3,5
597520,5,635,63,62,62,3,7,9,6,18,4,4,7,2,1,1
597520,6,577,76,76,76,8,3,3,10,29,9,5,2,5,0,2
597520,7,765,95,95,95,12,5,5,12,31,10,5,3,3,2,7
597520,8,779,91,91,88,10,6,2,14,25,15,6,5,2,1,2
597520,9,636,80,79,78,4,6,4,14,13,7,15,5,3,5,2
597520,10,665,65,65,65,10,12,5,8,12,5,8,0,1,2,2
597520,11,764,149,149,149,15,7,12,17,23,34,18,7,7,3,6
597520,12,889,109,109,109,18,4,7,18,23,15,5,6,6,4,3
597520,13,797,114,114,113,12,12,3,15,25,16,8,6,8,3,5
597520,14,770,111,111,111,2,2,6,12,38,22,10,4,4,2,9
597520,15,614,101,100,98,7,6,8,10,24,16,16,3,3,2,3
597520,16,556,85,85,83,9,7,10,15,7,13,9,4,2,1,6
597520,17,823,75,75,75,5,1,13,15,10,14,4,4,3,5,1
597520,18,882,125,125,122,11,7,11,26,19,20,11,4,6,2,5
597520,19,649,117,117,116,7,16,8,13,25,21,9,5,3,2,7
597520,20,800,132,132,130,11,8,8,30,26,15,11,4,3,8,6
597520,21,1112,200,200,198,18,15,21,25,39,34,19,9,1,7,10
597520,22,629,125,124,124,10,10,10,16,21,31,12,2,7,3,2
597520,23,846,132,132,132,10,10,11,22,27,22,10,7,5,4,4
597520,24,651,148,148,148,9,9,11,22,35,29,21,5,3,2,2
597520,25,191,34,34,34,3,0,8,3,3,6,3,2,1,0,5
597520,26,290,33,33,33,1,5,3,3,7,11,1,2,0,0,0
597520,27,230,22,22,22,5,0,0,2,5,5,2,2,0,1,0
597538,1,226,27,27,27,2,0,1,14,5,1,2,0,0,0,2
597546,1,379,42,42,41,8,2,1,9,5,11,0,2,0,3,0
597554,1,863,86,86,86,8,5,9,14,20,10,9,0,2,4,5
597571,1,390,45,45,44,3,1,1,9,17,11,0,2,0,0,0
597589,1,405,53,53,53,15,8,3,9,4,5,4,2,0,3,0
597601,1,530,85,84,83,10,7,12,8,15,21,4,2,1,1,2
597601,2,68,16,16,16,1,0,2,1,2,2,4,0,2,0,2
597635,1,1284,243,242,240,9,49,15,45,42,28,15,15,10,8,4
597635,2,967,127,127,127,9,8,8,39,29,17,8,5,1,0,3
597635,3,230,16,16,16,3,0,0,5,6,0,2,0,0,0,0
597635,4,388,29,29,29,1,1,5,7,6,6,0,1,0,0,2
597716,1,885,76,76,75,17,2,3,14,9,8,9,11,1,1,0
597724,1,402,55,55,54,4,10,3,9,11,9,2,1,2,1,2
597741,1,174,35,35,35,6,1,0,11,7,5,1,0,1,3,0
597775,1,132,21,21,20,1,5,4,3,2,1,3,1,0,0,0
597783,1,562,77,77,77,7,5,6,10,14,9,11,2,7,1,5
597783,2,661,93,93,92,5,1,6,10,21,29,13,1,0,2,4
597783,3,831,125,125,123,2,12,12,20,36,18,7,4,3,3,6
597783,4,826,81,81,81,17,2,6,6,23,14,2,0,6,4,1
597783,5,850,139,139,139,16,5,5,26,43,15,15,5,2,3,4
597783,6,617,121,121,121,7,4,14,15,42,17,11,2,2,4,3
597783,7,183,18,18,18,0,4,0,1,1,2,4,2,3,0,1
597783,8,652,116,115,114,8,4,10,8,38,21,9,8,1,3,4
597783,9,97,12,12,12,1,0,1,0,3,4,0,0,0,1,2
597783,10,629,85,85,84,9,3,2,8,27,14,9,4,2,3,3
597783,11,744,83,83,83,10,1,5,12,22,15,3,1,1,7,6
597783,12,457,62,62,62,9,3,3,4,17,13,6,3,3,0,1
597791,1,526,54,54,51,3,4,0,3,13,21,2,1,1,0,3
597813,1,440,25,24,24,1,3,1,9,5,4,1,0,0,0,0
597872,1,1220,166,165,162,26,14,12,25,27,30,10,7,1,4,6
597881,1,433,49,49,49,5,1,7,13,10,4,8,1,0,0,0
597899,1,480,75,75,72,20,3,1,7,22,9,0,3,3,0,4
597911,1,747,105,105,105,16,3,10,25,23,13,8,0,3,1,3
597937,1,822,103,103,103,8,1,7,22,22,16,7,6,6,5,3
597945,1,398,70,70,70,10,6,3,18,15,8,3,3,0,1,3
597961,1,460,63,63,63,6,4,4,18,12,7,5,5,0,0,2
597961,2,953,118,118,117,10,6,4,26,47,9,5,3,1,3,3
597961,3,763,116,116,116,20,8,1,21,30,16,11,4,0,4,1
597961,4,703,133,133,130,9,8,5,24,31,21,18,4,0,5,5
597961,5,863,72,72,72,9,2,2,18,12,11,4,6,0,5,3
597961,6,472,78,78,78,11,3,3,10,27,11,8,3,0,0,2
597961,7,457,54,54,54,8,2,6,13,8,6,6,1,0,1,3
597970,1,254,32,32,31,4,1,1,6,9,5,1,1,3,0,0
597988,1,979,92,92,91,17,12,4,11,14,18,7,0,5,0,3
507091,1,848,114,114,114,13,18,3,12,36,18,6,6,0,0,2
507091,2,807,115,115,115,10,21,8,8,31,17,12,4,0,2,2
507181,1,750,157,157,157,12,23,22,6,50,23,6,2,0,6,7
507237,1,1012,152,151,151,11,34,18,16,35,7,13,6,2,5,4
507423,1,1269,239,239,239,31,31,24,33,36,29,25,8,3,12,7
507423,2,259,75,75,73,7,10,3,13,15,9,10,1,1,1,3
507458,1,294,34,34,34,2,8,2,3,8,6,4,0,0,1,0
507547,1,1054,113,113,113,17,34,2,5,24,12,7,2,0,5,5
511633,1,355,49,49,48,4,18,1,1,8,6,3,2,0,0,5
511935,1,1076,172,172,172,8,104,7,3,15,6,18,6,1,3,1
511951,1,682,82,81,80,3,35,3,5,11,12,4,3,0,1,3
511986,1,296,27,27,25,2,7,0,1,8,0,4,1,2,0,0
512028,1,1435,156,156,156,9,55,4,6,46,15,10,4,3,2,2
512176,1,1471,182,182,179,29,27,20,10,45,16,14,10,1,5,2
512184,1,1398,280,280,278,11,61,16,31,68,33,19,10,6,12,11
512192,1,617,119,119,116,7,44,7,0,25,11,7,7,0,1,7
549665,1,508,96,96,95,7,7,2,19,22,12,6,8,4,4,4
549665,2,1002,153,153,153,6,10,11,23,51,16,22,4,2,3,5
549673,1,543,90,90,89,8,19,5,16,19,8,7,0,6,1,0
552488,1,496,75,75,75,3,24,5,6,18,7,4,2,2,3,1
552500,1,227,29,29,29,1,11,3,3,7,1,0,3,0,0,0
552518,1,807,135,135,135,12,13,15,10,33,29,10,5,0,4,4
552526,1,223,48,48,48,2,11,6,5,8,6,6,1,0,2,1
552542,1,945,167,167,165,7,32,6,20,40,25,11,7,4,8,5
552551,1,1170,254,254,251,10,44,14,16,73,41,22,15,2,7,7
552569,1,1702,296,295,290,12,42,20,33,83,53,14,11,1,14,7
552577,1,754,143,143,143,14,12,11,24,26,17,11,5,10,9,4
552593,1,512,134,134,132,9,23,19,11,23,20,9,6,3,6,3
552607,1,265,47,47,47,6,13,1,4,14,2,0,5,0,0,2
552615,1,217,36,36,36,1,3,5,2,13,2,2,1,1,4,2
552623,1,811,146,146,143,6,37,22,4,22,16,14,2,3,6,11
552631,1,444,42,42,42,3,3,4,5,8,3,6,4,2,2,2
552640,1,445,67,67,67,9,5,0,9,20,7,4,6,1,0,6
552658,1,592,97,97,95,14,15,1,2,26,20,5,2,6,2,2
552674,1,801,138,138,138,5,41,5,11,37,15,12,3,0,4,5
552682,1,701,131,131,128,13,8,4,17,39,18,10,3,1,8,7
552691,1,606,139,138,135,15,15,4,24,36,11,12,6,4,7,1
554014,1,1203,115,115,115,8,21,9,6,27,8,14,8,4,7,3
554014,2,1422,165,165,165,8,32,16,18,52,13,11,8,2,3,2
554014,3,494,54,54,54,5,12,4,0,16,4,6,0,1,4,2
554928,1,521,63,63,63,8,1,6,0,25,13,3,3,1,3,0
554928,2,933,172,172,170,8,37,20,8,48,16,13,3,8,2,7
554928,3,1034,138,138,138,5,24,13,7,48,11,13,5,3,4,5
554928,4,988,156,156,156,8,43,9,8,40,15,7,1,4,10,11
556971,1,1229,146,146,145,17,50,5,12,24,14,8,6,1,5,3
557226,1,748,111,111,110,7,36,5,3,22,12,5,4,0,7,9
568163,1,247,54,54,53,5,0,2,3,20,15,3,0,0,4,1
568791,1,757,164,164,163,5,32,12,14,26,37,8,8,7,4,10
568813,1,774,139,139,138,12,26,10,11,33,16,7,7,4,2,10
568830,1,1439,290,288,288,14,24,37,35,87,35,31,7,6,6,6
569631,1,1401,287,286,284,22,33,23,27,92,40,22,7,6,9,3
598003,1,826,152,151,150,15,18,7,16,50,17,13,6,3,2,3
598003,2,1049,136,136,135,7,11,7,25,39,9,15,5,3,9,5
598003,3,1328,136,136,136,12,8,6,14,40,25,5,6,0,3,17
598003,4,975,113,113,113,8,17,10,10,30,6,6,6,4,9,7
598003,5,1110,173,173,173,20,12,5,23,71,15,8,6,2,4,7
598003,6,1145,90,90,90,6,9,6,9,29,10,4,8,3,1,5
598003,7,1288,131,131,130,6,4,6,20,45,25,5,9,2,6,2
598003,8,992,241,241,230,12,42,32,16,35,35,17,11,9,8,13
598003,9,558,70,70,69,8,8,10,7,21,9,4,0,1,0,1
598003,10,960,176,176,176,7,9,32,19,58,18,16,6,3,1,7
598003,11,990,128,128,126,12,14,5,19,31,17,8,8,3,6,3
598003,12,842,75,75,74,2,9,7,5,26,13,0,7,1,3,1
598003,13,1341,300,300,299,11,44,41,23,87,33,23,4,3,7,23
598003,14,923,150,150,150,13,22,12,10,38,18,11,4,1,8,13
598003,15,741,101,101,101,2,11,7,12,42,7,9,6,1,3,1
598003,16,647,95,93,93,8,7,6,9,40,6,9,1,4,1,2
598003,17,779,117,117,117,4,16,9,13,42,16,6,1,1,1,8
598003,18,716,106,106,106,6,8,12,16,29,15,10,4,2,2,2
598003,19,541,76,76,76,9,9,5,7,23,11,3,1,1,3,4
598003,20,598,111,111,110,7,9,8,7,42,16,6,4,3,6,2
598003,21,550,110,110,107,7,23,5,9,33,8,8,7,3,1,3
598003,22,3109,167,167,165,14,15,12,8,57,23,11,10,5,6,4
598003,23,911,172,172,172,16,21,8,22,60,14,9,4,5,7,6
598003,24,704,128,128,128,7,8,1,26,55,14,5,4,3,4,1
598003,25,773,143,143,143,6,6,9,16,52,14,12,14,2,8,4
598003,26,553,31,31,31,5,2,1,1,13,7,2,0,0,0,0
598003,27,677,207,206,201,12,23,10,35,73,25,11,2,2,7,1
598003,28,433,43,43,43,4,3,2,5,13,5,1,2,2,3,3
598003,29,447,143,143,141,7,8,9,18,53,26,7,1,3,3,6
598003,30,516,113,113,111,4,19,19,5,30,21,5,0,0,6,2
598003,31,674,117,117,117,5,15,5,17,36,18,8,6,0,2,5
598003,32,719,139,139,139,8,8,7,23,64,13,4,2,3,3,4
598003,33,813,114,114,114,9,10,8,14,38,11,7,7,4,5,1
598003,34,724,145,145,145,5,17,8,23,43,20,12,6,5,3,3
598003,35,621,76,76,76,6,7,3,11,29,2,9,2,2,2,3
598003,36,669,163,163,163,5,14,10,8,80,18,8,2,4,7,7
598003,37,832,124,124,124,8,8,11,21,42,10,5,6,8,3,2
598003,38,646,141,141,138,5,10,11,12,53,22,10,0,6,4,5
598003,39,696,141,141,140,8,10,4,15,71,16,8,1,0,1,6
598003,40,822,225,225,223,10,18,23,23,78,33,19,11,4,2,2
598003,41,918,168,168,168,11,21,13,21,44,23,9,7,3,7,9
598003,42,554,93,93,92,7,7,3,16,27,16,4,3,4,2,3
598003,43,573,180,180,178,16,15,8,21,69,23,13,3,4,3,3
598003,44,499,138,138,137,6,28,5,9,51,23,4,3,2,1,5
598003,45,792,168,168,168,8,15,10,24,65,20,6,5,4,5,6
598003,46,650,115,115,115,14,9,8,9,42,13,8,3,2,4,3
598003,47,801,155,155,155,5,20,15,18,51,16,15,2,2,4,7
598003,48,735,162,162,162,5,19,9,15,73,13,14,3,1,4,6
598003,49,659,123,123,123,8,11,8,10,46,18,5,8,3,3,3
598003,50,1120,157,157,155,13,15,6,13,53,16,12,8,6,5,8
598003,51,692,125,125,121,7,10,10,23,35,15,6,4,2,0,9
598003,52,672,142,142,142,6,13,19,10,45,20,12,5,3,3,6
598003,53,684,148,148,145,10,12,16,14,45,15,9,2,4,10,8
598003,54,506,109,109,109,6,29,8,11,22,18,6,2,6,1,0
598003,55,651,139,139,136,10,35,11,12,31,12,9,2,3,6,5
598003,56,1158,228,228,226,10,33,16,49,44,39,7,4,5,11,8
598003,57,1104,152,152,152,7,17,10,11,58,20,8,9,3,4,5
598011,1,1524,254,254,253,15,22,13,44,68,27,28,9,2,9,16
598011,2,563,160,160,157,9,39,8,28,26,13,16,5,5,4,4
598011,3,962,173,173,171,9,31,15,26,39,19,16,2,1,8,5
598020,1,259,41,41,41,1,7,2,2,8,12,1,2,2,1,3
598038,1,1036,265,265,260,16,26,17,39,69,31,40,7,5,5,5
598038,2,1049,228,228,225,12,34,18,37,54,18,23,7,6,10,6
598038,3,1127,266,265,263,13,27,17,49,64,37,29,10,1,8,8
598046,1,677,104,103,103,1,19,11,8,33,9,9,5,1,3,4
598062,1,921,109,109,109,6,14,9,8,33,9,17,4,1,6,2
598062,2,1296,167,167,167,12,23,19,6,35,31,12,8,9,3,9
598062,3,1026,149,149,147,16,14,13,12,51,20,4,4,3,5,5
598062,4,713,119,119,119,5,23,9,11,20,22,16,2,0,8,3
598062,5,265,23,23,23,2,5,4,7,0,4,1,0,0,0,0
598071,1,1113,252,252,252,21,37,38,28,48,28,16,5,6,21,4
598071,2,473,102,102,101,6,11,20,13,24,6,9,1,5,4,2
598071,3,350,71,71,71,1,2,8,10,18,13,3,3,4,5,4
598071,4,148,39,39,39,1,3,2,6,9,9,1,0,3,3,2
598089,1,1304,245,245,241,8,55,15,17,76,30,22,4,1,5,8
598089,2,1243,252,252,251,7,73,13,24,67,28,10,8,5,7,9
598101,1,1008,173,173,171,10,21,16,32,31,20,11,8,6,9,7
598135,1,872,145,145,145,6,24,7,42,36,10,11,3,1,3,2
598135,2,1075,168,168,168,8,22,8,30,47,21,13,8,2,5,4
598143,1,931,265,265,261,25,37,33,21,53,39,21,7,7,7,11
598143,2,1024,183,183,181,27,22,9,20,48,19,15,4,6,5,6
598143,3,984,226,226,222,22,35,21,22,48,46,9,2,4,5,8
598143,4,646,157,157,156,13,26,14,10,40,32,10,2,1,3,5
598143,5,1270,249,249,248,22,42,12,22,79,27,19,4,7,2,12
598143,6,1059,177,177,177,13,26,25,23,41,25,9,2,4,4,5
598143,7,399,86,86,85,4,16,7,5,25,15,8,1,1,0,3
598143,8,475,120,120,120,17,25,6,14,34,9,2,1,2,2,8
598143,9,974,191,191,188,7,21,20,25,43,39,16,5,1,5,6
598143,10,289,70,70,70,9,9,2,6,27,8,3,2,0,2,2
598160,1,1273,218,218,217,23,56,18,25,40,22,13,4,4,3,9
598232,1,208,34,34,34,1,2,2,0,23,1,5,0,0,0,0
598259,1,1074,134,134,132,8,50,9,9,18,11,20,2,1,1,3
598259,2,1086,142,142,140,6,41,10,6,32,16,9,1,4,8,7
598259,3,1082,162,162,159,16,48,4,13,38,17,9,1,2,4,7
598259,4,428,34,34,34,0,17,2,4,4,4,0,0,0,3,0
598259,5,923,182,182,181,8,94,9,15,19,13,14,3,2,1,3
598275,1,241,53,53,53,2,8,8,3,14,11,3,0,0,1,3
598321,1,457,78,78,78,5,33,10,7,8,3,2,0,1,5,4
598321,2,1262,237,237,234,18,60,26,15,38,16,39,3,4,9,6
598321,3,683,150,150,149,18,27,8,11,37,13,19,5,5,6,0
598348,1,1064,291,291,288,15,43,27,42,61,47,35,7,5,4,2
598348,2,741,186,186,185,6,13,25,16,45,33,15,10,7,9,6
598356,1,1037,162,162,162,5,31,10,19,44,24,5,3,4,3,14
598356,2,821,154,154,154,10,24,12,14,37,22,9,5,3,11,7
598364,1,435,74,74,74,6,8,4,8,19,16,6,2,0,2,3
598399,1,1057,170,170,168,14,9,18,15,67,23,11,1,5,0,5
598445,1,926,197,197,197,18,25,12,35,44,34,12,3,7,2,5
598453,1,997,77,77,76,6,21,10,5,11,6,12,2,2,1,0
598453,2,1036,128,127,124,9,24,2,7,36,12,20,2,2,2,8
598453,3,1120,75,75,75,5,32,0,6,12,5,4,2,3,1,5
598542,1,819,144,144,144,13,13,18,16,39,19,10,7,2,5,2
598542,2,1182,189,189,189,21,18,15,22,54,31,11,8,5,3,1
598551,1,1113,237,237,235,16,45,13,17,63,33,13,5,7,12,11
598551,2,1081,268,268,268,8,44,28,32,79,35,15,1,10,10,6
598551,3,405,87,87,87,5,30,3,4,27,10,0,4,2,1,1
598569,1,1137,186,186,186,14,11,12,25,51,34,19,4,3,5,8
598569,2,897,131,131,131,8,4,8,13,50,15,16,7,3,5,2
598569,3,984,153,152,151,13,10,13,14,34,28,13,5,2,5,14
598569,4,223,42,42,42,1,3,4,2,12,3,14,1,0,1,1
598674,1,1184,235,234,233,16,36,15,35,38,35,21,14,6,10,7
598691,1,644,148,148,147,3,25,15,12,32,24,24,3,3,5,1
598691,2,1002,213,213,213,12,49,16,26,45,21,21,7,6,1,9
598747,1,476,88,88,86,13,13,4,6,20,9,9,5,3,0,4
598810,1,550,52,52,51,2,9,6,5,10,4,2,6,1,4,2
598810,2,779,98,98,98,4,12,5,14,27,18,8,2,3,2,3
598810,3,884,86,86,86,4,15,3,12,25,12,3,5,0,3,4
598810,4,845,86,86,84,11,15,2,12,23,6,8,3,1,1,2
598810,5,634,94,94,94,8,23,9,4,17,16,7,1,3,2,4
598810,6,713,126,126,125,5,13,12,13,26,22,15,1,2,11,5
598810,7,723,84,84,83,6,11,4,5,14,12,17,3,1,9,1
598810,8,855,91,91,90,13,11,4,14,22,12,8,0,3,0,3
598810,9,1082,126,126,126,13,11,3,17,47,15,5,5,2,5,3
598810,10,837,110,110,110,8,4,8,16,41,10,15,0,0,6,2
598810,11,781,135,135,133,11,8,15,17,37,18,17,0,1,5,4
598810,12,743,100,100,100,7,12,4,9,33,14,11,4,4,2,0
598810,13,814,137,137,136,12,13,6,10,53,22,10,1,1,2,6
598810,14,836,76,76,76,8,9,2,3,35,5,5,3,3,2,1
598810,15,812,132,132,132,9,15,4,11,51,17,10,6,1,4,4
598810,16,863,133,133,133,11,21,12,19,33,18,15,1,1,2,0
598810,17,2007,130,130,130,16,10,9,14,36,16,7,3,2,10,7
598810,18,924,165,165,162,8,16,10,25,30,25,25,11,2,7,3
598810,19,591,50,50,50,8,14,0,12,8,2,1,1,0,1,3
598810,20,689,81,81,79,11,12,2,10,23,7,3,5,4,1,1
598810,21,543,29,29,27,3,8,3,2,4,3,0,2,0,0,2
598810,22,757,79,79,79,3,24,4,6,23,9,6,2,0,1,1
598810,23,853,117,117,115,11,32,10,4,17,16,7,7,1,1,9
598810,24,974,104,104,103,6,21,7,7,20,15,11,3,0,7,6
598810,25,608,51,51,51,4,8,5,8,4,10,5,2,0,1,4
598810,26,646,63,63,62,5,5,5,13,14,5,2,2,0,4,7
598810,27,1175,132,132,130,9,16,6,11,41,23,10,6,1,3,4
598810,28,895,103,103,103,12,14,4,22,29,11,2,3,0,3,3
598810,29,251,29,29,29,1,9,2,4,6,4,2,1,0,0,0
598810,30,278,35,35,35,1,10,2,9,3,6,3,0,0,0,1
598810,31,956,134,134,134,10,19,10,6,31,29,9,5,1,4,10
598810,32,875,95,95,94,10,14,9,4,21,11,13,4,1,4,3
598810,33,809,98,98,98,9,11,3,14,23,22,7,0,4,1,4
598810,34,600,55,55,55,2,9,4,7,13,7,7,2,2,2,0
598810,35,379,26,26,26,1,4,5,2,3,3,5,0,1,2,0
598810,36,641,63,63,63,8,10,2,9,13,5,3,9,1,2,1
598810,37,701,55,55,55,8,4,2,2,18,7,2,3,3,4,2
598810,38,656,69,69,69,2,14,2,6,10,18,4,3,0,6,4
552739,1,842,38,38,38,8,1,1,8,9,7,0,3,0,0,1
552739,2,979,128,128,127,19,6,6,28,38,15,4,6,0,2,3
552739,3,911,186,186,184,5,36,20,27,34,21,16,5,4,9,7
552739,4,953,123,123,123,9,11,4,26,27,20,8,6,1,6,5
555088,1,706,76,76,76,6,4,6,19,17,11,5,3,0,1,4
555088,2,718,66,66,66,2,7,5,11,20,11,4,1,0,1,4
555088,3,2870,118,118,117,4,7,10,22,37,14,6,3,2,8,4
555088,4,801,107,107,106,13,8,2,21,32,13,6,0,0,5,6
555088,5,826,145,145,143,17,3,8,24,33,12,6,4,7,12,17
555088,6,679,81,81,81,3,1,3,10,25,14,8,5,6,2,4
555088,7,779,83,83,83,12,2,1,19,24,7,3,6,2,5,2
555088,8,549,63,63,63,2,1,7,11,20,11,2,0,1,3,5
555088,9,756,103,103,103,13,3,13,19,25,10,9,4,1,2,4
555088,10,717,90,90,90,4,7,7,23,22,9,7,5,0,4,2
555088,11,802,162,162,159,11,7,11,28,47,28,12,4,0,4,7
555088,12,786,119,119,119,11,9,2,27,34,13,8,3,3,3,6
555088,13,636,94,94,94,4,4,7,22,22,18,7,3,1,0,6
555088,14,449,69,69,68,4,1,5,21,20,11,3,0,1,0,2
555088,15,782,137,137,137,10,2,7,33,38,17,10,7,2,6,5
555088,16,680,85,85,84,10,2,6,13,23,15,3,1,0,3,8
555088,17,799,111,111,111,13,11,12,14,32,16,6,4,0,1,2
555088,18,769,120,120,120,9,5,4,30,31,18,7,4,3,3,6
555088,19,328,49,49,48,3,9,2,2,9,11,9,0,3,0,0
555088,20,848,154,154,151,9,3,15,27,44,25,10,3,3,6,6
555088,21,808,104,104,104,7,10,4,22,33,11,6,3,3,1,4
555088,22,820,138,138,138,11,15,6,27,49,13,6,7,1,1,2
555088,23,666,87,87,87,3,2,5,12,36,15,5,3,1,2,3
555088,24,797,108,108,107,4,2,10,17,39,12,8,4,2,5,4
555088,25,667,101,101,101,7,2,3,15,32,16,8,13,0,1,4
555088,26,687,94,94,94,5,6,2,24,27,15,4,3,2,3,3
555088,27,885,123,123,122,8,11,8,20,30,20,10,3,4,4,4
555088,28,780,106,106,106,7,2,11,25,24,10,7,7,1,7,5
555088,29,867,119,119,119,10,8,4,28,36,10,7,5,5,5,1
555088,30,878,138,138,138,13,10,7,21,35,31,5,4,3,5,4
555088,31,687,121,121,121,10,6,6,27,33,14,8,5,2,4,6
555088,32,854,153,153,153,13,4,17,30,42,26,9,2,0,5,5
555088,33,718,142,142,142,10,7,10,24,58,14,10,3,1,1,4
555088,34,832,161,161,160,7,15,11,26,51,12,13,4,4,5,12
555088,35,927,224,223,220,17,12,14,32,66,36,14,4,6,3,16
555088,36,827,165,165,161,7,8,13,17,50,29,18,4,2,7,6
555088,37,559,83,83,83,8,10,10,21,19,7,4,1,0,2,1
555088,38,851,152,152,152,10,10,22,31,35,14,9,0,5,3,13
555088,39,644,107,107,106,5,10,7,18,29,10,10,8,1,6,2
555088,40,687,148,148,146,17,6,7,29,48,21,8,1,1,2,6
555088,41,740,112,112,111,14,5,8,19,37,12,8,4,0,1,3
555088,42,721,94,94,89,10,5,2,12,34,15,1,2,2,1,5
555088,43,564,98,98,98,8,3,7,10,41,15,4,4,3,1,2
555088,44,773,137,137,136,8,7,11,27,42,11,14,6,4,3,3
555088,45,703,120,120,116,7,9,9,25,34,9,8,3,1,6,5
555088,46,802,135,135,135,12,4,1,31,43,22,9,4,3,1,5
555088,47,717,135,135,135,11,5,9,20,43,14,7,10,5,6,5
555088,48,626,148,148,148,14,6,6,31,52,20,9,2,3,1,4
555088,49,790,146,146,146,11,0,13,28,50,19,10,3,2,3,7
555088,50,750,148,148,144,11,6,10,23,51,22,9,2,1,2,7
555088,51,812,151,150,148,8,8,8,26,43,19,17,6,2,6,5
555088,52,740,146,146,145,7,9,10,23,30,29,12,5,4,11,5
555088,53,823,163,163,162,18,6,7,31,61,24,3,4,0,5,3
555088,54,786,153,153,148,11,11,8,16,44,35,10,2,1,5,5
555088,55,772,155,155,153,14,7,6,24,52,21,9,4,6,4,6
555088,56,996,82,82,82,9,5,1,13,34,3,0,8,0,5,4
555088,57,695,37,37,37,4,3,0,14,8,3,2,2,0,0,1
555088,58,727,65,65,63,6,3,5,12,19,13,2,0,1,2,0
555088,59,690,30,30,30,1,4,1,2,12,3,0,5,0,0,2
555088,60,811,44,44,43,7,4,0,17,10,2,0,2,0,0,1
555088,61,976,173,173,172,11,14,2,41,53,24,8,7,3,2,7
555088,62,982,75,75,74,2,6,6,14,23,9,2,3,0,1,8
555088,63,964,71,71,71,1,0,2,11,15,13,2,5,3,8,11
555088,64,742,45,45,45,2,4,1,4,15,5,2,6,0,5,1
555088,65,915,63,63,63,9,2,4,6,11,11,5,12,0,0,3
555088,66,959,150,150,150,5,8,12,12,42,31,19,11,1,2,7
555088,67,1050,124,122,122,9,8,8,13,36,21,6,9,2,6,4
555088,68,812,114,114,112,3,14,10,26,31,10,8,5,1,4,0
555088,69,684,70,70,70,9,3,3,15,16,14,3,2,2,1,2
555088,70,1279,109,109,106,12,4,3,13,34,16,3,4,3,5,9
555088,71,939,83,83,83,11,4,5,9,16,17,5,3,2,4,7
555088,72,1100,132,132,130,9,7,5,18,31,18,7,13,4,9,9
555088,73,933,74,74,72,7,8,5,9,21,6,6,3,1,5,1
555088,74,939,123,123,122,6,12,9,20,31,15,8,4,5,5,7
555088,75,1102,211,211,207,14,23,7,35,49,32,19,4,5,13,6
555088,76,903,96,96,96,8,9,6,10,23,16,11,3,3,3,4
555088,77,644,114,114,114,12,14,11,13,30,13,4,4,1,4,8
555088,78,985,179,179,178,7,15,33,11,37,28,20,4,4,9,10
555088,79,420,108,108,108,5,10,10,22,30,12,4,2,2,4,7
555291,1,957,144,144,143,8,40,1,10,38,18,11,4,2,7,4
568864,1,709,54,54,54,2,7,0,13,16,5,4,2,2,2,1
568864,2,334,66,66,64,5,4,3,8,16,12,9,1,1,3,2
598178,1,1856,287,287,283,25,22,25,32,71,49,22,14,5,6,12
598917,1,2676,114,114,113,5,12,9,23,29,15,10,4,2,1,3
598917,2,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0
598917,3,54,8,8,8,0,0,0,6,1,0,1,0,0,0,0
598917,4,243,57,57,56,1,7,1,6,20,11,5,2,2,1,0
598917,5,532,62,62,62,6,4,2,10,19,11,6,1,0,0,3
598917,6,887,155,155,153,10,13,6,14,60,20,16,4,5,1,4
598917,7,1029,133,133,132,20,19,8,16,30,19,7,4,0,0,9
598917,8,828,90,90,90,9,7,1,36,23,11,1,1,0,0,1
598917,9,746,75,75,75,5,1,4,18,22,12,3,0,3,1,6
598917,10,759,58,58,57,6,4,0,18,12,2,4,2,1,3,5
598917,11,827,79,79,79,7,2,2,21,30,5,4,1,0,3,4
598917,12,680,60,60,60,6,4,0,7,16,19,3,4,0,1,0
598917,13,944,134,134,131,8,11,9,32,31,18,9,3,2,1,7
598917,14,774,84,84,84,9,3,5,14,22,13,3,7,2,1,5
598917,15,831,75,75,75,9,8,4,14,18,3,4,6,3,0,6
598917,16,780,63,63,62,5,9,4,9,18,6,3,4,3,1,0
598917,17,742,109,109,109,4,7,2,11,48,13,11,5,2,5,1
598917,18,685,66,66,66,9,3,1,21,17,11,1,3,0,0,0
598917,19,784,97,97,93,9,11,3,17,32,10,4,3,0,0,4
598917,20,817,96,96,96,10,4,2,18,27,17,11,2,2,3,0
598917,21,775,48,48,47,5,8,1,9,14,6,1,3,0,0,0
598917,22,601,48,48,48,3,4,1,5,17,10,7,0,0,1,0
598917,23,748,64,64,63,4,3,2,17,19,6,8,1,2,0,1
598917,24,904,72,72,72,10,3,0,14,27,3,5,4,3,0,3
598917,25,649,89,89,89,2,4,1,12,41,9,6,0,4,3,7
598917,26,711,81,81,81,7,6,2,16,25,6,4,6,2,2,5
598917,27,713,91,91,91,8,14,3,22,24,10,4,3,2,1,0
598917,28,738,41,41,41,7,3,0,9,8,7,1,4,0,1,1
598917,29,694,65,65,64,8,2,5,19,16,8,2,1,1,0,2
598917,30,942,103,103,103,16,10,0,43,16,6,2,6,2,1,1
598917,31,892,38,38,37,9,3,1,7,7,4,1,5,0,0,0
598917,32,604,27,27,27,8,0,0,8,7,0,1,0,2,0,1
598917,33,692,27,27,27,2,0,0,6,8,4,3,3,0,0,1
598917,34,962,22,22,18,4,0,0,7,5,0,1,0,0,1,0
598917,35,705,131,131,128,14,6,12,22,41,11,11,5,2,3,1
598917,36,793,112,112,108,15,10,2,24,25,15,2,3,1,5,6
598917,37,754,106,105,105,10,9,4,24,27,16,5,4,3,0,3
598917,38,768,76,76,75,3,2,3,19,25,5,7,4,5,1,1
598917,39,748,85,85,85,5,5,1,28,15,7,6,8,1,3,6
598917,40,850,112,112,110,4,3,8,23,41,10,7,7,2,3,2
598917,41,731,94,94,94,15,12,2,9,30,12,5,5,2,1,1
598917,42,687,111,111,108,9,5,6,20,30,13,14,2,2,4,3
598917,43,725,81,81,81,6,6,3,18,28,8,2,4,2,3,1
598917,44,709,87,87,87,11,2,5,20,24,11,2,4,1,1,6
598917,45,747,71,71,71,6,0,8,16,23,10,2,2,2,0,2
598917,46,622,68,68,67,7,5,2,10,24,9,2,4,0,0,4
598917,47,724,87,87,86,12,2,7,19,23,8,3,3,1,6,2
598917,48,866,104,104,104,17,3,1,20,28,18,4,2,0,0,11
598917,49,917,100,100,100,5,4,3,22,40,14,1,6,2,1,2
598917,50,734,83,83,82,9,4,1,14,21,17,5,3,2,3,3
598917,51,921,71,71,70,1,3,2,20,27,7,5,4,0,0,1
598917,52,827,150,150,150,12,10,8,18,45,30,14,2,6,0,5
598917,53,785,86,86,82,9,9,2,23,23,8,6,1,1,0,0
598917,54,595,87,87,87,9,5,3,13,27,11,3,7,1,1,7
598917,55,1101,143,143,141,23,8,4,16,35,15,11,13,3,7,6
598917,56,613,94,94,93,11,7,5,19,15,10,9,8,1,1,7
598917,57,776,90,90,90,2,6,5,11,34,13,6,4,3,1,5
598917,58,744,85,85,85,8,9,2,11,29,11,5,4,2,2,2
598917,59,723,56,56,55,5,3,2,8,11,13,6,6,0,0,1
598917,60,667,77,77,77,9,7,1,19,26,5,1,5,1,0,3
598917,61,459,59,59,59,3,0,1,14,24,6,2,4,3,0,2
598917,62,345,54,54,54,4,8,4,6,11,12,4,3,0,2,0
598917,63,326,94,94,89,14,8,7,11,16,19,3,3,1,3,4
598925,1,1061,163,163,163,11,42,9,17,33,19,20,2,2,4,4
598925,2,1064,178,178,174,8,18,13,21,56,18,17,9,2,9,3
598925,3,1119,153,153,153,23,16,5,30,39,17,8,3,2,2,8
598933,1,909,109,109,109,8,9,13,9,37,15,5,2,4,5,2
598933,2,904,149,149,146,9,17,8,18,46,24,9,3,3,0,9
598933,3,664,135,135,134,9,42,9,12,31,12,5,4,1,5,4
598933,4,821,181,181,181,13,42,10,21,47,13,13,4,7,2,9
598933,5,803,141,141,140,13,24,11,12,37,17,13,5,2,1,5
598933,6,898,182,182,181,18,40,9,7,61,16,13,7,2,2,6
598933,7,1058,239,239,235,20,30,25,17,59,31,25,0,8,8,12
598933,8,967,184,184,182,9,38,7,16,54,24,14,3,5,7,5
598933,9,692,131,131,131,9,34,12,6,24,15,12,5,2,9,3
598933,10,675,123,123,123,12,24,19,8,21,11,11,3,7,3,4
598933,11,1735,147,147,146,14,20,19,8,41,13,12,6,3,6,4
598933,12,831,133,133,133,11,20,9,7,32,13,14,4,10,8,5
598933,13,516,111,111,110,7,26,8,5,27,12,17,2,0,4,2
598933,14,1006,92,92,91,14,11,4,12,18,12,7,5,3,3,2
598933,15,1135,125,125,125,13,20,6,14,40,7,8,7,4,0,6
598933,16,1116,69,69,69,9,7,0,6,21,7,7,10,0,2,0
598933,17,1105,106,106,105,5,22,4,16,14,13,4,9,4,5,9
598933,18,674,118,118,116,9,29,2,7,34,7,8,1,3,5,11
598933,19,945,152,152,151,10,53,7,10,19,7,30,1,2,10,2
598933,20,659,85,85,80,7,16,10,6,20,6,6,4,1,3,1
598933,21,478,106,106,105,4,28,10,6,22,9,6,1,1,4,14
598933,22,665,93,93,92,7,5,12,6,26,6,7,8,2,9,4
598933,23,922,121,121,121,10,20,3,28,30,10,9,9,1,1,0
598941,1,1520,197,197,196,15,12,11,49,52,17,21,5,2,5,7
598941,2,1098,117,117,116,12,3,4,20,26,17,14,6,1,10,3
598941,3,422,79,79,77,10,3,0,12,18,13,14,0,0,3,4
598941,4,489,65,65,64,2,2,4,20,11,10,5,2,1,2,5
598968,1,1454,231,231,228,12,16,19,41,66,27,17,9,7,2,12
598968,2,714,89,89,89,8,14,5,12,22,9,3,2,1,5,8
598968,3,767,99,99,99,4,8,6,8,39,11,9,3,0,6,5
598968,4,722,98,98,98,5,2,6,12,41,11,6,4,1,0,10
598968,5,579,95,95,95,11,17,4,9,28,8,10,1,4,2,1
599051,1,490,98,97,94,6,7,6,10,32,12,15,3,1,1,1
599051,2,369,85,85,85,6,5,4,21,28,7,7,2,1,3,1
599051,3,909,95,95,95,6,9,5,9,37,9,8,1,0,6,5
599051,4,889,149,149,148,6,13,12,22,34,31,14,8,2,5,1
599051,5,793,113,113,113,7,7,6,15,41,11,9,5,3,5,4
599051,6,2034,156,155,152,20,7,13,21,41,18,13,9,4,3,3
599051,7,927,149,149,147,13,9,11,19,50,23,7,3,3,2,7
599051,8,771,117,117,117,9,6,7,15,40,11,12,3,6,5,3
599051,9,877,145,145,141,8,6,5,14,62,21,10,6,5,3,1
599051,10,874,88,88,88,6,2,2,18,37,6,7,5,1,1,3
599051,11,1059,132,132,132,12,4,6,38,47,8,6,4,0,1,6
599051,12,900,139,139,138,9,7,3,16,47,26,9,3,2,10,6
599051,13,955,111,111,111,5,3,3,27,29,12,13,4,4,5,6
599051,14,854,81,81,80,8,3,3,15,32,12,6,0,1,0,0
599051,15,1190,101,101,100,11,3,7,23,21,13,2,5,2,3,10
599051,16,1259,169,169,168,11,8,21,14,54,20,11,2,4,12,11
599051,17,1168,189,189,187,9,10,16,16,54,31,26,3,3,10,9
599051,18,905,104,104,103,11,6,3,14,28,20,9,4,1,2,5
599051,19,1093,201,201,199,21,39,12,12,60,26,7,8,1,5,8
599069,1,501,63,63,61,6,2,0,12,13,9,5,5,1,6,2
599069,2,295,26,26,25,0,2,1,13,7,0,1,0,0,0,1
599069,3,450,63,63,63,6,4,6,11,15,6,10,2,0,2,1
599069,4,799,100,100,100,7,1,4,17,37,13,7,5,2,3,4
599069,5,902,138,138,135,9,3,8,33,31,24,5,7,4,4,7
599069,6,552,59,59,59,2,2,6,10,11,10,6,6,1,2,3
599069,7,944,77,77,77,11,2,1,15,25,14,3,2,1,1,2
599069,8,970,55,55,54,3,6,0,11,23,4,4,0,0,0,3
599069,9,733,118,117,117,2,11,0,23,36,13,11,15,2,3,1
599069,10,918,142,142,140,14,6,5,34,43,22,6,2,4,1,3
599069,11,773,92,92,92,13,2,3,23,20,10,7,1,9,4,0
599069,12,802,100,100,99,11,4,2,28,20,14,7,4,3,3,3
599069,13,953,157,153,145,17,7,5,27,45,20,10,10,0,2,2
599069,14,764,96,96,96,8,5,1,27,27,9,8,3,0,3,5
599069,15,1817,76,76,75,8,7,0,17,26,11,0,2,0,3,1
599069,16,791,75,75,74,4,4,3,15,20,13,8,3,1,3,0
599069,17,650,92,92,92,12,2,2,21,30,11,8,3,0,2,1
599069,18,700,88,88,86,2,9,6,10,35,8,3,5,2,4,2
599069,19,922,106,106,106,9,5,4,12,44,9,7,11,0,2,3
599069,20,818,54,53,53,0,2,3,13,17,8,3,1,1,2,3
599069,21,890,87,87,86,9,1,3,23,28,7,5,3,2,3,2
599069,22,927,109,109,108,9,6,6,19,37,9,6,9,2,1,4
599069,23,847,102,102,101,16,4,4,17,19,17,6,4,2,5,7
599069,24,860,68,68,68,10,1,1,11,27,8,3,1,1,0,5
599069,25,1031,97,97,97,13,1,2,20,41,8,1,8,0,3,0
599069,26,825,59,59,59,4,1,1,6,22,8,1,5,2,3,6
599069,27,816,61,61,61,2,1,3,7,18,14,8,4,1,0,3
599069,28,1162,91,91,88,13,2,1,13,16,16,4,7,1,4,11
599069,29,966,51,51,51,11,0,4,6,9,7,4,3,2,3,2
599069,30,1275,81,81,81,18,1,2,7,18,9,9,4,2,2,9
599077,1,673,99,99,99,7,11,2,10,35,13,6,2,4,1,8
599077,2,474,76,76,76,1,18,2,8,22,8,7,0,0,6,4
599077,3,1412,230,230,230,12,55,18,30,58,11,13,11,5,9,8
599077,4,1124,158,158,158,13,20,10,21,46,18,15,4,2,5,4
599077,5,311,57,57,57,6,24,0,6,8,3,3,1,2,2,2
599085,1,791,67,67,66,4,2,3,7,22,12,9,5,0,1,1
599085,2,811,104,104,102,13,5,4,21,35,10,8,2,0,2,2
599085,3,1125,122,122,119,18,9,3,20,30,17,14,5,1,1,1
599085,4,990,159,159,153,14,9,10,29,45,22,13,6,1,3,1
599085,5,1082,140,140,139,9,6,6,34,35,14,7,13,4,4,7
599085,6,1008,129,129,128,5,13,5,29,53,13,6,1,1,2,0
599107,1,1076,165,165,165,10,7,12,32,37,22,11,10,4,8,12
599107,2,1166,123,123,122,8,2,0,13,57,16,12,6,2,2,4
599107,3,827,143,143,142,8,8,9,14,48,30,11,5,2,1,6
599107,4,572,100,100,99,9,1,3,20,19,15,11,10,2,0,9
599107,5,599,64,64,60,3,0,3,23,15,8,1,4,1,0,2
599107,6,751,155,155,151,13,7,8,25,47,28,7,4,4,3,5
599107,7,950,179,179,178,10,7,17,24,34,33,19,21,1,6,6
599140,1,1511,263,262,260,32,37,15,23,79,28,28,1,4,7,6
599158,1,1371,249,249,246,13,26,17,35,57,28,34,9,9,7,11
599158,2,1119,178,178,178,10,18,18,25,38,29,18,2,2,10,8
599158,3,431,71,71,71,1,18,3,8,19,7,6,2,2,1,4
599158,4,675,80,80,80,4,25,13,8,14,4,3,1,6,1,1
500046,1,1325,243,243,243,5,40,11,33,65,46,23,8,6,1,5
500259,1,1635,252,252,251,11,58,16,23,63,37,15,5,6,4,13
546984,1,458,59,59,59,6,16,1,11,8,2,5,10,0,0,0
547000,1,501,108,108,106,12,29,4,20,8,11,6,2,2,4,8
554065,1,543,57,57,57,7,6,2,11,3,12,10,4,0,0,2
554171,1,1676,285,284,283,17,35,12,41,69,51,18,5,5,20,10
554910,1,678,78,78,76,9,16,2,14,11,12,2,3,4,0,3
554936,1,358,89,89,87,8,10,6,8,31,12,5,1,1,4,1
555312,1,435,56,56,56,3,10,2,10,15,3,8,3,2,0,0
556858,1,724,67,67,66,7,8,4,12,11,10,1,4,2,5,2
568406,1,590,81,81,81,3,6,16,8,22,18,4,1,0,3,0
568422,1,850,100,100,97,10,8,4,10,36,13,5,3,0,1,7
568431,1,490,122,122,122,4,19,9,13,22,22,6,3,6,11,7
568473,1,765,208,208,207,16,52,16,14,37,23,22,3,1,15,8
568481,1,755,232,232,231,6,71,23,11,23,35,34,3,7,2,16
568511,1,618,145,145,145,8,34,6,17,22,31,14,10,0,1,2
568546,1,1504,195,195,195,15,39,21,25,34,31,11,7,2,2,8
568554,1,997,220,220,220,11,80,17,18,21,17,30,6,5,5,10
568562,1,256,54,54,53,5,16,3,6,8,1,1,4,1,1,7
568571,1,148,23,23,23,2,0,4,8,3,2,3,0,0,0,1
568589,1,474,80,80,79,3,23,6,12,15,5,4,2,6,0,3
568643,1,530,80,80,80,6,3,11,4,17,12,21,2,1,2,1
568686,1,580,82,82,81,5,6,6,20,17,15,5,0,1,6,0
568716,1,583,110,110,109,18,12,4,16,29,12,6,1,4,1,6
568732,1,836,98,98,97,10,11,2,22,22,8,11,2,0,2,7
568741,1,594,105,104,104,2,31,16,6,11,18,9,7,2,0,2
568775,1,826,174,174,172,12,10,20,44,27,15,25,9,1,5,4
569666,1,776,86,86,86,8,23,4,5,12,16,6,4,0,4,4
569747,1,179,23,23,23,2,6,1,4,4,2,0,3,0,1,0
569755,1,618,117,117,117,7,7,3,21,25,32,13,1,1,2,5
599191,1,820,123,123,121,5,12,19,21,22,13,9,1,5,7,7
599191,2,918,167,167,167,15,18,16,27,38,21,11,6,5,5,5
599191,3,667,123,123,123,11,4,8,26,27,18,10,3,8,1,7
599191,4,1143,236,236,232,15,22,22,31,36,39,27,3,14,12,11
599191,5,742,120,120,118,4,15,12,32,30,11,2,6,3,1,2
599191,6,697,120,120,119,13,16,11,19,18,21,5,2,1,4,9
599191,7,850,219,219,216,7,23,34,28,36,36,27,8,6,8,3
599191,8,978,226,226,224,11,28,25,43,45,26,12,11,9,11,3
599191,9,1051,214,213,211,13,23,14,38,42,34,11,6,10,13,7
599191,10,1671,94,94,94,9,10,7,10,7,14,23,3,2,5,4
599191,11,1036,152,152,152,11,27,3,23,27,13,22,3,5,6,12
599191,12,1096,195,195,195,12,33,17,32,39,23,14,3,8,3,11
599191,13,962,116,116,116,8,12,12,14,25,14,10,1,5,8,7
599191,14,803,137,137,137,11,12,8,31,27,14,17,10,4,1,2
599191,15,884,152,152,151,12,21,11,19,38,22,11,4,4,5,4
599191,16,885,196,196,196,16,26,11,31,48,24,14,8,7,4,7
599191,17,308,45,45,45,5,4,3,9,9,9,3,0,1,1,1
599191,18,153,61,61,61,4,9,3,6,7,8,0,2,4,11,7
599191,19,1192,199,199,197,19,19,22,31,37,25,16,9,3,7,9
599191,20,1143,130,130,130,8,12,8,19,30,19,8,6,6,6,8
599191,21,406,71,71,68,1,23,4,10,10,6,2,2,2,3,5
599191,22,1006,173,173,171,3,27,14,18,36,31,18,2,5,14,3
599212,1,1074,136,136,136,13,10,3,31,39,17,10,1,6,2,4
599212,2,290,44,44,44,3,0,0,20,6,5,3,4,1,2,0
599247,1,1445,207,207,206,18,26,21,32,47,22,21,5,1,8,5
599247,2,1253,209,208,208,18,23,11,46,49,16,23,4,7,6,5
599247,3,1063,172,172,172,6,16,24,22,31,35,20,4,2,6,6
599247,4,989,140,140,140,21,19,14,17,31,10,9,6,2,4,7
599247,5,243,26,26,26,4,4,4,8,3,1,0,1,0,1,0
599247,6,412,53,53,53,0,10,9,4,17,7,5,0,0,0,1
599247,7,546,71,71,71,2,4,5,7,19,12,14,4,0,2,2
599247,8,191,38,38,38,3,9,3,1,8,2,5,1,4,1,1
599344,1,739,94,94,92,7,6,2,17,26,13,7,3,2,5,4
599344,2,829,204,204,203,23,22,25,30,32,18,26,9,5,8,5
599344,3,1803,197,197,194,14,27,12,21,31,27,26,7,9,17,3
599344,4,1169,161,161,160,10,24,14,16,42,19,8,3,2,9,13
599344,5,543,131,131,130,8,23,10,22,29,12,15,1,1,6,3
599344,6,667,77,77,77,4,10,8,2,18,14,10,3,0,2,6
599344,7,997,150,150,146,8,14,11,22,31,26,17,4,4,9,0
599344,8,406,80,80,80,5,18,10,5,6,15,4,1,1,11,4
599344,9,1230,168,168,167,10,19,18,33,33,20,14,3,9,4,4
599344,10,608,115,115,115,1,19,8,9,21,21,14,1,2,12,7
599352,1,483,34,34,33,4,8,0,7,3,4,0,2,0,0,5
599352,2,900,166,166,163,11,11,7,48,29,17,14,6,2,8,10
599352,3,754,93,93,92,11,8,3,26,10,8,14,3,4,3,2
599352,4,477,97,97,97,8,19,10,10,12,12,17,2,3,4,0
599352,5,634,145,145,141,9,33,7,20,26,13,25,0,3,2,3
599352,6,92,29,29,29,4,2,3,4,2,7,3,0,0,4,0
599352,7,360,94,94,93,9,40,8,8,15,6,2,3,0,1,1
599352,8,240,18,18,18,3,1,1,2,6,2,0,0,0,1,2
599352,9,96,15,15,14,1,0,1,1,0,1,4,4,2,0,0
599352,10,379,61,61,61,10,8,0,10,8,6,10,3,1,2,3
599352,11,312,85,85,85,1,40,2,3,15,5,10,1,2,4,2
599409,1,1412,201,201,200,7,37,14,19,27,23,36,5,5,15,12
599468,1,976,151,151,148,4,36,11,14,18,23,18,5,6,7,6
599468,2,291,71,71,71,2,33,3,8,6,7,0,2,1,6,3
599468,3,163,28,28,28,3,2,3,9,4,1,0,2,0,2,2
599468,4,144,13,13,13,0,0,1,6,0,3,0,3,0,0,0
599506,1,1273,226,226,223,19,6,26,48,55,24,19,4,2,7,13
599565,1,833,160,160,160,9,25,15,21,36,26,12,2,5,4,5
599565,2,706,94,94,94,2,8,6,12,22,18,11,2,4,4,5
599565,3,644,166,166,166,16,24,19,26,35,13,17,1,1,9,5
599565,4,731,127,127,127,12,8,11,18,32,18,15,0,4,3,6
599565,5,841,161,161,159,7,17,18,21,37,26,15,2,3,8,5
599565,6,661,154,154,153,6,34,11,18,34,20,16,3,2,4,5
599565,7,1776,176,176,175,5,22,21,26,36,15,20,0,12,12,6
599565,8,972,199,199,196,11,11,12,42,58,28,14,5,5,8,2
599565,9,823,153,153,152,12,13,10,15,45,26,11,6,1,10,3
599565,10,825,120,120,118,8,18,11,12,25,16,10,4,1,8,5
599565,11,1025,181,181,180,11,13,16,19,35,21,20,7,5,15,18
599565,12,1131,186,186,184,16,30,10,31,36,15,15,12,7,7,5
599565,13,800,88,88,88,7,5,7,8,25,10,9,5,4,4,4
599565,14,1206,170,170,169,17,16,18,28,26,22,11,7,5,9,10
599565,15,926,157,157,155,8,10,11,24,40,13,19,9,4,8,9
599565,16,1088,152,152,152,11,15,11,19,39,25,15,2,1,7,7
599565,17,957,124,124,121,20,5,6,11,31,17,7,4,7,7,6
599565,18,834,234,234,234,21,83,8,25,30,31,9,7,3,4,13
599565,19,515,131,131,131,11,15,12,19,25,21,12,8,2,6,0
599565,20,601,120,120,119,11,35,8,6,23,17,7,3,1,3,5
599565,21,517,112,112,110,5,20,5,9,27,26,10,2,1,0,5
599603,1,1226,257,257,254,9,54,11,49,47,31,29,11,2,4,7
599646,1,318,51,51,51,6,17,3,2,7,2,5,4,2,0,3
599689,1,1018,218,218,215,14,70,5,22,34,23,13,3,10,11,10
599689,2,1033,185,185,185,10,67,16,20,28,11,11,3,3,7,9
599701,1,1506,198,198,197,8,27,20,31,37,22,28,6,3,12,3
599701,2,865,118,118,117,8,6,12,25,28,14,8,4,2,5,5
599701,3,950,163,162,160,9,23,16,18,34,29,7,3,6,5,10
599701,4,1176,154,154,154,7,30,12,22,24,28,4,9,5,4,9
599701,5,102,18,18,17,1,6,2,3,3,0,0,1,0,0,1
599701,6,188,24,24,24,2,4,3,4,2,5,0,0,1,1,2
599701,7,410,61,61,61,4,15,7,10,10,6,3,0,0,2,4
599701,8,118,28,28,27,3,5,1,4,7,5,1,0,0,0,1
599701,9,157,29,29,29,1,0,2,13,5,0,1,3,2,1,1
599701,10,145,25,25,25,1,3,3,1,1,4,8,1,2,0,1
599701,11,156,32,32,32,4,10,0,4,6,3,1,1,0,1,2
599701,12,176,32,32,32,1,4,4,6,2,8,2,2,0,3,0
599743,1,1336,291,291,289,16,51,16,36,65,43,36,6,3,12,5
599743,2,164,37,37,36,0,3,1,9,6,4,5,2,0,1,5
599808,1,993,159,159,157,12,34,20,17,25,19,14,1,2,7,6
599808,2,895,211,211,211,12,29,17,27,42,30,23,8,5,12,6
599808,3,806,151,151,151,7,7,6,45,46,14,8,1,8,4,5
599808,4,720,112,112,111,5,13,6,40,21,7,7,2,4,6,0
599808,5,731,133,133,133,6,17,10,26,27,14,11,5,5,2,10
599808,6,742,149,149,148,7,36,17,17,22,21,13,2,5,4,4
599808,7,877,119,119,115,3,10,9,20,32,7,16,2,1,13,2
599808,8,666,107,107,107,4,12,13,10,27,12,12,3,2,6,6
599808,9,362,94,94,94,6,26,9,12,13,14,7,3,0,2,2
599808,10,212,57,57,57,2,11,5,3,6,14,9,1,4,0,2
599832,1,1156,155,155,153,10,22,3,46,33,16,5,4,2,4,8
599867,1,713,117,117,113,13,43,7,2,11,11,15,5,3,1,2
599905,1,90,32,32,32,2,1,0,4,22,2,0,0,0,0,1
599905,2,103,37,37,37,0,13,2,8,11,2,0,0,0,1,0
599905,3,213,46,46,46,1,17,0,11,5,5,2,3,1,0,1
599905,4,214,56,56,56,4,17,2,5,14,7,2,0,2,1,2
599905,5,190,48,48,48,2,3,1,18,8,8,2,0,0,1,5
599905,6,181,55,55,55,3,18,2,9,3,16,3,0,0,1,0
599905,7,306,54,54,54,2,12,4,3,6,12,3,2,0,2,8
599905,8,905,234,234,233,9,72,11,59,34,22,11,2,5,2,6
599921,1,1269,240,240,238,17,38,21,29,50,34,19,1,6,11,12
599921,2,1215,231,231,230,17,22,31,35,48,32,15,7,6,8,9
599921,3,977,131,131,129,8,15,6,19,25,16,17,4,3,14,2
599921,4,886,126,126,125,5,22,7,27,33,12,6,2,2,4,5
599921,5,1050,127,127,122,10,5,9,29,35,13,13,3,1,3,1
599921,6,934,150,149,149,11,12,4,26,39,28,14,5,6,2,2
599921,7,1554,172,172,171,12,7,11,33,44,27,7,6,6,8,10
599921,8,212,35,35,35,1,11,3,10,3,0,4,2,0,0,1
599930,1,1280,157,157,156,7,26,13,31,28,21,5,2,1,11,11
599930,2,810,67,67,66,2,10,3,10,14,10,2,1,2,9,3
599948,1,602,78,77,77,9,9,4,16,15,8,11,3,0,0,2
599948,2,627,111,111,111,7,14,9,11,19,17,11,0,2,10,11
599948,3,883,205,205,204,17,63,18,13,18,17,28,5,1,12,12
599948,4,680,156,155,155,9,24,12,18,22,31,12,7,3,11,6
599956,1,1395,267,267,266,11,58,19,35,35,42,34,11,6,7,8
599964,1,786,125,125,124,10,20,8,30,24,13,11,3,0,0,5
599999,1,465,86,86,86,13,4,13,12,12,13,11,0,6,0,2
599999,2,1483,223,223,221,16,31,24,21,40,39,18,8,7,8,9
505927,1,2287,121,121,120,6,9,17,14,20,18,9,8,8,9,2
505927,2,686,84,84,83,3,3,4,11,11,17,17,2,5,5,5
505927,3,467,82,82,82,6,6,5,11,21,11,5,3,6,2,6
505927,4,708,73,73,73,2,6,5,6,15,20,6,1,6,1,5
505927,5,629,92,92,92,11,5,6,11,18,17,10,2,4,3,5
505927,6,744,114,112,111,9,10,16,7,34,15,10,3,1,2,4
505927,7,704,77,77,77,6,5,1,8,23,15,3,5,5,2,4
505927,8,656,115,115,113,10,34,6,9,19,9,8,0,3,9,6
505927,9,497,121,121,120,8,8,16,17,22,19,13,2,6,4,5
505927,10,641,138,138,137,9,13,21,10,33,12,21,5,5,3,5
505927,11,572,157,157,157,6,17,30,9,20,23,29,3,5,6,9
505927,12,1059,183,183,179,10,27,28,15,31,22,17,3,6,7,13
505927,13,542,111,111,109,6,7,10,15,21,30,8,0,3,6,3
505927,14,615,100,100,99,9,15,17,7,8,16,12,1,3,5,6
505927,15,772,149,149,147,7,16,20,18,30,21,13,0,14,3,5
505927,16,399,68,68,68,5,4,9,4,10,4,6,7,3,8,8
505927,17,705,158,157,152,16,15,15,10,16,29,24,4,4,12,7
505927,18,472,49,49,49,6,4,0,4,7,15,7,1,0,2,3
505927,19,425,138,138,136,8,19,11,14,33,14,17,4,4,8,4
505927,20,1058,133,133,132,12,6,10,15,25,23,16,7,8,4,6
505927,21,552,86,86,86,11,19,9,7,10,12,10,1,0,2,5
505927,22,545,114,114,113,9,12,8,15,25,18,15,1,4,2,4
505927,23,678,120,120,118,14,13,16,12,21,19,9,8,1,2,3
505927,24,595,77,77,76,9,6,9,3,19,9,9,2,3,5,2
505927,25,892,144,144,143,13,22,16,7,17,29,15,5,6,6,7
505927,26,908,180,180,180,8,22,44,11,23,31,19,4,2,5,11
505927,27,647,92,92,92,12,8,13,11,17,20,3,1,4,0,3
505927,28,863,152,152,151,8,11,22,20,32,25,10,1,6,11,5
505927,29,614,133,133,133,13,5,13,13,31,25,13,3,1,5,11
505927,30,560,85,85,84,4,4,5,8,24,17,13,4,1,2,2
505927,31,827,151,150,150,15,14,19,8,44,19,14,4,7,0,6
505927,32,803,163,163,159,10,22,16,8,33,23,20,5,4,7,11
505927,33,642,106,106,105,6,6,8,20,22,18,11,5,3,5,1
505927,34,1090,188,188,188,9,14,29,16,33,28,32,3,5,6,13
505927,35,1007,166,166,166,15,11,15,16,29,31,22,11,1,6,9
505927,36,1334,229,229,228,16,34,21,10,42,52,19,6,4,8,16
505927,37,725,97,97,97,2,6,4,4,30,31,7,5,5,0,3
505927,38,727,82,82,81,6,4,6,14,16,16,6,5,3,3,2
505927,39,751,109,109,108,6,7,11,13,27,18,6,5,6,5,4
505927,40,704,102,102,101,3,11,9,17,24,12,10,5,6,0,4
505927,41,1070,198,198,186,14,13,19,30,32,30,17,11,4,5,11
505927,42,1166,240,240,236,17,28,20,23,39,44,24,12,5,9,15
505927,43,857,133,133,132,10,7,11,22,33,23,16,5,1,4,0
505927,44,1021,123,123,123,11,5,9,15,19,30,12,8,1,1,12
505927,45,1101,147,147,146,8,13,12,11,27,32,16,3,8,6,10
505927,46,1096,164,164,163,10,20,9,26,32,34,10,7,1,8,6
505927,47,1349,144,144,141,11,13,8,11,31,17,13,5,17,8,7
505927,48,1475,189,189,188,15,18,16,14,52,24,9,5,9,14,12
505927,49,1405,199,199,195,10,26,26,21,33,42,18,5,3,6,5
505927,50,1164,215,215,215,15,31,25,31,31,30,16,7,3,18,8
506192,1,1340,201,201,200,8,64,19,4,31,32,14,7,1,8,12
506214,1,1432,154,154,153,14,20,24,15,22,17,16,7,2,2,14
506214,2,1579,211,210,208,17,42,25,13,38,30,18,5,0,7,13
506214,3,560,94,94,93,6,15,5,3,27,14,7,1,2,2,11
506320,1,742,94,94,93,10,2,5,7,24,18,11,3,2,6,5
506320,2,329,41,41,41,2,4,3,8,7,5,0,8,2,0,2
506320,3,160,11,11,10,0,0,0,1,5,2,2,0,0,0,0
506451,1,437,63,63,63,13,18,3,3,8,11,2,2,0,1,2
506451,2,72,15,15,14,2,2,0,0,6,4,0,0,0,0,0
506451,3,138,23,23,23,4,11,2,1,3,0,0,0,1,1,0
506451,4,236,43,43,42,6,11,2,6,7,7,1,0,0,1,1
506451,5,209,60,60,59,10,11,4,12,8,6,2,2,1,1,2
506460,1,1033,118,118,118,17,15,13,29,16,10,7,4,1,2,4
506460,2,1031,101,101,100,9,4,11,28,9,11,10,6,1,4,7
506460,3,127,31,31,31,4,9,0,6,5,0,1,0,0,6,0
506460,4,63,29,29,29,3,0,1,3,5,5,4,8,0,0,0
506460,5,150,29,29,28,6,2,0,4,14,0,0,0,0,0,2
506702,1,967,145,145,144,6,27,6,11,31,22,20,5,4,9,3
506702,2,935,120,120,120,12,14,20,7,32,15,8,4,1,4,3
506702,3,941,126,125,125,8,21,7,12,36,21,5,3,2,6,4
506702,4,589,47,47,47,4,4,4,1,16,4,5,0,4,4,1
506753,1,269,32,32,32,1,1,5,7,7,1,3,1,2,1,3
506753,2,756,153,153,151,13,14,17,24,32,18,11,2,7,4,9
506753,3,714,141,141,141,11,12,21,21,28,17,15,5,1,0,10
506753,4,486,120,120,119,16,10,6,16,29,20,12,2,4,2,2
506753,5,523,125,125,125,4,22,10,25,27,21,9,1,1,0,5
507016,1,1299,118,118,118,10,26,10,19,23,7,10,2,5,2,4
507016,2,813,143,143,143,10,24,6,12,37,14,11,11,5,8,5
507016,3,998,166,166,163,10,11,21,18,47,18,13,11,3,5,6
507016,4,1117,152,152,152,5,31,14,15,24,26,17,4,4,7,5
507016,5,1268,240,240,240,12,45,18,15,48,62,22,3,3,4,8
507016,6,993,157,157,157,7,14,11,13,33,27,11,5,6,16,14
507016,7,1089,158,158,157,9,25,16,14,43,20,15,8,1,5,1
507016,8,793,114,114,114,4,19,5,7,25,25,10,5,3,3,8
507016,9,767,93,93,93,10,7,6,7,27,11,11,7,0,2,5
507016,10,798,73,73,72,13,9,2,16,21,5,2,1,0,0,3
507016,11,856,93,93,92,5,10,7,16,19,10,10,5,4,4,2
507016,12,767,98,98,97,7,16,5,13,17,17,8,8,2,2,2
507105,1,853,144,144,139,5,45,20,5,9,23,13,5,3,7,4
507113,1,581,90,90,90,9,3,5,10,16,26,9,7,1,2,2
507113,2,360,42,42,41,7,2,1,5,11,7,3,0,1,3,1
507113,3,119,27,27,24,3,3,0,1,7,6,2,2,0,0,0
507113,4,71,32,32,32,3,1,7,4,6,6,2,0,0,1,2
507261,1,626,130,130,130,5,17,9,11,28,31,13,2,3,2,9
507261,2,337,111,110,110,16,17,6,15,24,9,8,11,2,2,0
507270,1,592,105,105,105,5,11,8,15,26,21,9,3,1,3,3
507270,2,983,179,179,178,13,50,24,13,17,21,14,5,5,8,8
507270,3,292,49,48,48,3,17,2,6,8,7,4,1,0,0,0
507270,4,268,36,36,36,4,9,1,2,10,4,0,1,0,3,2
507270,5,422,72,72,72,13,4,4,4,14,17,8,2,3,1,2
507270,6,638,126,126,126,6,34,9,14,23,14,8,7,4,2,5
507270,7,236,51,51,51,8,14,0,1,10,8,2,4,1,2,1
507270,8,164,27,27,27,0,11,0,6,2,4,0,0,0,0,4
507270,9,808,179,179,178,8,25,12,21,28,32,19,6,7,6,14
507334,1,1049,166,149,144,10,28,20,17,26,17,9,7,2,7,1
507377,1,333,56,56,55,4,5,2,13,13,7,7,0,3,0,1
507377,2,211,31,31,31,2,2,0,6,12,5,3,0,1,0,0
507377,3,176,16,16,16,1,3,0,2,1,7,0,2,0,0,0
507377,4,123,14,14,14,4,0,0,0,4,2,0,3,0,1,0
507504,1,1293,171,171,171,16,43,9,11,24,19,6,8,7,23,5
507504,2,1369,144,144,142,6,36,10,8,28,22,11,7,1,6,7
507580,1,717,68,68,67,5,13,5,8,6,15,0,4,0,1,10
507580,2,1156,144,141,141,13,43,13,7,22,11,18,5,3,1,5
507580,3,1084,119,119,114,7,14,8,3,25,22,15,4,5,2,9
507580,4,1230,134,134,133,11,21,22,5,28,14,18,2,0,7,5
507580,5,1319,159,159,158,12,46,19,6,21,25,12,6,3,3,5
507920,1,703,119,119,117,7,28,9,20,15,18,13,3,3,0,1
507971,1,1254,185,185,184,15,40,14,5,30,33,25,6,2,5,9
507971,2,1169,168,167,164,12,26,8,15,39,27,26,2,2,3,4
507971,3,1145,164,164,163,6,21,13,10,42,25,24,9,7,2,4
507971,4,385,63,63,63,6,4,4,5,18,13,6,2,1,2,2
508128,1,1568,192,192,191,10,40,13,17,44,27,22,10,2,2,4
508144,1,512,75,74,74,13,5,2,12,18,19,2,1,0,0,2
508373,1,920,204,204,200,12,37,21,18,35,26,28,3,2,8,10
509574,1,1082,96,96,96,5,15,13,5,18,14,8,8,2,2,6
509612,1,1134,159,159,156,15,20,14,9,21,35,11,8,4,12,7
509647,1,925,135,135,133,15,19,5,10,35,23,5,5,8,3,5
509647,2,831,128,128,127,13,20,13,7,26,16,19,3,3,4,3
509736,1,1182,211,210,207,6,50,36,17,47,27,10,4,4,3,3
509841,1,794,101,101,100,9,9,9,12,24,17,7,6,1,3,3
510131,1,573,60,60,59,3,9,17,3,11,9,4,1,1,1,0
510131,2,234,33,33,33,2,9,5,0,3,4,3,0,6,1,0
510289,1,1529,252,252,249,14,57,22,37,42,29,22,7,7,7,5
510297,1,575,61,61,61,5,6,5,12,11,7,5,7,0,0,3
510297,2,111,14,14,14,1,0,2,2,4,0,0,1,0,0,4
510343,1,714,156,156,156,13,62,12,14,14,29,4,2,0,3,3
510343,2,215,40,40,40,4,6,5,3,9,2,4,2,1,3,1
510343,3,198,38,38,38,5,10,1,4,0,7,3,6,1,0,1
510378,1,527,83,83,83,9,12,5,7,18,12,11,1,0,2,6
510432,1,1288,146,146,143,8,42,11,8,24,18,14,2,1,7,8
510483,1,1256,147,147,146,10,53,12,1,24,17,14,5,2,3,5
510483,2,1295,172,172,169,12,41,14,10,27,33,8,8,1,5,10
510491,1,997,154,154,154,9,17,12,16,43,19,18,4,6,4,6
510891,1,784,103,103,101,6,10,17,15,22,11,11,3,0,5,1
510891,2,146,19,19,19,4,2,0,5,5,3,0,0,0,0,0
510891,3,240,38,38,38,7,3,4,5,13,2,0,1,0,1,2
510891,4,69,12,12,12,0,1,0,3,4,3,0,0,0,1,0
510891,5,62,17,17,17,1,3,0,0,2,5,4,2,0,0,0
510939,1,1481,238,238,238,21,53,24,9,31,40,24,6,7,10,13
511021,1,1235,151,150,149,17,5,11,34,23,37,4,6,0,7,5
511021,2,1024,137,137,136,16,11,3,23,28,30,11,3,1,6,4
511021,3,990,158,158,157,27,15,7,23,27,25,8,8,2,7,8
511021,4,993,106,106,103,11,10,4,21,32,16,5,2,0,0,2
511021,5,390,49,49,49,12,6,1,4,6,9,10,0,1,0,0
511021,6,152,10,10,10,0,1,2,3,2,1,1,0,0,0,0
511021,7,72,4,4,4,2,0,1,0,0,1,0,0,0,0,0
511021,8,57,3,3,3,0,0,1,0,1,0,0,0,0,0,1
511161,1,410,60,60,59,2,6,10,5,11,8,2,2,3,6,4
512745,1,703,111,111,111,11,30,8,8,22,6,10,3,2,9,2
512869,1,732,97,97,96,12,39,6,6,15,7,7,1,1,1,1
512893,1,189,28,28,28,6,1,4,4,2,3,4,3,0,1,0
512907,1,661,161,161,160,10,50,5,17,37,17,11,2,2,7,2
512923,1,899,135,135,135,10,33,21,0,24,24,4,4,3,1,11
512974,1,563,71,71,68,4,13,1,4,11,7,6,13,0,1,8
547131,1,221,16,16,13,5,0,0,4,2,1,0,0,1,0,0
547182,1,805,134,134,132,8,32,13,6,21,25,12,3,0,2,10
547182,2,746,95,95,95,14,19,1,4,26,12,10,0,1,6,2
547191,1,198,43,43,43,2,13,8,2,4,8,5,0,0,1,0
553042,1,139,22,22,22,3,2,1,3,4,3,3,1,0,2,0
553051,1,910,118,118,117,12,27,23,8,18,5,11,2,3,3,5
553093,1,507,48,48,48,6,3,6,6,11,7,7,0,1,1,0
553107,1,125,15,15,15,1,2,2,2,2,3,2,1,0,0,0
553115,1,150,23,23,23,1,6,3,1,4,3,2,1,2,0,0
553158,1,742,137,137,135,10,7,21,12,33,18,19,8,1,4,2
553492,1,470,47,47,47,1,9,4,1,13,7,3,4,1,2,2
554197,1,888,166,166,166,25,16,13,12,41,26,12,9,2,8,2
555274,1,413,87,87,87,10,17,8,5,7,18,5,2,3,6,6
555339,2001,1491,228,228,225,14,44,13,25,29,38,28,4,7,15,8
555355,1001,1143,191,191,189,20,43,10,15,37,24,11,5,6,4,14
555371,5001,853,135,135,134,13,12,4,29,32,18,7,2,6,6,5
555401,4001,565,78,78,77,4,10,5,2,22,18,0,4,5,3,4
555410,8001,279,78,78,77,7,26,7,7,15,6,0,4,2,3,0
555436,3001,242,58,58,58,2,14,7,0,16,10,0,6,1,2,0
555461,7001,303,42,42,42,4,7,4,3,3,15,1,1,3,0,1
556700,6001,1075,169,169,166,8,30,20,20,21,30,17,11,3,0,6
568180,1,216,38,38,37,5,2,2,7,12,3,3,2,0,1,0
568198,1,126,17,17,17,2,1,0,3,5,1,1,1,1,1,1
568210,1,941,103,103,98,8,29,13,5,12,12,8,3,0,3,5
568210,2,1149,126,126,126,12,34,10,8,19,21,7,3,1,7,4
568228,1,1078,160,160,155,16,32,5,9,38,23,18,4,2,3,5
568236,1,587,102,101,101,11,7,10,18,20,11,12,2,3,4,3
568244,1,1261,159,159,155,6,41,9,7,31,20,10,5,9,8,9
568261,1,551,101,101,101,10,22,10,8,15,17,8,0,1,5,5
568279,1,223,32,32,32,6,1,4,4,5,5,4,1,0,1,1
568317,1,407,35,35,35,7,2,1,7,5,5,1,2,1,0,4
568333,1,533,68,68,68,3,17,5,9,5,15,6,2,0,2,4
568341,1,268,31,31,31,3,7,0,12,2,2,2,2,0,0,1
568368,1,468,104,104,104,7,20,10,9,19,8,9,7,3,9,3
568376,1,485,45,45,44,4,15,4,0,14,3,3,0,0,0,1
569097,1,213,33,33,32,3,3,8,6,2,6,0,0,3,1,0
569101,1,188,26,26,26,5,1,1,4,7,6,2,0,0,0,0
569895,1,626,136,136,135,8,14,11,14,15,22,28,0,11,6,6
569909,1,548,91,91,89,8,14,8,14,21,10,5,6,0,2,1
569950,1,283,40,40,40,4,3,1,8,7,10,2,2,1,1,1
570036,1,619,100,100,100,9,22,15,8,13,20,5,4,1,0,3
597821,1,338,62,62,60,7,4,0,14,8,7,11,7,0,0,2
500291,1,821,149,149,147,16,29,17,10,24,16,12,4,7,6,6
500291,2,794,179,179,178,3,18,18,12,48,22,28,3,7,4,15
500291,3,681,156,156,154,5,55,17,14,18,17,15,1,3,5,4
506711,1,1186,241,240,236,15,37,16,23,34,38,44,6,5,8,10
510882,1,1565,365,365,358,31,21,56,65,50,50,33,10,14,13,15
545911,8001,681,45,45,44,6,2,8,5,8,3,2,5,2,2,1
545911,8002,426,49,49,49,11,4,6,0,15,4,3,2,0,4,0
545911,8003,956,100,100,100,10,9,7,19,15,13,12,3,4,7,1
545911,8004,569,72,72,70,7,2,8,7,17,11,5,5,1,5,2
545911,8005,669,73,73,73,10,1,4,13,19,9,2,6,2,4,3
545911,8006,824,127,127,122,11,6,12,19,31,7,13,7,6,4,6
545911,8007,748,105,105,103,11,9,6,15,33,9,6,4,2,3,5
545911,8008,585,117,117,116,10,4,4,18,33,19,8,6,3,3,8
545911,8009,612,68,68,68,7,2,1,13,23,5,4,2,3,5,3
545911,8010,967,127,127,127,13,5,11,19,32,18,12,3,2,5,7
545911,8011,651,93,93,93,10,2,4,14,29,5,15,0,5,3,6
545911,8012,1011,152,152,150,15,10,13,28,31,21,10,6,4,11,1
545911,8013,657,18,18,18,4,1,0,1,3,4,3,0,0,0,2
545911,8014,752,80,80,79,4,6,8,6,14,11,12,3,5,5,5
545911,8015,806,147,147,147,11,5,18,10,41,23,21,5,3,5,5
545911,8016,665,112,112,109,7,0,13,19,21,9,17,4,6,9,4
545911,8017,954,161,161,158,14,8,23,20,24,23,13,8,9,7,9
545911,8018,529,125,125,125,9,8,17,7,26,27,19,4,1,3,4
545911,8019,630,113,113,112,3,10,11,15,23,12,15,4,4,6,9
545911,8020,493,86,86,85,6,5,10,11,24,9,9,1,2,4,4
545911,8021,481,121,121,121,8,9,18,12,35,18,9,1,1,5,5
545911,8022,2226,144,144,143,11,6,20,7,25,25,20,5,12,4,8
545911,8023,757,205,205,204,9,10,31,21,52,31,25,3,10,7,5
545911,8024,513,117,117,116,5,2,16,9,24,19,20,1,5,8,7
545911,8025,540,120,120,120,9,10,17,1,21,31,12,2,6,6,5
545911,8026,371,130,130,128,16,5,21,11,12,23,16,3,8,7,6
545911,8027,524,128,128,128,10,3,20,10,17,29,20,2,8,6,3
545911,8028,458,116,116,115,8,13,18,9,15,16,16,3,8,5,4
545911,8029,378,65,65,63,2,4,10,4,13,10,8,1,6,4,1
545911,8030,176,37,37,35,0,2,8,3,3,2,9,1,0,3,4
545911,8031,296,66,66,65,4,0,14,2,7,15,10,1,1,11,0
545911,8032,841,142,142,141,11,11,8,16,32,13,19,3,8,7,13
545911,8033,741,91,91,91,13,7,4,12,17,15,9,1,5,4,4
545911,8034,679,121,121,121,8,11,5,25,24,20,14,3,3,3,5
545911,8035,402,56,56,56,6,2,3,6,16,7,8,2,0,3,3
545911,8036,515,86,86,86,3,4,8,9,21,20,5,4,2,3,7
545911,8037,547,97,97,94,12,5,5,6,31,13,16,4,0,2,0
545911,8038,852,129,129,129,10,3,4,23,50,13,5,10,2,3,6
545911,8039,126,12,12,12,3,1,0,1,2,3,0,1,0,1,0
545911,8040,965,114,114,113,6,5,13,14,28,19,13,2,4,4,5
545911,8041,613,67,67,67,7,2,2,21,14,8,8,0,1,3,1
545911,8042,587,69,69,68,6,6,5,11,18,8,5,2,0,6,1
545911,8043,682,79,79,79,7,7,5,10,13,15,10,0,1,6,5
545911,8044,715,108,108,107,12,1,7,9,25,16,11,10,5,2,9
545911,8045,792,114,114,114,10,2,10,11,38,10,8,6,4,10,5
545911,8046,510,67,67,66,5,4,6,4,17,6,11,1,4,3,5
545911,8047,737,85,85,85,10,1,7,12,26,15,5,2,1,1,5
546046,19001,249,38,38,37,3,4,2,1,12,6,3,1,2,3,0
546046,19002,1065,145,145,145,6,11,17,9,33,27,18,10,4,7,3
546046,19003,188,1,1,1,0,1,0,0,0,0,0,0,0,0,0
546046,19004,618,54,54,53,10,1,3,4,17,4,5,0,2,6,1
546046,19005,906,143,143,141,56,1,5,14,13,21,10,15,0,2,4
546046,19006,852,143,143,142,11,4,9,30,48,20,11,1,3,3,2
546046,19007,538,101,101,101,11,5,10,3,19,23,16,4,5,2,3
546046,19008,374,69,69,68,4,7,1,7,21,9,7,1,1,3,7
546046,19009,841,150,150,149,3,4,19,16,29,33,18,1,7,6,13
546046,19010,425,46,46,46,8,4,2,7,5,7,6,2,4,0,1
546046,19011,1199,213,213,213,17,37,10,22,41,35,23,6,6,7,9
546046,19012,664,90,90,90,4,3,6,12,21,7,15,8,5,0,9
546046,19013,548,111,111,108,19,4,8,12,26,18,10,3,4,2,2
546046,19014,456,123,122,121,15,6,17,14,26,16,21,0,0,1,5
546046,19015,378,130,130,129,14,6,13,11,29,15,22,3,3,12,1
546046,19016,557,135,135,135,9,10,12,9,37,25,12,0,5,8,8
546046,19017,483,86,85,84,6,7,13,4,16,10,7,5,6,4,6
546046,19018,593,94,94,93,14,5,4,19,23,11,5,2,1,3,6
546046,19019,584,71,71,71,10,5,3,16,15,12,4,2,0,2,2
546046,19020,560,107,107,107,17,2,12,13,28,19,5,3,1,2,5
546046,19021,618,91,91,90,7,2,7,23,13,10,12,2,2,4,8
546046,19022,1144,94,94,93,4,6,17,8,11,13,19,3,2,5,5
546046,19023,438,25,25,25,4,0,2,4,6,4,4,1,0,0,0
546046,19024,367,50,50,49,5,5,5,6,4,16,1,4,0,2,1
546046,19025,644,44,44,44,7,1,4,6,14,5,6,1,0,0,0
546046,19026,689,61,61,61,17,3,6,12,11,5,5,1,0,1,0
546046,19027,715,116,116,115,13,4,6,19,20,16,20,6,0,3,8
546135,11001,5841,155,155,154,10,8,13,24,36,27,9,9,8,2,8
546135,11002,861,90,90,90,11,3,5,9,23,11,12,5,0,2,9
546135,11003,892,155,155,154,16,9,7,32,37,27,11,9,3,1,2
546135,11004,692,111,111,111,10,5,8,13,34,10,14,6,3,5,3
546135,11005,243,37,37,37,2,0,1,11,9,8,1,1,3,0,1
546135,11006,941,151,151,143,17,7,15,21,24,27,16,6,4,1,5
546135,11007,789,80,80,78,10,4,6,8,18,12,7,3,1,4,5
546135,11008,1135,174,174,174,11,6,17,18,48,25,22,10,4,8,5
546135,11009,787,111,111,109,10,6,7,16,24,20,9,7,3,4,3
546135,11010,733,110,110,110,0,9,4,25,30,15,9,5,1,9,3
546135,11011,744,143,143,141,7,9,3,33,48,13,11,3,1,7,6
546135,11012,739,114,114,114,7,10,1,16,24,18,12,10,4,10,2
546135,11013,813,109,109,107,6,8,1,21,37,16,11,1,0,5,1
546135,11014,911,122,122,121,8,4,5,21,46,12,9,4,5,2,5
546135,11015,853,90,90,89,3,5,8,10,22,16,11,6,3,3,2
546135,11016,828,118,118,117,12,14,6,21,30,15,9,2,2,2,4
546135,11017,781,133,133,133,14,4,10,32,26,18,12,3,8,4,2
546135,11018,769,146,146,144,9,9,3,21,56,14,15,6,2,6,3
546135,11019,817,141,140,139,15,1,6,18,51,16,7,12,1,5,7
546135,11020,778,126,126,124,7,4,11,23,29,17,13,8,3,4,5
546135,11021,740,123,123,122,4,11,2,16,44,21,12,2,2,5,3
546135,11022,718,121,121,120,4,3,9,28,46,11,10,4,0,3,2
546135,11023,891,141,140,136,10,12,10,16,38,18,6,8,6,4,8
546135,11024,776,142,142,140,11,10,8,23,36,17,17,6,0,5,7
546135,11025,813,133,133,133,15,9,7,19,38,18,13,4,1,6,3
546135,11026,864,123,123,123,12,5,9,19,31,13,13,7,3,9,2
546135,11027,811,93,93,93,9,4,10,15,23,9,12,5,2,1,3
546135,11028,717,97,97,93,4,3,9,16,40,9,4,5,0,3,0
546135,11029,858,83,83,82,9,3,1,7,15,15,11,2,7,4,8
546135,11030,858,83,83,82,8,2,2,9,22,18,5,6,1,6,3
546135,11031,833,68,68,68,7,1,11,9,12,13,6,4,2,3,0
546135,11032,917,110,110,110,8,0,3,19,30,18,3,12,1,10,6
546135,11033,1106,108,108,107,14,12,10,6,26,9,12,4,2,3,9
546135,11034,935,91,91,88,10,3,4,8,18,14,11,7,4,4,5
546135,11035,1169,70,70,70,5,1,3,12,19,9,8,1,3,5,4
546135,11036,853,70,70,69,5,7,3,8,18,12,6,5,0,1,4
546135,11037,979,80,80,79,6,0,5,6,21,12,7,14,3,3,2
546135,11038,1064,123,123,122,11,3,10,11,21,23,20,6,5,8,4
546135,11039,1122,104,104,104,10,5,6,13,34,14,7,6,3,5,1
546135,11040,1062,90,90,90,12,6,1,11,23,14,5,7,1,2,8
546135,11041,823,84,83,82,9,2,4,8,13,13,13,8,3,5,4
546135,11042,1034,108,108,108,6,4,16,6,24,18,9,6,6,7,6
546135,11043,1118,117,116,114,11,3,9,16,24,14,16,1,0,11,9
546135,11044,903,98,98,98,12,2,4,8,23,18,10,7,2,6,6
546135,11045,1082,102,102,100,3,6,11,10,31,9,10,4,3,2,11
546135,11046,1133,129,129,128,8,5,14,16,28,17,10,10,7,6,7
546135,11047,878,162,162,161,6,9,10,25,44,19,14,7,5,10,12
546135,11048,938,94,94,93,8,4,4,18,28,11,5,8,1,5,1
546135,11049,801,139,139,137,7,5,15,28,44,15,9,3,0,5,6
546135,11050,802,133,132,131,10,4,10,21,38,13,19,5,6,4,1
546135,11051,814,108,108,108,6,14,6,22,26,15,8,3,3,3,2
546135,11052,819,93,93,92,11,5,7,24,12,12,10,3,2,2,4
546135,11053,778,95,95,92,7,6,4,14,30,11,16,0,2,0,2
546135,11054,805,86,86,86,5,2,3,16,25,17,9,5,1,1,2
546135,11055,836,108,108,106,5,6,10,11,26,21,10,1,2,5,9
546135,11056,958,171,171,171,6,15,28,17,42,28,18,1,4,7,5
546135,11057,905,166,166,166,10,17,20,17,44,16,23,4,6,3,6
546135,11058,915,159,159,156,15,9,11,13,40,25,19,9,4,5,6
546135,11059,919,159,159,159,8,5,8,27,48,21,19,6,2,5,10
546135,11060,1001,145,145,143,9,13,9,27,31,14,13,9,2,8,8
546135,11061,874,161,161,160,7,15,16,21,30,28,16,5,10,6,6
546135,11062,915,135,135,135,11,11,9,20,40,10,6,12,5,4,7
546135,11063,852,122,122,121,15,4,11,20,23,17,17,6,0,7,1
546135,11064,885,123,123,117,7,9,5,16,29,19,10,8,1,9,4
546135,11065,880,57,57,56,8,4,4,6,16,8,3,3,1,2,1
546135,11066,861,129,129,127,10,11,6,26,38,12,9,2,3,3,7
546135,11067,813,79,79,79,14,2,3,12,30,5,9,2,1,1,0
546135,11068,595,72,72,72,10,1,3,10,20,16,7,2,1,0,2
546135,11069,782,119,119,116,19,5,14,8,15,19,12,5,4,9,6
546135,11070,885,68,68,68,4,8,2,8,16,14,6,2,3,3,2
546135,11071,967,107,107,106,22,10,3,16,31,7,12,2,0,2,1
546135,11072,812,101,101,101,6,13,5,10,23,25,4,4,4,2,5
546135,11073,1054,152,152,152,5,5,12,15,38,25,20,8,5,8,11
546135,11074,914,147,147,145,11,5,9,16,35,23,16,8,3,14,5
546135,11075,890,150,149,149,11,11,10,20,46,16,9,5,6,9,6
546135,11076,881,78,78,78,10,3,4,8,17,9,4,8,2,6,7
546135,11077,808,157,157,156,10,13,9,21,36,33,12,9,2,7,4
546135,11078,853,140,140,138,16,9,10,17,34,26,10,6,4,4,2
546135,11079,968,189,189,189,11,12,11,26,68,25,13,7,4,6,6
546135,11080,916,117,117,114,14,3,9,17,29,15,16,0,1,3,7
546135,11081,694,74,74,73,9,5,8,11,16,8,3,3,2,2,6
546135,11082,743,81,81,78,11,0,11,12,16,9,9,2,1,3,4
546135,11083,776,74,74,73,3,2,4,9,25,14,7,1,1,6,1
546135,11084,702,72,72,72,1,9,9,13,15,13,6,2,0,1,3
546135,11085,920,88,88,87,5,3,8,10,23,7,12,3,2,8,6
546135,11086,821,70,70,69,5,1,6,9,17,13,6,2,1,4,5
546135,11087,841,135,135,134,13,7,6,13,39,20,22,1,1,9,3
546135,11088,868,101,101,99,7,3,15,11,29,11,11,2,2,3,5
546135,11089,928,126,125,125,22,13,9,13,30,18,4,6,5,0,5
546135,11090,1182,154,154,154,13,11,15,11,33,23,13,17,3,5,10
546135,11091,1104,165,165,164,4,13,21,17,44,28,18,5,3,4,7
546135,11092,1085,162,160,160,25,13,10,14,27,21,19,10,4,14,3
546135,11093,736,121,121,119,10,18,18,8,15,15,20,1,3,6,5
546135,11094,932,198,198,197,7,11,22,18,44,32,28,6,9,9,11
546135,11095,740,177,177,176,12,20,19,16,26,28,28,7,3,9,8
546135,11096,171,67,66,65,14,4,1,11,21,4,4,4,1,1,0
546224,15001,1076,262,262,262,21,42,37,23,28,35,42,5,5,12,12
546224,15002,2990,134,134,134,7,19,10,8,22,33,10,5,5,11,4
546224,15003,432,65,65,65,5,5,3,2,21,7,10,2,1,4,5
546224,15004,815,118,118,117,15,3,13,23,24,12,4,3,4,8,8
546224,15005,613,88,88,88,7,7,2,19,19,13,12,1,1,6,1
546224,15006,660,73,73,73,8,6,2,14,20,14,5,0,2,1,1
546224,15007,824,75,75,72,1,9,2,18,21,11,2,0,3,3,2
546224,15008,835,66,66,66,4,5,9,6,12,15,2,2,1,7,3
546224,15009,612,80,80,80,3,3,9,28,13,8,3,5,0,3,5
546224,15010,603,101,101,101,11,3,9,21,22,14,6,3,3,6,3
546224,15011,650,111,111,110,11,6,8,13,30,14,17,3,2,3,3
546224,15012,619,129,129,127,5,8,11,13,35,13,26,0,3,7,6
546224,15013,738,112,112,111,13,3,5,27,18,16,8,3,5,7,6
546224,15014,739,116,116,115,6,3,8,15,25,20,15,2,8,8,5
546224,15015,642,99,99,98,9,3,6,19,25,10,10,4,4,4,4
546224,15016,487,122,122,122,9,21,10,15,23,20,10,5,3,2,4
546224,15017,533,116,116,116,6,14,8,18,36,13,10,0,4,5,2
546224,15018,836,77,77,75,3,3,10,10,14,11,6,3,3,6,6
546224,15019,693,96,95,94,8,7,9,16,19,19,4,1,2,4,5
546224,15020,862,136,136,136,21,9,7,27,39,6,15,3,2,3,4
546224,15021,809,109,109,109,13,11,12,14,22,18,6,4,2,4,3
546224,15022,752,100,100,99,13,6,9,24,14,14,6,2,7,1,3
546224,15023,673,131,131,130,8,3,12,25,41,19,14,1,3,3,1
546224,15024,891,172,172,172,13,16,13,19,53,17,15,6,4,8,8
546224,15025,693,76,76,76,8,5,5,11,14,11,12,1,2,4,3
546224,15026,844,142,142,140,14,7,9,19,44,19,10,3,3,4,8
546224,15027,868,172,172,170,18,9,9,24,58,25,13,2,6,2,4
546224,15028,739,153,153,152,11,6,14,23,41,18,18,1,9,9,2
546224,15029,698,135,135,135,8,13,11,16,35,27,13,2,3,4,3
546224,15030,506,78,78,77,4,5,5,18,26,4,9,3,1,2,0
546224,15031,603,109,109,107,7,7,5,16,45,6,13,2,4,2,0
546224,15032,692,111,111,111,4,12,8,18,24,15,18,3,1,7,1
546224,15033,566,75,75,75,4,7,9,17,16,6,4,0,3,3,6
546224,15034,684,130,130,129,9,7,4,23,32,17,14,4,2,10,7
546224,15035,614,102,102,102,3,8,13,14,29,8,12,4,4,4,3
546224,15036,831,158,158,157,14,7,25,15,35,16,21,3,4,10,7
546224,15037,640,113,113,112,10,9,8,20,32,11,7,7,0,6,2
546224,15038,584,91,91,91,7,9,9,14,29,7,10,0,1,2,3
546224,15039,495,115,115,115,7,3,7,18,29,15,21,2,6,3,4
546224,15040,901,131,131,129,5,3,16,10,41,22,15,3,4,3,7
546224,15041,793,134,134,130,9,8,10,18,30,25,19,1,5,4,1
546224,15042,705,103,103,103,8,5,9,8,22,20,14,3,2,7,5
546224,15043,707,121,121,121,10,5,4,21,39,17,11,7,2,4,1
546224,15044,873,145,145,145,7,3,7,18,52,19,18,8,1,5,7
546224,15045,796,116,116,114,8,8,5,12,38,18,7,5,2,5,6
546224,15046,602,104,104,102,4,3,11,14,30,12,14,4,5,1,4
546224,15047,572,149,149,149,5,12,23,8,34,29,22,3,1,5,7
546224,15048,591,106,106,106,15,10,14,11,34,7,7,3,1,3,1
546224,15049,409,96,96,96,0,5,9,11,24,17,17,1,5,3,4
546224,15050,727,111,111,111,2,7,7,17,28,21,14,4,5,4,2
546224,15051,801,137,137,137,6,13,17,18,39,14,11,2,10,5,2
546224,15052,692,118,117,116,7,11,9,11,26,17,20,4,6,1,4
546224,15053,660,97,97,96,10,8,6,10,32,10,9,2,1,3,5
546224,15054,689,145,145,145,8,7,6,22,42,18,31,5,3,2,1
546224,15055,732,143,143,143,8,7,12,24,41,20,19,5,5,0,2
546224,15056,491,103,103,102,9,11,12,13,31,10,8,1,2,3,2
546224,15057,575,90,90,87,5,0,2,21,32,15,7,2,1,0,2
546224,15058,676,117,117,117,4,7,9,20,30,14,11,5,1,10,6
546224,15059,784,123,123,121,10,7,12,14,39,12,18,4,0,2,3
546224,15060,508,78,78,78,4,4,7,15,15,4,6,6,1,4,12
546224,15061,445,77,77,77,4,3,4,9,25,9,5,2,7,2,7
546224,15062,575,100,100,97,6,2,5,27,22,10,9,4,3,7,2
546224,15063,488,47,47,47,6,3,4,9,12,7,2,1,0,2,1
546224,15064,608,67,67,67,7,1,5,11,19,13,1,3,1,1,5
546224,15065,567,66,66,66,2,3,5,16,10,7,11,1,0,6,5
546224,15066,528,96,96,96,5,4,4,12,36,10,8,7,2,3,5
546224,15067,449,71,71,71,9,4,10,8,21,3,5,2,0,3,6
546224,15068,594,125,125,125,11,2,11,13,41,16,16,4,3,3,5
546224,15069,613,131,131,129,6,7,8,14,40,18,24,0,4,4,4
546224,15070,522,145,145,145,9,6,19,20,33,25,18,5,4,3,3
546224,15071,759,106,106,105,10,4,4,20,29,22,4,4,0,4,4
546224,15072,728,112,112,111,4,13,12,13,32,9,9,6,2,8,3
546224,15073,710,101,101,98,7,6,4,19,32,13,5,4,1,4,3
546224,15074,608,122,122,122,8,9,6,18,37,23,7,1,4,3,6
546224,15075,588,86,86,86,1,3,6,18,26,11,12,4,2,2,1
546224,15076,563,96,96,95,4,0,11,12,33,7,12,5,3,3,5
546224,15077,683,204,204,202,22,7,8,50,49,26,19,5,4,7,5
546224,15078,907,135,135,135,6,13,9,18,35,14,15,5,2,10,8
546224,15079,1107,156,156,156,17,10,15,12,42,21,15,4,3,10,7
554049,1,524,104,104,104,3,20,11,10,27,13,9,7,1,1,2
554219,9001,1518,375,375,373,13,82,24,62,71,43,47,5,3,12,11
554227,23001,1238,261,261,260,27,24,23,34,65,23,38,9,3,2,12
554227,23002,1126,86,86,85,10,6,6,11,17,12,12,5,3,2,1
554227,23003,468,66,66,66,9,2,2,13,12,7,6,4,1,6,4
554227,23004,955,64,64,64,8,6,2,16,4,6,7,6,3,2,4
554227,23005,841,104,104,103,3,5,4,25,37,9,9,4,3,4,0
554227,23006,1005,77,77,77,12,10,2,9,24,12,4,1,1,0,2
554235,20001,1142,256,256,253,11,53,21,36,40,37,31,5,2,13,4
554235,20002,952,252,249,245,12,93,17,20,35,29,27,3,2,2,5
554235,20003,1096,249,248,244,9,66,24,35,37,27,23,4,2,11,6
554243,17001,1032,277,277,272,19,22,34,26,45,46,58,3,4,8,7
554286,5001,321,44,44,43,2,3,6,11,10,3,2,2,2,1,1
554286,5002,443,39,39,39,6,4,0,13,9,1,3,0,2,1,0
554286,5003,413,62,62,61,0,1,5,7,12,10,16,2,2,1,5
554286,5004,454,27,27,27,5,0,1,5,7,5,0,1,1,0,2
554286,5005,399,46,46,46,7,5,3,1,10,8,3,1,3,1,4
554286,5006,252,33,33,33,2,2,2,1,16,3,3,0,2,2,0
554286,5007,517,27,27,25,4,1,2,1,6,3,6,0,1,1,0
554286,5008,296,69,69,69,8,6,8,5,9,7,14,1,5,3,3
554286,5009,263,42,42,41,1,3,7,4,7,8,3,2,0,4,2
554286,5010,472,83,83,82,2,8,9,10,28,11,7,2,2,1,2
554286,5011,267,55,55,55,9,3,2,12,8,8,5,3,1,3,1
554286,5012,535,65,65,65,4,5,1,14,16,14,7,0,1,1,2
554286,5013,409,88,88,87,16,14,4,11,24,5,5,6,1,1,0
554286,5014,572,117,117,116,10,10,14,14,26,13,13,6,3,3,4
554286,5015,745,68,68,67,9,7,5,7,13,9,8,0,2,5,2
554286,5016,639,84,84,80,3,8,2,15,19,8,5,5,5,6,4
554286,5017,498,100,100,98,4,11,8,10,22,15,5,4,4,3,12
554286,5018,398,76,76,74,4,5,8,7,19,11,10,1,3,3,3
554286,5019,495,97,97,96,7,4,5,13,32,14,6,5,6,1,3
554286,5020,468,110,109,107,2,10,5,8,34,20,16,5,2,4,1
554286,5021,486,102,102,102,6,7,7,14,24,10,12,7,4,7,4
554286,5022,589,93,93,92,4,6,3,15,19,12,9,5,3,8,8
554308,12001,1221,233,233,230,17,17,16,21,48,45,34,11,7,3,11
554308,12002,1334,190,190,187,17,9,18,14,42,31,23,10,7,5,11
554324,4001,1019,191,191,190,10,17,12,12,41,29,42,12,3,7,5
554332,1001,1323,243,243,241,10,33,21,30,58,33,22,9,10,12,3
554367,10001,578,81,81,80,9,7,3,7,15,7,16,3,4,4,5
554375,16001,998,203,203,201,8,16,28,22,36,45,19,7,9,6,5
554430,7001,1325,265,265,265,20,12,34,30,56,30,34,4,8,15,22
554430,7002,1264,109,109,109,11,4,6,27,20,18,7,8,1,2,5
554537,18001,1203,169,169,165,13,5,12,31,45,23,17,3,1,9,6
554537,18002,988,182,182,182,10,12,14,18,36,39,27,5,5,10,6
554537,18003,602,79,79,76,4,14,3,9,9,11,20,1,3,1,1
554537,18004,745,180,180,178,8,12,6,20,57,39,19,10,2,1,4
554537,18005,718,110,110,110,6,9,3,16,30,19,9,4,1,7,6
554537,18006,967,164,163,163,11,7,15,29,29,28,18,12,3,5,6
554561,3001,1172,218,218,218,13,31,19,32,27,30,21,5,10,20,10
554561,3002,918,191,191,189,7,25,20,24,32,41,20,5,8,4,3
554570,6001,951,138,138,138,12,9,15,11,41,20,14,3,4,2,7
554588,14001,1061,212,212,211,13,14,11,15,75,36,17,4,4,17,5
554588,14002,1259,200,200,196,7,31,22,20,32,15,36,3,11,13,6
554588,14003,1220,163,163,162,6,19,17,6,38,33,20,7,5,9,2
554588,14004,470,89,89,89,4,3,14,10,18,18,13,1,0,6,2
554669,2001,634,131,131,129,5,16,12,13,29,22,12,9,2,5,4
554669,2002,863,146,146,146,13,1,15,15,39,21,23,4,4,5,6
554669,2003,1544,370,370,368,11,47,41,43,96,44,49,11,7,9,10
554685,21001,1333,251,251,248,12,11,25,28,48,40,45,9,12,10,8
554685,21002,946,218,218,218,21,40,21,19,43,28,26,2,9,5,4
554685,21003,1361,366,366,355,19,33,37,44,69,66,48,5,7,13,14
554715,22001,1557,429,428,423,38,60,52,42,69,34,85,5,11,16,11
554723,13001,1135,285,285,282,15,35,32,52,34,50,32,6,7,16,3
568449,1,494,97,97,96,6,20,14,4,21,9,7,5,1,7,2
569119,1,436,129,129,128,5,20,10,28,19,14,15,3,4,2,8
569500,1,657,135,135,133,8,7,15,21,32,22,17,5,1,4,1
598739,1,922,182,182,182,9,19,13,19,36,31,34,5,2,11,3
598739,2,1021,223,223,222,17,25,17,28,64,24,21,1,4,13,8
598739,3,289,64,64,64,7,10,2,1,23,4,7,1,1,3,5
598798,1,1331,278,278,278,15,60,22,38,55,30,23,7,5,9,14
598798,2,1262,199,199,199,7,22,11,31,44,36,13,13,6,13,3
598798,3,1117,245,245,244,9,36,24,27,54,25,40,2,7,12,8
598798,4,1345,230,230,230,18,13,14,35,56,35,24,12,3,7,13
598836,1,1552,324,324,321,13,43,20,48,98,41,23,5,9,7,14
598879,1,1254,251,251,250,11,21,15,29,64,34,32,8,14,12,10
598879,2,906,119,119,119,12,13,10,11,27,21,18,4,2,0,1
598879,3,1279,139,139,139,9,19,10,27,42,15,7,3,1,2,4
598879,4,1230,200,200,198,13,17,15,26,55,20,18,6,11,5,12
598879,5,1183,196,195,195,15,15,10,27,55,27,24,11,3,5,3
599549,1,1196,220,220,218,12,24,20,32,54,26,21,8,6,6,9
599549,2,848,199,198,198,13,21,18,29,39,26,29,6,3,9,5
599549,3,1213,222,222,221,8,32,25,14,53,35,20,5,6,9,14
599549,4,272,42,42,41,2,3,5,10,10,3,3,0,0,5,0
We can't make this file beautiful and searchable because it's too large.
OBEC,OKRSEK,HLASY,VOLICI,HLASY_50,HLASY_05,HLASY_09,HLASY_26,HLASY_27,HLASY_28,HLASY_30,HLASY_39
500011,1,214,744,36.0,29.
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment