Last updated on 2026-04-13 11:58:23 CEST.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| ABCoptim | 14 | ||
| aphylo | 14 | ||
| barry | 14 | ||
| defm | 2 | 12 | |
| epiworldR | 3 | 11 | |
| ergmito | 2 | 12 | |
| fmcmc | 2 | 12 | |
| googlePublicData | 2 | 12 | |
| measles | 2 | 12 | |
| netdiffuseR | 2 | 3 | 7 |
| netplot | 14 | ||
| rgexf | 2 | 12 | |
| slurmR | 2 | 12 |
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: NOTE: 2, OK: 12
Version: 0.2.1.0
Check: installed package size
Result: NOTE
installed size is 6.4Mb
sub-directories of 1Mb or more:
libs 6.1Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: NOTE: 3, OK: 11
Version: 0.13.0.0
Check: installed package size
Result: NOTE
installed size is 20.7Mb
sub-directories of 1Mb or more:
doc 1.9Mb
help 1.3Mb
libs 16.1Mb
Flavor: r-oldrel-macos-arm64
Version: 0.14.0.0
Check: installed package size
Result: NOTE
installed size is 22.8Mb
sub-directories of 1Mb or more:
doc 3.0Mb
help 1.3Mb
libs 17.1Mb
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: NOTE: 2, OK: 12
Version: 0.3-2
Check: installed package size
Result: NOTE
installed size is 5.8Mb
sub-directories of 1Mb or more:
libs 4.3Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: NOTE: 2, OK: 12
Version: 0.5-2
Check: DESCRIPTION meta-information
Result: NOTE
Author field differs from that derived from Authors@R
Author: ‘George Vega Yon [aut, cre] (<https://orcid.org/0000-0002-3171-0844>), Paul Marjoram [ctb, ths] (<https://orcid.org/0000-0003-0824-7449>), National Cancer Institute (NCI) [fnd] (Grant Number 5P01CA196569-02), Fabian Scheipl [rev] (JOSS reviewer, <https://orcid.org/0000-0001-8172-3603>)’
Authors@R: ‘George Vega Yon [aut, cre] (ORCID: <https://orcid.org/0000-0002-3171-0844>), Paul Marjoram [ctb, ths] (ORCID: <https://orcid.org/0000-0003-0824-7449>), National Cancer Institute (NCI) [fnd] (Grant Number 5P01CA196569-02), Fabian Scheipl [rev] (what: JOSS reviewer, ORCID: <https://orcid.org/0000-0001-8172-3603>)’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 2, OK: 12
Version: 0.16.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘George Vega Yon <g.vegayon@gmail.com>’
Found the following (possibly) invalid file URI:
URI: publicdata.google.com
From: man/dspl.Rd
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 2, OK: 12
Version: 0.1.1
Check: installed package size
Result: NOTE
installed size is 6.2Mb
sub-directories of 1Mb or more:
libs 4.4Mb
Flavor: r-oldrel-macos-arm64
Version: 0.2.0
Check: installed package size
Result: NOTE
installed size is 6.6Mb
sub-directories of 1Mb or more:
libs 4.9Mb
Flavor: r-oldrel-macos-x86_64
Current CRAN status: ERROR: 2, NOTE: 3, OK: 7
Version: 1.25.0
Check: examples
Result: 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 ...
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.24.0
Check: examples
Result: ERROR
Running examples in ‘netdiffuseR-Ex.R’ failed
The error most likely occurred in:
> ### Name: round_to_seq
> ### Title: Takes a numeric vector and maps it into a finite length sequence
> ### Aliases: round_to_seq
>
> ### ** Examples
>
>
> x <- rnorm(100)
> w <- data.frame(as.integer(round_to_seq(x, as_factor = TRUE)),x)
> plot(w,x)
Error in attr(x, "formula") %||% { : invalid formula
Calls: plot ... plot.data.frame -> <Anonymous> -> formula -> formula.default -> %||%
Execution halted
Flavor: r-devel-macos-arm64
Version: 1.24.0
Check: installed package size
Result: NOTE
installed size is 10.8Mb
sub-directories of 1Mb or more:
doc 2.4Mb
help 1.3Mb
libs 5.8Mb
Flavor: r-oldrel-macos-arm64
Version: 1.25.0
Check: installed package size
Result: NOTE
installed size is 11.3Mb
sub-directories of 1Mb or more:
data 1.2Mb
doc 2.4Mb
help 1.3Mb
libs 5.8Mb
Flavor: r-oldrel-macos-x86_64
Version: 1.25.0
Flags: --no-vignettes
Check: installed package size
Result: NOTE
installed size is 7.0Mb
sub-directories of 1Mb or more:
data 1.2Mb
doc 2.4Mb
help 1.3Mb
libs 1.5Mb
Flavor: r-oldrel-windows-x86_64
Current CRAN status: OK: 14
Current CRAN status: NOTE: 2, OK: 12
Version: 0.16.3
Check: DESCRIPTION meta-information
Result: NOTE
Author field differs from that derived from Authors@R
Author: ‘George Vega Yon [aut, cre] (<https://orcid.org/0000-0002-3171-0844>), Jorge Fábrega Lacoa [ctb], Joshua Kunst [ctb], Raphaël Velt [cph] (gexf-js library), Gephi Consortium [cph] (GEXF language), Cornelius Fritz [rev] (JOSS reviewer), Jonathan Cardoso Silva [rev] (JOSS reviewer)’
Authors@R: ‘George Vega Yon [aut, cre] (ORCID: <https://orcid.org/0000-0002-3171-0844>), Jorge Fábrega Lacoa [ctb], Joshua Kunst [ctb], Raphaël Velt [cph] (gexf-js library), Gephi Consortium [cph] (GEXF language), Cornelius Fritz [rev] (what: JOSS reviewer), Jonathan Cardoso Silva [rev] (what: JOSS reviewer)’
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.16.3
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘George Vega Yon <g.vegayon@gmail.com>’
Authors@R field gives persons with deprecated or bad elements:
Found the following possibly unsafe calls:
structure("0000-0002-3171-0844", .Names = "ORCID")
Please only use calls to ‘person’, ‘c’, ‘list’, ‘paste’, ‘paste0’.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.16.3
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Authors@R field:
Found the following possibly unsafe calls:
structure("0000-0002-3171-0844", .Names = "ORCID")
Please only use calls to ‘person’, ‘c’, ‘list’, ‘paste’, ‘paste0’.
Author field differs from that derived from Authors@R
Author: ‘George Vega Yon [aut, cre] (<https://orcid.org/0000-0002-3171-0844>), Jorge Fábrega Lacoa [ctb], Joshua Kunst [ctb], Raphaël Velt [cph] (gexf-js library), Gephi Consortium [cph] (GEXF language), Cornelius Fritz [rev] (JOSS reviewer), Jonathan Cardoso Silva [rev] (JOSS reviewer)’
Authors@R: ‘George Vega Yon [aut, cre] (ORCID: <https://orcid.org/0000-0002-3171-0844>), Jorge Fábrega Lacoa [ctb], Joshua Kunst [ctb], Raphaël Velt [cph] (gexf-js library), Gephi Consortium [cph] (GEXF language), Cornelius Fritz [rev] (what: JOSS reviewer), Jonathan Cardoso Silva [rev] (what: JOSS reviewer)’
Flavor: r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 2, OK: 12
Version: 0.5-4
Check: DESCRIPTION meta-information
Result: NOTE
Author field differs from that derived from Authors@R
Author: ‘George Vega Yon [aut, cre] (<https://orcid.org/0000-0002-3171-0844>), Paul Marjoram [ctb, ths] (<https://orcid.org/0000-0003-0824-7449>), National Cancer Institute (NCI) [fnd] (Grant Number 5P01CA196569-02), Michael Schubert [rev] (JOSS reviewer, <https://orcid.org/0000-0002-6862-5221>), Michel Lang [rev] (JOSS reviewer, <https://orcid.org/0000-0001-9754-0393>)’
Authors@R: ‘George Vega Yon [aut, cre] (ORCID: <https://orcid.org/0000-0002-3171-0844>), Paul Marjoram [ctb, ths] (ORCID: <https://orcid.org/0000-0003-0824-7449>), National Cancer Institute (NCI) [fnd] (Grant Number 5P01CA196569-02), Michael Schubert [rev] (what: JOSS reviewer, ORCID: <https://orcid.org/0000-0002-6862-5221>), Michel Lang [rev] (what: JOSS reviewer, ORCID: <https://orcid.org/0000-0001-9754-0393>)’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.