- using R Under development (unstable) (2026-04-10 r89860)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)
GNU Fortran (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)
- running under: Fedora Linux 42 (Workstation Edition)
- using session charset: UTF-8
* current time: 2026-04-10 13:22:20 UTC
- using option ‘--no-stop-on-test-error’
- checking for file ‘netdiffuseR/DESCRIPTION’ ... OK
- this is package ‘netdiffuseR’ version ‘1.25.0’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘netdiffuseR’ can be installed ... [265s/488s] OK
See the install log for details.
- used C++ compiler: ‘g++ (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)’
- checking package directory ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [5s/12s] OK
- checking whether the package can be loaded with stated dependencies ... [4s/13s] OK
- checking whether the package can be unloaded cleanly ... [4s/11s] OK
- checking whether the namespace can be loaded with stated dependencies ... [4s/12s] OK
- checking whether the namespace can be unloaded cleanly ... [5s/13s] OK
- checking loading without being on the library search path ... [5s/13s] OK
- checking whether startup messages can be suppressed ... [5s/15s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [63s/182s] OK
- checking Rd files ... [3s/11s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking compilation flags in Makevars ... OK
- checking for GNU extensions in Makefiles ... OK
- checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
- checking use of PKG_*FLAGS in Makefiles ... OK
- checking use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK
- checking pragmas in C/C++ headers and code ... OK
- checking compilation flags used ... OK
- checking compiled code ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [41s/134s] ERROR
Running examples in ‘netdiffuseR-Ex.R’ failed
The error most likely occurred in:
> ### Name: exposure
> ### Title: Ego exposure
> ### Aliases: exposure
> ### Keywords: univar
>
> ### ** Examples
>
> # Calculating lagged exposure -----------------------------------------------
>
> set.seed(8)
> graph <- rdiffnet(20, 4)
>
> expo0 <- exposure(graph)
> expo1 <- exposure(graph, lags = 1)
>
> # These should be equivalent
> stopifnot(all(expo0[, -4] == expo1[, -1])) # No stop!
>
>
> # Calculating the exposure based on Structural Equivalence ------------------
> set.seed(113132)
> graph <- rdiffnet(100, 4)
>
> SE <- lapply(struct_equiv(graph), "[[", "SE")
> SE <- lapply(SE, function(x) {
+ x <- 1/x
+ x[!is.finite(x)] <- 0
+ x
+ })
>
>
> # These three lines are equivalent to:
> expo_se2 <- exposure(graph, alt.graph="se", valued=TRUE)
*** caught segfault ***
address (nil), cause 'unknown'
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
*** recursive gc invocation
Traceback:
1: .TM.repl.i.mat(as(x, "TsparseMatrix"), i = i, value = value)
2: .class1(object)
3: as(.TM.repl.i.mat(as(x, "TsparseMatrix"), i = i, value = value), "CsparseMatrix")
4: `[<-`(`*tmp*`, ids[, 1:2], value = c(0, 0.0277777777777778, 0.138888888888889, 0.0277777777777778, 0.0277777777777778, 0, 0.138888888888889, 0.388888888888889, 0.138888888888889, 0, 0.0277777777777778, 0.138888888888889, 2.52777777777778, 2.52777777777778, 0.138888888888889, 0, 0.388888888888889, 2.52777777777778, 0.833333333333333, 0.0277777777777778, 0.0277777777777778, 0.138888888888889, 0.388888888888889, 0.138888888888889, 0, 0.388888888888889, 0.388888888888889, 1.52777777777778, 0.388888888888889, 0.138888888888889, 0.138888888888889, 0.833333333333333, 2.52777777777778, 0.0277777777777778, 0.388888888888889, 0.388888888888889, 0.0277777777777778, 0.138888888888889, 0, 0.138888888888889, 0.833333333333333, 0.0277777777777778, 0.0277777777777778, 0.0277777777777778, 2.52777777777778, 0.388888888888889, 0.833333333333333, 0.388888888888889, 0.388888888888889, 0, 0.388888888888889, 2.52777777777778, 0.0277777777777778, 0.833333333333333, 0.0277777777777778, 0.0277777777777778, 0.388888888888889, 0.0277777777777778, 0.833333333333333, 2.52777777777778, 0.388888888888889, 0.0277777777777778, 0.0277777777777778, 0.388888888888889, 0.138888888888889, 0.0277777777777778, 0.138888888888889, 1.52777777777778, 2.52777777777778, 0.138888888888889, 0.138888888888889, 0.138888888888889, 0.833333333333333, 0.138888888888889, 0.0277777777777778, 0.138888888888889, 0.0277777777777778, 0, 1.52777777777778, 0.138888888888889, 0.0277777777777778, 0.833333333333333, 0.388888888888889, 0.0277777777777778, 0.0277777777777778, 0.138888888888889, 0.0277777777777778, 2.52777777777778, 0.388888888888889, 0.388888888888889, 2.52777777777778, 0.138888888888889, 0.833333333333333, 0.833333333333333, 0.0277777777777778, 0.138888888888889, 0.138888888888889, 1.52777777777778, 2.52777777777778, 0, 0.138888888888889, 0, 0, 0.0277777777777778, 0.0277777777777778, 0.138888888888889, 0.0277777777777778, 0, 0.0277777777777778, 0.0277777777777778, 1.52777777777778, 2.52777777777778, 0.388888888888889, 0.0277777777777778, 0.138888888888889, 1.52777777777778, 0.388888888888889, 0, 0.138888888888889, 0.0277777777777778, 0.138888888888889, 0.388888888888889, 0.0277777777777778, 0.138888888888889, 0.138888888888889, 0.833333333333333, 0.138888888888889, 0.0277777777777778, 0.138888888888889, 0.388888888888889, 1.52777777777778, 0.0277777777777778, 0.833333333333333, 0.833333333333333, 0.138888888888889, 0.0277777777777778, 0.0277777777777778, 0.138888888888889, 0.388888888888889, 0.138888888888889, 0.138888888888889, 0, 2.52777777777778, 0.138888888888889, 0.388888888888889, 0.138888888888889, 0.138888888888889, 0.0277777777777778, 0.833333333333333, 1.52777777777778, 0.138888888888889, 0.388888888888889, 0.0277777777777778, 0.138888888888889, 0.138888888888889, 0.138888888888889, 0.388888888888889, 2.52777777777778, 0.138888888888889, 0.138888888888889, 0.138888888888889, 0.833333333333333, 0.388888888888889, 0.138888888888889, 0.388888888888889, 0.833333333333333, 2.52777777777778, 0.388888888888889, 0.138888888888889, 0.138888888888889, 0.388888888888889, 0.388888888888889, 0, 0.138888888888889, 0.0277777777777778, 0.0277777777777778, 0.833333333333333, 0.138888888888889, 0, 0.388888888888889, 0.388888888888889, 0, 0.138888888888889, 0.388888888888889, 0, 2.52777777777778, 0.833333333333333, 0.833333333333333, 2.52777777777778, 0.138888888888889, 0.388888888888889, 0.833333333333333, 0, 0.138888888888889, 0.388888888888889, 0.833333333333333, 2.52777777777778, 0.166666666666667, 0, 0, 0.0555555555555556, 0.0555555555555556, 0.25, 0.0555555555555556, 0.0277777777777778, 0.0555555555555556, 0.0277777777777778, 1.52777777777778, 2.55555555555556, 0.416666666666667, 0.0555555555555556, 0.138888888888889, 1.52777777777778, 0.388888888888889, 0, 0.166666666666667, 0.0277777777777778, 0.25, 0.416666666666667, 0.0555555555555556, 0.25, 0.138888888888889, 0.833333333333333, 0.138888888888889, 0.0555555555555556, 0.166666666666667, 0.388888888888889, 1.52777777777778, 0.0555555555555556, 0.861111111111111, 0.861111111111111, 0.166666666666667, 0.0555555555555556, 0.0555555555555556, 0.166666666666667, 0.388888888888889, 0.166666666666667, 0.166666666666667, 0, 2.55555555555556, 0.25, 0.388888888888889, 0.138888888888889, 0.138888888888889, 0.0555555555555556, 0.861111111111111, 1.52777777777778, 0.166666666666667, 0.638888888888889, 0.0555555555555556, 0.166666666666667, 0.138888888888889, 0.166666666666667, 0.388888888888889, 2.55555555555556, 0.25, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.416666666666667, 0.166666666666667, 0.416666666666667, 0.833333333333333, 1.55555555555556, 0.416666666666667, 0.166666666666667, 0.166666666666667, 0.638888888888889, 0.416666666666667, 0, 0.166666666666667, 0.0555555555555556, 0.0555555555555556, 0.833333333333333, 0.166666666666667, 0, 0.638888888888889, 0.416666666666667, 0, 0.166666666666667, 0.416666666666667, 0, 2.55555555555556, 0.861111111111111, 0.861111111111111, 1.55555555555556, 0.166666666666667, 0.388888888888889, 0.861111111111111, 0, 0.166666666666667, 0.416666666666667, 0.833333333333333, 2.55555555555556, 0.166666666666667, 0.166666666666667, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.277777777777778, 0.0277777777777778, 0.0277777777777778, 0.277777777777778, 2.66666666666667, 2.66666666666667, 0.527777777777778, 0.166666666666667, 0.527777777777778, 2.66666666666667, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.277777777777778, 0.527777777777778, 0.527777777777778, 0.166666666666667, 0.527777777777778, 0.527777777777778, 1.66666666666667, 0.527777777777778, 0.277777777777778, 0, 0.972222222222222, 2.66666666666667, 0.0555555555555556, 0.972222222222222, 0.972222222222222, 0.277777777777778, 0.277777777777778, 0.166666666666667, 0, 0.972222222222222, 0.277777777777778, 0.277777777777778, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.972222222222222, 0.527777777777778, 0.527777777777778, 0.166666666666667, 0.972222222222222, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 0.277777777777778, 0.972222222222222, 2.66666666666667, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.527777777777778, 0.277777777777778, 0.527777777777778, 1.66666666666667, 2.66666666666667, 0.527777777777778, 0, 0, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0, 0.0555555555555556, 0.166666666666667, 1.66666666666667, 0, 0.166666666666667, 0.972222222222222, 0.0833333333333333, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.166666666666667, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.66666666666667, 0, 0.972222222222222, 0.361111111111111, 0.166666666666667, 0, 0.527777777777778, 1.66666666666667, 2.66666666666667, 0, 0.0555555555555556, 0.0277777777777778, 0.138888888888889, 0.0555555555555556, 0.0277777777777778, 0.0555555555555556, 0.0555555555555556, 2.22222222222222, 2.55555555555556, 0.416666666666667, 0.0555555555555556, 0.25, 2.22222222222222, 0.638888888888889, 0, 0.166666666666667, 0.0555555555555556, 0.25, 0.416666666666667, 0.0555555555555556, 0.138888888888889, 0.25, 1.27777777777778, 0.25, 0.0555555555555556, 0.166666666666667, 0.638888888888889, 2.22222222222222, 0.0555555555555556, 0.861111111111111, 0.861111111111111, 0.166666666666667, 0.0277777777777778, 0.0555555555555556, 0.166666666666667, 0.638888888888889, 0.166666666666667, 0.166666666666667, 0, 2.55555555555556, 0.138888888888889, 0.638888888888889, 0.25, 0.25, 0.0555555555555556, 0.861111111111111, 2.22222222222222, 0.166666666666667, 0.388888888888889, 0.0555555555555556, 0.166666666666667, 0.25, 0.166666666666667, 0.638888888888889, 2.55555555555556, 0.25, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.416666666666667, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 0.416666666666667, 0.166666666666667, 0.166666666666667, 0.638888888888889, 0.416666666666667, 0, 0.166666666666667, 0.0555555555555556, 0.0555555555555556, 1.27777777777778, 0.166666666666667, 0, 0.388888888888889, 0.416666666666667, 0, 0.166666666666667, 0.416666666666667, 0, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.166666666666667, 0.638888888888889, 0.861111111111111, 0, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 0.0555555555555556, 0.0555555555555556, 0.25, 0.0277777777777778, 0.0277777777777778, 0.0555555555555556, 0.0555555555555556, 2.22222222222222, 2.55555555555556, 0.416666666666667, 0.0555555555555556, 0.25, 2.22222222222222, 0.638888888888889, 0, 0.166666666666667, 0.0555555555555556, 0.138888888888889, 0.416666666666667, 0.0555555555555556, 0.25, 0.25, 1.27777777777778, 0.25, 0.0277777777777778, 0.166666666666667, 0.638888888888889, 2.22222222222222, 0.0555555555555556, 0.861111111111111, 0.861111111111111, 0.166666666666667, 0.0555555555555556, 0.0555555555555556, 0.166666666666667, 0.638888888888889, 0.166666666666667, 0.166666666666667, 0, 2.55555555555556, 0.25, 0.638888888888889, 0.25, 0.25, 0.0555555555555556, 0.861111111111111, 2.22222222222222, 0.166666666666667, 0.638888888888889, 0.0555555555555556, 0.166666666666667, 0.25, 0.166666666666667, 0.638888888888889, 2.55555555555556, 0.138888888888889, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.416666666666667, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 0.416666666666667, 0.166666666666667, 0.166666666666667, 0.388888888888889, 0.416666666666667, 0, 0.166666666666667, 0.0555555555555556, 0.0555555555555556, 1.27777777777778, 0.166666666666667, 0, 0.638888888888889, 0.416666666666667, 0, 0.166666666666667, 0.416666666666667, 0, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.166666666666667, 0.638888888888889, 0.861111111111111, 0, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 0.166666666666667, 0.416666666666667, 0.166666666666667, 0.0277777777777778, 0.0555555555555556, 0.166666666666667, 2.55555555555556, 2.55555555555556, 0.25, 0, 0.416666666666667, 2.55555555555556, 0.861111111111111, 0.0555555555555556, 0.0277777777777778, 0.166666666666667, 0.416666666666667, 0.25, 0, 0.416666666666667, 0.416666666666667, 1.55555555555556, 0.416666666666667, 0.166666666666667, 0.166666666666667, 0.861111111111111, 2.55555555555556, 0.0555555555555556, 0.638888888888889, 0.638888888888889, 0.0555555555555556, 0.166666666666667, 0, 0.166666666666667, 0.861111111111111, 0.0555555555555556, 0.0555555555555556, 0.0555555555555556, 2.55555555555556, 0.416666666666667, 0.861111111111111, 0.416666666666667, 0.416666666666667, 0, 0.638888888888889, 2.55555555555556, 0.0555555555555556, 0.861111111111111, 0.0555555555555556, 0.0555555555555556, 0.416666666666667, 0.0555555555555556, 0.861111111111111, 2.55555555555556, 0.416666666666667, 0.0555555555555556, 0.0277777777777778, 0.638888888888889, 0.25, 0.0277777777777778, 0.25, 1.55555555555556, 2.55555555555556, 0.25, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.25, 0.0555555555555556, 0.166666666666667, 0.0555555555555556, 0, 1.55555555555556, 0.166666666666667, 0.0555555555555556, 0.861111111111111, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0.25, 0.0555555555555556, 2.55555555555556, 0.638888888888889, 0.638888888888889, 2.55555555555556, 0.166666666666667, 0.861111111111111, 0.861111111111111, 0.0555555555555556, 0.166666666666667, 0.25, 1.55555555555556, 2.55555555555556, 0.0555555555555556, 0.0555555555555556, 0.138888888888889, 0.166666666666667, 0.0555555555555556, 2, 2.66666666666667, 0.527777777777778, 0.166666666666667, 0.194444444444444, 2, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.0555555555555556, 0.194444444444444, 0.527777777777778, 0.166666666666667, 0.0555555555555556, 0.194444444444444, 1.11111111111111, 0.194444444444444, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 2, 0.166666666666667, 0.972222222222222, 0.972222222222222, 0.277777777777778, 0, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.0555555555555556, 2.66666666666667, 0.0833333333333333, 0.527777777777778, 0.194444444444444, 0.194444444444444, 0.166666666666667, 0.972222222222222, 2, 0.277777777777778, 0.25, 0.166666666666667, 0.277777777777778, 0.194444444444444, 0.277777777777778, 0.527777777777778, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.527777777777778, 0.277777777777778, 0.527777777777778, 1.11111111111111, 2.66666666666667, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.166666666666667, 0.166666666666667, 1.11111111111111, 0.277777777777778, 0.0555555555555556, 0.25, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 0.0555555555555556, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.66666666666667, 0.277777777777778, 0.527777777777778, 0.972222222222222, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 1.11111111111111, 2.66666666666667, 0.194444444444444, 0.388888888888889, 0.416666666666667, 0.194444444444444, 1.91666666666667, 2.91666666666667, 0.777777777777778, 0.416666666666667, 0.277777777777778, 1.91666666666667, 0.555555555555556, 0.25, 0.527777777777778, 0.194444444444444, 0.277777777777778, 0.777777777777778, 0.416666666666667, 0, 0.277777777777778, 1.08333333333333, 0.277777777777778, 0.194444444444444, 0.527777777777778, 0.555555555555556, 1.91666666666667, 0.416666666666667, 1.22222222222222, 1.22222222222222, 0.527777777777778, 0.0833333333333333, 0.416666666666667, 0.527777777777778, 0.555555555555556, 0.527777777777778, 0.527777777777778, 0.25, 2.91666666666667, 0.0555555555555556, 0.555555555555556, 0.277777777777778, 0.277777777777778, 0.416666666666667, 1.22222222222222, 1.91666666666667, 0.527777777777778, 0.0833333333333333, 0.416666666666667, 0.527777777777778, 0.277777777777778, 0.527777777777778, 0.555555555555556, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.777777777777778, 0.527777777777778, 0.777777777777778, 1.08333333333333, 2.91666666666667, 0.777777777777778, 0.527777777777778, 0.527777777777778, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.416666666666667, 0.416666666666667, 1.08333333333333, 0.527777777777778, 0.25, 0.111111111111111, 0.777777777777778, 0.25, 0.527777777777778, 0.777777777777778, 0.25, 2.91666666666667, 1.22222222222222, 1.22222222222222, 2.91666666666667, 0.527777777777778, 0.555555555555556, 1.22222222222222, 0.25, 0.527777777777778, 0.777777777777778, 1.08333333333333, 2.91666666666667, 0.138888888888889, 0.166666666666667, 0.0555555555555556, 2, 2.66666666666667, 0.527777777777778, 0.166666666666667, 0.194444444444444, 2, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.0555555555555556, 0.0555555555555556, 0.527777777777778, 0.166666666666667, 0.194444444444444, 0.194444444444444, 1.11111111111111, 0.194444444444444, 0, 0.277777777777778, 0.527777777777778, 2, 0.166666666666667, 0.972222222222222, 0.972222222222222, 0.277777777777778, 0.0555555555555556, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.0555555555555556, 2.66666666666667, 0.194444444444444, 0.527777777777778, 0.194444444444444, 0.194444444444444, 0.166666666666667, 0.972222222222222, 2, 0.277777777777778, 0.527777777777778, 0.166666666666667, 0.277777777777778, 0.194444444444444, 0.277777777777778, 0.527777777777778, 2.66666666666667, 0.0833333333333333, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.527777777777778, 0.277777777777778, 0.527777777777778, 1.11111111111111, 2.66666666666667, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.25, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.166666666666667, 0.166666666666667, 1.11111111111111, 0.277777777777778, 0.0555555555555556, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 0.0555555555555556, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.66666666666667, 0.277777777777778, 0.527777777777778, 0.972222222222222, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 1.11111111111111, 2.66666666666667, 0, 0.138888888888889, 2.52777777777778, 2.52777777777778, 0.388888888888889, 0.0277777777777778, 0.388888888888889, 2.52777777777778, 0.833333333333333, 0.0277777777777778, 0.138888888888889, 0.138888888888889, 0.388888888888889, 0.388888888888889, 0.0277777777777778, 0.388888888888889, 0.388888888888889, 1.52777777777778, 0.388888888888889, 0.138888888888889, 0.0277777777777778, 0.833333333333333, 2.52777777777778, 0, 0.833333333333333, 0.833333333333333, 0.138888888888889, 0.138888888888889, 0.0277777777777778, 0.0277777777777778, 0.833333333333333, 0.138888888888889, 0.138888888888889, 0.0277777777777778, 2.52777777777778, 0.388888888888889, 0.833333333333333, 0.388888888888889, 0.388888888888889, 0.0277777777777778, 0.833333333333333, 2.52777777777778, 0.138888888888889, 0.833333333333333, 0, 0.138888888888889, 0.388888888888889, 0.138888888888889, 0.833333333333333, 2.52777777777778, 0.388888888888889, 0.138888888888889, 0.138888888888889, 0.833333333333333, 0.388888888888889, 0.138888888888889, 0.388888888888889, 1.52777777777778, 2.52777777777778, 0.388888888888889, 0.0277777777777778, 0.0277777777777778, 0.833333333333333, 0.388888888888889, 0.0277777777777778, 0.0277777777777778, 0, 0.0277777777777778, 1.52777777777778, 0.0277777777777778, 0.0277777777777778, 0.833333333333333, 0.138888888888889, 0.0277777777777778, 0.138888888888889, 0.388888888888889, 0.0277777777777778, 2.52777777777778, 0.833333333333333, 0.833333333333333, 2.52777777777778, 0.0277777777777778, 0.833333333333333, 0.388888888888889, 0.0277777777777778, 0.0277777777777778, 0.388888888888889, 1.52777777777778, 2.52777777777778, 0.166666666666667, 2.55555555555556, 2.55555555555556, 0.416666666666667, 0.0555555555555556, 0.416666666666667, 2.55555555555556, 0.861111111111111, 0.0555555555555556, 0.166666666666667, 0.166666666666667, 0.416666666666667, 0.416666666666667, 0.0555555555555556, 0.416666666666667, 0.416666666666667, 1.55555555555556, 0.416666666666667, 0.166666666666667, 0.0277777777777778, 0.861111111111111, 2.55555555555556, 0, 0.861111111111111, 0.861111111111111, 0.166666666666667, 0.166666666666667, 0.0555555555555556, 0.0277777777777778, 0.861111111111111, 0.166666666666667, 0.166666666666667, 0.0555555555555556, 2.55555555555556, 0.416666666666667, 0.861111111111111, 0.416666666666667, 0.416666666666667, 0.0555555555555556, 0.861111111111111, 2.55555555555556, 0.166666666666667, 0.861111111111111, 0, 0.166666666666667, 0.416666666666667, 0.166666666666667, 0.861111111111111, 2.55555555555556, 0.416666666666667, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.416666666666667, 0.166666666666667, 0.416666666666667, 1.55555555555556, 2.55555555555556, 0.416666666666667, 0.0277777777777778, 0.0277777777777778, 0.861111111111111, 0.416666666666667, 0.0555555555555556, 0.0277777777777778, 0, 0.0555555555555556, 1.55555555555556, 0.0277777777777778, 0.0555555555555556, 0.861111111111111, 0.138888888888889, 0.0555555555555556, 0.166666666666667, 0.416666666666667, 0.0555555555555556, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.0277777777777778, 0.861111111111111, 0.388888888888889, 0.0555555555555556, 0.0277777777777778, 0.416666666666667, 1.55555555555556, 2.55555555555556, 1.27777777777778, 1.66666666666667, 0.527777777777778, 0.166666666666667, 0.0555555555555556, 1.27777777777778, 0.25, 0.0555555555555556, 0.277777777777778, 0, 0.194444444444444, 0.527777777777778, 0.166666666666667, 0.194444444444444, 0.0555555555555556, 0.638888888888889, 0.0555555555555556, 0.0555555555555556, 0.277777777777778, 0.25, 1.27777777777778, 0.166666666666667, 0.972222222222222, 0.972222222222222, 0.277777777777778, 0.0555555555555556, 0.166666666666667, 0.277777777777778, 0.25, 0.277777777777778, 0.277777777777778, 0.0555555555555556, 1.66666666666667, 0.194444444444444, 0.25, 0.0555555555555556, 0.0555555555555556, 0.166666666666667, 0.972222222222222, 1.27777777777778, 0.277777777777778, 0.527777777777778, 0.166666666666667, 0.277777777777778, 0.0555555555555556, 0.277777777777778, 0.25, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.527777777777778, 0.277777777777778, 0.527777777777778, 0.638888888888889, 1.63888888888889, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.166666666666667, 0.166666666666667, 0.638888888888889, 0.277777777777778, 0.0555555555555556, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 0.0555555555555556, 2.66666666666667, 0.972222222222222, 0.972222222222222, 1.63888888888889, 0.277777777777778, 0.25, 0.972222222222222, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 0.638888888888889, 1.66666666666667, 3.72222222222222, 2.91666666666667, 2.55555555555556, 1.13888888888889, 0.777777777777778, 0.75, 2.22222222222222, 2.66666666666667, 1.72222222222222, 1.91666666666667, 2.91666666666667, 2.55555555555556, 1.91666666666667, 1.13888888888889, 0.611111111111111, 1.13888888888889, 2, 2.66666666666667, 0.75, 0.777777777777778, 2.55555555555556, 3.36111111111111, 3.36111111111111, 2.66666666666667, 2, 2.55555555555556, 2.66666666666667, 0.75, 2.66666666666667, 2.66666666666667, 2.22222222222222, 3.72222222222222, 1.91666666666667, 0.472222222222222, 0.888888888888889, 1.13888888888889, 2.55555555555556, 3.36111111111111, 0.777777777777778, 2.66666666666667, 2.02777777777778, 2.55555555555556, 2.66666666666667, 1.13888888888889, 2.66666666666667, 0.75, 5.05555555555556, 1.91666666666667, 2.66666666666667, 2.66666666666667, 3.36111111111111, 2.91666666666667, 2.66666666666667, 2.91666666666667, 0.611111111111111, 2.27777777777778, 2.91666666666667, 2.66666666666667, 2.66666666666667, 2.02777777777778, 2.91666666666667, 2.22222222222222, 2.66666666666667, 2.55555555555556, 2.55555555555556, 0.138888888888889, 2.66666666666667, 2.22222222222222, 2.02777777777778, 2.91666666666667, 2.22222222222222, 2.66666666666667, 2.91666666666667, 2.22222222222222, 5.05555555555556, 3.36111111111111, 3.36111111111111, 2.27777777777778, 2.66666666666667, 0.75, 3.36111111111111, 2.22222222222222, 2.66666666666667, 2.91666666666667, 0.611111111111111, 3.72222222222222, 2.91666666666667, 2.55555555555556, 2.58333333333333, 2.16666666666667, 2.69444444444444, 2.55555555555556, 2.66666666666667, 2.66666666666667, 2.91666666666667, 2.91666666666667, 2.55555555555556, 2.91666666666667, 2.58333333333333, 2.27777777777778, 2.58333333333333, 2.66666666666667, 2.66666666666667, 2.69444444444444, 3.72222222222222, 2.55555555555556, 3.36111111111111, 3.36111111111111, 2.66666666666667, 2.66666666666667, 2.55555555555556, 2.66666666666667, 2.69444444444444, 2.66666666666667, 2.66666666666667, 2.55555555555556, 0, 2.91666666666667, 2.69444444444444, 2.58333333333333, 1.88888888888889, 2.55555555555556, 3.36111111111111, 3.72222222222222, 2.66666666666667, 3.36111111111111, 2.55555555555556, 2.66666666666667, 2.58333333333333, 2.66666666666667, 1.97222222222222, 5.05555555555556, 2.91666666666667, 2.66666666666667, 2.66666666666667, 3.36111111111111, 2.91666666666667, 2.66666666666667, 2.91666666666667, 3.05555555555556, 3.38888888888889, 2.91666666666667, 2.66666666666667, 2.66666666666667, 3.36111111111111, 2.91666666666667, 2.55555555555556, 2.66666666666667, 2.55555555555556, 2.55555555555556, 3.05555555555556, 2.66666666666667, 2.55555555555556, 3.36111111111111, 2.91666666666667, 2.55555555555556, 2.66666666666667, 2.91666666666667, 2.55555555555556, 5.05555555555556, 3.36111111111111, 3.36111111111111, 1.13888888888889, 2.66666666666667, 2.69444444444444, 3.36111111111111, 2.55555555555556, 2.66666666666667, 2.91666666666667, 2.02777777777778, 3.05555555555556, 0.25, 0.777777777777778, 2.91666666666667, 1.22222222222222, 0.416666666666667, 0.194444444444444, 0.527777777777778, 0.777777777777778, 0.277777777777778, 0.138888888888889, 0.777777777777778, 0.777777777777778, 1.91666666666667, 0.777777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 2.91666666666667, 0.416666666666667, 0.0833333333333333, 0.0833333333333333, 0.0555555555555556, 0.527777777777778, 0.25, 0.527777777777778, 1.22222222222222, 0.0833333333333333, 0.194444444444444, 0.416666666666667, 2.91666666666667, 0.777777777777778, 1.22222222222222, 0.777777777777778, 0.777777777777778, 0.25, 0.555555555555556, 2.91666666666667, 0.194444444444444, 1.22222222222222, 0.416666666666667, 0.194444444444444, 0.777777777777778, 0.0833333333333333, 1.22222222222222, 2.91666666666667, 0.777777777777778, 0.194444444444444, 0.194444444444444, 0.0833333333333333, 0.277777777777778, 0.194444444444444, 0.0555555555555556, 1.91666666666667, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.0555555555555556, 0.416666666666667, 0.527777777777778, 0.416666666666667, 0.25, 1.91666666666667, 0.527777777777778, 0.416666666666667, 1.22222222222222, 0.777777777777778, 0.416666666666667, 0.194444444444444, 0.0555555555555556, 0.416666666666667, 2.91666666666667, 0.222222222222222, 0.222222222222222, 2.91666666666667, 0.527777777777778, 1.22222222222222, 1.22222222222222, 0.416666666666667, 0.527777777777778, 0.277777777777778, 1.91666666666667, 2.91666666666667, 0.416666666666667, 2.55555555555556, 0.861111111111111, 0.0555555555555556, 0.0555555555555556, 0.166666666666667, 0.416666666666667, 0.138888888888889, 0, 0.416666666666667, 0.416666666666667, 1.55555555555556, 0.416666666666667, 0.166666666666667, 0.166666666666667, 0.861111111111111, 2.55555555555556, 0.0555555555555556, 0.638888888888889, 0.638888888888889, 0.0555555555555556, 0.166666666666667, 0, 0.166666666666667, 0.861111111111111, 0.0555555555555556, 0.0277777777777778, 0.0555555555555556, 2.55555555555556, 0.416666666666667, 0.861111111111111, 0.416666666666667, 0.416666666666667, 0, 0.388888888888889, 2.55555555555556, 0.0555555555555556, 0.861111111111111, 0.0555555555555556, 0.0555555555555556, 0.416666666666667, 0.0555555555555556, 0.861111111111111, 2.55555555555556, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0.638888888888889, 0.25, 0.0555555555555556, 0.25, 1.55555555555556, 2.55555555555556, 0.25, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.25, 0.0555555555555556, 0.166666666666667, 0.0555555555555556, 0, 1.55555555555556, 0.166666666666667, 0.0555555555555556, 0.861111111111111, 0.416666666666667, 0.0555555555555556, 0.0277777777777778, 0.25, 0.0555555555555556, 2.55555555555556, 0.638888888888889, 0.638888888888889, 2.55555555555556, 0.166666666666667, 0.861111111111111, 0.861111111111111, 0.0555555555555556, 0.166666666666667, 0.138888888888889, 1.55555555555556, 2.55555555555556, 1.13888888888889, 0.0833333333333333, 0.25, 0.527777777777778, 0.0833333333333333, 0.277777777777778, 0.777777777777778, 0.416666666666667, 0.277777777777778, 0, 0.472222222222222, 0, 0.194444444444444, 0.527777777777778, 0.0833333333333333, 0.888888888888889, 0.416666666666667, 1.22222222222222, 1.22222222222222, 0.527777777777778, 0.194444444444444, 0.416666666666667, 0.527777777777778, 0.0833333333333333, 0.527777777777778, 0.527777777777778, 0.25, 2.58333333333333, 0.277777777777778, 0.111111111111111, 0, 0, 0.416666666666667, 1.22222222222222, 0.888888888888889, 0.527777777777778, 0.555555555555555, 0.416666666666667, 0.527777777777778, 0, 0.527777777777778, 0.111111111111111, 1.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.777777777777778, 0.527777777777778, 0.777777777777778, 0.361111111111111, 1.52777777777778, 0.777777777777778, 0.527777777777778, 0.527777777777778, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.416666666666667, 0.416666666666667, 0.472222222222222, 0.527777777777778, 0.25, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.777777777777778, 0.25, 2.91666666666667, 1.22222222222222, 1.22222222222222, 1.97222222222222, 0.527777777777778, 0.111111111111111, 1.22222222222222, 0.25, 0.527777777777778, 0.777777777777778, 0.472222222222222, 1.88888888888889, 0.75, 2.22222222222222, 2.66666666666667, 1.72222222222222, 1.91666666666667, 2.91666666666667, 2.55555555555556, 1.91666666666667, 1.13888888888889, 0.166666666666667, 1.13888888888889, 2, 2.66666666666667, 0.75, 0.777777777777778, 2.55555555555556, 3.36111111111111, 3.36111111111111, 2.66666666666667, 2, 2.55555555555556, 2.66666666666667, 0.75, 2.66666666666667, 2.66666666666667, 2.22222222222222, 2.16666666666667, 1.91666666666667, 0.75, 1.13888888888889, 0.888888888888889, 2.55555555555556, 3.36111111111111, 0.777777777777778, 2.66666666666667, 2.02777777777778, 2.55555555555556, 2.66666666666667, 1.13888888888889, 2.66666666666667, 0.472222222222222, 5.05555555555556, 1.91666666666667, 2.66666666666667, 2.66666666666667, 3.36111111111111, 2.91666666666667, 2.66666666666667, 2.91666666666667, 0.611111111111111, 2.27777777777778, 2.91666666666667, 2.66666666666667, 2.66666666666667, 2.02777777777778, 2.91666666666667, 2.22222222222222, 2.66666666666667, 2.55555555555556, 2.55555555555556, 0.611111111111111, 2.66666666666667, 2.22222222222222, 2.02777777777778, 2.91666666666667, 2.22222222222222, 2.66666666666667, 2.91666666666667, 2.22222222222222, 5.05555555555556, 3.36111111111111, 3.36111111111111, 1.13888888888889, 2.66666666666667, 0.75, 3.36111111111111, 2.22222222222222, 2.66666666666667, 2.91666666666667, 0.138888888888889, 3.72222222222222, 0.638888888888889, 0.972222222222222, 0.361111111111111, 0.555555555555556, 1.22222222222222, 0.861111111111111, 0.555555555555556, 0.111111111111111, 0.25, 0.111111111111111, 0.527777777777778, 0.972222222222222, 0, 0.472222222222222, 0.861111111111111, 1.66666666666667, 1.66666666666667, 0.972222222222222, 0.527777777777778, 0.861111111111111, 0.972222222222222, 0, 0.972222222222222, 0.972222222222222, 0.638888888888889, 2.69444444444444, 0.555555555555556, 0.0555555555555556, 0.111111111111111, 0.111111111111111, 0.861111111111111, 1.66666666666667, 0.472222222222222, 0.972222222222222, 0.777777777777778, 0.861111111111111, 0.972222222222222, 0.111111111111111, 0.972222222222222, 0.0555555555555556, 2.33333333333333, 0.555555555555556, 0.972222222222222, 0.972222222222222, 1.66666666666667, 1.22222222222222, 0.972222222222222, 1.22222222222222, 0.111111111111111, 1.33333333333333, 1.22222222222222, 0.972222222222222, 0.972222222222222, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 0.861111111111111, 0.861111111111111, 0.25, 0.972222222222222, 0.638888888888889, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.638888888888889, 2.36111111111111, 1.66666666666667, 1.66666666666667, 1.80555555555556, 0.972222222222222, 0.0555555555555556, 1.66666666666667, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.25, 1.97222222222222, 0.166666666666667, 0.0555555555555556, 0.25, 0.416666666666667, 0.0555555555555556, 0.25, 0.25, 1.27777777777778, 0.25, 0.0555555555555556, 0.166666666666667, 0.638888888888889, 2.22222222222222, 0.0555555555555556, 0.861111111111111, 0.861111111111111, 0.166666666666667, 0.0555555555555556, 0.0555555555555556, 0.166666666666667, 0.638888888888889, 0.166666666666667, 0.166666666666667, 0, 2.55555555555556, 0.25, 0.638888888888889, 0.25, 0.25, 0.0555555555555556, 0.861111111111111, 2.22222222222222, 0.166666666666667, 0.638888888888889, 0.0555555555555556, 0.166666666666667, 0.25, 0.166666666666667, 0.638888888888889, 2.55555555555556, 0.25, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.416666666666667, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 0.416666666666667, 0.166666666666667, 0.166666666666667, 0.638888888888889, 0.416666666666667, 0, 0.166666666666667, 0.0555555555555556, 0.0555555555555556, 1.27777777777778, 0.166666666666667, 0, 0.638888888888889, 0.416666666666667, 0, 0.166666666666667, 0.416666666666667, 0, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.166666666666667, 0.638888888888889, 0.861111111111111, 0, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 0.277777777777778, 0.527777777777778, 0.194444444444444, 0.0555555555555556, 0.527777777777778, 0.527777777777778, 1.66666666666667, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.972222222222222, 2.66666666666667, 0.166666666666667, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.0555555555555556, 0.277777777777778, 0.972222222222222, 0.0555555555555556, 0.0555555555555556, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.972222222222222, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.527777777777778, 2.66666666666667, 0.0555555555555556, 0.972222222222222, 0.166666666666667, 0.0555555555555556, 0.527777777777778, 0.0555555555555556, 0.972222222222222, 2.66666666666667, 0.527777777777778, 0.0555555555555556, 0, 0.527777777777778, 0.194444444444444, 0, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.194444444444444, 0.166666666666667, 0.277777777777778, 0.166666666666667, 0.0555555555555556, 1.66666666666667, 0.277777777777778, 0.166666666666667, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0.0555555555555556, 0.194444444444444, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.527777777777778, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.194444444444444, 0.527777777777778, 0.166666666666667, 0.194444444444444, 0.0833333333333333, 0.888888888888889, 0.0833333333333333, 0.0555555555555556, 0.277777777777778, 0.361111111111111, 1.72222222222222, 0.166666666666667, 0.972222222222222, 0.972222222222222, 0.277777777777778, 0.0555555555555556, 0.166666666666667, 0.277777777777778, 0.361111111111111, 0.277777777777778, 0.277777777777778, 0.0555555555555556, 2.66666666666667, 0.194444444444444, 0.361111111111111, 0.0833333333333333, 0.0833333333333333, 0.166666666666667, 0.972222222222222, 1.72222222222222, 0.277777777777778, 0.527777777777778, 0.166666666666667, 0.277777777777778, 0.0833333333333333, 0.277777777777778, 0.361111111111111, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.527777777777778, 0.277777777777778, 0.527777777777778, 0.888888888888889, 2.33333333333333, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.166666666666667, 0.166666666666667, 0.888888888888889, 0.277777777777778, 0.0555555555555556, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 0.0555555555555556, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.33333333333333, 0.277777777777778, 0.361111111111111, 0.972222222222222, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 0.888888888888889, 2.66666666666667, 0.777777777777778, 0.416666666666667, 0.277777777777778, 0.277777777777778, 1.08333333333333, 0.277777777777778, 0.0833333333333333, 0.527777777777778, 0.555555555555556, 1.91666666666667, 0.416666666666667, 1.22222222222222, 1.22222222222222, 0.527777777777778, 0.194444444444444, 0.416666666666667, 0.527777777777778, 0.555555555555556, 0.527777777777778, 0.527777777777778, 0.25, 2.91666666666667, 0.277777777777778, 0.555555555555556, 0.277777777777778, 0.277777777777778, 0.416666666666667, 1.22222222222222, 1.91666666666667, 0.527777777777778, 0.555555555555556, 0.416666666666667, 0.527777777777778, 0.277777777777778, 0.527777777777778, 0.555555555555556, 2.91666666666667, 0.0555555555555556, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.777777777777778, 0.527777777777778, 0.777777777777778, 1.08333333333333, 2.91666666666667, 0.777777777777778, 0.527777777777778, 0.527777777777778, 0.0833333333333333, 0.777777777777778, 0.25, 0.527777777777778, 0.416666666666667, 0.416666666666667, 1.08333333333333, 0.527777777777778, 0.25, 0.555555555555556, 0.777777777777778, 0.25, 0.527777777777778, 0.777777777777778, 0.25, 2.91666666666667, 1.22222222222222, 1.22222222222222, 2.91666666666667, 0.527777777777778, 0.555555555555556, 1.22222222222222, 0.25, 0.527777777777778, 0.777777777777778, 1.08333333333333, 2.91666666666667, 0.25, 0.777777777777778, 0.777777777777778, 1.91666666666667, 0.777777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 2.91666666666667, 0.416666666666667, 0.555555555555555, 0.555555555555555, 0.194444444444444, 0.527777777777778, 0.25, 0.527777777777778, 1.22222222222222, 0.194444444444444, 0.0555555555555556, 0.416666666666667, 2.91666666666667, 0.777777777777778, 1.22222222222222, 0.777777777777778, 0.777777777777778, 0.25, 0.0833333333333333, 2.91666666666667, 0.194444444444444, 1.22222222222222, 0.416666666666667, 0.194444444444444, 0.777777777777778, 0.194444444444444, 1.22222222222222, 2.91666666666667, 0.777777777777778, 0.194444444444444, 0.194444444444444, 0.555555555555555, 0.277777777777778, 0.194444444444444, 0.277777777777778, 1.91666666666667, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.277777777777778, 0.416666666666667, 0.527777777777778, 0.416666666666667, 0.25, 1.91666666666667, 0.527777777777778, 0.416666666666667, 1.22222222222222, 0.777777777777778, 0.416666666666667, 0.0833333333333333, 0.277777777777778, 0.416666666666667, 2.91666666666667, 0.555555555555555, 0.555555555555555, 2.91666666666667, 0.527777777777778, 1.22222222222222, 1.22222222222222, 0.416666666666667, 0.527777777777778, 0, 1.91666666666667, 2.91666666666667, 0.416666666666667, 0.416666666666667, 1.55555555555556, 0.416666666666667, 0.166666666666667, 0.166666666666667, 0.861111111111111, 2.55555555555556, 0.0555555555555556, 0.388888888888889, 0.388888888888889, 0.0277777777777778, 0.166666666666667, 0, 0.166666666666667, 0.861111111111111, 0.0277777777777778, 0.0555555555555556, 0.0555555555555556, 2.55555555555556, 0.416666666666667, 0.861111111111111, 0.416666666666667, 0.416666666666667, 0, 0.638888888888889, 2.55555555555556, 0.0555555555555556, 0.861111111111111, 0.0555555555555556, 0.0555555555555556, 0.416666666666667, 0.0277777777777778, 0.861111111111111, 2.55555555555556, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0.388888888888889, 0.25, 0.0555555555555556, 0.138888888888889, 1.55555555555556, 2.55555555555556, 0.25, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.138888888888889, 0.0555555555555556, 0.166666666666667, 0.0555555555555556, 0, 1.55555555555556, 0.166666666666667, 0.0555555555555556, 0.861111111111111, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0.138888888888889, 0.0555555555555556, 2.55555555555556, 0.388888888888889, 0.388888888888889, 2.55555555555556, 0.166666666666667, 0.861111111111111, 0.861111111111111, 0.0555555555555556, 0.166666666666667, 0.25, 1.55555555555556, 2.55555555555556, 0.277777777777778, 1.08333333333333, 0.277777777777778, 0.194444444444444, 0.527777777777778, 0.555555555555556, 1.91666666666667, 0.416666666666667, 1.22222222222222, 1.22222222222222, 0.527777777777778, 0.0833333333333333, 0.416666666666667, 0.527777777777778, 0.555555555555556, 0.527777777777778, 0.527777777777778, 0.25, 2.91666666666667, 0.0555555555555556, 0.555555555555556, 0.277777777777778, 0.277777777777778, 0.416666666666667, 1.22222222222222, 1.91666666666667, 0.527777777777778, 0.111111111111111, 0.416666666666667, 0.527777777777778, 0.277777777777778, 0.527777777777778, 0.555555555555556, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.777777777777778, 0.527777777777778, 0.777777777777778, 1.08333333333333, 2.91666666666667, 0.777777777777778, 0.527777777777778, 0.527777777777778, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.416666666666667, 0.416666666666667, 1.08333333333333, 0.527777777777778, 0.25, 0.0833333333333333, 0.777777777777778, 0.25, 0.527777777777778, 0.777777777777778, 0.25, 2.91666666666667, 1.22222222222222, 1.22222222222222, 2.91666666666667, 0.527777777777778, 0.555555555555556, 1.22222222222222, 0.25, 0.527777777777778, 0.777777777777778, 1.08333333333333, 2.91666666666667, 0.472222222222222, 0, 0.194444444444444, 0.527777777777778, 0.111111111111111, 1.13888888888889, 0.416666666666667, 1.22222222222222, 1.22222222222222, 0.527777777777778, 0.194444444444444, 0.416666666666667, 0.527777777777778, 0.111111111111111, 0.527777777777778, 0.527777777777778, 0.25, 2.58333333333333, 0.277777777777778, 0.111111111111111, 0, 0, 0.416666666666667, 1.22222222222222, 1.13888888888889, 0.527777777777778, 0.555555555555555, 0.416666666666667, 0.527777777777778, 0, 0.527777777777778, 0.111111111111111, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.777777777777778, 0.527777777777778, 0.777777777777778, 0.472222222222222, 1.97222222222222, 0.777777777777778, 0.527777777777778, 0.527777777777778, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.416666666666667, 0.416666666666667, 0.472222222222222, 0.527777777777778, 0.25, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.777777777777778, 0.25, 2.91666666666667, 1.22222222222222, 1.22222222222222, 1.97222222222222, 0.527777777777778, 0.111111111111111, 1.22222222222222, 0.25, 0.527777777777778, 0.777777777777778, 0.472222222222222, 2.58333333333333, 0.472222222222222, 1.11111111111111, 1.66666666666667, 0.25, 0.611111111111111, 1.55555555555556, 2.36111111111111, 2.36111111111111, 1.66666666666667, 1.11111111111111, 1.55555555555556, 1.66666666666667, 0.25, 1.66666666666667, 1.66666666666667, 1.27777777777778, 2.27777777777778, 1.08333333333333, 0.25, 0.472222222222222, 0.361111111111111, 1.55555555555556, 2.36111111111111, 0.611111111111111, 1.66666666666667, 1.25, 1.55555555555556, 1.66666666666667, 0.472222222222222, 1.66666666666667, 0.111111111111111, 4.05555555555556, 1.08333333333333, 1.66666666666667, 1.66666666666667, 2.36111111111111, 1.91666666666667, 1.66666666666667, 1.91666666666667, 0.277777777777778, 1.88888888888889, 1.91666666666667, 1.66666666666667, 1.66666666666667, 1.25, 1.91666666666667, 1.27777777777778, 1.66666666666667, 1.55555555555556, 1.55555555555556, 0.277777777777778, 1.66666666666667, 1.27777777777778, 1.25, 1.91666666666667, 1.27777777777778, 1.66666666666667, 1.91666666666667, 1.27777777777778, 4.05555555555556, 2.36111111111111, 2.36111111111111, 1.27777777777778, 1.66666666666667, 0.25, 2.36111111111111, 1.27777777777778, 1.66666666666667, 1.91666666666667, 0, 3.05555555555556, 0.194444444444444, 0.527777777777778, 0.111111111111111, 1.13888888888889, 0.416666666666667, 1.22222222222222, 1.22222222222222, 0.527777777777778, 0.194444444444444, 0.416666666666667, 0.527777777777778, 0.111111111111111, 0.527777777777778, 0.527777777777778, 0.25, 2.58333333333333, 0.277777777777778, 0.111111111111111, 0, 0, 0.416666666666667, 1.22222222222222, 1.13888888888889, 0.527777777777778, 0.555555555555555, 0.416666666666667, 0.527777777777778, 0, 0.527777777777778, 0.111111111111111, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.777777777777778, 0.527777777777778, 0.777777777777778, 0.472222222222222, 1.97222222222222, 0.777777777777778, 0.527777777777778, 0.527777777777778, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.416666666666667, 0.416666666666667, 0.472222222222222, 0.527777777777778, 0.25, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.777777777777778, 0.25, 2.91666666666667, 1.22222222222222, 1.22222222222222, 1.97222222222222, 0.527777777777778, 0.111111111111111, 1.22222222222222, 0.25, 0.527777777777778, 0.777777777777778, 0.472222222222222, 2.58333333333333, 0.277777777777778, 0.527777777777778, 2, 0.166666666666667, 0.972222222222222, 0.972222222222222, 0.277777777777778, 0.0555555555555556, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.0555555555555556, 2.66666666666667, 0.194444444444444, 0.527777777777778, 0.194444444444444, 0.194444444444444, 0.166666666666667, 0.972222222222222, 2, 0.277777777777778, 0.527777777777778, 0.166666666666667, 0.277777777777778, 0.194444444444444, 0.277777777777778, 0.527777777777778, 2.66666666666667, 0.0555555555555556, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.527777777777778, 0.277777777777778, 0.527777777777778, 1.11111111111111, 2.66666666666667, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.361111111111111, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.166666666666667, 0.166666666666667, 1.11111111111111, 0.277777777777778, 0.0555555555555556, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 0.0555555555555556, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.66666666666667, 0.277777777777778, 0.527777777777778, 0.972222222222222, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 1.11111111111111, 2.66666666666667, 0.972222222222222, 2.66666666666667, 0.0555555555555556, 0.972222222222222, 0.972222222222222, 0.277777777777778, 0.277777777777778, 0.166666666666667, 0, 0.972222222222222, 0.277777777777778, 0.277777777777778, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.972222222222222, 0.527777777777778, 0.527777777777778, 0.166666666666667, 0.972222222222222, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 0.277777777777778, 0.972222222222222, 2.66666666666667, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.527777777777778, 0.277777777777778, 0.527777777777778, 1.66666666666667, 2.66666666666667, 0.527777777777778, 0, 0, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0, 0.0555555555555556, 0.166666666666667, 1.66666666666667, 0, 0.166666666666667, 0.972222222222222, 0.0833333333333333, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.166666666666667, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.66666666666667, 0, 0.972222222222222, 0.361111111111111, 0.166666666666667, 0, 0.527777777777778, 1.66666666666667, 2.66666666666667, 0.583333333333333, 0.861111111111111, 1.66666666666667, 1.66666666666667, 0.972222222222222, 0.527777777777778, 0.861111111111111, 0.972222222222222, 0, 0.972222222222222, 0.972222222222222, 0.638888888888889, 2.69444444444444, 0.555555555555556, 0.0555555555555556, 0.111111111111111, 0.111111111111111, 0.861111111111111, 1.66666666666667, 0.583333333333333, 0.972222222222222, 0.777777777777778, 0.861111111111111, 0.972222222222222, 0.111111111111111, 0.972222222222222, 0.0555555555555556, 3.02777777777778, 0.555555555555556, 0.972222222222222, 0.972222222222222, 1.66666666666667, 1.22222222222222, 0.972222222222222, 1.22222222222222, 0.138888888888889, 1.58333333333333, 1.22222222222222, 0.972222222222222, 0.972222222222222, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 0.861111111111111, 0.861111111111111, 0.25, 0.972222222222222, 0.638888888888889, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.638888888888889, 3.36111111111111, 1.66666666666667, 1.66666666666667, 1.80555555555556, 0.972222222222222, 0.0555555555555556, 1.66666666666667, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.25, 2.41666666666667, 2.55555555555556, 3.36111111111111, 3.36111111111111, 2.66666666666667, 2, 2.55555555555556, 2.66666666666667, 0.583333333333333, 2.66666666666667, 2.66666666666667, 2.22222222222222, 3.72222222222222, 1.91666666666667, 0.75, 1.13888888888889, 1.13888888888889, 2.55555555555556, 3.36111111111111, 0, 2.66666666666667, 2.02777777777778, 2.55555555555556, 2.66666666666667, 1.13888888888889, 2.66666666666667, 0.75, 3.02777777777778, 1.91666666666667, 2.66666666666667, 2.66666666666667, 3.36111111111111, 2.91666666666667, 2.66666666666667, 2.91666666666667, 0.138888888888889, 1.13888888888889, 2.91666666666667, 2.66666666666667, 2.66666666666667, 2.02777777777778, 2.91666666666667, 2.22222222222222, 2.66666666666667, 2.55555555555556, 2.55555555555556, 0.611111111111111, 2.66666666666667, 2.22222222222222, 2.02777777777778, 2.91666666666667, 2.22222222222222, 2.66666666666667, 2.91666666666667, 2.22222222222222, 3.66666666666667, 3.36111111111111, 3.36111111111111, 2.27777777777778, 2.66666666666667, 0.75, 3.36111111111111, 2.22222222222222, 2.66666666666667, 2.91666666666667, 0.611111111111111, 2.16666666666667, 0.861111111111111, 0.861111111111111, 0.166666666666667, 0.166666666666667, 0.0555555555555556, 0.0555555555555556, 0.861111111111111, 0.166666666666667, 0.166666666666667, 0.0555555555555556, 2.55555555555556, 0.416666666666667, 0.861111111111111, 0.416666666666667, 0.416666666666667, 0.0555555555555556, 0.861111111111111, 2.55555555555556, 0.166666666666667, 0.861111111111111, 0, 0.166666666666667, 0.416666666666667, 0.166666666666667, 0.861111111111111, 2.55555555555556, 0.416666666666667, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.416666666666667, 0.166666666666667, 0.416666666666667, 1.55555555555556, 2.55555555555556, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0.861111111111111, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0, 0.0555555555555556, 1.55555555555556, 0.0555555555555556, 0.0555555555555556, 0.861111111111111, 0.25, 0.0555555555555556, 0.166666666666667, 0.416666666666667, 0.0555555555555556, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.0555555555555556, 0.861111111111111, 0.638888888888889, 0.0555555555555556, 0.0555555555555556, 0.416666666666667, 1.55555555555556, 2.55555555555556, 0, 0.25, 0.972222222222222, 0.638888888888889, 0.972222222222222, 1.66666666666667, 0.361111111111111, 0.527777777777778, 0.861111111111111, 3.36111111111111, 1.22222222222222, 1.66666666666667, 1.22222222222222, 1.22222222222222, 0.638888888888889, 0.777777777777778, 3.36111111111111, 0.527777777777778, 1.66666666666667, 0.861111111111111, 0.527777777777778, 1.22222222222222, 0.361111111111111, 1.66666666666667, 3.36111111111111, 1.22222222222222, 0.527777777777778, 0.527777777777778, 0, 0.555555555555556, 0.527777777777778, 0.222222222222222, 2.36111111111111, 3.36111111111111, 0.555555555555555, 0.972222222222222, 0.972222222222222, 1.66666666666667, 0.222222222222222, 0.861111111111111, 0.972222222222222, 0.861111111111111, 0.638888888888889, 2.36111111111111, 0.972222222222222, 0.861111111111111, 1.66666666666667, 1.22222222222222, 0.861111111111111, 0.527777777777778, 0.222222222222222, 0.861111111111111, 3.36111111111111, 0.277777777777778, 0.277777777777778, 3.36111111111111, 0.972222222222222, 1.66666666666667, 1.66666666666667, 0.861111111111111, 0.972222222222222, 0.555555555555555, 2.36111111111111, 3.36111111111111, 0.25, 0.972222222222222, 0.638888888888889, 0.972222222222222, 1.66666666666667, 0.361111111111111, 0.527777777777778, 0.861111111111111, 3.36111111111111, 1.22222222222222, 1.66666666666667, 1.22222222222222, 1.22222222222222, 0.638888888888889, 0.777777777777778, 3.36111111111111, 0.527777777777778, 1.66666666666667, 0.861111111111111, 0.527777777777778, 1.22222222222222, 0.361111111111111, 1.66666666666667, 3.36111111111111, 1.22222222222222, 0.527777777777778, 0.527777777777778, 0, 0.555555555555556, 0.527777777777778, 0.222222222222222, 2.36111111111111, 3.36111111111111, 0.555555555555555, 0.972222222222222, 0.972222222222222, 1.66666666666667, 0.222222222222222, 0.861111111111111, 0.972222222222222, 0.861111111111111, 0.638888888888889, 2.36111111111111, 0.972222222222222, 0.861111111111111, 1.66666666666667, 1.22222222222222, 0.861111111111111, 0.527777777777778, 0.222222222222222, 0.861111111111111, 3.36111111111111, 0.277777777777778, 0.277777777777778, 3.36111111111111, 0.972222222222222, 1.66666666666667, 1.66666666666667, 0.861111111111111, 0.972222222222222, 0.555555555555555, 2.36111111111111, 3.36111111111111, 0.277777777777778, 0.0555555555555556, 0.277777777777778, 0.972222222222222, 0, 0.0555555555555556, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.972222222222222, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.527777777777778, 2.66666666666667, 0.0555555555555556, 0.972222222222222, 0.166666666666667, 0.0555555555555556, 0.527777777777778, 0, 0.972222222222222, 2.66666666666667, 0.527777777777778, 0.0555555555555556, 0.0555555555555556, 0.25, 0.194444444444444, 0.0555555555555556, 0.0833333333333333, 1.66666666666667, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.0833333333333333, 0.166666666666667, 0.277777777777778, 0.166666666666667, 0.0555555555555556, 1.66666666666667, 0.277777777777778, 0.166666666666667, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0.0555555555555556, 0.0833333333333333, 0.166666666666667, 2.66666666666667, 0.361111111111111, 0.361111111111111, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.0555555555555556, 2.66666666666667, 0.0555555555555556, 0.527777777777778, 0.194444444444444, 0.194444444444444, 0.166666666666667, 0.972222222222222, 2, 0.277777777777778, 0.361111111111111, 0.166666666666667, 0.277777777777778, 0.194444444444444, 0.277777777777778, 0.527777777777778, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.527777777777778, 0.277777777777778, 0.527777777777778, 1.11111111111111, 2.66666666666667, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.166666666666667, 0.166666666666667, 1.11111111111111, 0.277777777777778, 0.0555555555555556, 0.361111111111111, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 0.0555555555555556, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.66666666666667, 0.277777777777778, 0.527777777777778, 0.972222222222222, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 1.11111111111111, 2.66666666666667, 0.166666666666667, 0.861111111111111, 0.0555555555555556, 0.0555555555555556, 0.0555555555555556, 2.55555555555556, 0.416666666666667, 0.861111111111111, 0.416666666666667, 0.416666666666667, 0, 0.638888888888889, 2.55555555555556, 0.0277777777777778, 0.861111111111111, 0.0555555555555556, 0.0277777777777778, 0.416666666666667, 0.0555555555555556, 0.861111111111111, 2.55555555555556, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0.638888888888889, 0.25, 0.0555555555555556, 0.25, 1.55555555555556, 2.55555555555556, 0.138888888888889, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.25, 0.0555555555555556, 0.166666666666667, 0.0555555555555556, 0, 1.55555555555556, 0.166666666666667, 0.0555555555555556, 0.861111111111111, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0.25, 0.0555555555555556, 2.55555555555556, 0.638888888888889, 0.638888888888889, 2.55555555555556, 0.166666666666667, 0.861111111111111, 0.861111111111111, 0.0555555555555556, 0.166666666666667, 0.25, 1.55555555555556, 2.55555555555556, 0.972222222222222, 0.277777777777778, 0.277777777777778, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.972222222222222, 0.527777777777778, 0.527777777777778, 0.166666666666667, 0.972222222222222, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 0.277777777777778, 0.972222222222222, 2.66666666666667, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.527777777777778, 0.277777777777778, 0.527777777777778, 1.66666666666667, 2.66666666666667, 0.527777777777778, 0, 0, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0, 0.0555555555555556, 0.166666666666667, 1.66666666666667, 0, 0.166666666666667, 0.972222222222222, 0.0555555555555556, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.166666666666667, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.66666666666667, 0, 0.972222222222222, 0.25, 0.166666666666667, 0, 0.527777777777778, 1.66666666666667, 2.66666666666667, 0.972222222222222, 0.972222222222222, 0.638888888888889, 2.69444444444444, 0.555555555555556, 0.0555555555555556, 0.111111111111111, 0.111111111111111, 0.861111111111111, 1.66666666666667, 0.583333333333333, 0.972222222222222, 0.777777777777778, 0.861111111111111, 0.972222222222222, 0.111111111111111, 0.972222222222222, 0.0555555555555556, 3.02777777777778, 0.555555555555556, 0.972222222222222, 0.972222222222222, 1.66666666666667, 1.22222222222222, 0.972222222222222, 1.22222222222222, 0.138888888888889, 1.58333333333333, 1.22222222222222, 0.972222222222222, 0.972222222222222, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 0.861111111111111, 0.861111111111111, 0.25, 0.972222222222222, 0.638888888888889, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.638888888888889, 3.36111111111111, 1.66666666666667, 1.66666666666667, 1.80555555555556, 0.972222222222222, 0.0555555555555556, 1.66666666666667, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.25, 2.41666666666667, 0.0555555555555556, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.972222222222222, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.527777777777778, 2.66666666666667, 0.0555555555555556, 0.972222222222222, 0.166666666666667, 0.0555555555555556, 0.527777777777778, 0, 0.972222222222222, 2.66666666666667, 0.527777777777778, 0.0555555555555556, 0.0555555555555556, 0.361111111111111, 0.194444444444444, 0.0555555555555556, 0.0833333333333333, 1.66666666666667, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.0555555555555556, 0.166666666666667, 0.277777777777778, 0.166666666666667, 0.0555555555555556, 1.66666666666667, 0.277777777777778, 0.166666666666667, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0.0555555555555556, 0.0833333333333333, 0.166666666666667, 2.66666666666667, 0.25, 0.361111111111111, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.972222222222222, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.25, 2.66666666666667, 0.0555555555555556, 0.972222222222222, 0.166666666666667, 0.0555555555555556, 0.527777777777778, 0.0555555555555556, 0.972222222222222, 2.66666666666667, 0.527777777777778, 0.0555555555555556, 0.0555555555555556, 0.527777777777778, 0.194444444444444, 0.0555555555555556, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.194444444444444, 0.166666666666667, 0.277777777777778, 0.166666666666667, 0.0555555555555556, 1.66666666666667, 0.277777777777778, 0.166666666666667, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0, 0.194444444444444, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.527777777777778, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.0555555555555556, 1.66666666666667, 2.66666666666667, 2.55555555555556, 0.25, 0.638888888888889, 0.25, 0.25, 0.0555555555555556, 0.861111111111111, 2.22222222222222, 0.166666666666667, 0.638888888888889, 0.0555555555555556, 0.166666666666667, 0.25, 0.166666666666667, 0.638888888888889, 2.55555555555556, 0.25, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.416666666666667, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 0.416666666666667, 0.166666666666667, 0.166666666666667, 0.638888888888889, 0.416666666666667, 0, 0.166666666666667, 0.0555555555555556, 0.0555555555555556, 1.27777777777778, 0.166666666666667, 0, 0.638888888888889, 0.416666666666667, 0, 0.166666666666667, 0.416666666666667, 0, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.166666666666667, 0.638888888888889, 0.861111111111111, 0, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 2.91666666666667, 2.69444444444444, 2.58333333333333, 1.88888888888889, 2.55555555555556, 3.36111111111111, 3.72222222222222, 2.66666666666667, 3.36111111111111, 2.55555555555556, 2.66666666666667, 2.58333333333333, 2.66666666666667, 1.97222222222222, 5.05555555555556, 2.91666666666667, 2.66666666666667, 2.66666666666667, 3.36111111111111, 2.91666666666667, 2.66666666666667, 2.91666666666667, 3.05555555555556, 3.38888888888889, 2.91666666666667, 2.66666666666667, 2.66666666666667, 3.36111111111111, 2.91666666666667, 2.55555555555556, 2.66666666666667, 2.55555555555556, 2.55555555555556, 3.05555555555556, 2.66666666666667, 2.55555555555556, 3.36111111111111, 2.91666666666667, 2.55555555555556, 2.66666666666667, 2.91666666666667, 2.55555555555556, 5.05555555555556, 3.36111111111111, 3.36111111111111, 1.13888888888889, 2.66666666666667, 2.69444444444444, 3.36111111111111, 2.55555555555556, 2.66666666666667, 2.91666666666667, 2.02777777777778, 3.05555555555556, 0.555555555555556, 0.277777777777778, 0.277777777777778, 0.416666666666667, 1.22222222222222, 1.91666666666667, 0.527777777777778, 0.222222222222222, 0.416666666666667, 0.527777777777778, 0.277777777777778, 0.527777777777778, 0.555555555555556, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.777777777777778, 0.527777777777778, 0.777777777777778, 1.08333333333333, 2.91666666666667, 0.777777777777778, 0.527777777777778, 0.527777777777778, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.416666666666667, 0.416666666666667, 1.08333333333333, 0.527777777777778, 0.25, 0.222222222222222, 0.777777777777778, 0.25, 0.527777777777778, 0.777777777777778, 0.25, 2.91666666666667, 1.22222222222222, 1.22222222222222, 2.91666666666667, 0.527777777777778, 0.555555555555556, 1.22222222222222, 0.25, 0.527777777777778, 0.777777777777778, 1.08333333333333, 2.91666666666667, 0.0833333333333333, 0.111111111111111, 0.861111111111111, 1.66666666666667, 0.75, 0.972222222222222, 0.777777777777778, 0.861111111111111, 0.972222222222222, 0.111111111111111, 0.972222222222222, 0.0555555555555556, 3.36111111111111, 0.555555555555556, 0.972222222222222, 0.972222222222222, 1.66666666666667, 1.22222222222222, 0.972222222222222, 1.22222222222222, 0.25, 1.80555555555556, 1.22222222222222, 0.972222222222222, 0.972222222222222, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 0.861111111111111, 0.861111111111111, 0.111111111111111, 0.972222222222222, 0.638888888888889, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.638888888888889, 3.36111111111111, 1.66666666666667, 1.66666666666667, 1.80555555555556, 0.972222222222222, 0.0555555555555556, 1.66666666666667, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.25, 2.69444444444444, 0, 0.416666666666667, 1.22222222222222, 1.13888888888889, 0.527777777777778, 0.555555555555555, 0.416666666666667, 0.527777777777778, 0, 0.527777777777778, 0.111111111111111, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.777777777777778, 0.527777777777778, 0.777777777777778, 0.472222222222222, 1.97222222222222, 0.777777777777778, 0.527777777777778, 0.527777777777778, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.416666666666667, 0.416666666666667, 0.361111111111111, 0.527777777777778, 0.25, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.777777777777778, 0.25, 2.91666666666667, 1.22222222222222, 1.22222222222222, 1.97222222222222, 0.527777777777778, 0.111111111111111, 1.22222222222222, 0.25, 0.527777777777778, 0.777777777777778, 0.472222222222222, 2.58333333333333, 0.416666666666667, 1.22222222222222, 1.13888888888889, 0.527777777777778, 0.555555555555555, 0.416666666666667, 0.527777777777778, 0, 0.527777777777778, 0.0833333333333333, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.777777777777778, 0.527777777777778, 0.777777777777778, 0.472222222222222, 1.97222222222222, 0.777777777777778, 0.527777777777778, 0.527777777777778, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.416666666666667, 0.416666666666667, 0.472222222222222, 0.527777777777778, 0.25, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.777777777777778, 0.25, 2.91666666666667, 1.22222222222222, 1.22222222222222, 1.52777777777778, 0.527777777777778, 0.111111111111111, 1.22222222222222, 0.25, 0.527777777777778, 0.777777777777778, 0.361111111111111, 2.58333333333333, 0.638888888888889, 2.55555555555556, 0.0555555555555556, 0.861111111111111, 0.0555555555555556, 0.0555555555555556, 0.416666666666667, 0.0555555555555556, 0.861111111111111, 2.55555555555556, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0.638888888888889, 0.25, 0.0555555555555556, 0.25, 1.55555555555556, 2.55555555555556, 0.25, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.25, 0.0555555555555556, 0.166666666666667, 0.0555555555555556, 0, 1.55555555555556, 0.166666666666667, 0.0555555555555556, 0.861111111111111, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0.25, 0.0555555555555556, 2.55555555555556, 0.638888888888889, 0.638888888888889, 2.55555555555556, 0.166666666666667, 0.861111111111111, 0.861111111111111, 0.0555555555555556, 0.166666666666667, 0.25, 1.55555555555556, 2.55555555555556, 3.36111111111111, 0.527777777777778, 1.66666666666667, 0.861111111111111, 0.527777777777778, 1.22222222222222, 0.527777777777778, 1.66666666666667, 3.36111111111111, 1.22222222222222, 0.527777777777778, 0.527777777777778, 0.777777777777778, 0.555555555555556, 0.527777777777778, 0.555555555555556, 2.36111111111111, 3.36111111111111, 0.555555555555556, 0.972222222222222, 0.972222222222222, 1.66666666666667, 0.555555555555556, 0.861111111111111, 0.972222222222222, 0.861111111111111, 0.638888888888889, 2.36111111111111, 0.972222222222222, 0.861111111111111, 1.66666666666667, 1.22222222222222, 0.861111111111111, 0.361111111111111, 0.555555555555556, 0.861111111111111, 3.36111111111111, 0.777777777777778, 0.777777777777778, 3.36111111111111, 0.972222222222222, 1.66666666666667, 1.66666666666667, 0.861111111111111, 0.972222222222222, 0.111111111111111, 2.36111111111111, 3.36111111111111, 2.66666666666667, 2.02777777777778, 2.55555555555556, 2.66666666666667, 1.13888888888889, 2.66666666666667, 0.75, 3.27777777777778, 1.91666666666667, 2.66666666666667, 2.66666666666667, 3.36111111111111, 2.91666666666667, 2.66666666666667, 2.91666666666667, 0.138888888888889, 1.16666666666667, 2.91666666666667, 2.66666666666667, 2.66666666666667, 2.02777777777778, 2.91666666666667, 2.22222222222222, 2.66666666666667, 2.55555555555556, 2.55555555555556, 0.611111111111111, 2.66666666666667, 2.22222222222222, 2.02777777777778, 2.91666666666667, 2.22222222222222, 2.66666666666667, 2.91666666666667, 2.22222222222222, 4.11111111111111, 3.36111111111111, 3.36111111111111, 2.27777777777778, 2.66666666666667, 0.75, 3.36111111111111, 2.22222222222222, 2.66666666666667, 2.91666666666667, 0.611111111111111, 2.27777777777778, 0.972222222222222, 0.166666666666667, 0, 0.527777777777778, 0.0555555555555556, 0.972222222222222, 2.66666666666667, 0.527777777777778, 0.0555555555555556, 0.0555555555555556, 0.527777777777778, 0.194444444444444, 0.0555555555555556, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.0833333333333333, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.194444444444444, 0.166666666666667, 0.277777777777778, 0.166666666666667, 0.0555555555555556, 1.66666666666667, 0.277777777777778, 0.166666666666667, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0.0555555555555556, 0.194444444444444, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.527777777777778, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.861111111111111, 0.972222222222222, 0.555555555555555, 0.972222222222222, 0.777777777777778, 3.36111111111111, 0.555555555555556, 0.972222222222222, 0.972222222222222, 1.66666666666667, 1.22222222222222, 0.972222222222222, 1.22222222222222, 1.25, 3.36111111111111, 1.22222222222222, 0.972222222222222, 0.972222222222222, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 0.861111111111111, 0.861111111111111, 1.25, 0.972222222222222, 0.638888888888889, 0.0555555555555556, 1.22222222222222, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.638888888888889, 3.36111111111111, 1.66666666666667, 1.66666666666667, 3.36111111111111, 0.972222222222222, 0.777777777777778, 1.66666666666667, 0.638888888888889, 0.972222222222222, 1.22222222222222, 1.25, 3.36111111111111, 0.166666666666667, 0.416666666666667, 0.166666666666667, 0.861111111111111, 2.55555555555556, 0.416666666666667, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.416666666666667, 0.166666666666667, 0.416666666666667, 1.55555555555556, 2.55555555555556, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0.861111111111111, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0, 0.0555555555555556, 1.55555555555556, 0.0555555555555556, 0.0555555555555556, 0.861111111111111, 0.25, 0.0555555555555556, 0.166666666666667, 0.416666666666667, 0.0555555555555556, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.0555555555555556, 0.861111111111111, 0.638888888888889, 0.0555555555555556, 0.0555555555555556, 0.416666666666667, 1.55555555555556, 2.55555555555556, 0.527777777777778, 0.0555555555555556, 0.972222222222222, 2.66666666666667, 0.527777777777778, 0.0555555555555556, 0.0555555555555556, 0.527777777777778, 0.194444444444444, 0.0555555555555556, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.0555555555555556, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.194444444444444, 0.166666666666667, 0.277777777777778, 0.166666666666667, 0.0555555555555556, 1.66666666666667, 0.277777777777778, 0.166666666666667, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0.0555555555555556, 0.194444444444444, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.527777777777778, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.527777777777778, 0.111111111111111, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.777777777777778, 0.527777777777778, 0.777777777777778, 0.472222222222222, 1.97222222222222, 0.777777777777778, 0.527777777777778, 0.527777777777778, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.416666666666667, 0.416666666666667, 0.472222222222222, 0.527777777777778, 0.25, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.777777777777778, 0.25, 2.91666666666667, 1.22222222222222, 1.22222222222222, 1.97222222222222, 0.527777777777778, 0.0833333333333333, 1.22222222222222, 0.25, 0.527777777777778, 0.777777777777778, 0.472222222222222, 2.58333333333333, 0.972222222222222, 2.66666666666667, 0.527777777777778, 0.0555555555555556, 0.0555555555555556, 0.361111111111111, 0.194444444444444, 0.0555555555555556, 0.0555555555555556, 1.66666666666667, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.0833333333333333, 0.166666666666667, 0.277777777777778, 0.166666666666667, 0.0555555555555556, 1.66666666666667, 0.277777777777778, 0.166666666666667, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0.0555555555555556, 0.0555555555555556, 0.166666666666667, 2.66666666666667, 0.361111111111111, 0.25, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.194444444444444, 1.66666666666667, 2.66666666666667, 3.36111111111111, 0.555555555555556, 0.972222222222222, 0.972222222222222, 1.66666666666667, 1.22222222222222, 0.972222222222222, 1.22222222222222, 0.25, 1.80555555555556, 1.22222222222222, 0.972222222222222, 0.972222222222222, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 0.861111111111111, 0.861111111111111, 0.25, 0.972222222222222, 0.638888888888889, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.638888888888889, 3.36111111111111, 1.66666666666667, 1.66666666666667, 1.33333333333333, 0.972222222222222, 0.0555555555555556, 1.66666666666667, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.111111111111111, 2.69444444444444, 2.91666666666667, 2.66666666666667, 2.66666666666667, 3.36111111111111, 2.91666666666667, 2.66666666666667, 2.91666666666667, 2.66666666666667, 2.16666666666667, 2.91666666666667, 2.66666666666667, 2.66666666666667, 3.36111111111111, 2.91666666666667, 2.55555555555556, 2.66666666666667, 2.55555555555556, 2.55555555555556, 4.05555555555556, 2.66666666666667, 2.55555555555556, 3.36111111111111, 2.91666666666667, 2.55555555555556, 2.66666666666667, 2.91666666666667, 2.55555555555556, 1.13888888888889, 3.36111111111111, 3.36111111111111, 5.05555555555556, 2.66666666666667, 3.36111111111111, 3.36111111111111, 2.55555555555556, 2.66666666666667, 2.91666666666667, 4.05555555555556, 1.13888888888889, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.777777777777778, 0.527777777777778, 0.777777777777778, 1.08333333333333, 2.91666666666667, 0.777777777777778, 0.527777777777778, 0.527777777777778, 0.222222222222222, 0.777777777777778, 0.25, 0.527777777777778, 0.416666666666667, 0.416666666666667, 1.08333333333333, 0.527777777777778, 0.25, 0.555555555555556, 0.777777777777778, 0.25, 0.527777777777778, 0.777777777777778, 0.25, 2.91666666666667, 1.22222222222222, 1.22222222222222, 2.91666666666667, 0.527777777777778, 0.555555555555556, 1.22222222222222, 0.25, 0.527777777777778, 0.777777777777778, 1.08333333333333, 2.91666666666667, 0.0555555555555556, 0.527777777777778, 0.0555555555555556, 0.0555555555555556, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.194444444444444, 0.166666666666667, 0.277777777777778, 0.166666666666667, 0.0277777777777778, 1.66666666666667, 0.277777777777778, 0.166666666666667, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0.0555555555555556, 0.194444444444444, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.527777777777778, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.527777777777778, 0.194444444444444, 0, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.194444444444444, 0.166666666666667, 0.277777777777778, 0.166666666666667, 0.0555555555555556, 1.66666666666667, 0.277777777777778, 0.166666666666667, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0.0555555555555556, 0.194444444444444, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.527777777777778, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.555555555555556, 0.527777777777778, 0.222222222222222, 2.36111111111111, 3.36111111111111, 0.555555555555555, 0.972222222222222, 0.972222222222222, 1.66666666666667, 0.222222222222222, 0.861111111111111, 0.972222222222222, 0.861111111111111, 0.638888888888889, 2.36111111111111, 0.972222222222222, 0.861111111111111, 1.66666666666667, 1.22222222222222, 0.861111111111111, 0.527777777777778, 0.222222222222222, 0.861111111111111, 3.36111111111111, 0.277777777777778, 0.277777777777778, 3.36111111111111, 0.972222222222222, 1.66666666666667, 1.66666666666667, 0.861111111111111, 0.972222222222222, 0.555555555555555, 2.36111111111111, 3.36111111111111, 0.194444444444444, 0.277777777777778, 1.91666666666667, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.277777777777778, 0.416666666666667, 0.527777777777778, 0.416666666666667, 0.138888888888889, 1.91666666666667, 0.527777777777778, 0.416666666666667, 1.22222222222222, 0.777777777777778, 0.416666666666667, 0.194444444444444, 0.277777777777778, 0.416666666666667, 2.91666666666667, 0.555555555555556, 0.555555555555556, 2.91666666666667, 0.527777777777778, 1.22222222222222, 1.22222222222222, 0.416666666666667, 0.527777777777778, 0.277777777777778, 1.91666666666667, 2.91666666666667, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.194444444444444, 0.166666666666667, 0.277777777777778, 0.166666666666667, 0.0555555555555556, 1.66666666666667, 0.277777777777778, 0.166666666666667, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0.0555555555555556, 0.194444444444444, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.527777777777778, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.194444444444444, 1.66666666666667, 2.66666666666667, 1.91666666666667, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.0555555555555556, 0.416666666666667, 0.527777777777778, 0.416666666666667, 0.25, 1.91666666666667, 0.527777777777778, 0.416666666666667, 1.22222222222222, 0.777777777777778, 0.416666666666667, 0.194444444444444, 0, 0.416666666666667, 2.91666666666667, 0.222222222222222, 0.111111111111111, 2.91666666666667, 0.527777777777778, 1.22222222222222, 1.22222222222222, 0.416666666666667, 0.527777777777778, 0.277777777777778, 1.91666666666667, 2.91666666666667, 1.16666666666667, 1.91666666666667, 1.66666666666667, 1.66666666666667, 1.25, 1.91666666666667, 1.27777777777778, 1.66666666666667, 1.55555555555556, 1.55555555555556, 0.277777777777778, 1.66666666666667, 1.27777777777778, 1.25, 1.91666666666667, 1.27777777777778, 1.66666666666667, 1.91666666666667, 1.27777777777778, 3.02777777777778, 2.36111111111111, 2.36111111111111, 1.88888888888889, 1.66666666666667, 0.25, 2.36111111111111, 1.27777777777778, 1.66666666666667, 1.91666666666667, 0.277777777777778, 2.02777777777778, 2.91666666666667, 2.66666666666667, 2.66666666666667, 3.36111111111111, 2.91666666666667, 2.55555555555556, 2.66666666666667, 2.55555555555556, 2.55555555555556, 1.88888888888889, 2.66666666666667, 2.55555555555556, 3.36111111111111, 2.91666666666667, 2.55555555555556, 2.66666666666667, 2.91666666666667, 2.55555555555556, 3.02777777777778, 3.36111111111111, 3.36111111111111, 1.66666666666667, 2.66666666666667, 1.80555555555556, 3.36111111111111, 2.55555555555556, 2.66666666666667, 2.91666666666667, 1.88888888888889, 1.13888888888889, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.277777777777778, 0.416666666666667, 0.527777777777778, 0.416666666666667, 0.25, 1.91666666666667, 0.527777777777778, 0.416666666666667, 1.22222222222222, 0.777777777777778, 0.416666666666667, 0.194444444444444, 0.277777777777778, 0.416666666666667, 2.91666666666667, 0.555555555555556, 0.555555555555556, 2.91666666666667, 0.527777777777778, 1.22222222222222, 1.22222222222222, 0.416666666666667, 0.527777777777778, 0.277777777777778, 1.91666666666667, 2.91666666666667, 0, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0, 0.0555555555555556, 0.166666666666667, 1.66666666666667, 0, 0.166666666666667, 0.972222222222222, 0.0833333333333333, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.166666666666667, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.66666666666667, 0, 0.972222222222222, 0.361111111111111, 0.166666666666667, 0, 0.527777777777778, 1.66666666666667, 2.66666666666667, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0, 0.0555555555555556, 0.166666666666667, 1.66666666666667, 0, 0.166666666666667, 0.972222222222222, 0.0833333333333333, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.166666666666667, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.66666666666667, 0, 0.972222222222222, 0.361111111111111, 0.166666666666667, 0, 0.527777777777778, 1.66666666666667, 2.66666666666667, 1.22222222222222, 0.638888888888889, 0.972222222222222, 0.861111111111111, 0.861111111111111, 1.25, 0.972222222222222, 0.638888888888889, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.638888888888889, 3.36111111111111, 1.66666666666667, 1.66666666666667, 3.36111111111111, 0.972222222222222, 0.777777777777778, 1.66666666666667, 0.638888888888889, 0.972222222222222, 1.22222222222222, 1.25, 3.36111111111111, 0.416666666666667, 0.527777777777778, 0.416666666666667, 0.25, 1.91666666666667, 0.527777777777778, 0.416666666666667, 1.22222222222222, 0.777777777777778, 0.416666666666667, 0.194444444444444, 0.0555555555555556, 0.416666666666667, 2.91666666666667, 0.0833333333333333, 0.222222222222222, 2.91666666666667, 0.527777777777778, 1.22222222222222, 1.22222222222222, 0.416666666666667, 0.527777777777778, 0.277777777777778, 1.91666666666667, 2.91666666666667, 0.166666666666667, 0.0555555555555556, 0.0555555555555556, 1.27777777777778, 0.166666666666667, 0, 0.638888888888889, 0.416666666666667, 0, 0.166666666666667, 0.416666666666667, 0, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.166666666666667, 0.638888888888889, 0.861111111111111, 0, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 0.0555555555555556, 0.166666666666667, 1.66666666666667, 0, 0.166666666666667, 0.972222222222222, 0.0833333333333333, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.166666666666667, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.66666666666667, 0, 0.972222222222222, 0.361111111111111, 0.166666666666667, 0, 0.527777777777778, 1.66666666666667, 2.66666666666667, 0.0555555555555556, 1.55555555555556, 0.0555555555555556, 0.0555555555555556, 0.861111111111111, 0.25, 0.0555555555555556, 0.166666666666667, 0.416666666666667, 0.0555555555555556, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.0555555555555556, 0.861111111111111, 0.638888888888889, 0.0555555555555556, 0.0555555555555556, 0.416666666666667, 1.55555555555556, 2.55555555555556, 1.55555555555556, 0.166666666666667, 0.0555555555555556, 0.861111111111111, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0.25, 0.0555555555555556, 2.55555555555556, 0.638888888888889, 0.638888888888889, 2.55555555555556, 0.166666666666667, 0.861111111111111, 0.861111111111111, 0.0555555555555556, 0.166666666666667, 0.25, 1.55555555555556, 2.55555555555556, 1.66666666666667, 1.27777777777778, 1.25, 1.91666666666667, 1.27777777777778, 1.66666666666667, 1.91666666666667, 1.27777777777778, 4.05555555555556, 2.36111111111111, 2.36111111111111, 1.88888888888889, 1.66666666666667, 0.25, 2.36111111111111, 1.27777777777778, 1.66666666666667, 1.91666666666667, 0.277777777777778, 3.05555555555556, 0.166666666666667, 0.972222222222222, 0.0833333333333333, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.166666666666667, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.66666666666667, 0, 0.972222222222222, 0.361111111111111, 0.166666666666667, 0, 0.527777777777778, 1.66666666666667, 2.66666666666667, 0.638888888888889, 0.416666666666667, 0, 0.166666666666667, 0.416666666666667, 0, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.166666666666667, 0.638888888888889, 0.861111111111111, 0, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 1.22222222222222, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.638888888888889, 3.36111111111111, 1.66666666666667, 1.66666666666667, 3.36111111111111, 0.972222222222222, 0.777777777777778, 1.66666666666667, 0.638888888888889, 0.972222222222222, 1.22222222222222, 1.25, 3.36111111111111, 0.416666666666667, 0.527777777777778, 0.777777777777778, 0.416666666666667, 2.91666666666667, 1.22222222222222, 1.22222222222222, 2.91666666666667, 0.0833333333333333, 1.22222222222222, 0.0833333333333333, 0.416666666666667, 0.0833333333333333, 0.777777777777778, 1.91666666666667, 2.91666666666667, 0.166666666666667, 0.416666666666667, 0, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.166666666666667, 0.638888888888889, 0.861111111111111, 0, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 0.194444444444444, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.527777777777778, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.0833333333333333, 1.66666666666667, 2.66666666666667, 0.416666666666667, 2.91666666666667, 0.222222222222222, 0.0833333333333333, 2.91666666666667, 0.527777777777778, 1.22222222222222, 1.22222222222222, 0.416666666666667, 0.527777777777778, 0.277777777777778, 1.91666666666667, 2.91666666666667, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.166666666666667, 0.638888888888889, 0.861111111111111, 0, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 3.36111111111111, 3.36111111111111, 5.05555555555556, 2.66666666666667, 3.36111111111111, 3.36111111111111, 2.55555555555556, 2.66666666666667, 2.91666666666667, 4.05555555555556, 2.16666666666667, 0.277777777777778, 3.36111111111111, 0.972222222222222, 1.66666666666667, 1.66666666666667, 0.861111111111111, 0.972222222222222, 0.555555555555555, 2.36111111111111, 3.36111111111111, 3.36111111111111, 0.972222222222222, 1.66666666666667, 1.66666666666667, 0.861111111111111, 0.972222222222222, 0.555555555555555, 2.36111111111111, 3.36111111111111, 2.66666666666667, 1.80555555555556, 3.36111111111111, 2.55555555555556, 2.66666666666667, 2.91666666666667, 1.16666666666667, 3.38888888888889, 0.972222222222222, 0.361111111111111, 0.166666666666667, 0, 0.527777777777778, 1.66666666666667, 2.66666666666667, 1.66666666666667, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.25, 2.69444444444444, 0.861111111111111, 0.361111111111111, 1.22222222222222, 2.36111111111111, 3.36111111111111, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 0.527777777777778, 1.66666666666667, 2.66666666666667, 1.91666666666667, 2.91666666666667, 3.05555555555556))
5: `[<-`(`*tmp*`, ids[, 1:2], value = c(0, 0.0277777777777778, 0.138888888888889, 0.0277777777777778, 0.0277777777777778, 0, 0.138888888888889, 0.388888888888889, 0.138888888888889, 0, 0.0277777777777778, 0.138888888888889, 2.52777777777778, 2.52777777777778, 0.138888888888889, 0, 0.388888888888889, 2.52777777777778, 0.833333333333333, 0.0277777777777778, 0.0277777777777778, 0.138888888888889, 0.388888888888889, 0.138888888888889, 0, 0.388888888888889, 0.388888888888889, 1.52777777777778, 0.388888888888889, 0.138888888888889, 0.138888888888889, 0.833333333333333, 2.52777777777778, 0.0277777777777778, 0.388888888888889, 0.388888888888889, 0.0277777777777778, 0.138888888888889, 0, 0.138888888888889, 0.833333333333333, 0.0277777777777778, 0.0277777777777778, 0.0277777777777778, 2.52777777777778, 0.388888888888889, 0.833333333333333, 0.388888888888889, 0.388888888888889, 0, 0.388888888888889, 2.52777777777778, 0.0277777777777778, 0.833333333333333, 0.0277777777777778, 0.0277777777777778, 0.388888888888889, 0.0277777777777778, 0.833333333333333, 2.52777777777778, 0.388888888888889, 0.0277777777777778, 0.0277777777777778, 0.388888888888889, 0.138888888888889, 0.0277777777777778, 0.138888888888889, 1.52777777777778, 2.52777777777778, 0.138888888888889, 0.138888888888889, 0.138888888888889, 0.833333333333333, 0.138888888888889, 0.0277777777777778, 0.138888888888889, 0.0277777777777778, 0, 1.52777777777778, 0.138888888888889, 0.0277777777777778, 0.833333333333333, 0.388888888888889, 0.0277777777777778, 0.0277777777777778, 0.138888888888889, 0.0277777777777778, 2.52777777777778, 0.388888888888889, 0.388888888888889, 2.52777777777778, 0.138888888888889, 0.833333333333333, 0.833333333333333, 0.0277777777777778, 0.138888888888889, 0.138888888888889, 1.52777777777778, 2.52777777777778, 0, 0.138888888888889, 0, 0, 0.0277777777777778, 0.0277777777777778, 0.138888888888889, 0.0277777777777778, 0, 0.0277777777777778, 0.0277777777777778, 1.52777777777778, 2.52777777777778, 0.388888888888889, 0.0277777777777778, 0.138888888888889, 1.52777777777778, 0.388888888888889, 0, 0.138888888888889, 0.0277777777777778, 0.138888888888889, 0.388888888888889, 0.0277777777777778, 0.138888888888889, 0.138888888888889, 0.833333333333333, 0.138888888888889, 0.0277777777777778, 0.138888888888889, 0.388888888888889, 1.52777777777778, 0.0277777777777778, 0.833333333333333, 0.833333333333333, 0.138888888888889, 0.0277777777777778, 0.0277777777777778, 0.138888888888889, 0.388888888888889, 0.138888888888889, 0.138888888888889, 0, 2.52777777777778, 0.138888888888889, 0.388888888888889, 0.138888888888889, 0.138888888888889, 0.0277777777777778, 0.833333333333333, 1.52777777777778, 0.138888888888889, 0.388888888888889, 0.0277777777777778, 0.138888888888889, 0.138888888888889, 0.138888888888889, 0.388888888888889, 2.52777777777778, 0.138888888888889, 0.138888888888889, 0.138888888888889, 0.833333333333333, 0.388888888888889, 0.138888888888889, 0.388888888888889, 0.833333333333333, 2.52777777777778, 0.388888888888889, 0.138888888888889, 0.138888888888889, 0.388888888888889, 0.388888888888889, 0, 0.138888888888889, 0.0277777777777778, 0.0277777777777778, 0.833333333333333, 0.138888888888889, 0, 0.388888888888889, 0.388888888888889, 0, 0.138888888888889, 0.388888888888889, 0, 2.52777777777778, 0.833333333333333, 0.833333333333333, 2.52777777777778, 0.138888888888889, 0.388888888888889, 0.833333333333333, 0, 0.138888888888889, 0.388888888888889, 0.833333333333333, 2.52777777777778, 0.166666666666667, 0, 0, 0.0555555555555556, 0.0555555555555556, 0.25, 0.0555555555555556, 0.0277777777777778, 0.0555555555555556, 0.0277777777777778, 1.52777777777778, 2.55555555555556, 0.416666666666667, 0.0555555555555556, 0.138888888888889, 1.52777777777778, 0.388888888888889, 0, 0.166666666666667, 0.0277777777777778, 0.25, 0.416666666666667, 0.0555555555555556, 0.25, 0.138888888888889, 0.833333333333333, 0.138888888888889, 0.0555555555555556, 0.166666666666667, 0.388888888888889, 1.52777777777778, 0.0555555555555556, 0.861111111111111, 0.861111111111111, 0.166666666666667, 0.0555555555555556, 0.0555555555555556, 0.166666666666667, 0.388888888888889, 0.166666666666667, 0.166666666666667, 0, 2.55555555555556, 0.25, 0.388888888888889, 0.138888888888889, 0.138888888888889, 0.0555555555555556, 0.861111111111111, 1.52777777777778, 0.166666666666667, 0.638888888888889, 0.0555555555555556, 0.166666666666667, 0.138888888888889, 0.166666666666667, 0.388888888888889, 2.55555555555556, 0.25, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.416666666666667, 0.166666666666667, 0.416666666666667, 0.833333333333333, 1.55555555555556, 0.416666666666667, 0.166666666666667, 0.166666666666667, 0.638888888888889, 0.416666666666667, 0, 0.166666666666667, 0.0555555555555556, 0.0555555555555556, 0.833333333333333, 0.166666666666667, 0, 0.638888888888889, 0.416666666666667, 0, 0.166666666666667, 0.416666666666667, 0, 2.55555555555556, 0.861111111111111, 0.861111111111111, 1.55555555555556, 0.166666666666667, 0.388888888888889, 0.861111111111111, 0, 0.166666666666667, 0.416666666666667, 0.833333333333333, 2.55555555555556, 0.166666666666667, 0.166666666666667, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.277777777777778, 0.0277777777777778, 0.0277777777777778, 0.277777777777778, 2.66666666666667, 2.66666666666667, 0.527777777777778, 0.166666666666667, 0.527777777777778, 2.66666666666667, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.277777777777778, 0.527777777777778, 0.527777777777778, 0.166666666666667, 0.527777777777778, 0.527777777777778, 1.66666666666667, 0.527777777777778, 0.277777777777778, 0, 0.972222222222222, 2.66666666666667, 0.0555555555555556, 0.972222222222222, 0.972222222222222, 0.277777777777778, 0.277777777777778, 0.166666666666667, 0, 0.972222222222222, 0.277777777777778, 0.277777777777778, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.972222222222222, 0.527777777777778, 0.527777777777778, 0.166666666666667, 0.972222222222222, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 0.277777777777778, 0.972222222222222, 2.66666666666667, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.527777777777778, 0.277777777777778, 0.527777777777778, 1.66666666666667, 2.66666666666667, 0.527777777777778, 0, 0, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0, 0.0555555555555556, 0.166666666666667, 1.66666666666667, 0, 0.166666666666667, 0.972222222222222, 0.0833333333333333, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.166666666666667, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.66666666666667, 0, 0.972222222222222, 0.361111111111111, 0.166666666666667, 0, 0.527777777777778, 1.66666666666667, 2.66666666666667, 0, 0.0555555555555556, 0.0277777777777778, 0.138888888888889, 0.0555555555555556, 0.0277777777777778, 0.0555555555555556, 0.0555555555555556, 2.22222222222222, 2.55555555555556, 0.416666666666667, 0.0555555555555556, 0.25, 2.22222222222222, 0.638888888888889, 0, 0.166666666666667, 0.0555555555555556, 0.25, 0.416666666666667, 0.0555555555555556, 0.138888888888889, 0.25, 1.27777777777778, 0.25, 0.0555555555555556, 0.166666666666667, 0.638888888888889, 2.22222222222222, 0.0555555555555556, 0.861111111111111, 0.861111111111111, 0.166666666666667, 0.0277777777777778, 0.0555555555555556, 0.166666666666667, 0.638888888888889, 0.166666666666667, 0.166666666666667, 0, 2.55555555555556, 0.138888888888889, 0.638888888888889, 0.25, 0.25, 0.0555555555555556, 0.861111111111111, 2.22222222222222, 0.166666666666667, 0.388888888888889, 0.0555555555555556, 0.166666666666667, 0.25, 0.166666666666667, 0.638888888888889, 2.55555555555556, 0.25, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.416666666666667, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 0.416666666666667, 0.166666666666667, 0.166666666666667, 0.638888888888889, 0.416666666666667, 0, 0.166666666666667, 0.0555555555555556, 0.0555555555555556, 1.27777777777778, 0.166666666666667, 0, 0.388888888888889, 0.416666666666667, 0, 0.166666666666667, 0.416666666666667, 0, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.166666666666667, 0.638888888888889, 0.861111111111111, 0, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 0.0555555555555556, 0.0555555555555556, 0.25, 0.0277777777777778, 0.0277777777777778, 0.0555555555555556, 0.0555555555555556, 2.22222222222222, 2.55555555555556, 0.416666666666667, 0.0555555555555556, 0.25, 2.22222222222222, 0.638888888888889, 0, 0.166666666666667, 0.0555555555555556, 0.138888888888889, 0.416666666666667, 0.0555555555555556, 0.25, 0.25, 1.27777777777778, 0.25, 0.0277777777777778, 0.166666666666667, 0.638888888888889, 2.22222222222222, 0.0555555555555556, 0.861111111111111, 0.861111111111111, 0.166666666666667, 0.0555555555555556, 0.0555555555555556, 0.166666666666667, 0.638888888888889, 0.166666666666667, 0.166666666666667, 0, 2.55555555555556, 0.25, 0.638888888888889, 0.25, 0.25, 0.0555555555555556, 0.861111111111111, 2.22222222222222, 0.166666666666667, 0.638888888888889, 0.0555555555555556, 0.166666666666667, 0.25, 0.166666666666667, 0.638888888888889, 2.55555555555556, 0.138888888888889, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.416666666666667, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 0.416666666666667, 0.166666666666667, 0.166666666666667, 0.388888888888889, 0.416666666666667, 0, 0.166666666666667, 0.0555555555555556, 0.0555555555555556, 1.27777777777778, 0.166666666666667, 0, 0.638888888888889, 0.416666666666667, 0, 0.166666666666667, 0.416666666666667, 0, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.166666666666667, 0.638888888888889, 0.861111111111111, 0, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 0.166666666666667, 0.416666666666667, 0.166666666666667, 0.0277777777777778, 0.0555555555555556, 0.166666666666667, 2.55555555555556, 2.55555555555556, 0.25, 0, 0.416666666666667, 2.55555555555556, 0.861111111111111, 0.0555555555555556, 0.0277777777777778, 0.166666666666667, 0.416666666666667, 0.25, 0, 0.416666666666667, 0.416666666666667, 1.55555555555556, 0.416666666666667, 0.166666666666667, 0.166666666666667, 0.861111111111111, 2.55555555555556, 0.0555555555555556, 0.638888888888889, 0.638888888888889, 0.0555555555555556, 0.166666666666667, 0, 0.166666666666667, 0.861111111111111, 0.0555555555555556, 0.0555555555555556, 0.0555555555555556, 2.55555555555556, 0.416666666666667, 0.861111111111111, 0.416666666666667, 0.416666666666667, 0, 0.638888888888889, 2.55555555555556, 0.0555555555555556, 0.861111111111111, 0.0555555555555556, 0.0555555555555556, 0.416666666666667, 0.0555555555555556, 0.861111111111111, 2.55555555555556, 0.416666666666667, 0.0555555555555556, 0.0277777777777778, 0.638888888888889, 0.25, 0.0277777777777778, 0.25, 1.55555555555556, 2.55555555555556, 0.25, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.25, 0.0555555555555556, 0.166666666666667, 0.0555555555555556, 0, 1.55555555555556, 0.166666666666667, 0.0555555555555556, 0.861111111111111, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0.25, 0.0555555555555556, 2.55555555555556, 0.638888888888889, 0.638888888888889, 2.55555555555556, 0.166666666666667, 0.861111111111111, 0.861111111111111, 0.0555555555555556, 0.166666666666667, 0.25, 1.55555555555556, 2.55555555555556, 0.0555555555555556, 0.0555555555555556, 0.138888888888889, 0.166666666666667, 0.0555555555555556, 2, 2.66666666666667, 0.527777777777778, 0.166666666666667, 0.194444444444444, 2, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.0555555555555556, 0.194444444444444, 0.527777777777778, 0.166666666666667, 0.0555555555555556, 0.194444444444444, 1.11111111111111, 0.194444444444444, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 2, 0.166666666666667, 0.972222222222222, 0.972222222222222, 0.277777777777778, 0, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.0555555555555556, 2.66666666666667, 0.0833333333333333, 0.527777777777778, 0.194444444444444, 0.194444444444444, 0.166666666666667, 0.972222222222222, 2, 0.277777777777778, 0.25, 0.166666666666667, 0.277777777777778, 0.194444444444444, 0.277777777777778, 0.527777777777778, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.527777777777778, 0.277777777777778, 0.527777777777778, 1.11111111111111, 2.66666666666667, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.166666666666667, 0.166666666666667, 1.11111111111111, 0.277777777777778, 0.0555555555555556, 0.25, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 0.0555555555555556, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.66666666666667, 0.277777777777778, 0.527777777777778, 0.972222222222222, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 1.11111111111111, 2.66666666666667, 0.194444444444444, 0.388888888888889, 0.416666666666667, 0.194444444444444, 1.91666666666667, 2.91666666666667, 0.777777777777778, 0.416666666666667, 0.277777777777778, 1.91666666666667, 0.555555555555556, 0.25, 0.527777777777778, 0.194444444444444, 0.277777777777778, 0.777777777777778, 0.416666666666667, 0, 0.277777777777778, 1.08333333333333, 0.277777777777778, 0.194444444444444, 0.527777777777778, 0.555555555555556, 1.91666666666667, 0.416666666666667, 1.22222222222222, 1.22222222222222, 0.527777777777778, 0.0833333333333333, 0.416666666666667, 0.527777777777778, 0.555555555555556, 0.527777777777778, 0.527777777777778, 0.25, 2.91666666666667, 0.0555555555555556, 0.555555555555556, 0.277777777777778, 0.277777777777778, 0.416666666666667, 1.22222222222222, 1.91666666666667, 0.527777777777778, 0.0833333333333333, 0.416666666666667, 0.527777777777778, 0.277777777777778, 0.527777777777778, 0.555555555555556, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.777777777777778, 0.527777777777778, 0.777777777777778, 1.08333333333333, 2.91666666666667, 0.777777777777778, 0.527777777777778, 0.527777777777778, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.416666666666667, 0.416666666666667, 1.08333333333333, 0.527777777777778, 0.25, 0.111111111111111, 0.777777777777778, 0.25, 0.527777777777778, 0.777777777777778, 0.25, 2.91666666666667, 1.22222222222222, 1.22222222222222, 2.91666666666667, 0.527777777777778, 0.555555555555556, 1.22222222222222, 0.25, 0.527777777777778, 0.777777777777778, 1.08333333333333, 2.91666666666667, 0.138888888888889, 0.166666666666667, 0.0555555555555556, 2, 2.66666666666667, 0.527777777777778, 0.166666666666667, 0.194444444444444, 2, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.0555555555555556, 0.0555555555555556, 0.527777777777778, 0.166666666666667, 0.194444444444444, 0.194444444444444, 1.11111111111111, 0.194444444444444, 0, 0.277777777777778, 0.527777777777778, 2, 0.166666666666667, 0.972222222222222, 0.972222222222222, 0.277777777777778, 0.0555555555555556, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.0555555555555556, 2.66666666666667, 0.194444444444444, 0.527777777777778, 0.194444444444444, 0.194444444444444, 0.166666666666667, 0.972222222222222, 2, 0.277777777777778, 0.527777777777778, 0.166666666666667, 0.277777777777778, 0.194444444444444, 0.277777777777778, 0.527777777777778, 2.66666666666667, 0.0833333333333333, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.527777777777778, 0.277777777777778, 0.527777777777778, 1.11111111111111, 2.66666666666667, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.25, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.166666666666667, 0.166666666666667, 1.11111111111111, 0.277777777777778, 0.0555555555555556, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 0.0555555555555556, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.66666666666667, 0.277777777777778, 0.527777777777778, 0.972222222222222, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 1.11111111111111, 2.66666666666667, 0, 0.138888888888889, 2.52777777777778, 2.52777777777778, 0.388888888888889, 0.0277777777777778, 0.388888888888889, 2.52777777777778, 0.833333333333333, 0.0277777777777778, 0.138888888888889, 0.138888888888889, 0.388888888888889, 0.388888888888889, 0.0277777777777778, 0.388888888888889, 0.388888888888889, 1.52777777777778, 0.388888888888889, 0.138888888888889, 0.0277777777777778, 0.833333333333333, 2.52777777777778, 0, 0.833333333333333, 0.833333333333333, 0.138888888888889, 0.138888888888889, 0.0277777777777778, 0.0277777777777778, 0.833333333333333, 0.138888888888889, 0.138888888888889, 0.0277777777777778, 2.52777777777778, 0.388888888888889, 0.833333333333333, 0.388888888888889, 0.388888888888889, 0.0277777777777778, 0.833333333333333, 2.52777777777778, 0.138888888888889, 0.833333333333333, 0, 0.138888888888889, 0.388888888888889, 0.138888888888889, 0.833333333333333, 2.52777777777778, 0.388888888888889, 0.138888888888889, 0.138888888888889, 0.833333333333333, 0.388888888888889, 0.138888888888889, 0.388888888888889, 1.52777777777778, 2.52777777777778, 0.388888888888889, 0.0277777777777778, 0.0277777777777778, 0.833333333333333, 0.388888888888889, 0.0277777777777778, 0.0277777777777778, 0, 0.0277777777777778, 1.52777777777778, 0.0277777777777778, 0.0277777777777778, 0.833333333333333, 0.138888888888889, 0.0277777777777778, 0.138888888888889, 0.388888888888889, 0.0277777777777778, 2.52777777777778, 0.833333333333333, 0.833333333333333, 2.52777777777778, 0.0277777777777778, 0.833333333333333, 0.388888888888889, 0.0277777777777778, 0.0277777777777778, 0.388888888888889, 1.52777777777778, 2.52777777777778, 0.166666666666667, 2.55555555555556, 2.55555555555556, 0.416666666666667, 0.0555555555555556, 0.416666666666667, 2.55555555555556, 0.861111111111111, 0.0555555555555556, 0.166666666666667, 0.166666666666667, 0.416666666666667, 0.416666666666667, 0.0555555555555556, 0.416666666666667, 0.416666666666667, 1.55555555555556, 0.416666666666667, 0.166666666666667, 0.0277777777777778, 0.861111111111111, 2.55555555555556, 0, 0.861111111111111, 0.861111111111111, 0.166666666666667, 0.166666666666667, 0.0555555555555556, 0.0277777777777778, 0.861111111111111, 0.166666666666667, 0.166666666666667, 0.0555555555555556, 2.55555555555556, 0.416666666666667, 0.861111111111111, 0.416666666666667, 0.416666666666667, 0.0555555555555556, 0.861111111111111, 2.55555555555556, 0.166666666666667, 0.861111111111111, 0, 0.166666666666667, 0.416666666666667, 0.166666666666667, 0.861111111111111, 2.55555555555556, 0.416666666666667, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.416666666666667, 0.166666666666667, 0.416666666666667, 1.55555555555556, 2.55555555555556, 0.416666666666667, 0.0277777777777778, 0.0277777777777778, 0.861111111111111, 0.416666666666667, 0.0555555555555556, 0.0277777777777778, 0, 0.0555555555555556, 1.55555555555556, 0.0277777777777778, 0.0555555555555556, 0.861111111111111, 0.138888888888889, 0.0555555555555556, 0.166666666666667, 0.416666666666667, 0.0555555555555556, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.0277777777777778, 0.861111111111111, 0.388888888888889, 0.0555555555555556, 0.0277777777777778, 0.416666666666667, 1.55555555555556, 2.55555555555556, 1.27777777777778, 1.66666666666667, 0.527777777777778, 0.166666666666667, 0.0555555555555556, 1.27777777777778, 0.25, 0.0555555555555556, 0.277777777777778, 0, 0.194444444444444, 0.527777777777778, 0.166666666666667, 0.194444444444444, 0.0555555555555556, 0.638888888888889, 0.0555555555555556, 0.0555555555555556, 0.277777777777778, 0.25, 1.27777777777778, 0.166666666666667, 0.972222222222222, 0.972222222222222, 0.277777777777778, 0.0555555555555556, 0.166666666666667, 0.277777777777778, 0.25, 0.277777777777778, 0.277777777777778, 0.0555555555555556, 1.66666666666667, 0.194444444444444, 0.25, 0.0555555555555556, 0.0555555555555556, 0.166666666666667, 0.972222222222222, 1.27777777777778, 0.277777777777778, 0.527777777777778, 0.166666666666667, 0.277777777777778, 0.0555555555555556, 0.277777777777778, 0.25, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.527777777777778, 0.277777777777778, 0.527777777777778, 0.638888888888889, 1.63888888888889, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.166666666666667, 0.166666666666667, 0.638888888888889, 0.277777777777778, 0.0555555555555556, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 0.0555555555555556, 2.66666666666667, 0.972222222222222, 0.972222222222222, 1.63888888888889, 0.277777777777778, 0.25, 0.972222222222222, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 0.638888888888889, 1.66666666666667, 3.72222222222222, 2.91666666666667, 2.55555555555556, 1.13888888888889, 0.777777777777778, 0.75, 2.22222222222222, 2.66666666666667, 1.72222222222222, 1.91666666666667, 2.91666666666667, 2.55555555555556, 1.91666666666667, 1.13888888888889, 0.611111111111111, 1.13888888888889, 2, 2.66666666666667, 0.75, 0.777777777777778, 2.55555555555556, 3.36111111111111, 3.36111111111111, 2.66666666666667, 2, 2.55555555555556, 2.66666666666667, 0.75, 2.66666666666667, 2.66666666666667, 2.22222222222222, 3.72222222222222, 1.91666666666667, 0.472222222222222, 0.888888888888889, 1.13888888888889, 2.55555555555556, 3.36111111111111, 0.777777777777778, 2.66666666666667, 2.02777777777778, 2.55555555555556, 2.66666666666667, 1.13888888888889, 2.66666666666667, 0.75, 5.05555555555556, 1.91666666666667, 2.66666666666667, 2.66666666666667, 3.36111111111111, 2.91666666666667, 2.66666666666667, 2.91666666666667, 0.611111111111111, 2.27777777777778, 2.91666666666667, 2.66666666666667, 2.66666666666667, 2.02777777777778, 2.91666666666667, 2.22222222222222, 2.66666666666667, 2.55555555555556, 2.55555555555556, 0.138888888888889, 2.66666666666667, 2.22222222222222, 2.02777777777778, 2.91666666666667, 2.22222222222222, 2.66666666666667, 2.91666666666667, 2.22222222222222, 5.05555555555556, 3.36111111111111, 3.36111111111111, 2.27777777777778, 2.66666666666667, 0.75, 3.36111111111111, 2.22222222222222, 2.66666666666667, 2.91666666666667, 0.611111111111111, 3.72222222222222, 2.91666666666667, 2.55555555555556, 2.58333333333333, 2.16666666666667, 2.69444444444444, 2.55555555555556, 2.66666666666667, 2.66666666666667, 2.91666666666667, 2.91666666666667, 2.55555555555556, 2.91666666666667, 2.58333333333333, 2.27777777777778, 2.58333333333333, 2.66666666666667, 2.66666666666667, 2.69444444444444, 3.72222222222222, 2.55555555555556, 3.36111111111111, 3.36111111111111, 2.66666666666667, 2.66666666666667, 2.55555555555556, 2.66666666666667, 2.69444444444444, 2.66666666666667, 2.66666666666667, 2.55555555555556, 0, 2.91666666666667, 2.69444444444444, 2.58333333333333, 1.88888888888889, 2.55555555555556, 3.36111111111111, 3.72222222222222, 2.66666666666667, 3.36111111111111, 2.55555555555556, 2.66666666666667, 2.58333333333333, 2.66666666666667, 1.97222222222222, 5.05555555555556, 2.91666666666667, 2.66666666666667, 2.66666666666667, 3.36111111111111, 2.91666666666667, 2.66666666666667, 2.91666666666667, 3.05555555555556, 3.38888888888889, 2.91666666666667, 2.66666666666667, 2.66666666666667, 3.36111111111111, 2.91666666666667, 2.55555555555556, 2.66666666666667, 2.55555555555556, 2.55555555555556, 3.05555555555556, 2.66666666666667, 2.55555555555556, 3.36111111111111, 2.91666666666667, 2.55555555555556, 2.66666666666667, 2.91666666666667, 2.55555555555556, 5.05555555555556, 3.36111111111111, 3.36111111111111, 1.13888888888889, 2.66666666666667, 2.69444444444444, 3.36111111111111, 2.55555555555556, 2.66666666666667, 2.91666666666667, 2.02777777777778, 3.05555555555556, 0.25, 0.777777777777778, 2.91666666666667, 1.22222222222222, 0.416666666666667, 0.194444444444444, 0.527777777777778, 0.777777777777778, 0.277777777777778, 0.138888888888889, 0.777777777777778, 0.777777777777778, 1.91666666666667, 0.777777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 2.91666666666667, 0.416666666666667, 0.0833333333333333, 0.0833333333333333, 0.0555555555555556, 0.527777777777778, 0.25, 0.527777777777778, 1.22222222222222, 0.0833333333333333, 0.194444444444444, 0.416666666666667, 2.91666666666667, 0.777777777777778, 1.22222222222222, 0.777777777777778, 0.777777777777778, 0.25, 0.555555555555556, 2.91666666666667, 0.194444444444444, 1.22222222222222, 0.416666666666667, 0.194444444444444, 0.777777777777778, 0.0833333333333333, 1.22222222222222, 2.91666666666667, 0.777777777777778, 0.194444444444444, 0.194444444444444, 0.0833333333333333, 0.277777777777778, 0.194444444444444, 0.0555555555555556, 1.91666666666667, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.0555555555555556, 0.416666666666667, 0.527777777777778, 0.416666666666667, 0.25, 1.91666666666667, 0.527777777777778, 0.416666666666667, 1.22222222222222, 0.777777777777778, 0.416666666666667, 0.194444444444444, 0.0555555555555556, 0.416666666666667, 2.91666666666667, 0.222222222222222, 0.222222222222222, 2.91666666666667, 0.527777777777778, 1.22222222222222, 1.22222222222222, 0.416666666666667, 0.527777777777778, 0.277777777777778, 1.91666666666667, 2.91666666666667, 0.416666666666667, 2.55555555555556, 0.861111111111111, 0.0555555555555556, 0.0555555555555556, 0.166666666666667, 0.416666666666667, 0.138888888888889, 0, 0.416666666666667, 0.416666666666667, 1.55555555555556, 0.416666666666667, 0.166666666666667, 0.166666666666667, 0.861111111111111, 2.55555555555556, 0.0555555555555556, 0.638888888888889, 0.638888888888889, 0.0555555555555556, 0.166666666666667, 0, 0.166666666666667, 0.861111111111111, 0.0555555555555556, 0.0277777777777778, 0.0555555555555556, 2.55555555555556, 0.416666666666667, 0.861111111111111, 0.416666666666667, 0.416666666666667, 0, 0.388888888888889, 2.55555555555556, 0.0555555555555556, 0.861111111111111, 0.0555555555555556, 0.0555555555555556, 0.416666666666667, 0.0555555555555556, 0.861111111111111, 2.55555555555556, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0.638888888888889, 0.25, 0.0555555555555556, 0.25, 1.55555555555556, 2.55555555555556, 0.25, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.25, 0.0555555555555556, 0.166666666666667, 0.0555555555555556, 0, 1.55555555555556, 0.166666666666667, 0.0555555555555556, 0.861111111111111, 0.416666666666667, 0.0555555555555556, 0.0277777777777778, 0.25, 0.0555555555555556, 2.55555555555556, 0.638888888888889, 0.638888888888889, 2.55555555555556, 0.166666666666667, 0.861111111111111, 0.861111111111111, 0.0555555555555556, 0.166666666666667, 0.138888888888889, 1.55555555555556, 2.55555555555556, 1.13888888888889, 0.0833333333333333, 0.25, 0.527777777777778, 0.0833333333333333, 0.277777777777778, 0.777777777777778, 0.416666666666667, 0.277777777777778, 0, 0.472222222222222, 0, 0.194444444444444, 0.527777777777778, 0.0833333333333333, 0.888888888888889, 0.416666666666667, 1.22222222222222, 1.22222222222222, 0.527777777777778, 0.194444444444444, 0.416666666666667, 0.527777777777778, 0.0833333333333333, 0.527777777777778, 0.527777777777778, 0.25, 2.58333333333333, 0.277777777777778, 0.111111111111111, 0, 0, 0.416666666666667, 1.22222222222222, 0.888888888888889, 0.527777777777778, 0.555555555555555, 0.416666666666667, 0.527777777777778, 0, 0.527777777777778, 0.111111111111111, 1.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.777777777777778, 0.527777777777778, 0.777777777777778, 0.361111111111111, 1.52777777777778, 0.777777777777778, 0.527777777777778, 0.527777777777778, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.416666666666667, 0.416666666666667, 0.472222222222222, 0.527777777777778, 0.25, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.777777777777778, 0.25, 2.91666666666667, 1.22222222222222, 1.22222222222222, 1.97222222222222, 0.527777777777778, 0.111111111111111, 1.22222222222222, 0.25, 0.527777777777778, 0.777777777777778, 0.472222222222222, 1.88888888888889, 0.75, 2.22222222222222, 2.66666666666667, 1.72222222222222, 1.91666666666667, 2.91666666666667, 2.55555555555556, 1.91666666666667, 1.13888888888889, 0.166666666666667, 1.13888888888889, 2, 2.66666666666667, 0.75, 0.777777777777778, 2.55555555555556, 3.36111111111111, 3.36111111111111, 2.66666666666667, 2, 2.55555555555556, 2.66666666666667, 0.75, 2.66666666666667, 2.66666666666667, 2.22222222222222, 2.16666666666667, 1.91666666666667, 0.75, 1.13888888888889, 0.888888888888889, 2.55555555555556, 3.36111111111111, 0.777777777777778, 2.66666666666667, 2.02777777777778, 2.55555555555556, 2.66666666666667, 1.13888888888889, 2.66666666666667, 0.472222222222222, 5.05555555555556, 1.91666666666667, 2.66666666666667, 2.66666666666667, 3.36111111111111, 2.91666666666667, 2.66666666666667, 2.91666666666667, 0.611111111111111, 2.27777777777778, 2.91666666666667, 2.66666666666667, 2.66666666666667, 2.02777777777778, 2.91666666666667, 2.22222222222222, 2.66666666666667, 2.55555555555556, 2.55555555555556, 0.611111111111111, 2.66666666666667, 2.22222222222222, 2.02777777777778, 2.91666666666667, 2.22222222222222, 2.66666666666667, 2.91666666666667, 2.22222222222222, 5.05555555555556, 3.36111111111111, 3.36111111111111, 1.13888888888889, 2.66666666666667, 0.75, 3.36111111111111, 2.22222222222222, 2.66666666666667, 2.91666666666667, 0.138888888888889, 3.72222222222222, 0.638888888888889, 0.972222222222222, 0.361111111111111, 0.555555555555556, 1.22222222222222, 0.861111111111111, 0.555555555555556, 0.111111111111111, 0.25, 0.111111111111111, 0.527777777777778, 0.972222222222222, 0, 0.472222222222222, 0.861111111111111, 1.66666666666667, 1.66666666666667, 0.972222222222222, 0.527777777777778, 0.861111111111111, 0.972222222222222, 0, 0.972222222222222, 0.972222222222222, 0.638888888888889, 2.69444444444444, 0.555555555555556, 0.0555555555555556, 0.111111111111111, 0.111111111111111, 0.861111111111111, 1.66666666666667, 0.472222222222222, 0.972222222222222, 0.777777777777778, 0.861111111111111, 0.972222222222222, 0.111111111111111, 0.972222222222222, 0.0555555555555556, 2.33333333333333, 0.555555555555556, 0.972222222222222, 0.972222222222222, 1.66666666666667, 1.22222222222222, 0.972222222222222, 1.22222222222222, 0.111111111111111, 1.33333333333333, 1.22222222222222, 0.972222222222222, 0.972222222222222, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 0.861111111111111, 0.861111111111111, 0.25, 0.972222222222222, 0.638888888888889, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.638888888888889, 2.36111111111111, 1.66666666666667, 1.66666666666667, 1.80555555555556, 0.972222222222222, 0.0555555555555556, 1.66666666666667, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.25, 1.97222222222222, 0.166666666666667, 0.0555555555555556, 0.25, 0.416666666666667, 0.0555555555555556, 0.25, 0.25, 1.27777777777778, 0.25, 0.0555555555555556, 0.166666666666667, 0.638888888888889, 2.22222222222222, 0.0555555555555556, 0.861111111111111, 0.861111111111111, 0.166666666666667, 0.0555555555555556, 0.0555555555555556, 0.166666666666667, 0.638888888888889, 0.166666666666667, 0.166666666666667, 0, 2.55555555555556, 0.25, 0.638888888888889, 0.25, 0.25, 0.0555555555555556, 0.861111111111111, 2.22222222222222, 0.166666666666667, 0.638888888888889, 0.0555555555555556, 0.166666666666667, 0.25, 0.166666666666667, 0.638888888888889, 2.55555555555556, 0.25, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.416666666666667, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 0.416666666666667, 0.166666666666667, 0.166666666666667, 0.638888888888889, 0.416666666666667, 0, 0.166666666666667, 0.0555555555555556, 0.0555555555555556, 1.27777777777778, 0.166666666666667, 0, 0.638888888888889, 0.416666666666667, 0, 0.166666666666667, 0.416666666666667, 0, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.166666666666667, 0.638888888888889, 0.861111111111111, 0, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 0.277777777777778, 0.527777777777778, 0.194444444444444, 0.0555555555555556, 0.527777777777778, 0.527777777777778, 1.66666666666667, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.972222222222222, 2.66666666666667, 0.166666666666667, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.0555555555555556, 0.277777777777778, 0.972222222222222, 0.0555555555555556, 0.0555555555555556, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.972222222222222, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.527777777777778, 2.66666666666667, 0.0555555555555556, 0.972222222222222, 0.166666666666667, 0.0555555555555556, 0.527777777777778, 0.0555555555555556, 0.972222222222222, 2.66666666666667, 0.527777777777778, 0.0555555555555556, 0, 0.527777777777778, 0.194444444444444, 0, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.194444444444444, 0.166666666666667, 0.277777777777778, 0.166666666666667, 0.0555555555555556, 1.66666666666667, 0.277777777777778, 0.166666666666667, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0.0555555555555556, 0.194444444444444, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.527777777777778, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.194444444444444, 0.527777777777778, 0.166666666666667, 0.194444444444444, 0.0833333333333333, 0.888888888888889, 0.0833333333333333, 0.0555555555555556, 0.277777777777778, 0.361111111111111, 1.72222222222222, 0.166666666666667, 0.972222222222222, 0.972222222222222, 0.277777777777778, 0.0555555555555556, 0.166666666666667, 0.277777777777778, 0.361111111111111, 0.277777777777778, 0.277777777777778, 0.0555555555555556, 2.66666666666667, 0.194444444444444, 0.361111111111111, 0.0833333333333333, 0.0833333333333333, 0.166666666666667, 0.972222222222222, 1.72222222222222, 0.277777777777778, 0.527777777777778, 0.166666666666667, 0.277777777777778, 0.0833333333333333, 0.277777777777778, 0.361111111111111, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.527777777777778, 0.277777777777778, 0.527777777777778, 0.888888888888889, 2.33333333333333, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.166666666666667, 0.166666666666667, 0.888888888888889, 0.277777777777778, 0.0555555555555556, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 0.0555555555555556, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.33333333333333, 0.277777777777778, 0.361111111111111, 0.972222222222222, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 0.888888888888889, 2.66666666666667, 0.777777777777778, 0.416666666666667, 0.277777777777778, 0.277777777777778, 1.08333333333333, 0.277777777777778, 0.0833333333333333, 0.527777777777778, 0.555555555555556, 1.91666666666667, 0.416666666666667, 1.22222222222222, 1.22222222222222, 0.527777777777778, 0.194444444444444, 0.416666666666667, 0.527777777777778, 0.555555555555556, 0.527777777777778, 0.527777777777778, 0.25, 2.91666666666667, 0.277777777777778, 0.555555555555556, 0.277777777777778, 0.277777777777778, 0.416666666666667, 1.22222222222222, 1.91666666666667, 0.527777777777778, 0.555555555555556, 0.416666666666667, 0.527777777777778, 0.277777777777778, 0.527777777777778, 0.555555555555556, 2.91666666666667, 0.0555555555555556, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.777777777777778, 0.527777777777778, 0.777777777777778, 1.08333333333333, 2.91666666666667, 0.777777777777778, 0.527777777777778, 0.527777777777778, 0.0833333333333333, 0.777777777777778, 0.25, 0.527777777777778, 0.416666666666667, 0.416666666666667, 1.08333333333333, 0.527777777777778, 0.25, 0.555555555555556, 0.777777777777778, 0.25, 0.527777777777778, 0.777777777777778, 0.25, 2.91666666666667, 1.22222222222222, 1.22222222222222, 2.91666666666667, 0.527777777777778, 0.555555555555556, 1.22222222222222, 0.25, 0.527777777777778, 0.777777777777778, 1.08333333333333, 2.91666666666667, 0.25, 0.777777777777778, 0.777777777777778, 1.91666666666667, 0.777777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 2.91666666666667, 0.416666666666667, 0.555555555555555, 0.555555555555555, 0.194444444444444, 0.527777777777778, 0.25, 0.527777777777778, 1.22222222222222, 0.194444444444444, 0.0555555555555556, 0.416666666666667, 2.91666666666667, 0.777777777777778, 1.22222222222222, 0.777777777777778, 0.777777777777778, 0.25, 0.0833333333333333, 2.91666666666667, 0.194444444444444, 1.22222222222222, 0.416666666666667, 0.194444444444444, 0.777777777777778, 0.194444444444444, 1.22222222222222, 2.91666666666667, 0.777777777777778, 0.194444444444444, 0.194444444444444, 0.555555555555555, 0.277777777777778, 0.194444444444444, 0.277777777777778, 1.91666666666667, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.277777777777778, 0.416666666666667, 0.527777777777778, 0.416666666666667, 0.25, 1.91666666666667, 0.527777777777778, 0.416666666666667, 1.22222222222222, 0.777777777777778, 0.416666666666667, 0.0833333333333333, 0.277777777777778, 0.416666666666667, 2.91666666666667, 0.555555555555555, 0.555555555555555, 2.91666666666667, 0.527777777777778, 1.22222222222222, 1.22222222222222, 0.416666666666667, 0.527777777777778, 0, 1.91666666666667, 2.91666666666667, 0.416666666666667, 0.416666666666667, 1.55555555555556, 0.416666666666667, 0.166666666666667, 0.166666666666667, 0.861111111111111, 2.55555555555556, 0.0555555555555556, 0.388888888888889, 0.388888888888889, 0.0277777777777778, 0.166666666666667, 0, 0.166666666666667, 0.861111111111111, 0.0277777777777778, 0.0555555555555556, 0.0555555555555556, 2.55555555555556, 0.416666666666667, 0.861111111111111, 0.416666666666667, 0.416666666666667, 0, 0.638888888888889, 2.55555555555556, 0.0555555555555556, 0.861111111111111, 0.0555555555555556, 0.0555555555555556, 0.416666666666667, 0.0277777777777778, 0.861111111111111, 2.55555555555556, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0.388888888888889, 0.25, 0.0555555555555556, 0.138888888888889, 1.55555555555556, 2.55555555555556, 0.25, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.138888888888889, 0.0555555555555556, 0.166666666666667, 0.0555555555555556, 0, 1.55555555555556, 0.166666666666667, 0.0555555555555556, 0.861111111111111, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0.138888888888889, 0.0555555555555556, 2.55555555555556, 0.388888888888889, 0.388888888888889, 2.55555555555556, 0.166666666666667, 0.861111111111111, 0.861111111111111, 0.0555555555555556, 0.166666666666667, 0.25, 1.55555555555556, 2.55555555555556, 0.277777777777778, 1.08333333333333, 0.277777777777778, 0.194444444444444, 0.527777777777778, 0.555555555555556, 1.91666666666667, 0.416666666666667, 1.22222222222222, 1.22222222222222, 0.527777777777778, 0.0833333333333333, 0.416666666666667, 0.527777777777778, 0.555555555555556, 0.527777777777778, 0.527777777777778, 0.25, 2.91666666666667, 0.0555555555555556, 0.555555555555556, 0.277777777777778, 0.277777777777778, 0.416666666666667, 1.22222222222222, 1.91666666666667, 0.527777777777778, 0.111111111111111, 0.416666666666667, 0.527777777777778, 0.277777777777778, 0.527777777777778, 0.555555555555556, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.777777777777778, 0.527777777777778, 0.777777777777778, 1.08333333333333, 2.91666666666667, 0.777777777777778, 0.527777777777778, 0.527777777777778, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.416666666666667, 0.416666666666667, 1.08333333333333, 0.527777777777778, 0.25, 0.0833333333333333, 0.777777777777778, 0.25, 0.527777777777778, 0.777777777777778, 0.25, 2.91666666666667, 1.22222222222222, 1.22222222222222, 2.91666666666667, 0.527777777777778, 0.555555555555556, 1.22222222222222, 0.25, 0.527777777777778, 0.777777777777778, 1.08333333333333, 2.91666666666667, 0.472222222222222, 0, 0.194444444444444, 0.527777777777778, 0.111111111111111, 1.13888888888889, 0.416666666666667, 1.22222222222222, 1.22222222222222, 0.527777777777778, 0.194444444444444, 0.416666666666667, 0.527777777777778, 0.111111111111111, 0.527777777777778, 0.527777777777778, 0.25, 2.58333333333333, 0.277777777777778, 0.111111111111111, 0, 0, 0.416666666666667, 1.22222222222222, 1.13888888888889, 0.527777777777778, 0.555555555555555, 0.416666666666667, 0.527777777777778, 0, 0.527777777777778, 0.111111111111111, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.777777777777778, 0.527777777777778, 0.777777777777778, 0.472222222222222, 1.97222222222222, 0.777777777777778, 0.527777777777778, 0.527777777777778, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.416666666666667, 0.416666666666667, 0.472222222222222, 0.527777777777778, 0.25, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.777777777777778, 0.25, 2.91666666666667, 1.22222222222222, 1.22222222222222, 1.97222222222222, 0.527777777777778, 0.111111111111111, 1.22222222222222, 0.25, 0.527777777777778, 0.777777777777778, 0.472222222222222, 2.58333333333333, 0.472222222222222, 1.11111111111111, 1.66666666666667, 0.25, 0.611111111111111, 1.55555555555556, 2.36111111111111, 2.36111111111111, 1.66666666666667, 1.11111111111111, 1.55555555555556, 1.66666666666667, 0.25, 1.66666666666667, 1.66666666666667, 1.27777777777778, 2.27777777777778, 1.08333333333333, 0.25, 0.472222222222222, 0.361111111111111, 1.55555555555556, 2.36111111111111, 0.611111111111111, 1.66666666666667, 1.25, 1.55555555555556, 1.66666666666667, 0.472222222222222, 1.66666666666667, 0.111111111111111, 4.05555555555556, 1.08333333333333, 1.66666666666667, 1.66666666666667, 2.36111111111111, 1.91666666666667, 1.66666666666667, 1.91666666666667, 0.277777777777778, 1.88888888888889, 1.91666666666667, 1.66666666666667, 1.66666666666667, 1.25, 1.91666666666667, 1.27777777777778, 1.66666666666667, 1.55555555555556, 1.55555555555556, 0.277777777777778, 1.66666666666667, 1.27777777777778, 1.25, 1.91666666666667, 1.27777777777778, 1.66666666666667, 1.91666666666667, 1.27777777777778, 4.05555555555556, 2.36111111111111, 2.36111111111111, 1.27777777777778, 1.66666666666667, 0.25, 2.36111111111111, 1.27777777777778, 1.66666666666667, 1.91666666666667, 0, 3.05555555555556, 0.194444444444444, 0.527777777777778, 0.111111111111111, 1.13888888888889, 0.416666666666667, 1.22222222222222, 1.22222222222222, 0.527777777777778, 0.194444444444444, 0.416666666666667, 0.527777777777778, 0.111111111111111, 0.527777777777778, 0.527777777777778, 0.25, 2.58333333333333, 0.277777777777778, 0.111111111111111, 0, 0, 0.416666666666667, 1.22222222222222, 1.13888888888889, 0.527777777777778, 0.555555555555555, 0.416666666666667, 0.527777777777778, 0, 0.527777777777778, 0.111111111111111, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.777777777777778, 0.527777777777778, 0.777777777777778, 0.472222222222222, 1.97222222222222, 0.777777777777778, 0.527777777777778, 0.527777777777778, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.416666666666667, 0.416666666666667, 0.472222222222222, 0.527777777777778, 0.25, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.777777777777778, 0.25, 2.91666666666667, 1.22222222222222, 1.22222222222222, 1.97222222222222, 0.527777777777778, 0.111111111111111, 1.22222222222222, 0.25, 0.527777777777778, 0.777777777777778, 0.472222222222222, 2.58333333333333, 0.277777777777778, 0.527777777777778, 2, 0.166666666666667, 0.972222222222222, 0.972222222222222, 0.277777777777778, 0.0555555555555556, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.0555555555555556, 2.66666666666667, 0.194444444444444, 0.527777777777778, 0.194444444444444, 0.194444444444444, 0.166666666666667, 0.972222222222222, 2, 0.277777777777778, 0.527777777777778, 0.166666666666667, 0.277777777777778, 0.194444444444444, 0.277777777777778, 0.527777777777778, 2.66666666666667, 0.0555555555555556, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.527777777777778, 0.277777777777778, 0.527777777777778, 1.11111111111111, 2.66666666666667, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.361111111111111, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.166666666666667, 0.166666666666667, 1.11111111111111, 0.277777777777778, 0.0555555555555556, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 0.0555555555555556, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.66666666666667, 0.277777777777778, 0.527777777777778, 0.972222222222222, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 1.11111111111111, 2.66666666666667, 0.972222222222222, 2.66666666666667, 0.0555555555555556, 0.972222222222222, 0.972222222222222, 0.277777777777778, 0.277777777777778, 0.166666666666667, 0, 0.972222222222222, 0.277777777777778, 0.277777777777778, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.972222222222222, 0.527777777777778, 0.527777777777778, 0.166666666666667, 0.972222222222222, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 0.277777777777778, 0.972222222222222, 2.66666666666667, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.527777777777778, 0.277777777777778, 0.527777777777778, 1.66666666666667, 2.66666666666667, 0.527777777777778, 0, 0, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0, 0.0555555555555556, 0.166666666666667, 1.66666666666667, 0, 0.166666666666667, 0.972222222222222, 0.0833333333333333, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.166666666666667, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.66666666666667, 0, 0.972222222222222, 0.361111111111111, 0.166666666666667, 0, 0.527777777777778, 1.66666666666667, 2.66666666666667, 0.583333333333333, 0.861111111111111, 1.66666666666667, 1.66666666666667, 0.972222222222222, 0.527777777777778, 0.861111111111111, 0.972222222222222, 0, 0.972222222222222, 0.972222222222222, 0.638888888888889, 2.69444444444444, 0.555555555555556, 0.0555555555555556, 0.111111111111111, 0.111111111111111, 0.861111111111111, 1.66666666666667, 0.583333333333333, 0.972222222222222, 0.777777777777778, 0.861111111111111, 0.972222222222222, 0.111111111111111, 0.972222222222222, 0.0555555555555556, 3.02777777777778, 0.555555555555556, 0.972222222222222, 0.972222222222222, 1.66666666666667, 1.22222222222222, 0.972222222222222, 1.22222222222222, 0.138888888888889, 1.58333333333333, 1.22222222222222, 0.972222222222222, 0.972222222222222, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 0.861111111111111, 0.861111111111111, 0.25, 0.972222222222222, 0.638888888888889, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.638888888888889, 3.36111111111111, 1.66666666666667, 1.66666666666667, 1.80555555555556, 0.972222222222222, 0.0555555555555556, 1.66666666666667, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.25, 2.41666666666667, 2.55555555555556, 3.36111111111111, 3.36111111111111, 2.66666666666667, 2, 2.55555555555556, 2.66666666666667, 0.583333333333333, 2.66666666666667, 2.66666666666667, 2.22222222222222, 3.72222222222222, 1.91666666666667, 0.75, 1.13888888888889, 1.13888888888889, 2.55555555555556, 3.36111111111111, 0, 2.66666666666667, 2.02777777777778, 2.55555555555556, 2.66666666666667, 1.13888888888889, 2.66666666666667, 0.75, 3.02777777777778, 1.91666666666667, 2.66666666666667, 2.66666666666667, 3.36111111111111, 2.91666666666667, 2.66666666666667, 2.91666666666667, 0.138888888888889, 1.13888888888889, 2.91666666666667, 2.66666666666667, 2.66666666666667, 2.02777777777778, 2.91666666666667, 2.22222222222222, 2.66666666666667, 2.55555555555556, 2.55555555555556, 0.611111111111111, 2.66666666666667, 2.22222222222222, 2.02777777777778, 2.91666666666667, 2.22222222222222, 2.66666666666667, 2.91666666666667, 2.22222222222222, 3.66666666666667, 3.36111111111111, 3.36111111111111, 2.27777777777778, 2.66666666666667, 0.75, 3.36111111111111, 2.22222222222222, 2.66666666666667, 2.91666666666667, 0.611111111111111, 2.16666666666667, 0.861111111111111, 0.861111111111111, 0.166666666666667, 0.166666666666667, 0.0555555555555556, 0.0555555555555556, 0.861111111111111, 0.166666666666667, 0.166666666666667, 0.0555555555555556, 2.55555555555556, 0.416666666666667, 0.861111111111111, 0.416666666666667, 0.416666666666667, 0.0555555555555556, 0.861111111111111, 2.55555555555556, 0.166666666666667, 0.861111111111111, 0, 0.166666666666667, 0.416666666666667, 0.166666666666667, 0.861111111111111, 2.55555555555556, 0.416666666666667, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.416666666666667, 0.166666666666667, 0.416666666666667, 1.55555555555556, 2.55555555555556, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0.861111111111111, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0, 0.0555555555555556, 1.55555555555556, 0.0555555555555556, 0.0555555555555556, 0.861111111111111, 0.25, 0.0555555555555556, 0.166666666666667, 0.416666666666667, 0.0555555555555556, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.0555555555555556, 0.861111111111111, 0.638888888888889, 0.0555555555555556, 0.0555555555555556, 0.416666666666667, 1.55555555555556, 2.55555555555556, 0, 0.25, 0.972222222222222, 0.638888888888889, 0.972222222222222, 1.66666666666667, 0.361111111111111, 0.527777777777778, 0.861111111111111, 3.36111111111111, 1.22222222222222, 1.66666666666667, 1.22222222222222, 1.22222222222222, 0.638888888888889, 0.777777777777778, 3.36111111111111, 0.527777777777778, 1.66666666666667, 0.861111111111111, 0.527777777777778, 1.22222222222222, 0.361111111111111, 1.66666666666667, 3.36111111111111, 1.22222222222222, 0.527777777777778, 0.527777777777778, 0, 0.555555555555556, 0.527777777777778, 0.222222222222222, 2.36111111111111, 3.36111111111111, 0.555555555555555, 0.972222222222222, 0.972222222222222, 1.66666666666667, 0.222222222222222, 0.861111111111111, 0.972222222222222, 0.861111111111111, 0.638888888888889, 2.36111111111111, 0.972222222222222, 0.861111111111111, 1.66666666666667, 1.22222222222222, 0.861111111111111, 0.527777777777778, 0.222222222222222, 0.861111111111111, 3.36111111111111, 0.277777777777778, 0.277777777777778, 3.36111111111111, 0.972222222222222, 1.66666666666667, 1.66666666666667, 0.861111111111111, 0.972222222222222, 0.555555555555555, 2.36111111111111, 3.36111111111111, 0.25, 0.972222222222222, 0.638888888888889, 0.972222222222222, 1.66666666666667, 0.361111111111111, 0.527777777777778, 0.861111111111111, 3.36111111111111, 1.22222222222222, 1.66666666666667, 1.22222222222222, 1.22222222222222, 0.638888888888889, 0.777777777777778, 3.36111111111111, 0.527777777777778, 1.66666666666667, 0.861111111111111, 0.527777777777778, 1.22222222222222, 0.361111111111111, 1.66666666666667, 3.36111111111111, 1.22222222222222, 0.527777777777778, 0.527777777777778, 0, 0.555555555555556, 0.527777777777778, 0.222222222222222, 2.36111111111111, 3.36111111111111, 0.555555555555555, 0.972222222222222, 0.972222222222222, 1.66666666666667, 0.222222222222222, 0.861111111111111, 0.972222222222222, 0.861111111111111, 0.638888888888889, 2.36111111111111, 0.972222222222222, 0.861111111111111, 1.66666666666667, 1.22222222222222, 0.861111111111111, 0.527777777777778, 0.222222222222222, 0.861111111111111, 3.36111111111111, 0.277777777777778, 0.277777777777778, 3.36111111111111, 0.972222222222222, 1.66666666666667, 1.66666666666667, 0.861111111111111, 0.972222222222222, 0.555555555555555, 2.36111111111111, 3.36111111111111, 0.277777777777778, 0.0555555555555556, 0.277777777777778, 0.972222222222222, 0, 0.0555555555555556, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.972222222222222, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.527777777777778, 2.66666666666667, 0.0555555555555556, 0.972222222222222, 0.166666666666667, 0.0555555555555556, 0.527777777777778, 0, 0.972222222222222, 2.66666666666667, 0.527777777777778, 0.0555555555555556, 0.0555555555555556, 0.25, 0.194444444444444, 0.0555555555555556, 0.0833333333333333, 1.66666666666667, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.0833333333333333, 0.166666666666667, 0.277777777777778, 0.166666666666667, 0.0555555555555556, 1.66666666666667, 0.277777777777778, 0.166666666666667, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0.0555555555555556, 0.0833333333333333, 0.166666666666667, 2.66666666666667, 0.361111111111111, 0.361111111111111, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.0555555555555556, 2.66666666666667, 0.0555555555555556, 0.527777777777778, 0.194444444444444, 0.194444444444444, 0.166666666666667, 0.972222222222222, 2, 0.277777777777778, 0.361111111111111, 0.166666666666667, 0.277777777777778, 0.194444444444444, 0.277777777777778, 0.527777777777778, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.527777777777778, 0.277777777777778, 0.527777777777778, 1.11111111111111, 2.66666666666667, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.166666666666667, 0.166666666666667, 1.11111111111111, 0.277777777777778, 0.0555555555555556, 0.361111111111111, 0.527777777777778, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 0.0555555555555556, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.66666666666667, 0.277777777777778, 0.527777777777778, 0.972222222222222, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 1.11111111111111, 2.66666666666667, 0.166666666666667, 0.861111111111111, 0.0555555555555556, 0.0555555555555556, 0.0555555555555556, 2.55555555555556, 0.416666666666667, 0.861111111111111, 0.416666666666667, 0.416666666666667, 0, 0.638888888888889, 2.55555555555556, 0.0277777777777778, 0.861111111111111, 0.0555555555555556, 0.0277777777777778, 0.416666666666667, 0.0555555555555556, 0.861111111111111, 2.55555555555556, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0.638888888888889, 0.25, 0.0555555555555556, 0.25, 1.55555555555556, 2.55555555555556, 0.138888888888889, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.25, 0.0555555555555556, 0.166666666666667, 0.0555555555555556, 0, 1.55555555555556, 0.166666666666667, 0.0555555555555556, 0.861111111111111, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0.25, 0.0555555555555556, 2.55555555555556, 0.638888888888889, 0.638888888888889, 2.55555555555556, 0.166666666666667, 0.861111111111111, 0.861111111111111, 0.0555555555555556, 0.166666666666667, 0.25, 1.55555555555556, 2.55555555555556, 0.972222222222222, 0.277777777777778, 0.277777777777778, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.972222222222222, 0.527777777777778, 0.527777777777778, 0.166666666666667, 0.972222222222222, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.0555555555555556, 0.277777777777778, 0.527777777777778, 0.277777777777778, 0.972222222222222, 2.66666666666667, 0.527777777777778, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.527777777777778, 0.277777777777778, 0.527777777777778, 1.66666666666667, 2.66666666666667, 0.527777777777778, 0, 0, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0, 0.0555555555555556, 0.166666666666667, 1.66666666666667, 0, 0.166666666666667, 0.972222222222222, 0.0555555555555556, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.166666666666667, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.66666666666667, 0, 0.972222222222222, 0.25, 0.166666666666667, 0, 0.527777777777778, 1.66666666666667, 2.66666666666667, 0.972222222222222, 0.972222222222222, 0.638888888888889, 2.69444444444444, 0.555555555555556, 0.0555555555555556, 0.111111111111111, 0.111111111111111, 0.861111111111111, 1.66666666666667, 0.583333333333333, 0.972222222222222, 0.777777777777778, 0.861111111111111, 0.972222222222222, 0.111111111111111, 0.972222222222222, 0.0555555555555556, 3.02777777777778, 0.555555555555556, 0.972222222222222, 0.972222222222222, 1.66666666666667, 1.22222222222222, 0.972222222222222, 1.22222222222222, 0.138888888888889, 1.58333333333333, 1.22222222222222, 0.972222222222222, 0.972222222222222, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 0.861111111111111, 0.861111111111111, 0.25, 0.972222222222222, 0.638888888888889, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.638888888888889, 3.36111111111111, 1.66666666666667, 1.66666666666667, 1.80555555555556, 0.972222222222222, 0.0555555555555556, 1.66666666666667, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.25, 2.41666666666667, 0.0555555555555556, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.972222222222222, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.527777777777778, 2.66666666666667, 0.0555555555555556, 0.972222222222222, 0.166666666666667, 0.0555555555555556, 0.527777777777778, 0, 0.972222222222222, 2.66666666666667, 0.527777777777778, 0.0555555555555556, 0.0555555555555556, 0.361111111111111, 0.194444444444444, 0.0555555555555556, 0.0833333333333333, 1.66666666666667, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.0555555555555556, 0.166666666666667, 0.277777777777778, 0.166666666666667, 0.0555555555555556, 1.66666666666667, 0.277777777777778, 0.166666666666667, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0.0555555555555556, 0.0833333333333333, 0.166666666666667, 2.66666666666667, 0.25, 0.361111111111111, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.972222222222222, 0.527777777777778, 0.527777777777778, 0.0555555555555556, 0.25, 2.66666666666667, 0.0555555555555556, 0.972222222222222, 0.166666666666667, 0.0555555555555556, 0.527777777777778, 0.0555555555555556, 0.972222222222222, 2.66666666666667, 0.527777777777778, 0.0555555555555556, 0.0555555555555556, 0.527777777777778, 0.194444444444444, 0.0555555555555556, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.194444444444444, 0.166666666666667, 0.277777777777778, 0.166666666666667, 0.0555555555555556, 1.66666666666667, 0.277777777777778, 0.166666666666667, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0, 0.194444444444444, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.527777777777778, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.0555555555555556, 1.66666666666667, 2.66666666666667, 2.55555555555556, 0.25, 0.638888888888889, 0.25, 0.25, 0.0555555555555556, 0.861111111111111, 2.22222222222222, 0.166666666666667, 0.638888888888889, 0.0555555555555556, 0.166666666666667, 0.25, 0.166666666666667, 0.638888888888889, 2.55555555555556, 0.25, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.416666666666667, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 0.416666666666667, 0.166666666666667, 0.166666666666667, 0.638888888888889, 0.416666666666667, 0, 0.166666666666667, 0.0555555555555556, 0.0555555555555556, 1.27777777777778, 0.166666666666667, 0, 0.638888888888889, 0.416666666666667, 0, 0.166666666666667, 0.416666666666667, 0, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.166666666666667, 0.638888888888889, 0.861111111111111, 0, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 2.91666666666667, 2.69444444444444, 2.58333333333333, 1.88888888888889, 2.55555555555556, 3.36111111111111, 3.72222222222222, 2.66666666666667, 3.36111111111111, 2.55555555555556, 2.66666666666667, 2.58333333333333, 2.66666666666667, 1.97222222222222, 5.05555555555556, 2.91666666666667, 2.66666666666667, 2.66666666666667, 3.36111111111111, 2.91666666666667, 2.66666666666667, 2.91666666666667, 3.05555555555556, 3.38888888888889, 2.91666666666667, 2.66666666666667, 2.66666666666667, 3.36111111111111, 2.91666666666667, 2.55555555555556, 2.66666666666667, 2.55555555555556, 2.55555555555556, 3.05555555555556, 2.66666666666667, 2.55555555555556, 3.36111111111111, 2.91666666666667, 2.55555555555556, 2.66666666666667, 2.91666666666667, 2.55555555555556, 5.05555555555556, 3.36111111111111, 3.36111111111111, 1.13888888888889, 2.66666666666667, 2.69444444444444, 3.36111111111111, 2.55555555555556, 2.66666666666667, 2.91666666666667, 2.02777777777778, 3.05555555555556, 0.555555555555556, 0.277777777777778, 0.277777777777778, 0.416666666666667, 1.22222222222222, 1.91666666666667, 0.527777777777778, 0.222222222222222, 0.416666666666667, 0.527777777777778, 0.277777777777778, 0.527777777777778, 0.555555555555556, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.777777777777778, 0.527777777777778, 0.777777777777778, 1.08333333333333, 2.91666666666667, 0.777777777777778, 0.527777777777778, 0.527777777777778, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.416666666666667, 0.416666666666667, 1.08333333333333, 0.527777777777778, 0.25, 0.222222222222222, 0.777777777777778, 0.25, 0.527777777777778, 0.777777777777778, 0.25, 2.91666666666667, 1.22222222222222, 1.22222222222222, 2.91666666666667, 0.527777777777778, 0.555555555555556, 1.22222222222222, 0.25, 0.527777777777778, 0.777777777777778, 1.08333333333333, 2.91666666666667, 0.0833333333333333, 0.111111111111111, 0.861111111111111, 1.66666666666667, 0.75, 0.972222222222222, 0.777777777777778, 0.861111111111111, 0.972222222222222, 0.111111111111111, 0.972222222222222, 0.0555555555555556, 3.36111111111111, 0.555555555555556, 0.972222222222222, 0.972222222222222, 1.66666666666667, 1.22222222222222, 0.972222222222222, 1.22222222222222, 0.25, 1.80555555555556, 1.22222222222222, 0.972222222222222, 0.972222222222222, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 0.861111111111111, 0.861111111111111, 0.111111111111111, 0.972222222222222, 0.638888888888889, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.638888888888889, 3.36111111111111, 1.66666666666667, 1.66666666666667, 1.80555555555556, 0.972222222222222, 0.0555555555555556, 1.66666666666667, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.25, 2.69444444444444, 0, 0.416666666666667, 1.22222222222222, 1.13888888888889, 0.527777777777778, 0.555555555555555, 0.416666666666667, 0.527777777777778, 0, 0.527777777777778, 0.111111111111111, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.777777777777778, 0.527777777777778, 0.777777777777778, 0.472222222222222, 1.97222222222222, 0.777777777777778, 0.527777777777778, 0.527777777777778, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.416666666666667, 0.416666666666667, 0.361111111111111, 0.527777777777778, 0.25, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.777777777777778, 0.25, 2.91666666666667, 1.22222222222222, 1.22222222222222, 1.97222222222222, 0.527777777777778, 0.111111111111111, 1.22222222222222, 0.25, 0.527777777777778, 0.777777777777778, 0.472222222222222, 2.58333333333333, 0.416666666666667, 1.22222222222222, 1.13888888888889, 0.527777777777778, 0.555555555555555, 0.416666666666667, 0.527777777777778, 0, 0.527777777777778, 0.0833333333333333, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.777777777777778, 0.527777777777778, 0.777777777777778, 0.472222222222222, 1.97222222222222, 0.777777777777778, 0.527777777777778, 0.527777777777778, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.416666666666667, 0.416666666666667, 0.472222222222222, 0.527777777777778, 0.25, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.777777777777778, 0.25, 2.91666666666667, 1.22222222222222, 1.22222222222222, 1.52777777777778, 0.527777777777778, 0.111111111111111, 1.22222222222222, 0.25, 0.527777777777778, 0.777777777777778, 0.361111111111111, 2.58333333333333, 0.638888888888889, 2.55555555555556, 0.0555555555555556, 0.861111111111111, 0.0555555555555556, 0.0555555555555556, 0.416666666666667, 0.0555555555555556, 0.861111111111111, 2.55555555555556, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0.638888888888889, 0.25, 0.0555555555555556, 0.25, 1.55555555555556, 2.55555555555556, 0.25, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.25, 0.0555555555555556, 0.166666666666667, 0.0555555555555556, 0, 1.55555555555556, 0.166666666666667, 0.0555555555555556, 0.861111111111111, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0.25, 0.0555555555555556, 2.55555555555556, 0.638888888888889, 0.638888888888889, 2.55555555555556, 0.166666666666667, 0.861111111111111, 0.861111111111111, 0.0555555555555556, 0.166666666666667, 0.25, 1.55555555555556, 2.55555555555556, 3.36111111111111, 0.527777777777778, 1.66666666666667, 0.861111111111111, 0.527777777777778, 1.22222222222222, 0.527777777777778, 1.66666666666667, 3.36111111111111, 1.22222222222222, 0.527777777777778, 0.527777777777778, 0.777777777777778, 0.555555555555556, 0.527777777777778, 0.555555555555556, 2.36111111111111, 3.36111111111111, 0.555555555555556, 0.972222222222222, 0.972222222222222, 1.66666666666667, 0.555555555555556, 0.861111111111111, 0.972222222222222, 0.861111111111111, 0.638888888888889, 2.36111111111111, 0.972222222222222, 0.861111111111111, 1.66666666666667, 1.22222222222222, 0.861111111111111, 0.361111111111111, 0.555555555555556, 0.861111111111111, 3.36111111111111, 0.777777777777778, 0.777777777777778, 3.36111111111111, 0.972222222222222, 1.66666666666667, 1.66666666666667, 0.861111111111111, 0.972222222222222, 0.111111111111111, 2.36111111111111, 3.36111111111111, 2.66666666666667, 2.02777777777778, 2.55555555555556, 2.66666666666667, 1.13888888888889, 2.66666666666667, 0.75, 3.27777777777778, 1.91666666666667, 2.66666666666667, 2.66666666666667, 3.36111111111111, 2.91666666666667, 2.66666666666667, 2.91666666666667, 0.138888888888889, 1.16666666666667, 2.91666666666667, 2.66666666666667, 2.66666666666667, 2.02777777777778, 2.91666666666667, 2.22222222222222, 2.66666666666667, 2.55555555555556, 2.55555555555556, 0.611111111111111, 2.66666666666667, 2.22222222222222, 2.02777777777778, 2.91666666666667, 2.22222222222222, 2.66666666666667, 2.91666666666667, 2.22222222222222, 4.11111111111111, 3.36111111111111, 3.36111111111111, 2.27777777777778, 2.66666666666667, 0.75, 3.36111111111111, 2.22222222222222, 2.66666666666667, 2.91666666666667, 0.611111111111111, 2.27777777777778, 0.972222222222222, 0.166666666666667, 0, 0.527777777777778, 0.0555555555555556, 0.972222222222222, 2.66666666666667, 0.527777777777778, 0.0555555555555556, 0.0555555555555556, 0.527777777777778, 0.194444444444444, 0.0555555555555556, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.0833333333333333, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.194444444444444, 0.166666666666667, 0.277777777777778, 0.166666666666667, 0.0555555555555556, 1.66666666666667, 0.277777777777778, 0.166666666666667, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0.0555555555555556, 0.194444444444444, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.527777777777778, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.861111111111111, 0.972222222222222, 0.555555555555555, 0.972222222222222, 0.777777777777778, 3.36111111111111, 0.555555555555556, 0.972222222222222, 0.972222222222222, 1.66666666666667, 1.22222222222222, 0.972222222222222, 1.22222222222222, 1.25, 3.36111111111111, 1.22222222222222, 0.972222222222222, 0.972222222222222, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 0.861111111111111, 0.861111111111111, 1.25, 0.972222222222222, 0.638888888888889, 0.0555555555555556, 1.22222222222222, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.638888888888889, 3.36111111111111, 1.66666666666667, 1.66666666666667, 3.36111111111111, 0.972222222222222, 0.777777777777778, 1.66666666666667, 0.638888888888889, 0.972222222222222, 1.22222222222222, 1.25, 3.36111111111111, 0.166666666666667, 0.416666666666667, 0.166666666666667, 0.861111111111111, 2.55555555555556, 0.416666666666667, 0.166666666666667, 0.166666666666667, 0.861111111111111, 0.416666666666667, 0.166666666666667, 0.416666666666667, 1.55555555555556, 2.55555555555556, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0.861111111111111, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0, 0.0555555555555556, 1.55555555555556, 0.0555555555555556, 0.0555555555555556, 0.861111111111111, 0.25, 0.0555555555555556, 0.166666666666667, 0.416666666666667, 0.0555555555555556, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.0555555555555556, 0.861111111111111, 0.638888888888889, 0.0555555555555556, 0.0555555555555556, 0.416666666666667, 1.55555555555556, 2.55555555555556, 0.527777777777778, 0.0555555555555556, 0.972222222222222, 2.66666666666667, 0.527777777777778, 0.0555555555555556, 0.0555555555555556, 0.527777777777778, 0.194444444444444, 0.0555555555555556, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.0555555555555556, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.194444444444444, 0.166666666666667, 0.277777777777778, 0.166666666666667, 0.0555555555555556, 1.66666666666667, 0.277777777777778, 0.166666666666667, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0.0555555555555556, 0.194444444444444, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.527777777777778, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.527777777777778, 0.111111111111111, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.777777777777778, 0.527777777777778, 0.777777777777778, 0.472222222222222, 1.97222222222222, 0.777777777777778, 0.527777777777778, 0.527777777777778, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.416666666666667, 0.416666666666667, 0.472222222222222, 0.527777777777778, 0.25, 0.555555555555555, 0.777777777777778, 0.25, 0.527777777777778, 0.777777777777778, 0.25, 2.91666666666667, 1.22222222222222, 1.22222222222222, 1.97222222222222, 0.527777777777778, 0.0833333333333333, 1.22222222222222, 0.25, 0.527777777777778, 0.777777777777778, 0.472222222222222, 2.58333333333333, 0.972222222222222, 2.66666666666667, 0.527777777777778, 0.0555555555555556, 0.0555555555555556, 0.361111111111111, 0.194444444444444, 0.0555555555555556, 0.0555555555555556, 1.66666666666667, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.0833333333333333, 0.166666666666667, 0.277777777777778, 0.166666666666667, 0.0555555555555556, 1.66666666666667, 0.277777777777778, 0.166666666666667, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0.0555555555555556, 0.0555555555555556, 0.166666666666667, 2.66666666666667, 0.361111111111111, 0.25, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.194444444444444, 1.66666666666667, 2.66666666666667, 3.36111111111111, 0.555555555555556, 0.972222222222222, 0.972222222222222, 1.66666666666667, 1.22222222222222, 0.972222222222222, 1.22222222222222, 0.25, 1.80555555555556, 1.22222222222222, 0.972222222222222, 0.972222222222222, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 0.861111111111111, 0.861111111111111, 0.25, 0.972222222222222, 0.638888888888889, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.638888888888889, 3.36111111111111, 1.66666666666667, 1.66666666666667, 1.33333333333333, 0.972222222222222, 0.0555555555555556, 1.66666666666667, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.111111111111111, 2.69444444444444, 2.91666666666667, 2.66666666666667, 2.66666666666667, 3.36111111111111, 2.91666666666667, 2.66666666666667, 2.91666666666667, 2.66666666666667, 2.16666666666667, 2.91666666666667, 2.66666666666667, 2.66666666666667, 3.36111111111111, 2.91666666666667, 2.55555555555556, 2.66666666666667, 2.55555555555556, 2.55555555555556, 4.05555555555556, 2.66666666666667, 2.55555555555556, 3.36111111111111, 2.91666666666667, 2.55555555555556, 2.66666666666667, 2.91666666666667, 2.55555555555556, 1.13888888888889, 3.36111111111111, 3.36111111111111, 5.05555555555556, 2.66666666666667, 3.36111111111111, 3.36111111111111, 2.55555555555556, 2.66666666666667, 2.91666666666667, 4.05555555555556, 1.13888888888889, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.777777777777778, 0.527777777777778, 0.777777777777778, 1.08333333333333, 2.91666666666667, 0.777777777777778, 0.527777777777778, 0.527777777777778, 0.222222222222222, 0.777777777777778, 0.25, 0.527777777777778, 0.416666666666667, 0.416666666666667, 1.08333333333333, 0.527777777777778, 0.25, 0.555555555555556, 0.777777777777778, 0.25, 0.527777777777778, 0.777777777777778, 0.25, 2.91666666666667, 1.22222222222222, 1.22222222222222, 2.91666666666667, 0.527777777777778, 0.555555555555556, 1.22222222222222, 0.25, 0.527777777777778, 0.777777777777778, 1.08333333333333, 2.91666666666667, 0.0555555555555556, 0.527777777777778, 0.0555555555555556, 0.0555555555555556, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.194444444444444, 0.166666666666667, 0.277777777777778, 0.166666666666667, 0.0277777777777778, 1.66666666666667, 0.277777777777778, 0.166666666666667, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0.0555555555555556, 0.194444444444444, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.527777777777778, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.527777777777778, 0.194444444444444, 0, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.194444444444444, 0.166666666666667, 0.277777777777778, 0.166666666666667, 0.0555555555555556, 1.66666666666667, 0.277777777777778, 0.166666666666667, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0.0555555555555556, 0.194444444444444, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.527777777777778, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.555555555555556, 0.527777777777778, 0.222222222222222, 2.36111111111111, 3.36111111111111, 0.555555555555555, 0.972222222222222, 0.972222222222222, 1.66666666666667, 0.222222222222222, 0.861111111111111, 0.972222222222222, 0.861111111111111, 0.638888888888889, 2.36111111111111, 0.972222222222222, 0.861111111111111, 1.66666666666667, 1.22222222222222, 0.861111111111111, 0.527777777777778, 0.222222222222222, 0.861111111111111, 3.36111111111111, 0.277777777777778, 0.277777777777778, 3.36111111111111, 0.972222222222222, 1.66666666666667, 1.66666666666667, 0.861111111111111, 0.972222222222222, 0.555555555555555, 2.36111111111111, 3.36111111111111, 0.194444444444444, 0.277777777777778, 1.91666666666667, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.277777777777778, 0.416666666666667, 0.527777777777778, 0.416666666666667, 0.138888888888889, 1.91666666666667, 0.527777777777778, 0.416666666666667, 1.22222222222222, 0.777777777777778, 0.416666666666667, 0.194444444444444, 0.277777777777778, 0.416666666666667, 2.91666666666667, 0.555555555555556, 0.555555555555556, 2.91666666666667, 0.527777777777778, 1.22222222222222, 1.22222222222222, 0.416666666666667, 0.527777777777778, 0.277777777777778, 1.91666666666667, 2.91666666666667, 0.194444444444444, 1.66666666666667, 2.66666666666667, 0.194444444444444, 0.277777777777778, 0.277777777777778, 0.972222222222222, 0.194444444444444, 0.166666666666667, 0.277777777777778, 0.166666666666667, 0.0555555555555556, 1.66666666666667, 0.277777777777778, 0.166666666666667, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0.0555555555555556, 0.194444444444444, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.527777777777778, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.194444444444444, 1.66666666666667, 2.66666666666667, 1.91666666666667, 2.91666666666667, 0.277777777777778, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.0555555555555556, 0.416666666666667, 0.527777777777778, 0.416666666666667, 0.25, 1.91666666666667, 0.527777777777778, 0.416666666666667, 1.22222222222222, 0.777777777777778, 0.416666666666667, 0.194444444444444, 0, 0.416666666666667, 2.91666666666667, 0.222222222222222, 0.111111111111111, 2.91666666666667, 0.527777777777778, 1.22222222222222, 1.22222222222222, 0.416666666666667, 0.527777777777778, 0.277777777777778, 1.91666666666667, 2.91666666666667, 1.16666666666667, 1.91666666666667, 1.66666666666667, 1.66666666666667, 1.25, 1.91666666666667, 1.27777777777778, 1.66666666666667, 1.55555555555556, 1.55555555555556, 0.277777777777778, 1.66666666666667, 1.27777777777778, 1.25, 1.91666666666667, 1.27777777777778, 1.66666666666667, 1.91666666666667, 1.27777777777778, 3.02777777777778, 2.36111111111111, 2.36111111111111, 1.88888888888889, 1.66666666666667, 0.25, 2.36111111111111, 1.27777777777778, 1.66666666666667, 1.91666666666667, 0.277777777777778, 2.02777777777778, 2.91666666666667, 2.66666666666667, 2.66666666666667, 3.36111111111111, 2.91666666666667, 2.55555555555556, 2.66666666666667, 2.55555555555556, 2.55555555555556, 1.88888888888889, 2.66666666666667, 2.55555555555556, 3.36111111111111, 2.91666666666667, 2.55555555555556, 2.66666666666667, 2.91666666666667, 2.55555555555556, 3.02777777777778, 3.36111111111111, 3.36111111111111, 1.66666666666667, 2.66666666666667, 1.80555555555556, 3.36111111111111, 2.55555555555556, 2.66666666666667, 2.91666666666667, 1.88888888888889, 1.13888888888889, 0.527777777777778, 0.527777777777778, 1.22222222222222, 0.277777777777778, 0.416666666666667, 0.527777777777778, 0.416666666666667, 0.25, 1.91666666666667, 0.527777777777778, 0.416666666666667, 1.22222222222222, 0.777777777777778, 0.416666666666667, 0.194444444444444, 0.277777777777778, 0.416666666666667, 2.91666666666667, 0.555555555555556, 0.555555555555556, 2.91666666666667, 0.527777777777778, 1.22222222222222, 1.22222222222222, 0.416666666666667, 0.527777777777778, 0.277777777777778, 1.91666666666667, 2.91666666666667, 0, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0, 0.0555555555555556, 0.166666666666667, 1.66666666666667, 0, 0.166666666666667, 0.972222222222222, 0.0833333333333333, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.166666666666667, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.66666666666667, 0, 0.972222222222222, 0.361111111111111, 0.166666666666667, 0, 0.527777777777778, 1.66666666666667, 2.66666666666667, 0.972222222222222, 0.527777777777778, 0.166666666666667, 0, 0.0555555555555556, 0.166666666666667, 1.66666666666667, 0, 0.166666666666667, 0.972222222222222, 0.0833333333333333, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.166666666666667, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.66666666666667, 0, 0.972222222222222, 0.361111111111111, 0.166666666666667, 0, 0.527777777777778, 1.66666666666667, 2.66666666666667, 1.22222222222222, 0.638888888888889, 0.972222222222222, 0.861111111111111, 0.861111111111111, 1.25, 0.972222222222222, 0.638888888888889, 0.777777777777778, 1.22222222222222, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.638888888888889, 3.36111111111111, 1.66666666666667, 1.66666666666667, 3.36111111111111, 0.972222222222222, 0.777777777777778, 1.66666666666667, 0.638888888888889, 0.972222222222222, 1.22222222222222, 1.25, 3.36111111111111, 0.416666666666667, 0.527777777777778, 0.416666666666667, 0.25, 1.91666666666667, 0.527777777777778, 0.416666666666667, 1.22222222222222, 0.777777777777778, 0.416666666666667, 0.194444444444444, 0.0555555555555556, 0.416666666666667, 2.91666666666667, 0.0833333333333333, 0.222222222222222, 2.91666666666667, 0.527777777777778, 1.22222222222222, 1.22222222222222, 0.416666666666667, 0.527777777777778, 0.277777777777778, 1.91666666666667, 2.91666666666667, 0.166666666666667, 0.0555555555555556, 0.0555555555555556, 1.27777777777778, 0.166666666666667, 0, 0.638888888888889, 0.416666666666667, 0, 0.166666666666667, 0.416666666666667, 0, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.166666666666667, 0.638888888888889, 0.861111111111111, 0, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 0.0555555555555556, 0.166666666666667, 1.66666666666667, 0, 0.166666666666667, 0.972222222222222, 0.0833333333333333, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.166666666666667, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.66666666666667, 0, 0.972222222222222, 0.361111111111111, 0.166666666666667, 0, 0.527777777777778, 1.66666666666667, 2.66666666666667, 0.0555555555555556, 1.55555555555556, 0.0555555555555556, 0.0555555555555556, 0.861111111111111, 0.25, 0.0555555555555556, 0.166666666666667, 0.416666666666667, 0.0555555555555556, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.0555555555555556, 0.861111111111111, 0.638888888888889, 0.0555555555555556, 0.0555555555555556, 0.416666666666667, 1.55555555555556, 2.55555555555556, 1.55555555555556, 0.166666666666667, 0.0555555555555556, 0.861111111111111, 0.416666666666667, 0.0555555555555556, 0.0555555555555556, 0.25, 0.0555555555555556, 2.55555555555556, 0.638888888888889, 0.638888888888889, 2.55555555555556, 0.166666666666667, 0.861111111111111, 0.861111111111111, 0.0555555555555556, 0.166666666666667, 0.25, 1.55555555555556, 2.55555555555556, 1.66666666666667, 1.27777777777778, 1.25, 1.91666666666667, 1.27777777777778, 1.66666666666667, 1.91666666666667, 1.27777777777778, 4.05555555555556, 2.36111111111111, 2.36111111111111, 1.88888888888889, 1.66666666666667, 0.25, 2.36111111111111, 1.27777777777778, 1.66666666666667, 1.91666666666667, 0.277777777777778, 3.05555555555556, 0.166666666666667, 0.972222222222222, 0.0833333333333333, 0.166666666666667, 0.277777777777778, 0.527777777777778, 0.166666666666667, 2.66666666666667, 0.972222222222222, 0.972222222222222, 2.66666666666667, 0, 0.972222222222222, 0.361111111111111, 0.166666666666667, 0, 0.527777777777778, 1.66666666666667, 2.66666666666667, 0.638888888888889, 0.416666666666667, 0, 0.166666666666667, 0.416666666666667, 0, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.166666666666667, 0.638888888888889, 0.861111111111111, 0, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 1.22222222222222, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.638888888888889, 3.36111111111111, 1.66666666666667, 1.66666666666667, 3.36111111111111, 0.972222222222222, 0.777777777777778, 1.66666666666667, 0.638888888888889, 0.972222222222222, 1.22222222222222, 1.25, 3.36111111111111, 0.416666666666667, 0.527777777777778, 0.777777777777778, 0.416666666666667, 2.91666666666667, 1.22222222222222, 1.22222222222222, 2.91666666666667, 0.0833333333333333, 1.22222222222222, 0.0833333333333333, 0.416666666666667, 0.0833333333333333, 0.777777777777778, 1.91666666666667, 2.91666666666667, 0.166666666666667, 0.416666666666667, 0, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.166666666666667, 0.638888888888889, 0.861111111111111, 0, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 0.194444444444444, 0.166666666666667, 2.66666666666667, 0.527777777777778, 0.527777777777778, 2.66666666666667, 0.277777777777778, 0.972222222222222, 0.972222222222222, 0.166666666666667, 0.277777777777778, 0.0833333333333333, 1.66666666666667, 2.66666666666667, 0.416666666666667, 2.91666666666667, 0.222222222222222, 0.0833333333333333, 2.91666666666667, 0.527777777777778, 1.22222222222222, 1.22222222222222, 0.416666666666667, 0.527777777777778, 0.277777777777778, 1.91666666666667, 2.91666666666667, 2.55555555555556, 0.861111111111111, 0.861111111111111, 2.55555555555556, 0.166666666666667, 0.638888888888889, 0.861111111111111, 0, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 3.36111111111111, 3.36111111111111, 5.05555555555556, 2.66666666666667, 3.36111111111111, 3.36111111111111, 2.55555555555556, 2.66666666666667, 2.91666666666667, 4.05555555555556, 2.16666666666667, 0.277777777777778, 3.36111111111111, 0.972222222222222, 1.66666666666667, 1.66666666666667, 0.861111111111111, 0.972222222222222, 0.555555555555555, 2.36111111111111, 3.36111111111111, 3.36111111111111, 0.972222222222222, 1.66666666666667, 1.66666666666667, 0.861111111111111, 0.972222222222222, 0.555555555555555, 2.36111111111111, 3.36111111111111, 2.66666666666667, 1.80555555555556, 3.36111111111111, 2.55555555555556, 2.66666666666667, 2.91666666666667, 1.16666666666667, 3.38888888888889, 0.972222222222222, 0.361111111111111, 0.166666666666667, 0, 0.527777777777778, 1.66666666666667, 2.66666666666667, 1.66666666666667, 0.638888888888889, 0.972222222222222, 1.22222222222222, 0.25, 2.69444444444444, 0.861111111111111, 0.361111111111111, 1.22222222222222, 2.36111111111111, 3.36111111111111, 0.166666666666667, 0.416666666666667, 1.27777777777778, 2.55555555555556, 0.527777777777778, 1.66666666666667, 2.66666666666667, 1.91666666666667, 2.91666666666667, 3.05555555555556))
6: euclidean_distance(gdist)
7: struct_equiv_new(geod, v)
8: struct_equiv.dgCMatrix(methods::as(graph[[i]], "dgCMatrix"), v, inf.replace, groupvar, ...)
9: struct_equiv.list(graph, v, inf.replace, groupvar, ...)
10: struct_equiv(graph, groupvar = groupvar, ...)
11: lapply(struct_equiv(graph, groupvar = groupvar, ...), "[[", "SE")
12: exposure(graph, alt.graph = "se", valued = TRUE)
An irrecoverable exception occurred. R is aborting now ...
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [64s/194s] OK
Running ‘testthat.R’ [63s/193s]
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [4m/10m] OK
- checking PDF version of manual ... [21s/64s] OK
- checking HTML version of manual ... [32s/104s] OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 1 ERROR