Skip to content

Instantly share code, notes, and snippets.

@holiman

holiman/main.go Secret

Created April 26, 2021 07:29
Show Gist options
  • Save holiman/ffa1c7ba3ade8e73ffea5e832ae9cd72 to your computer and use it in GitHub Desktop.
Save holiman/ffa1c7ba3ade8e73ffea5e832ae9cd72 to your computer and use it in GitHub Desktop.
package main
import (
"encoding/json"
"fmt"
"os"
"sort"
"strconv"
)
func main() {
if err := doit(); err != nil {
fmt.Fprintf(os.Stderr, "Error: %v\n", err)
os.Exit(1)
}
}
func doit() error {
var gpList map[string][]string
f, err := os.Open("result.js")
if err != nil {
return err
}
defer f.Close()
dec := json.NewDecoder(f)
if err := dec.Decode(&gpList); err != nil {
return err
}
var blocks []string
for k, _ := range gpList {
blocks = append(blocks, k)
}
sort.Strings(blocks)
for _, k := range blocks {
v := gpList[k]
var prices []int
for _, strPrice := range v {
price, err := strconv.Atoi(strPrice)
if err != nil {
return err
}
if price > 1{
prices = append(prices, price)
}
}
sort.Ints(prices)
if len(prices) > 3 {
prices = prices[:3]
}
if len(prices) > 0{
fmt.Printf("Block %v: %v\n", k, prices)
}
}
return nil
}
This file has been truncated, but you can view the full file.
{"12290300":["700000000000","212709175780","205000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","197500000000","195000000000","202000000000","202000000000","202000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188000000000","187000000000","182000000000","181071428571","180000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","177000000000","177000000000","169785000000","169785000000","169785000000","169785000000","169785000000","169785000000","169785000000","169785000000","169785000000","169785000000","169785000000","169785000000","169785000000","169785000000","169785000000","169785000000","169785000000","165000001604","165000001604","165000001604","163000001347","163000000000","162000000000","160000000000","160000000000","160000000000","156000001459","156000000000","156000000000","153470000000","152000000000","151500000000","151000000000","150000001459","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","330000000000","155000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149500000000","149500000000","149000001347","149000001347","149000001347","149000001347","149000001347","149000000001","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290301":["0","153470000000","0","297000000000","232488931400","228000000000","228000000000","225000002188","225000000000","207000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","201630000000","201000000000","200000000000","197000000000","197000000000","197000000000","197000000000","197000000000","197000000000","197000000000","197000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","195000000000","195000000000","195000000000","195000000000","195000000000","193700000000","193700000000","211900000000","211900000000","211900000000","193000000000","193000000000","193000000000","193000000000","191000001459","191000000000","191000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188000000000","187000000000","186250000000","184000000000","184000000000","183000000000","182000000000","182000000000","180000001750","180000001459","180000000000","180000000000","179000000000","176000000000","175406000000","175000000000","175000000000","175000000000","175000000000","174000000000","173000000000","173000000000","171000000000","170000000000","169785000000","169785000000","169785000000","169785000000","169785000000","169785000000","169785000000","169000000000","167000000000","167000000000","167000000000","167000000000","167000000000","166100001604","165000001605","165000001605","165000001605","165000001604","165000001604","165000001604","165000001604","165000001604","165000001604","165000001604","165000001604","165000001604","165000000000","163900000000","163000000000","163000000000","163000000000","163000000000","162250000000","167640000000","167640000000","162000000000","160000000000","159000001459","158000001561","158000000000","157000000000","156000001459","156000000000","156000000000","154000001459","154000000000","153470000000","153469999999","152000001561","150000001459","150000001459","150000001459","150000001459","150000000000","150000000000","150000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290302":["1","149000000000","1","500000000000","305201320378","304978454837","300000000000","276000000000","238000000000","235000000000","230263000000","223500000000","216000000000","207135213017","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","200000000000","197500000000","197500000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","194000001561","194000000000","193000000000","193000000000","193000000000","193000000000","192500001677","192500001677","191350000000","191000000000","190000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188000000000","186250000000","185009000000","185009000000","183000000000","182766000000","182000000000","181071428572","181071428572","181071428571","180000001750","180000001459","180000000000","179300000000","179100000000","176000000000","175000000000","174000000000","173000000000","173000000000","172000000000","170000000000","168000000000","168000000000","168000000000","167000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","165999999999","165000001605","165000001604","165000000000","165000000000","164000000000","163900000000","163900000000","163900000000","163000000000","163000000000","163000000000","163000000000","163000000000","162800000000","161000000000","161000000000","160000000000","159000001459","159000000000","156000001459","156000001459","156000000000","156000000000","156000000000","154000000000","154000000000","154000000000","153280000000","153000000000","152000000000","151500000000","151500000000","151000001459","151000000000","150000001468","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149000000001","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290303":["303000000000","300000000000","241000000000","223500000000","222000000000","211000000001","205000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","200000001459","200000000000","200000000000","200000000000","200000000000","198000000000","197500000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","194250000000","193506300000","193506300000","193506300000","193506300000","193506300000","193506300000","193506300000","193506300000","193506300000","193506300000","193000000000","193000000000","192000000000","192000000000","192000000000","192000000000","191350000000","191000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188000000000","187500001823","187000000000","185000000000","185000000000","184000000000","184000000000","184000000000","183000001459","183000000000","183000000000","183000000000","182000000000","182000000000","182000000000","182000000000","182000000000","181200000000","180640000000","180540000000","180000001459","180000000000","179000000000","179000000000","179000000000","178000000000","178000000000","176000000000","176000000000","175000000000","175000000000","175000000000","174000000000","173000000000","173000000000","173000000000","171000000000","170000000000","170000000000","169785000000","169000000000","169000000000","168000000000","168000000000","167000000000","165000000000","165000000000","165000000000","164049000000","164000000000","164000000000","164000000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163000000000","163000000000","163000000000","165000000000","163000000000","163000000000","163000000000","161000000000","160000001561","160000000000","157000000000","157000000000","157000000000","157000000000","156000001459","155000000000","154069300000","153000000000","152000000000","152000000000","152000000000","151500000000","151500000000","151100000000","151000001459","151000001459","150000001459","150000001459","150000000000","150000000000","149000000001","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","160000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290304":["700000000000","522990000000","354200000000","330000000000","318000000000","300000001462","300000001459","300000001459","300000000000","300000000000","300000000000","300000000000","298000000000","298000000000","297000000000","297000000000","276000000000","276000000000","253000000000","250000000000","250000000000","242739092939","237000000000","237000000000","237000000000","237000000000","235000000000","231000000000","225000000000","223500000000","220220000000","220000000000","216000000000","216000000000","211000000000","210000000000","210000000000","205000000000","203665000000","203665000000","202500001969","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","201250000000","201250000000","200479500000","200100000000","200000000000","200000000000","200000000000","199000000000","199000000000","199000000000","199000000000","199000000000","199000000000","199000000000","199000000000","198900000000","197500000000","197500000000","197000000000","197000000000","197000000000","197000000000","197000000000","197000000000","197000000000","197000000000","197000000000","197000000000","197000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","195000000000","195000000000","193700000000","193700000000","193140000000","193000000000","202000000000","193000000000","192000000000","192000000000","192000000000","192000000000","192000000000","202000000000","202000000000","192000000000","192000000000","192000000000","192000000000","202000000000","192000000000","192000000000","202000000000","202000000000","202000000000","192000000000","192000000000","202000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","202000000000","191000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188531635105","188000000000","187500001823","187500001823","187500001823","187500001823","186250000000","186250000000","186000000000","184590000000","184000000000","184000000000","184000000000","183040000000","183000000000","247000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","182886000000","182700000000","182700000000","182700000000","182700000000","182000000000","181071428571","181071428571","181071428571","180540000000","180540000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179300000000","179300000000","179300000000","179300000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","178800000000","178800000000","178500000000","178200000000","177150000000","176000000000","176000000000","175000000000","175000000000","175000000000","175000000000","175000000000","174817469013","174330000000","174330000000","174330000000","174330000000","174330000000","174330000000","174330000000","174330000000","174330000000","174330000000","174330000000","174000000000","183000000000","174000000000","174000000000","173500000000","173500000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172700000000","172700000000","172700000000","172000000000","171350000000","170000000000","169000000000","169000000000","169000000000","169000000000","168000000000","168000000000","167000000000","166000000000","166000000000","164900000000","164000000000","164000000000","164000000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000"],"12290305":["354200000000","354200000000","330454455829","303000000000","300000002918","300000000000","276000000000","270000000000","243600000000","235500000000","233000000000","231000000000","227500000000","225000000000","222000000000","216000000000","216000000000","216000000000","216000000000","210000002042","205000000000","202000000000","202000000000","201250000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","195000001820","195000000000","194000000000","193000000000","193000000000","193000000000","202000000000","192500000000","192000000000","202000000000","192000000000","192000000000","192000000000","193000000000","193000000000","193000000000","191350000000","198000000000","208000000000","191000001459","190000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","187500001823","184000000000","184000000000","183000001459","183000000000","183000000000","180600000000","180000000000","180000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","178000000000","177480000000","177480000000","177480000000","177000000000","176000000000","175000000000","175000000000","175000000000","175000000000","175000000000","174100000000","174100000000","174000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172700000000","172700000000","172700000000","171350000000","171350000000","171350000000","171000000000","170500000000","170000000000","170000000000","169000000000","168000000000","168000000000","168000000000","167000000000","166000000000","165000001604","165000001604","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","161000000000","161000000000","161000000000","160000001459","160000001459","160000000000","160000000000","160000000000","160000000000","160000000000","159500000000","159000001459","159000000000","159000000000","159000000000","159000000000","159000000000","158000001459","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","157000000000","157000000000","156000001459","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","155000001459","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","154000000000","154000000000","154000000000","154000000000","153470000000","153470000000","153470000000","153000000000","153000000000","153000000000","152000000000"],"12290306":["0","177000000000","0","10000000000","449000000000","333000000001","333000000000","333000000000","300000000000","300000000000","300000000000","250000000000","245000000000","232488931400","231000000000","225000000000","228000000000","216000000000","211800000000","205000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","201500000000","201250000000","200100000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","197500000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","195000000000","193222190948","192000000000","192000000000","192000000000","192000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","186250000000","184000000000","183750000000","182400000000","182000000000","181000000000","180600000000","180600000000","180000001750","180000000000","180000000000","180000000000","180000000000","179000000000","177100000000","177000000100","177000000000","176880000000","176000001561","175000000000","175000000000","175000000000","174817469013","174000000000","173000000000","173000000000","172700000000","171000000000","168000000000","167000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","165000000000","165000000000","163900000000","163900000000","163900000000","163000000000","163000000000","163000000000","162000000000","161700000000","160000000000","160000000000","159600000000","159000000000","157000000000","157000000000","157000000000","156000001459","155000000000","155000000000","155000000000","153470000000","153000000000","153000000000","153000000000","153000000000","153000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","151071428571","151000001561","151000001561","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","150294000000","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149500000000","149000000001","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290307":["149000000000","0","870632119917","813789196373","719530677618","400000000000","371414900000","340000000000","300000000000","300000000000","288000000000","276000000000","276000000000","275000000000","267750000000","255000000000","250292502064","246000000000","245000000000","244000000000","230880000000","230880000000","230880000000","228000000000","228000000000","228000000000","228000000000","228000000000","227000000000","227000000000","222000000000","216000000000","214000000000","214000000000","214000000000","214000000000","212800000000","210000000000","208000000000","225000000000","208000000000","256276800000","216849600000","256276800000","230880000000","205000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","201000000000","200000000000","200000000000","200000000000","199000000000","199000000000","199000000000","198836862300","284467248000","350492096260","350492096260","224291484000","198000000000","197600000000","197600000000","197600000000","197500000000","196876750001","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","195000000000","195000000000","195000000000","195000000000","195000000000","194800000000","194000001561","194000000000","193700000000","193000000000","193000000000","193000000000","202000000000","202000000000","193000000000","202000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192500000000","192000000000","193000000000","192000000000","192000000000","193000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","190000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188000000000","187500001823","187500001823","187500001823","186250000000","186250000000","186250000000","183750000000","183000000000","182400000000","182400000000","181071428572","180600000000","180540000000","180540000000","180540000000","180540000000","180400000000","196900000000","180120000000","180120000000","180000000000","180000000000","180000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","178500000000","178000000000","177480000000","177480000000","177100000000","177100000000","177100000000","177100000000","177000000000","176000000000","176000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","174372000000","174270000000","174000000000","174000000000","174000000000","172700000000","172000000000","171000000000","170500000000","170500000000","170500000000","170000000000","170000000000","169835600000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","168000000000","330000000000","168000000000","167200000000","167200000000","167200000000","167200000000","167200000000","167000000000","167000000000","167000000000","167000000000","167000000000","166000000000","166000000000","166000000000","166000000000","166000000000","165000000000","165000000000","165000000000","165000000000","164090000000","164000001459","164000001459","164000001459","164000001459","164000001459","164000001459","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","162800000000"],"12290308":["0","179000000000","0","350000000000","330000000000","317000000000","314313216298","279377109838","256156250000","250000000000","240000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","200000000000","200000000000","195000000000","194800000000","193000000000","193000000000","193000000000","193000000000","192500000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191000001642","191000001561","191000001561","191000000000","190000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","306000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","187500001823","182400000000","182000000000","180600000000","180000001750","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","178500000000","178000000000","177000000000","177000000000","175000000000","174000000001","174000000000","174000000000","174000000000","174000000000","174000000000","172000000000","172000000000","172000000000","171000000000","170500000000","170500000000","169200000000","169000000000","169000000000","168000000000","168000000000","167200000000","167200000000","167000000000","167000000000","167000000000","166000000000","166000000000","165000000000","165000000000","165000000000","164160000000","164049000000","164000000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","162000000000","162000000000","161700000000","161700000000","161000000000","161000000000","161000000000","161000000000","161000000000","160000001459","160000000000","159000000000","159000000000","159000000000","158000000000","191300000000","158000000000","158000000000","158000000000","158000000000","157000000000","157000000000","156000001459","156000001459","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","155100000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","154000001459","154000001459","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","153470000000","153470000000","153470000000","153000001459","153000001459","153000000000","153000000000","153000000000","153000000000","152000000000","152000000000"],"12290309":["152000000000","1000000000","1000000000","170500000000","1000000000","330000000000","309000000000","303600000000","267643750000","227000000000","225000000000","225000000000","221000000000","221000000000","221000000000","221000000000","219000000000","228000000000","250800000000","216000000000","206000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","199000000000","195000000000","195000000000","195000000000","195000000000","195000000000","194250000000","194250000000","193222190948","193000000000","193000000000","193000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191250000000","191000001561","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","186250000000","182000000000","182000000000","182000000000","180000001750","180000001459","180000001459","180000001459","179689604693","178500000000","174000000000","172500001678","172500001678","172500001678","172000000000","170500000073","170500000000","170500000000","170500000000","170000000000","170000000000","170000000000","170000000000","170000000000","167200000000","166000000000","166000000000","166000000000","165000001604","165000001604","165000001604","165000000000","164000000000","164000000000","163000000000","163000000000","162000001575","158000000000","156560000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","154000000000","154000000000","153000000000","153000000000","152300000000","152000001459","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459"],"12290310":["300000000000","202000000000","202000000000","195000000000","193000000000","192000000000","192000000000","192000000000","189000000000","189000000000","180000001459","180000001459","180000001459","175000000000","172700000000","172000000000","165000001604","165000001604","165000000000","164000000000","152000000000","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149500000000","149000001347","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290311":["350000000000","277000000001","275000000001","237952000000","237952000000","225000000000","225000000000","212800000000","210000000000","205200000000","205000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","201250000000","200479500000","200000000000","200000000000","195000000000","195000000000","195000000000","195000000000","195000000000","194250000000","194000000000","193140000070","193000000000","193000000000","193000000000","202000000000","193000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191250000000","191250000000","190000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188000000000","189000000000","187950000000","186250000000","184000000000","183046500000","183000001780","183000001780","183000001780","183000001780","182000000000","181500000000","181500000000","180000001750","180000001750","180000000000","180000000000","180000000000","178500000000","178500000000","178500000000","178000000000","177000000000","177000000000","175000000000","175000000000","175000000000","175000000000","175000000000","174000000000","174000000000","172000000000","172000000000","171600000000","171350000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170000000000","200000000000","168000000000","167200000000","167000000000","167000000000","167000000000","166058827578","166000000000","165100000000","165000001604","165000001604","165000001604","165000001604","165000001604","165000001604","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","164000000000","163000000000","163000000000","163000000000","162000000000","160000000000","160000000000","159600000000","159000000000","158000000000","158000000000","158000000000","158000000000","158000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","155000000000","155000000000","155000000000","154000000000","154000000000","154000000000","154000000000","153000001459","153000001459","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","151000001459","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","150100000730","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","149500000000","149500000000","149000001347","149000001347","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290312":["230000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","195000000000","195000000000","193000000000","193000000000","192000000000","192000000000","192000000000","192000000000","192000000000","189000000000","189000000000","189000000000","180000001750","176330000000","175000000000","174330000000","174330000000","174330000000","174330000000","174330000000","174330000000","174330000000","174330000000","174330000000","174330000000","174330000000","166000000000","163900000000","163000000000","161000000000","155000000000","153000001459","152000000000","152000000000","152000000000","150000001459","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","163000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","150000001459","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","163900000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290313":["300840000000","300000000000","300000000000","238000000000","230000000000","223500000000","210000000000","206400000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","201250000000","200524275000","200000000000","195000000000","193700000000","193000000000","193000000000","202000000000","193000000000","193000000000","193000000000","193000000000","193000000000","202000000000","193000000000","193000000000","193000000000","193000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191350000000","191350000000","191350000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188571428571","185201251482","183000000000","180000001459","180000000000","180000000000","180000000000","179000000000","179000000000","179000000000","179000000000","178571791629","178500000000","178000000000","177816600000","174000000032","174000000000","174000000000","174000000000","174000000000","172500001678","172500001678","172500001678","172000000000","172000000000","170000000000","170000000000","167200000000","167200000000","165000001604","165000001604","165000000000","165000000000","164000000000","164000000000","164000000000","164000000000","163900014938","163900000000","163000000000","162339408000","160000000000","157000000000","156000001235","156000000000","156000000000","155100000000","189000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","154000000000","153000001459","153000001459","153000001459","153000000000","152184000001","152000000000","152000000000","152000000000","151000001561","151000001561","151000000000","151000000000","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","149000001347","149000000000","149000000000"],"12290314":["0","121000000000","0","501000000000","395000000000","348000000000","348000000000","300000000000","259000000000","250000000000","249000000000","226200000000","222000000000","220000000000","219000000000","212500000000","212500000000","208800000000","206400000000","205200000000","205000000000","205000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","201250000000","200479500000","200100000000","200100000000","200000000000","200000000000","199000000000","199000000000","196200000000","195000000000","195000000000","195000000000","195000000000","195000000000","193700000000","193140000000","193140000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","192000000000","192000000000","192000000000","192000000000","202000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191350000000","191350000000","191350000000","191350000000","191350000000","191250000000","191000000000","190000000000","190000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","186250000000","184285714286","182700000000","182700000000","181500000000","181000001459","180115000000","180000000000","180000000000","180000000000","179689604693","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","178800000000","178571791629","178571791629","178421500000","178000000000","177816600000","177480000000","177000000000","177000000000","177000000000","175000000000","175000000000","175000000000","175000000000","174330000000","174330000000","174100000000","174000000000","174000000000","174000000000","174000000000","172500001678","172500001678","172500001678","172500001678","172500001678","172000000000","172000000000","172000000000","171000000000","171000000000","171000000000","183000000000","170500000000","170500000000","170500000000","170000000000","170000000000","170000000000","169000000000","168900000000","168000000000","167200000000","166000000000","166000000000","166000000000","165000001604","165000001604","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","164000000000","164000000000","164000000000","164000000000","164000000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","165000000000","162000001459","161000000000","161000000000","161000000000","161000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","158514287547","158000000000","158000000000","157000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","154500001502","154000000000","154000000000","154000000000","154000000000","153470000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","151000001561","151000000000","151000000000","151000000000","151000000000","151000000000"],"12290315":["108000001347","0","10000000000","700000000000","276000000377","224616000000","224000000000","223500000000","222264000000","219000000000","202000000000","202000000000","202000000000","200000000000","275000000000","200000000000","199700000000","199000000000","195000000000","193200000000","190000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","187200000000","182000000000","177000000000","174100000000","174000000000","172000000000","170500000000","170000000000","169000000000","165000001604","163900000000","163000000000","163000000000","163000000000","163000000000","162000000000","161700000000","160000000000","156000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","153000000000","270000000000","219000000000","328500000000","152000000000","151000001561","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","150900000000","150123456789","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149500000000","149100000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","156000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290316":["298000000000","220000000000","206400000000","156000000000","152000000000","152000000000","152000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","169000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","152000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290317":["1","150000001459","1","340000000000","298000000000","270000000000","270000000000","254687500000","236250000000","219000000000","216000000000","216000000000","202000000000","202000000000","202000000000","202000000000","200200000000","200100000000","200100000000","195000000000","195000000000","194000000000","193700000000","192000000000","192000000000","202000000000","202000000000","192000000000","192000000000","192000000000","192000000000","192000000000","202000000000","202000000000","202000000000","202000000000","192000000000","192000000000","192000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188000000000","187500001823","187500001823","186250000000","184285714286","183000001459","182142858707","182000000000","181500000000","180000000000","180000000000","180000000000","178571791629","177000000000","176565000000","176000000000","174800000000","174100000000","174000000000","173425513111","173000000000","173000000000","171350000000","170000001459","170000000000","170000000000","170000000000","169000000000","169000000000","167200000000","167000000000","166000000000","166000000000","165000001604","165000001604","165000001561","165000000000","165000000000","165000000000","165000000000","165000000000","164000000000","164000000000","163900000000","163900000000","163900000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","162000000000","250000000000","162000000000","161700000000","160000001459","160000000000","159000000000","157195000000","156000000001","156000000000","156000000000","156000000000","156000000000","156000000000","238337054370","195466745990","156000000000","156000000000","155000000000","155000000000","155000000000","155000000000","153470000000","153000001459","153000000000","152000000000","152000000000","152000000000","152000000000","152000000000","151702001474","151000000000","151000000000","151000000000","151000000000","151000000000","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000000000","150000000000","150000000000","149500000000","149000001432","149000001347","149000001347","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148999995392","148992905964","148950000741","148950000741","148950000741","148680000000","148500000768","163900000000","148500000256","148500000256","148500000000","148500000000","148500000000","148500000000","148350000000","148200000000","148200000000","148200000000","148200000000","148200000000","148200000000","148200000000","148200000000","148200000000","148200000000","211900000000","211900000000","211900000000","211900000000","211900000000","211900000000","211900000000","211900000000","211900000000","317200000000","317200000000","211900000000","210600000000","210600000000","210600000000","148000001347","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000"],"12290318":["202000000000","200000000000","200000000000","200000000000","199100000000","199000000000","199000000000","195000000000","192000000000","192000000000","192000000000","190000000000","189000000000","189000000000","186250000000","184285714286","184285714286","181071428571","178500000000","176565000000","176000000000","175000000000","174000000000","171000000000","169500000000","165000001604","165000000000","164000000000","163900000000","163900000000","160000000000","159000000000","195466745990","195466745990","155000000000","152000000000","152000000000","151000000000","151000000000","151000000000","150000001459","150000001459","150000001459","150000000000","150000000000","150000000000","150000000000","150000000000","149000000000","149000000000","149000000000","149000000000","203000000000","189300000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","149000000000","148000000000","148000000000","153000000000","148000000000","148000000000","162000000000","148000000000","148000000000","148000000000","148000000000","149000000000","148000000000","148000000000","148000000000","147900001482","147900000000","147400000000","147315000000","147315000000","147315000000","147200000000","147200000000","147200000000","147200000000","147200000000","147200000000","148350000000","148350000000","148350000000","148350000000","148350000000","148350000000","147200000000","148350000000","149500000000","153014400000","212760350000","209300000000","147200000000","147200000000","161000000000","223100000000","206195000000","147200000000","147200001549","148350000000","148350000000","149500000000","149500000000","151800002013","151800002013","153014400000","171350000000","206195000000","218316000000","219765000000","217350000000","147200000000","147407000000","147407000000","147798000000","147798000000","147200000000","148350000000","148350000000","147199999999","184690000000","147199999999","147200000000","227700000000","205850000000","147199999999","147199999999","147119999997","147000001123","147000001123","147000001123","147000001123","147000000512","147000000000","147000000000","147000000000","147000000000","200000000000","210530000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","154000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","152000000000","153000000000","153000000000","153000000000","153000000000","153000000000","153000000000","153000000000","154000000000","154000000000","154000000000","156000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","149000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","147000000000","147000000000","202000000000","202000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000"],"12290319":["250000000000","210600000000","213200000000","213200000000","213200000000","213200000000","213200000000","210000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","193700000000","234000000000","234000000000","192000000000","189000000000","189000000000","189000000000","189000000000","189000000000","174330000000","174330000000","174330000000","174000000000","171600000000","170000000000","166000000000","166000000000","164000000000","164000000000","164000000000","164000000000","163000000000","162000000000","158400000000","155000000000","155000000000","154500001502","154000000000","152000000000","151000000000","151000000000","150000001459","150000001459","150000001459","150000001459","150000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","165000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","146900000000","325000000000","146410000000","146410000000","146410000000","180400000000","146400000000","146300000000","251900000000","146300000000","149000000000","146050000000","147200000000","147200000000","148350000000","147200000000","148350000000","148350000000","149500000000","153352500000","155940000000","157550000000","159850000000","188600000000","188600000000","146000001459","146000001459","191000001459","146000001347","146000001123","146000001123","146000001123","146000001123","146000000000","146000000000","146000000000","308000000000","340000000000","362000000000","367000000000","367000000000","367000000000","367000000000","330000000000","330000000000","330000000000","297000000000","297000000000","267000000000","240000000000","146000000000","153000000000","362000000000","367000000000","330000000000","330000000000","297000000000","297000000000","267000000000","267000000000","216000000000","216000000000","195000000000","146000000000","146000000000","340000000000","367000000000","367000000000","330000000000","267000000000","267000000000","267000000000","240000000000","216000000000","216000000000","146000000000","340000000000","362000000000","367000000000","367000000000","367000000000","367000000000","367000000000","330000000000","330000000000","297000000000","297000000000","297000000000","297000000000","297000000000","297000000000","146000000000","146000000000","340000000000","330000000000","240000000000","195000000000","146000000000","367000000000","367000000000","367000000000","330000000000","297000000000","267000000000","216000000000","216000000000","216000000000","146000000000","146000000000","153000000000","153000000000","153000000000","173000000000","217000000000","226000000000","226000000000","226000000000","226000000000","274000000000","301000000000","340000000000","340000000000","146000000000","153000000000","340000000000","340000000000","362000000000","367000000000","367000000000","367000000000","367000000000","367000000000","367000000000","367000000000","367000000000","330000000000","330000000000","146000000000","153000000000","173000000000","254000000000","340000000000","362000000000","367000000000","367000000000","330000000000","330000000000","330000000000","330000000000","330000000000","297000000000","297000000000","146000000000","146000000000","146000000000"],"12290320":["0","149000000000","0","500000000000","362000000000","362000000000","362000000000","362000000000","362000000000","367000000000","367000000000","367000000000","367000000000","367000000000","367000000000","367000000000","367000000000","330000000000","330000000000","330000000000","330000000000","330000000000","330000000000","330000000000","330000000000","330000000000","330000000000","330000000000","330000000000","330000000000","330000000000","330000000000","330000000000","330000000000","330000000000","297000000000","297000000000","297000000000","297000000000","297000000000","297000000000","297000000000","297000000000","297000000000","297000000000","297000000000","297000000000","297000000000","297000000000","297000000000","297000000000","267000000000","267000000000","267000000000","267000000000","267000000000","267000000000","267000000000","267000000000","267000000000","267000000000","267000000000","267000000000","267000000000","267000000000","267000000000","267000000000","267000000000","267000000000","267000000000","267000000000","267000000000","267000000000","267000000000","240000000000","240000000000","240000000000","240000000000","240000000000","240000000000","240000000000","240000000000","240000000000","240000000000","240000000000","240000000000","240000000000","240000000000","240000000000","240000000000","237217800000","234000000000","234000000000","234000000000","223500000000","219000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","211900000000","211900000000","211900000000","205000000000","205000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","200100000000","200000000000","200000000000","198000000000","197600000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","193000000000","193000000000","193000000000","193000000000","192000000000","202000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","202000000000","192000000000","192000000000","191400000000","191250000000","189000000000","189000000000","189000000000","189000000000","189000000000","188600000000","195500000000","195500000000","204723805000","206195000000","215625000000","223100000000","223100000000","227700000000","223100000000","220052500000","219765000000","219650000000","219650000000","219650000000","211600000000","208232142857","205850000000","205850000000","205850000000","203665000000","200100000000","201250000000","201250000000","200100000000","187500000000","187500000000","182700000000","182700000000","181665001101","180000000000","180000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","178800000000","178800000000","178800000000","176565000000","176565000000","175000000000","174270000000","174000000000","174000000000","174000000000","173000000000","173000000000","172000000000","171000000000","170000000000","170000000000","169000000000","167200000000","167000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","164049000000","163900000000","163900000000","163900000000","163000000000","163000000000","162653636526","162000000000","162000000000","159000000000","157195000000","157000000000","155000000000","155000000000","155000000000","153470000000","153470000000","153000000000","152000000000","152000000000","152000000000","152000000000","151000000000"],"12290321":["0","158000000000","0","0","0","0","0","0","0","0","0","0","0","500000000000","449000000000","444000000000","400000000000","348000000000","300000000000","300000000000","300000000000","300000000000","298000000000","298000000000","298000000000","276000000000","276000000000","276000000000","250000000000","249187500000","240000000000","240000000000","240000000000","240000000000","240000000000","230000000000","227500000000","225000000000","223499993088","220114285714","220000000000","220000000000","217000000000","225000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","211900000000","213200000000","207000000000","205000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","201400000000","201250000000","201250000000","201150000000","201150000000","200100000000","200000000000","200000000000","200000000000","200000000000","200000000000","199000000000","199000000000","196350000000","196000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","193000000000","193000000000"],"12290322":["149000000000","0","10000000000","10000000000","301000000000","300000000000","256070000000","229000000000","227000000000","222000000000","202000000000","202000000000","201250000000","200000000000","200000000000","200000000000","199000000000","199000000000","199000000000","199000000000","199000000000","199000000000","199000000000","196000000000","195000000000","195000000000","194250000000","194250000000","194250000000","194250000000","194250000000","194250000000","194250000000","193700000000","193700000000","193700000000","193700000000","193000000000","193000000000","193000000000","193000000000","193000000000","202000000000","193000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","202000000000","193000000000","193000000000","202000000000","193000000000","193000000000","202000000000","193000000000","193000000000","202000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","193000000000","192000000000","192000000000","192000000000","192000000000","193000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191350000000","191350000000","191350000000","191250000000","190000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","187500001823","187500001823","187500001823","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","186250000000","186250000000","186250000000","186250000000","186250000000","186250000000","186250000000","185000000000","184750000000","184500001700","183750000000","183750000000","183750000000","183750000000","183750000000","182031600282","181071428572","180290016427","180115000000","180115000000","180115000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179500000000","179000000000","179000000000","179000000000","179000000000","179000000000","178800000000","178800000000","178800000000","178800000000","177000000000","176920415009"],"12290323":["490620000001","444210200001","444000000000","444000000000","444000000000","358000000000","350000000000","298000000000","276000000000","263500000000","257070000000","253857000000","250000000000","250000000000","246000000000","232000000000","230950000000","216000000000","216000000000","213142857143","213000000000","212400000000","211900000000","205000000000","205000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","201250000000","201250000000","200100000000","200000000000","200000000000","200000000000","200000000000","199350000000","199000000000","195466745990","195466745990","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","194000000000","193000000000","193000000000","193000000000","193000000000","193000000000","202000000000","202000000000","195000000000","195000000000","193000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","196000000000","192000000000","192000000000","192000000000","192000000000","192000000000","196000000000","192000000000","192000000000","192000000000","193000000000","192000000000","192000000000","192000000000","196000000000","192000000000","192000000000","192000000000","192000000000","190000000000","189000000000","189000000000","182600000000","181478823309","181071428572","181000001459","181000001459","180000000001","180000000001","180000000001","180000000001","180000000001","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179480000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","178800000000","178800000000","178800000000","178800000000","178500000000","178500000000","178500000000","177816600000","177810000000","177000000000","177000000000","177000000000","177000000000","176920415009","176000000000","176000000000","176000000000","176000000000","176000000000","176000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","174900000000","174900000000","174270000000","174270000000","174270000000","174000000000","174000000000","173425513111","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172500001678","178571791629","172000000000","172000000000","171350000000","171350000000","171350000000","171000000000","171000000000","171000000000","171000000000","171000000000","170500000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169000000000","169000000000","169000000000","169000000000","168000000000","167200000000","167000000000","167000000000","167000000000","167000000000","167000000000","166285715825","166285715825","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","165000001604","165000001561","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","164000001459","164000001459","164000001459","164000001459","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","163900000034","163900000034","163900000034","163900000001","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000"],"12290324":["380602773057","380602773056","349650000000","333000000000","333000000000","333000000000","216000000000","207000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","199000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","195000000000","195000000000","195000000000","195000000000","193000000000","193000000000","193000000000","193000000000","202000000000","193000000000","191165000000","191165000000","180000000000","180000000000","179300000000","177000000000","176000000000","173800000000","173000000000","172000000000","171350000000","171350000000","171350000000","171350000000","171350000000","170000000000","170000000000","170000000000","167625000001","166000000000","163900000034","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","166000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161700000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","159375000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","157000000000","157000000000","156450000000","156450000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","155000001123","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","154500001502","154500001502","154200000000","154000000000","154000000000","154000000000","154000000000","154000000000","153470000000","275000000000","153470000000","153470000000","153470000000","153470000000","153470000000","153000001459","153000000000","153000000000","153000000000","153000000000","153000000000","153000000000","153000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000"],"12290325":["10000000000","2000000000000","207000000000","196000000000","193000000000","180000000000","176000000000","163000000000","160000000000","155000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","172000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","151000001561","151000001561","151000001561","151000001459","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","158000000000","157000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149500000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290326":["1000000000","1000000000","195000000000","1000000000","1000000000","149000000000","1000000000","1000000000","149000000000","1000000000","349000000000","296000000000","289285714286","277100000000","276000000000","237000000000","224900000000","223500000000","222000000000","220000000000","212625000000","211200000000","209000000000","207000000000","207000000000","202000000000","201250000000","200000000000","200000000000","200000000000","200000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","195000000085","195000000000","195000000000","195000000000","194000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","189000000000","189000000000","189000000000","187500000000","187500000000","187500000000","187500000000","187500000000","185000000000","180000000000","180000000000","180000000000","180000000000","180000000000","178800000000","178000001561","178000000000","175500000000","175000000000","175000000000","174900000000","174000000000","171350000000","170610000000","170000000000","170000000000","170000000000","170000000000","169740000000","169740000000","165000000000","164000000000","164000000000","163900000000","253000000000","330000000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","162000000000","164000000000","162000000000","161000000000","161000000000","161000000000","161000000000","160000000000","159000000000","159000000000","158000000000","158000000000","156513000001","156000001459","156000001459","155000000000","154687500000","154500001502","154100000000","153000000000","153000000000","152000000000","151000000000","150490000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150000000000","149000000033","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","181000000000","149000000000"],"12290327":["1","149000000000","1","0","500000000000","326700000000","300000000000","300000000000","298000000000","276000000000","276000000000","265781250000","235000000000","233000000000","233000000000","233000000000","233000000000","233000000000","223500000000","223500000000","216000000000","216000000000","215208000000","213200000000","209000000000","207000000000","207000000000","207000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","201250000000","201250000000","201250000000","201250000000","201150000000","200000000000","199000000000","199000000000","199000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","195600000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","194000001459","194000000000","194000000000","193095836233","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","194000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192500000000","192000000000","190000000000","187500000000","187500000000","183750000000","182700000000","181342020219","181342020219","181071428572","181000000000","181000000000","181000000000","181000000000","180540000001","180000000000","180000000000","180000000000","180000000000","179000000000","179000000000","178800000000","178000000000","176000000000","176000000000","176000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","174900000000","174900000000","173000000000","172000000000","170000000000","170000000000","167200000000","165000000000","165000000000","164000001459","164000001459","164000000000","164000000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","162000000000","160000000000","160000000000","160000000000","158000000000","157000000000","157000000000","156000001459","156000000000","155000000000","155000000000","155000000000","154000000000","154000000000","154000000000","153470000000","153000000000","153000000000","152000000000","152000000000","152000000000","150540000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150000000000","150000000000","150000000000","150000000000","150000000000","149000000001","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","170000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290328":["0","173000000000","0","400000000000","300000000000","298200000000","276000000000","233000000000","223500000000","213200000000","212625000000","210000000000","205000000000","204000000000","202000000000","202000000000","202000000000","202000000000","199000000000","199000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","195000000000","195000000000","195000000000","194000001459","194000000000","194000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","192000000000","192000000000","192000000000","192000000000","188000000000","187500000000","187500000000","187500000000","187500000000","187500000000","186250000000","186250000000","181342020219","181071428572","181000000000","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179300000000","179300000000","179300000000","179300000000","178800000000","178800000000","178800000000","178800000000","178000000000","178000000000","178000000000","178000000000","178000000000","177000000000","177000000000","176565000000","176000000000","176000000000","176000000000","176000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","174900000000","174000000000","174000000000","174000000000","173000000025","173000000000","173000000000","173000000000","170100000000","170000000000","170000000000","170000000000","170000000000","170000000000","168000000000","167200000000","167000000000","166000000000","166000000000","164000001459","164000001459","164000001459","164000000000","164000000000","164000000000","164000000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","161000000000","161000000000","160000000000","159000000000","157000000000","157000000000","156000001459","155000000000","155000000000","154000000000","153470000000","153470000000","153470000000","153000001459","153000001459","153000001459","152000000000","152000000000","151000001561","151000000000","151000000000","151000000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150100000000","150000001459","150000001459","150000001459","149000001347","149000001347","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290329":["0","171000000000","0","450000000000","300000000000","276000000000","245000000000","231000000000","229000000000","223500000000","223500000000","214000000000","214000000000","213142857143","202000000000","200000000000","200000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","195000000000","195000000000","195000000000","194250000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","187500000000","186250000000","186250000000","181071428572","181000000000","181000000000","180540000000","180540000000","179300000000","179300000000","179300000000","178500000085","178500000000","178500000000","178500000000","178500000000","178500000000","178000000000","178000000000","177100000000","176565000000","176000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","174000000000","173000000000","173000000000","173000000000","171000000000","171000000000","171000000000","170000000000","166880000000","166000000000","166000000000","166000000000","164000000000","164000000000","163900000000","163900000000","163900000000","163900000000","163000000000","163000000000","163000000000","163000000000","163000000000","161000000000","270000000000","200000000000","161000000000","160000000000","159000000000","159000000000","158000000000","158000000000","156000001459","156000000000","156000000000","156000000000","154000000000","154000000000","153773439420","152000000000","152000000000","152000000000","151000000000","151000000000","150100000000","150000001459","150000001459","150000001459","150000000000","149000001347","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290330":["298000000000","276000000000","266000000000","255000000000","229000000000","227000000000","223500000000","220200000000","214800000000","212625000000","208600000000","208600000000","207000000000","202500001969","202000000000","201250000000","201250000000","201250000000","201250000000","201250000000","200000000000","200000000000","200000000000","199000000000","199000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","194250000000","194250000000","194250000000","194250000000","194250000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191350000000","191350000000","191350000000","191350000000","190000000000","190000000000","189000000000","187500000000","187500000000","187500000000","186250000000","186250000000","186250000000","186250000000","185000000000","185000000000","183750000000","181220000000","181220000000","181220000000","181220000000","181220000000","181071428571","181000000000","181000000000","180617949001","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179300000000","179000000000","179000000000","179000000000","178800000000","178000000000","178000000000","178000000000","178000000000","177000000000","176565000000","176565000000","176565000000","176565000000","176565000000","176000000000","175000000000","175000000000","175000000000","175000000000","174900000000","174000000000","174000000000","174000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172000000000","171000000000","170000000000","168000000000","165000000000","165000000000","165000000000","165000000000","165000000000","164295351221","164000000000","164000000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","161000000000","161000000000","161000000000","161000000000","160600000000","160000000000","160000000000","160000000000","159000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","157000000000","157000000000","157000000000","157000000000","156000001459","156000001459","156000000000","155000000000","155000000000","154000000000","153470000000","153470000000","153470000000","153000001459","153000001459","152000000000","152000000000","152000000000","151300000000","151000001561","151000001561","151000000000","151000000000","151000000000","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000000000","150000000000","149000000001","149000000001","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290331":["10000000000","669000000000","400000000000","363000000000","350000000000","350000000000","303000000000","300000000000","300000000000","298000000000","298000000000","276000000000","276000000000","255000000000","253300000000","250000000000","238400000000","237217800000","223500000000","223500000000","223500000000","223500000000","223500000000","223000000000","221000000000","220000000000","220000000000","218400000000","216000000000","213200000000","213200000000","210000000000","210000000000","203550000001","202400000000","202000000000","202000000000","201150000000","200100000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","199000000000","198000000000","196350000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","202000000000","193000000000","193000000000","191400000000","191350000000","191350000000","191350000000","191350000000","191350000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187000000000","186250000000","186250000000","183750000000","183750000000","183000000000","181114999999","181071428572","181071428571","180000000000","180000000000","179300000000","179300000000","179300000000","179300000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","178800000000","178571791629","178500000000","178000000000","178000000000","178000000000","178000000000","177000000000","177000000000","177000000000","177000000000","176270000000","176000000000","175200000000","178800000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","174000000000","174000000000","174000000000","174000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","171350000000","170000000000","170000000000","170000000000","170000000000","169740000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","164000001459","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","163900000056","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163000000000","163000000000"],"12290332":["298000000000","265781250000","219000000000","214000000000","214000000000","202000000000","200000000000","196000000000","193700000000","189000000000","184000000000","178800000000","176000000000","171350000000","170000000000","165000000000","164000000000","163900000000","163900000000","163900000000","163900000000","163900000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","159760000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","157110000000","157000000000","157000000000","157000000000","157000000000","157000000000","156450000000","156000000000","154500001502","154000000000","153470000000","153470000000","153470000000","153470000000","153470000000","153470000000","153000000000","152184000001","152000000000","152000000000","152000000000","151000001561","151000001561","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000000001","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149000010000","149000001561","267410000256","149000001561","151000001561","149000001561","149000000001","149000000001","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290333":["5500000000","5500000000","5500000000","5500000000","5500000000","5500000000","5500000000","5500000000","5500000000","5500000000","5500000000","5500000000","5500000000","5500000000","5500000000","5500000000","5500000000","5500000000","298000000000","227000000000","227000000000","227000000000","225377400000","223500000000","223500000000","216000000000","216000000000","213200000000","213142857143","213000000000","202000000000","199000000000","199000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","187500000000","182521958000","180000000000","180000000000","179000000000","179000000000","179000000000","179000000000","178800000000","178571791629","178500000000","178500000000","177000000000","176831433003","174000000000","171350000000","170000000000","170000000000","168000000000","166000001561","165000000000","164000000000","164000000000","164000000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163000000000","163000000000","163000000000","163000000000","161000000000","160000000000","158000000000","158000000000","157000000000","157000000000","156450000000","154247940000","152000000000","152000000000","151000001561","150000001460","150000001459","150000001459","150000001459","150000001459","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290334":["349000000000","298000000000","276000000000","227000000000","223500000000","212625000000","202000000000","201250000000","201250000000","201250000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","193000000000","193000000000","192000000000","192000000000","179300000000","179000000000","175000000000","175000000000","172000000000","170000000000","170000000000","169000000000","168000000000","166000001561","166000000000","166000000000","164000000000","164000000000","164000000000","163900000000","163900000000","163900000000","163899999744","163000000000","160000000000","151000000000","150000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148350000000","148350000000","148350000000","148350000000","149500000000","149500000000","149500000000","149730000000","150650000000","151800002012","151800000000","153014400000","153014400000","153014400000","153014400000","153014400000","153014400000","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000000000"],"12290335":["115000000000","115000000000","649000000000","555000000000","303000000000","300000000000","300000000000","298000000000","278760000000","276000000000","238400000000","227850000000","227000000000","227000000000","227000000000","227000000000","227000000000","227000000000","227000000000","227000000000","227000000000","227000000000","222000000000","221000000000","208600000000","202000000000","202000000000","200000000000","200000000000","197000000000","196500000000","331500000000","195750000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","193700000000","193222190948","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","192000000000","191000000000","191000000000","193000000000","191000000000","192000000000","189000000000","187500000000","187500000000","187500000000","187500000000","186250000000","181650000000","180000000000","180000000000","180000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","178800000000","178800000000","178500000000","176000000000","175000000000","174000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","170200000000","170000000000","170000000000","169000000019","169000000000","169000000000","169000000000","175000000000","168000000000","166000000000","166000000000","165000000000","165000000000","164000000001","164000000001","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","163900000000","163900000000","163900000000","163900000000","163900000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","162800000000","162800000000","161000000000","161000000000","161000000000","160000000000","160000000000","159840000000","159000000000","159000000000","158000000000","157000000000","157000000000","155000000000","155000000000","153470000000","153014400000","153014400000","153014400000","153352500000","153525000000","155940000000","156860000000","157550000000","157550000000","157550000000","157550000000","157550000000","157550000000","157550000000","157550000000","157550000000","157550000000","157550000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","151000000000","150000001459","150000001459","150000001459","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290336":["1424111671354","1266865789064","1126200000000","500000000000","310500000000","300000000000","296000002918","276000000000","276000000000","241000000000","229400000000","229400002261","227000000000","227000000000","227000000000","227000000000","227000000000","227000000000","227000000000","227000000000","227000000000","227000000000","227000000000","227000000000","227000000000","227000000000","227000000000","222000000000","219000000000","219000000000","213142857143","211680000000","210000000000","202070000000","202000000000","202000000000","200648611111","200648611111","200648611111","200000000000","200000000000","200000000000","199525000000","199100000000","198950000000","198605000000","198000000000","198000000000","197400000000","196000000000","195466745990","195466745990","195466745990","350492096260","350492096260","276349537430","276349537430","264554130350","195000000000","195000000000","194000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192207600000","192207600000","192207600000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","190000000000","190000000000","189001680001","189001680001","189001680001","189001680001","188000000000","187500000000","187500000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","183800000000","181819425595","181335000000","180000000000","180000000000","179300000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","178000000000","178000000000","177600001750","177000000000","177000000000","177000000000","177000000000","177000000000","177000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","177000000000","177000000000","177000000001","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","173160000000","173160000000","173160000000","173100000000","173000000000","173000000000","173000000000","172700000000","172700000000","172660391421","170940000000","170000000000","170000000000","170000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","167200000000","167200000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","163900000000","163900000000","163900000000","163900000000","163900000000","163000000000","163000000000","163000000000","163000000000","163000000000","162800001604","162800000000","162800000000","162800000000","162800000000","162800000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161700000233","161000000000","161000000000","160000000000","160000000000","159840000000","159375000000","158700000000","161000000000","161000000000","163990000000","171350000000","171350000000","171350000000","174800001291","174800001291","174800001291","181126610001","182850000000","182850000000","182850000000","182850000000","184690000000","184690000000","184690000000","186300000000","187450000000","188485000000","189750000000","193200000000","195500000000","195500000000","195500000000","198510431461","198510431461","201250000000","201250000000","203550000000","204723805000","206195000000","206195000000","209300000000","213900001795","214187500000","214187500000","214187500000","214187500000","215625000000","216200000000","217350000000","217781250000","218316000000","221950000000","222956250000","223100000000","158400000000","157000000000","156000000000","153267750000","152000000000","152000000000"],"12290337":["1","152000000000","1","223100000000","224250000000","227700000000","227700000000","227700000000","228850000000","227700000000","227700000000","227700000000","227700000000","225400000000","223905000000","223100000000","223100000000","223100000000","223100000000","221950000000","220052500000","220052500000","220052500000","220052500000","220000000000","193000000000","193000000000","191664000000","191000000000","177480000000","177480000000","172750000000","167000000000","165000000000","164000000000","164000000000","156000000000","156000000000","156000000000","155000000000","155000000000","154000000000","153470000000","153470000000","153000000000","152184000001","152000000001","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","151000001561","151000001561","151000001561","151000001561","243100000233","151000001561","151000000000","151000000000","151000000000","151000000000","151000000000","150403000000","150000001459","150000001459","150000001459","150000001459","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149200000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290338":["448000001459","250000000000","180000000000","179000000000","178000001459","175000000000","163000000000","160000000000","156000000000","156000000000","153470000000","152000000000","150000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148000001561","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001347","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","147510000000","147400000000","147000001459","147000001459","147000001459","147000001347","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","151000000000","151000000000","151000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","150000000000","150000000000","150000000000","150000000000","150000000000","147000000000","147000000000","147000000000","147000000000"],"12290339":["240000000000","227000000000","227000000000","227000000000","220052500000","220634924734","219650000000","218500000000","217350000000","217350000000","217350000000","215625000000","215625000000","214187500000","214187500000","212760350000","211600000000","211600000000","211600000000","212278500000","210450000000","210450000000","210450000000","210450000000","210318900000","209300000000","196800000000","178000001459","175000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172000000000","168000000000","166000000000","164691100000","164000000000","163000000000","162000000000","154000000000","153470000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149000000000","149000000000","149000000000","148000001459","148000001459","148000001459","148000001459","148000001459","148000000000","148000000000","147000001459","147000000000","193000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","146985300000","146985300000","146200000000","146000001459","146000001459","146000001459","146000001459","146000001459","146000001459","146000001459","146000001459","146000001459","146000001459","146000001459","146000001347","146000001347","146000001347","146000000000","153000000000","153000000000","226000000000","226000000000","226000000000","226000000000","340000000000","362000000000","362000000000","367000000000","367000000000","367000000000","367000000000","367000000000","330000000000","297000000000","297000000000","297000000000","297000000000","297000000000","297000000000","297000000000","267000000000","267000000000","267000000000","267000000000","240000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","216000000000","195000000000","195000000000","195000000000","195000000000","195000000000","146000000000","146000000000","173000000000","367000000000","367000000000","330000000000","330000000000","330000000000","330000000000","297000000000","297000000000","297000000000","297000000000","267000000000","267000000000","267000000000","267000000000","267000000000","240000000000","240000000000","216000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","164000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","202000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","147000000000","147000000000","147000000000","146000000000","168000000000","146000000000","149000000000","150000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","153000000000","226000000000","340000000000","362000000000","362000000000","367000000000","367000000000","367000000000","367000000000","367000000000","367000000000","367000000000","330000000000","330000000000","330000000000","297000000000","267000000000","267000000000","267000000000","267000000000","267000000000","267000000000","240000000000","240000000000","240000000000","216000000000","216000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","146000000000","146000000000","146000000000","146000000000","145714285714","145200000000"],"12290340":["0","146000000000","0","10000000000","648000001459","500000000000","400000000000","300000000001","300000000000","300000000000","300000000000","300000000000","300000000000","287300000000","286200000000","280000000000","276000000000","276000000000","272316811067","270000000000","263000000000","254872030842","240000000000","238400000000","230000000000","230000000000","229400002261","229400002261","227000000000","227000000000","227000000000","227000000000","227000000000","227000000000","227000000000","227000000000","227000000000","226550902519","226550902519","224019607518","224019607518","224019607518","223500000000","222000000000","222000000000","222000000000","222000000000","221000000000","221000000000","221000000000","219700000000","219000000000","221000000000","216000000000","213200000000","213200000000","213200000000","213200000000","213200000000","213200000000","213000000000","213000000000","212628780017","212300000000","211900000000","211900000000","211900000000","211900000000","211900000000","211900000000","211900000000","211900000000","211900000000","211900000000","211900000000","211365000000","210100000233","208232142856","208232142856","207600000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","206195000000","206195000000","206195000000","206195000000","206195000000","205850000000","205850000000","205850000000","205850000000","205850000000","205850000000","205850000000","205850000000","205850000000","205850000000","205850000000","205850000000","205850000000","205850000000","205850000000","205850000000","205850000000","205850000000","205850000000","204723805000","204325000013","204000000000","204000000000","203665000000","203665000000","203665000000","203665000000","203550000000","203550000000","202000000000","202000000000","201376790001","201250000000","201250000000","201250000000","201250000000","201250000000","201250000000","201250000000","201250000000","201150000000","201150000000","200479500000","200251781642","200100000000","200100000000","201250000000","201250000000","201250000000","201250000000","201250000000","201250000000","201250000000","201250000000","201250000000","200100000072","201250000000","200100000000","200100000000","200100000000","200100000000","200100000000","200100000000","200100000000","200410500000","200000000000","200000000000","200000000000","199000000000","198950000000","198950000000","198950000000","198605000000","198950000000","198000001459","198000001459","198000001459","198000001459","198000001459","197000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","195750000000","194000000000","193700000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192030000000","192030000000","192000000000","192000000000","191000000000","191000000000","193000000000","193000000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","188000001459"],"12290341":["518100000000","350000000000","348000000000","315002800001","276000000000","276000000000","276000000000","255406250017","250000000000","237000000000","235726846894","232879140019","226200000000","222000000000","222000000000","221000000000","229000000000","229000000000","221000000000","221000000000","221000000000","213000000000","207000000000","206450000000","205454676002","204325000013","204325000013","204000000000","204000000000","202000000000","201250000000","201250000000","201250000000","203550000000","202400000000","202400000000","201250000000","201250000000","201250000000","201250000000","201250000000","201250000000","200100000000","200000000000","200000000000","200000000000","200000000000","200000000000","199000000000","199000000000","198950000000","198950000000","198950000000","198000018008","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","195000001561","195000001561","195000001561","194000000000","194000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192030000000","192030000000","192030000000","192030000000","192000000000","192000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","192000000000","192000000000","192000000000","191000000000","191000000000","192000000000","191000000000","191000000000","191000000000","190000000000","190000000000","187500000001","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","186250000000","186250000000","186250000000","186000000000","186000000000","185000001823","185000000000","185000000000","184500000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","183150001804","182000000000","181650000000","181650000000","181650000000","181650000000","181650000000","181650000000","181220000000","181114999999","181000001561","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","180000001563","180000000001","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179300000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","178000001459","178000001459","178000001459","178000001459","177600001750","177600001750","177600001750","177600001750","177600001750","177600001750","177480000000","177000000000","177000000000","177000000000","177000000000","176460000000","176460000000","176460000000","176460000000","176460000000","176000000000","176000000000","176000000000","176000000000","176000000000","176000000000","176000000000","176000000000","176000000000","176000000000","176000000000","176000000000","175380001728","175380001728","175380001728","175380000002","175000001561","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","174270000000","174000001459","174000001459","174000000000","173000000000","173000000000","173000000000"],"12290342":["149000000000","1000000000","165000000000","1000000000","1000000000","165000000000","1000000000","802000000000","300000000000","276000000000","275000000000","246000000000","238744500000","225377400000","221000000000","221000000000","216000000000","206803000000","204000000000","202000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","198950000000","198950000000","200100000000","198000001459","198000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","195000001561","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","192000000000","192000000000","192000000000","193000000000","192000000000","192000000000","192000000000","192000000000","190300000000","188000001459","187500000000","187500000000","187500000000","184000000000","184000000000","183150001804","182600000000","182600000000","182600000000","182600000000","182600000000","182600000000","181000001561","181000000000","181000000000","250000000000","250000000000","200000000000","184000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179474198756","179000000000","179000000000","179000000000","178800000000","178095836233","177000000000","176460000000","176460000000","176000000000","175000000000","175000000000","175000000000","175000000000","175000000000","174330000000","174100000000","174000001459","174000001459","174000000000","174000000000","174000000000","174000000000","174000000000","173160000000","173100000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172750000000","172750000000","172000000000","172000000000","172000000000","171350000000","171350000000","171350000000","171000000000","171000000000","171000000000","171000000000","171000000000","341000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","170200001678","170200001678","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","182000000000","170000000000","170000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","168000001459","168000000000","168000000000","168000000000","168000000000","168000000000","168000000000","168000000000","168000000000","168000000000","168000000000","168000000000","168000000000","167000000000","167000000000","167000000000","167000000000","167000000000","167000000000","167000000000","166800001605","166323967612","166285715825","165100000000","165000001604","165000000000","165000000000","165000000000"],"12290343":["1000000000","162000000089","1000000000","276000000000","243600000000","234000000000","234000000000","234000000000","225000000000","221000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","209000000000","198950000000","198950000000","196000000000","210000000000","195000000000","193375000000","193375000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191000000000","191000000000","190000000000","187500000000","184000000000","184000000000","183000000000","183000000000","180000000000","179000000000","175000000000","175000000000","175000000000","175000000000","175000000000","174100000000","174000001459","174000000000","174000000000","174000000000","174000000000","174000000000","174000000000","174000000000","174000000000","174000000000","174000000000","173000000000","172700000000","171000000000","171000000000","170200001678","166100000000","166000001459","166000001459","166000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","164880000000","164000000000","248600000000","229900000000","311300000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163000001459","163000001459","163000001459","163000001459","163000000000","163000000000","163000000000","163000000000","163000000000","200000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","162800001605","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","163900000000","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800000000","162800000000","162800000000","162800000000","162800000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000"],"12290344":["802000000000","519000000000","381939736487","343000758357","333210200001","333000000000","333000000000","315002800001","300000000000","289561713112","281856000000","280000000001","280000000000","276000000000","250000000000","250000000000","250000000000","248970000000","230000000000","229400002261","222000000000","213200000000","213000000000","212488252028","212488252028","212488252028","210939375001","210939375001","210939375001","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","207600000000","205481406036","200100000000","200000000000","198950001677","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","194000000000","193222190948","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000001561","192000000000","202000000000","192000000000","193000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","189000000000","188000000000","188000000000","187862181592","187500000001","187500000001","187500000001","187500000001","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","185000000000","185000000000","185000000000","184800000000","184690000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","183700000000","183000000000","181650000000","181650000000","181650000000","181650000000","181071428572","181000000000","181000000000","180713615123","180400000000","180000001564","180000001564","180000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","177600001750","177000000000","177000000000","176460000000","176460000000","175380001728","175380001728","175000001459","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","174000001459","174000001459","174000000000","174000000000","173160000000","173160000000","173160000000","173041521460","173000000000","172000000000","171100000000","171000000000","171000000000","170632980001","170200001678","170200001678","169000001459","169000001459","169000001459","169000000000","169000000000","169000000000","169000000000","168000001459","168000000001","168000000000","168000000000","168000000000","168000000000","168000000000","168000000000","167625000001","167303557614","167000001561","167000001561","167000001561","167000000000","166000001561","166000000000","165000001459","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","163900000000","163900000000","163900000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","162800001605","162800001604","162800001604","162800001604","162800000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161700000000","161000000000","161000000000","160600000000","160600000000"],"12290345":["430811329401","430811329401","368731220001","315002800001","315002800001","300000000000","286200000000","276000000000","250000000000","239051408415","225000000000","223500000000","222000000000","220000000000","214500000000","212000001667","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","202650000000","200000000000","200000000000","200000000000","198950000000","198000001459","198000001459","193700000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192500000000","192000000000","192000000000","192000000000","192000000000","192000000000","191000000000","190890001971","189975000000","187500000000","187500000000","187500000000","187500000000","186250000000","185000000000","184000000000","184000000000","184000000000","184000000000","183000000000","181000000000","179000000000","177600001750","177600001750","177600001750","177480000000","176460000000","175000000000","174000001459","173160000000","173100000000","173100000000","172000000000","170000000000","170000000000","167000001561","167000000000","166000000000","166000000000","166000000000","165000001459","165000000000","162000000000","161700000233","161000000000","161000000000","161000000000","160900000000","160600000001","160600000000","160600000000","160600000000","160600000000","160000001459","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","159440490000","164230000000","164230000000","159000000000","158000001459","158000001459","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","157300000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","156500000000","156500000000","156500000000","156140001539","156140001539","156140001539","156140001539","156000001459","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","155400001531","155400001531","155100000000","155000000000","155000000000","166000000000","154224001489","154000001459","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","153470000000","153470000000","153470000000","153470000000","153048961459","153000000000","153000000000","152440001502","152440001502","152440001502","152440000000","152440000000","152440000000","152440000000","152000001605","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000"],"12290346":["360000000000","249827091415","228000000000","228000000000","228000000000","228000000000","223500000000","216250000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","208600000000","200000000000","194000000000","193000000000","193000000000","192000000000","192000000000","191000000000","191000000000","187500000000","187500000000","187500000000","187500000000","186250000000","186000000000","185000000000","184000000000","184000000000","184000000000","182000000000","182000000000","182000000000","181071428572","180000000000","180000000000","180000000000","179000000000","179000000000","178000001459","178000001459","178000000000","177600001750","175000000000","175000000000","171000000000","170200001678","169000000000","169000000000","167000000000","166471201606","165000001459","165000001459","165000000000","164000000000","163000001459","162800001604","162800001604","162800001604","161000000000","160000000000","157000000000","156000000000","156000000000","155100000000","154000000000","153000001347","153000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","151580000000","151000001561","151000001459","151000001459","151000001459","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","193000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","193000000000","151000000000","151000000000","151000000000","150320000000","150000001459","150000001459","150000001459","150000001459","163000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001459","150000001347","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","168000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","296000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","155000000000","150000000000","149000001347","149000001347","149000001235","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290347":["1","1100000233","1","0","10000000000","10000000000","10000000000","276000000000","276000000000","229000000000","229000000000","220800000000","220000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","204700000000","202000000000","200100000000","194000000000","204000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","193000000000","191000000000","191000000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","187500000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","182600000000","182000000000","182000000000","182000000000","182000000000","182000000000","182000000000","182000000000","181650000000","181500000000","181000000000","179000000000","178800000000","178800000000","177600001750","176565000000","176000000000","175000000000","175000000000","175000000000","174000000000","174000000000","174000000000","173160000000","173160000000","173160000000","173000000000","173000000000","172952017293","172000000000","172000000000","172000000000","170200001678","170000000000","169000000000","168000000000","167173333334","167000000000","166000001459","166000000000","165000000000","164000000000","164000000000","163900000000","162800016441","162000000000","162000000000","159000000000","158000000000","156000000000","156000000000","156000000000","153470000000","152000001459","152000000000","150000001459","150000001347","150000000001","150000000000","150000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148470000000","148100001459","148000001561","148000001544","148000001460","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459"],"12290348":["649000000000","227000000000","227000000000","227000000000","222000000000","214285715953","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","204000000000","204000000000","204000000000","202650000000","200000000000","199000000000","199000000000","199000000000","197800000000","197000000000","194000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192030000000","192000001561","192000000000","192000000000","192000000000","192000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","189200000119","188000000000","187500000000","187500000000","187500000000","187000000000","186000000000","185000001823","185000000000","184000000000","182600000000","182000000000","180600000000","180600000000","180000001563","180000000000","179474198756","179000000000","179000000000","179000000000","179000000000","179000000000","178800000000","177718116857","177718116857","177480000000","177480000000","177480000000","176000000000","175000000000","175000000000","175000000000","175000000000","175000000000","174000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172000000000","172000000000","171999999999","169100000000","169000000000","169000000000","169000000000","169000000000","168000000000","168000000000","168000000000","166000000000","166000000000","164000000000","164000000000","164000000000","163000001459","163000001459","163000000000","163000000000","162948001606","162000000000","162000000000","161000000000","160000001561","160000000000","160000000000","160000000000","160000000000","158000000000","156500000000","156000000000","156000000000","156000000000","152712000001","152000001459","152000001459","152000001459","152000001459","152000000000","152000000000","152000000000","152000000000","151110000000","151000000000","151000000000","150000000000","150000000000","150000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148000001521","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459"],"12290349":["410000000001","410000000000","410000000000","276000000000","276000000000","276000000000","254375002507","240030275816","240000000000","230000000000","227000000000","225000000000","225000000000","223500000000","223500000000","220000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","204000000000","201545232018","201545232018","200100000000","200000000000","200000000000","200000000000","200000000000","198950000000","198950000000","197959106560","197800000000","197800000000","196800000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190920000000","190920000000","190920000000","190920000000","190000000000","190000000000","190000000000","187500000000","187500000000","187500000000","186250000000","184690000000","184000000000","184000000000","184000000000","184000000000","183000000000","183000000000","182600000000","182000000000","181500000000","181500000000","181000000000","181000000000","181000000000","181000000000","180000000000","180000000000","179000000000","179000000000","179000000000","179000000000","178000000000","177718116857","177480000000","176130058209","175000000001","175000000001","175000000000","181000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","174000000000","174000000000","174000000000","173100000000","173000000000","173000000000","172700000000","173000000000","172000000000","170000000000","169000000000","169000000000","169000000000","167000000000","166000000000","166000000000","166000000000","165000001459","165000000000","164000000000","180000000000","164000000000","163900000000","163900000000","163900000000","163000000000","163000000000","162100000000","162000000000","162000000000","162000000000","162000000000","162000000000","161000000000","160600000000","160000000000","160000000000","160000000000","160000000000","159000000000","159000000000","158000000000","158000000000","156000001561","156000000000","156000000000","156000000000","156000000000","152000001459","152000000000","152000000000","152000000000","152000000000","152000000000","151905001496","151000001459","151000001459","151000001459","151000000085","151000000000","151000000000","151000000000","151000000000","150000001459","150000000000","150000000000","150000000000","150000000000","149000001459","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148000001460","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459"],"12290350":["223500000000","223000000000","220000000000","210000000000","210000000000","210000000000","210000000000","210000000000","202650000000","200000000000","199000000000","199000000000","193700000000","193000000000","193000000000","193000000000","191000000000","191000000000","193000000000","193000000000","191000000000","191000000000","187500000000","186250000000","184000000000","181000000000","180000000000","176000000000","173000000000","173000000000","167000000000","165000000000","164000000000","163900000000","163000000000","163000000000","162000000000","150000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","180000000000","148000001459","149000000000","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459"],"12290351":["1000000000","148000000000","1000000000","522000000001","450000000000","300000000000","296000000000","259428025939","252000000000","250000000000","227850000000","223000000000","222000000000","222000000000","221000000000","221000000000","221000000000","221000000000","215800000000","213200000000","210504000000","210504000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","203500002006","202000000000","200000000000","200000000000","198894819886","194000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191000000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","193000000000","191000000000","193000000000","191000000000","191000000000","191000000000","191000000000","193000000000","193000000000","193000000000","191000000000","190000000000","191000000000","193000000000","191000000000","191000000000","190000000000","190000000000","189200000000","188100000000","187500000000","187500000000","186000000000","184000000000","184000000000","184000000000","184000000000","184000000000","182600000000","181500000000","181000000000","181000000000","180000000000","180000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","178800000000","177952017293","177800000000","177600001750","177480000000","177480000000","176623200000","176438941902","176000000000","175380001728","175380001728","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","174000001459","174000000000","229500000000","174000000000","173100000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172952017293","172952017293","172952017293","172952017293","172952017293","172952017293","172000000000","170000000000","170000000000","169880000000","169000000000","168000001459","168000001459","168000000000","167000000000","167000000000","167000000000","166100000000","166000001459","166000000000","166000000000","164000001459","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","163900000000","163900000000","163900000000","163900000000","163900000000","163000001459","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","162800001605","162800001604","162800001604","162800001604","162800001604","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161727157405","161700000233","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","159000000000","159000000000","159000000000","158000000000","158000000000","158000000000","158000000000","154000000000","154000000000","153773437504","153470000000","153234091461","153000000000","153000000000","153000000000","152000001459","152000001459","152000000000","152000000000","152000000000","152000000000","151905001496","151000001459","150000000000","150000000000","150000000000","149880000000","149040000001","149040000000","149040000000","149000001459","149000001459","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290352":["964175657862","957866298603","947579368356","947579368355","828232079879","482500000000","300800001482","300000001459","300000000000","300000000000","276000000000","272679784058","265090052507","254125000028","240561580231","221000000000","210000000000","203300000022","203300000022","200000000000","198894819886","198000001459","197865000000","193222190948","193000000000","193000000000","193000000000","191976739195","191000000000","187500000000","184501640001","184000000000","181599618158","181599618158","181071428572","180000001563","176623200000","176000001561","176000000000","175880000001","175000000000","173000000000","173000000000","173000000000","173000000000","174000000000","173000000000","172000000000","168000000000","166501480000","166501480000","166501480000","166500001642","166500001642","165000000000","164000000000","164000000000","164000000000","164000000000","264000000000","331500000000","221000000000","162800001604","162000000000","162000000000","162000000000","162000000000","161000000000","160000000000","160000000000","159000000000","156000000000","156000000000","153470000000","153000000000","151000000000","151000000000","151000000000","151000000000","151000000000","150000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148000001460","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001347","148000001347","148000001347","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000001459","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","147400000000","149000000000","147000001459","147000001459","147000000729"],"12290353":["0","120000000000","179000000000","179000000000","197500000000","260000000000","260000000000","260000000000","260000000000","260000000000","260000000000","530000000000","530000000000","530000000000","530000000000","530000000000","530000000000","2681897474454","477700882292","366300000000","346000000000","331000000000","300000000000","280000000000","276000000000","256000000000","255000000000","252000000000","252000000000","245318315129","245000000000","245000000000","240000000000","239537500000","239537500000","224898000000","223500000000","223500000000","222000002188","222000000000","222000000000","218000000000","214000000000","214000000000","214000000000","214000000000","214000000000","213200000000","213142857143","210100000233","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","207200002043","203300000022","203300000022","202000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","198950000000","198950000000","198950000000","198950000000","198000001459","195875000000","195875000000","194000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192500000000","192500000000","192400001896","192000000000","191400000000","191000000000","191000000000","193000000000","193000000000","191000000000","191000000000","193000000000","191000000000","191000000000","191000000000","191000000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","187500000000","187500000000","187500000000","187500000000","187000000000","186250000000","186250000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","182600000000","182600000000","182600000000","182600000000","181650000000","181650000000","181500000000","180000000000","180000000000","180000000000","180000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","178000000000","178000000000","177952017293","177600001750","177000001561","177000000000","176130058209","176000000000","176000000000","175380001728","175000000000","175000000000","175000000000","175000000000","173000000000","173000000000","173000000000","173000000000","172000000000","171350000000","171000000000","171000000000","171000000000","169000001459","169000000000","169000000000","168000000000","167000000000","167000000000","166100000000","166000000000","166000000000","165000000000","165000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","163900000000","163900000000","163900000000","163000000000","162800001604","162800001604","162800001604","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","160165526580","160000000000","160000000000","159375000000","159375000000","159000000000","158000000000","158000000000","156000000000","155000000000","153880000000","153470000001","153470000000","153000000000","153000000000","153000000000","152440001502","152440001502","152000000000","152000000000","152000000000","151000001459","151000000000","151000000000","151000000000","150000000000","150000000000","158000000000","150000000000","150000000000","150000000000","150000000000","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290354":["1000000000","173000000000","1000000000","530000000000","530000000000","530000000000","530000000000","348000001459","346000000000","346000000000","305000000000","300000000000","276000000000","245000000000","245000000000","245000000000","245000000000","244843750000","244000000000","234522935448","230000000000","230000000000","230000000000","230000000000","230000000000","222000002188","222000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","204000000000","200000000000","200000000000","198950000000","198950000000","198950000000","198894819887","198894819887","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190300000000","190200001677","190200001677","188000001459","187500000000","187500000000","187500000000","187500000000","186250000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","183000000000","182600000000","181650000000","181500000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179000000000","178000001459","178000001459","178000001459","177718116857","176620000000","176411057638","176411057638","176000000000","176000000000","176000000000","176000000000","175380001728","175000000000","175000000000","175000000000","174000000000","174000000000","174000000000","174000000000","173000000024","173000000000","173000000000","172000000000","172000000000","170000000000","168000000000","189000000000","168000000000","166100000000","166100000000","166000000000","166000000000","166000000000","165000000000","165000000000","165000000000","164000000000","164000000000","163900000000","163900000000","163900000000","163900000000","163000000000","163000000000","163000000000","162800001604","162800001604","162800001604","162800001604","162800001604","162000000000","162000000000","161000000000","161000000000","161000000000","160000000000","160000000000","160000000000","160000000000","160000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","158000001459","157000001561","157000000000","156000000000","156000000000","156000000000","153470000001","153000000000","152440001502","152110000000","152000001459","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","151000001459","150000000000","165000000000","150000000000","150000000000","149123458248","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148000001459"],"12290355":["802000000000","346000000000","333210200001","333000000000","333000000000","326300000000","327600000000","327600000000","300000000000","300000000000","298000000000","298000000000","267510322940","261000000000","250000000000","247000000000","245000000000","245000000000","245000000000","245000000000","245000000000","245000000000","245000000000","242200000000","241000000000","241000000000","241000000000","241000000000","241000000000","241000000000","230000000000","224898000000","223500000000","215000000000","210504000000","210504000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","207000000000","207000000000","201150000000","200000000000","198950000000","195000000000","194000000000","193222190948","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","192000000000","192000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190300000000","190000000000","190000000000","190000000000","190000000000","190000000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","186000000000","185000001823","185000000000","184000000000","184000000000","184000000000","183000000000","182600000000","182000000000","181650000000","181650000000","180540000000","180000001564","180000000000","180000000000","179000000000","179000000000","179000000000","178000001459","178000001459","178000001459","178000001459","178000001459","177600001750","177600001750","176623200000","176623200000","176411057638","176411057638","176411057638","176411057638","176411057638","176410000000","175000000000","175000000000","174000000000","173100000000","173100000000","173000001459","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172993525778","172993525778","172993525778","172000000000","170200001678","170200001678","170200001678","170200001678","170200001678","170200001677","170000000000","170000000000","167200000000","167000000000","166100000000","166100000000","166100000000","166100000000","166100000000","166000000000","166000000000","166000000000","166000000000","166000000000","165000000000","165000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","163900000233","163900000233","163900000000","163900000000","163900000000","163350000000","163000001459","163000000000","163000000000","163000000000","163000000000","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162661510000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","160600000000","160600000000","160600000000","160600000000","160600000000","160000000000","159375000000","159000000000","159000000000","159000000000","159000000000","241000000000","241000000000","241000000000","241000000000","232000000000","232000000000","232000000000","232000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","158000000000"],"12290356":["335000000000","327600000000","300000000000","300000000000","300000000000","300000000000","296000002918","276000000000","276000000000","261000000000","259000000000","256000000000","252000000000","250000000976","250000000000","241000000000","241000000000","241000000000","241000000000","241000000000","232400000730","232000000000","232000000000","232000000000","232000000000","232000000000","232000000000","232000000000","224898000000","222000000000","222000000000","220000000000","220000000000","211900000000","210000000000","210000000000","210000000000","210000000000","207200002042","207200002042","202000000000","198950000000","198950000000","198950000000","198950000000","198000001459","198000001459","198000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192030000000","192030000000","192030000000","192030000000","192030000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190200001677","189500000000","188100000000","187500000000","187500000000","187500000000","187000000000","187000000000","185000001823","184000000000","184000000000","181650000000","181650000000","181650000000","181071428571","181000000000","180540000000","180540000000","180540000000","180540000000","180540000000","180540000000","180540000000","180540000000","180000001563","180000000000","180000000000","180000000000","179300000000","179000000000","179000000000","179000000000","179000000000","177600001750","176620000000","176460000000","175000000000","173202000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172000000000","171000000000","170200001677","170000000000","170000000000","167200000000","167000000000","167000000000","167000000000","167000000000","166025964198","166000001561","166000000000","166000000000","166000000000","164000001561","164000000000","163900000000","163900000000","163900000000","163900000000","163900000000","163090000000","163000001459","163000001459","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161206555616","161000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","159132028611","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","157000000000","156000000000","156000000000","156000000000","156000000000","155400001531","155000000000","155000000000","155000000000","155000000000","154500000000","154000000000","154000000000","154000000000","153470000000","153470000000","153000000000","153000000000","152459089947","152000001459","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","151814179444","151000001459","151000001459","151000001459","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","150000000000","150000000000","150000000000","182000000000","182000000000","150000000000","150000000000","150000000000","150000000000","149480001473","149480001473","149480001473","149000001460","149000001460","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290358":["10000000000","10000000000","500000000000","326300000000","270725000000","270725000000","270725000000","250000000000","248000001459","222000000000","215000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","207200002042","198000000000","197000000000","197000000000","193000000000","193000000000","193000000000","193000000000","192000000000","191000000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","193000000000","191000000000","191000000000","191000000000","193000000000","191000000000","191000000000","191000000000","191000000000","188000001459","187500000000","181000000000","180000000000","180000000000","180000000000","180000000000","177600001750","176411057638","175000000000","173160001638","164000000000","164000000000","163900000000","162800001604","162800001604","162800001604","162800001604","162800001604","162000000000","162000000000","161000000000","160600000000","160600000000","160600000000","159375000000","154000000000","152000000000","150000000000","149000001459","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148110001459","148000001495","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","160000000000","148000001459","148000001459","148000001459","148000001459","149000000000","148000001459","148000001459","148000001459","148000001459","148000001459","177100000000","170610000000","163900000000","163900000000","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459"],"12290359":["0","188100000000","0","1008000001459","346000000000","269000000000","250000000001","250000000000","241000000000","225000000000","222000000000","220000000000","220000000000","216010000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","200000000000","198950000000","198950000000","198000001459","194000000000","194000000000","194000000000","194000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","189500000000","188100000085","187500000000","187000000000","182600000000","181650000000","181000000000","180000000000","180000000000","180000000000","178000001459","176460000000","176411057638","173000000000","173000000000","173000000000","173160000000","173000000000","173000000000","173000000000","166000001561","166000000000","165000000000","164940000000","163000000000","162800001604","162800001604","162800001604","162800000000","162800000000","162800000000","162000000000","162000000000","161000000000","161000000000","161000000000","160600000000","160000000000","158000000000","163900000000","158000000000","157000000000","156000000000","155000000000","152000000000","151000000000","150000000000","149000001459","149000001459","149000001459","149000001459","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000"],"12290360":["444000000000","346000000000","300000000000","224898000000","223000000000","223000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","202000000000","201508194520","200000000000","199800001969","198950000000","198000001459","198000001459","198000001459","198000000000","194000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","187000000000","187000000000","187000000000","186250000000","181665000093","180000001564","178000001459","177103445060","176460000000","176460000000","176460000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","170000000000","170000000000","169000000000","168000001561","174000001459","168000000000","167000000000","166000000000","165000000162","165000000112","165000000000","165000000000","164999999999","164940000000","164000000000","164000000000","164000000000","162800001604","162000000000","162000000000","162000000000","162000000000","161000000000","161000000000","160000001459","160000000000","160000000000","160000000000","159000000000","159000000000","159000000000","157000000000","156000000000","156000000000","155000000000","153000000000","152440001502","150000000000","150000000000","149000001459","149000001459","149000001459","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148100001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","166000000000","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","147662000000","147460000000","147000001459","147000001459","147000001459","147000001459","147000001459","149000001459","147000001459","147000001459","147000001459","147000000729","147000000729","147000000729","147000000729","147000000083","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","146000001459"],"12290361":["601000000000","500000000000","499000000000","497210200001","497000000000","497000000000","400000000000","359700000000","316000000000","316000000000","316000000000","316000000000","300000000000","276000000000","269000000000","251885243150","245000000000","240000000000","222000000000","220000000000","218400000000","213000000000","213000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","205800000000","199800001969","199800001969","199800001969","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198000000000","194000000000","194000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","193000000000","190200001677","188000000000","188000000000","188000000000","188000000000","187500000000","187500000000","187000000000","187000000000","187000000000","185000001823","181650000000","181650000000","180000000000","180000000000","178000001459","178000000000","177600001750","177600001750","176460000000","176460000000","175000000000","175000000000","174000000000","173100000000","173100000000","173100000000","173000000000","173000000000","170000000000","170000000000","167200000000","167200000000","166000000000","166000000000","166000000000","165000000000","187000000000","187000000000","187000000000","177000000000","177000000000","177000000000","300000000000","164000000000","163900000000","163900000000","163000000000","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161070000000","161000000000","161000000000","161000000000","177000000000","161000000000","161000000000","160000000000","160000000000","160000000000","160000000000","159000000000","158000000000","158000000000","157000000000","171000000000","157000000000","157000000000","157000000000","156000000000","154000000000","153341428639","152440001502","152440001502","152440001502","152000000000","151000001459","151000000000","150000000000","150000000000","150000000000","149480000000","149000001459","149000001459","149000001459","149000001459","149000001459","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000"],"12290362":["210000000000","210000000000","210000000000","194000000000","193000000000","190200001677","187000000000","187000000000","178000001459","173000000000","173000000000","166000000000","164000000000","162800001604","162800001604","162000000000","161000000000","161000000000","160000000000","152787500000","152440001503","152440001502","152440001502","152440001502","152440001502","149000001459","148000001459","148000001459","148000001459","148000001459","148000000000","147000000000","147000000000","147000000000","147000000000","146551000000","146200000000","146000001459","146000001459","146000001459","146000001459","146000001459","146000001459","146000001459","146000001459","146000001459","146000001459","146000001347","146000000000","146000000000","146000000000","146000000000","155100000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","193000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","193000000000","146000000000","191000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","145800001818","337500000000","304593750000","274895859375","145200000000","145200000000","145200000000","145200000000","145200000000","145200000000","145200000000","145200000000","145200000000","145200000000","179300000000","145200000000","145200000000","145200000000","145200000000","295000000000","145200000000","145100000000","145000001459","145000001459","145000001459","145000001459","145000001459","145000001459","145000001459","145000001459","145000001347","145000001347","145000000000","174000000000","247000000000","205000000000","205000000000","181000000000","175000000000","174000000000","174000000000","168000000000","174000000000","169000000000","169000000000","169000000000","169000000000","174000000000","169000000000","205000000000","180000000000","197000000000","182000000000","176000000000","175000000000","174000000000","169000000000","175000000000","190000000000","184000000000","186000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","330000000000","163000000000","163000000000","165000000000","182000000000","182000000000","145000000000","162000000000","145000000000","145000000000","145000000000","145000000000","147000000000","145000000000","153000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","149000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","144571428571","144530000000","144530000000","144530000000","144530000000","144530000000","144300000000","144160000000","144160000000","144160000000","144100000000","144100000000","144100000000","144100000000","144100000000","271000000000","144100000000","144100000000","327800000000","249700000000","144100000000","144100000000","144530000000","144000001347","144000001347","144000001347","144000001347","144000001123","144000001123","144000000000","144000000000","144000000000","291000000000","291000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","171000000000","144000000000","144000000000","144000000000","191000000000","144000000000","144000000000","145000000000","145000000000","145000000000","146000000000","211000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","163000000000","149000000000","149000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","143850000000","143844604383","143598580425"],"12290363":["326300000000","300000000000","300000000000","300000000000","276000000000","262000000000","250210200001","250000000000","250000000000","249216597899","249000000000","248000001459","247500000001","246725415621","241000000000","227850000000","222000000000","215000000000","214000000000","214000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","201000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","198950000000","198950000000","198000001459","198000001459","198000001459","198000000000","198000000000","194000000000","194000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","191652143718","191000000000","195000000000","191000000000","191000000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","193000000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190200001677","190200001677","190200001677","191000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","193000000000","193000000000","190000000000","190000000000","190000000000","193000000000","190000000000","190000000000","190000000000","193000000000","193000000000","190000000000","190000000000","193000000000","193000000000","190000000000","189000001561","187500000000","187000000000","187000000000","187000000000","186250000000","185000001823","185000001823","185000001823","184800000000","184690000000","183600001751","182335000000","180000001564","180000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","178000001459","178000001459","177600001750","177600001750","177600001750","176460000000","176460000000","176460000000","175000000000","174000000000","173100000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172750000000","172700000000","172700000000","172700000000","172700000000","172700000000","172700000000","172700000000","172700000000","170000000000","169000000000","167000000000","166000000000","164940000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","163900000000","163000000000","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","275000000000","163900000000","162800001604","162800001604","162800001604","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161000000000","161000000000","161000000000","161000000000","160600000000","160000001459","160000001459","160000000000","160000000000","160000000000","160000000000","160000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","158000000000","157000000000","157000000000","157000000000","156880001546","156140001539","156140001539","156000000000","155000000000","155000000000","155000000000","154000000000","276000000000","154000000000","164000000000","153000000000","152440001502","152440001502","152000000000","151000001459","151000001459","151000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149930000000","149000001459","149000001459","149000001459"],"12290364":["1298000001459","802000000000","532400000000","422500000000","340000000000","319800000000","300000000000","300000000000","300000000000","297750000000","289500000000","276000000000","276000000000","271830000000","271830000000","260000000002","260000000000","251000000000","249000000000","248093513085","222000002189","220000000000","219700000000","219700000000","219700000000","219700000000","219700000000","219700000000","218341075771","217230002064","211000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","207000000000","200013165000","200000000000","200000000000","199800001969","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198605000000","198950000000","198605000000","198000000000","194000000000","194000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192400001896","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190200001677","190200001677","191000000000","191000000000","190000000000","187500000000","187500000000","187000000000","187000000000","186250000000","185000001823","185000000000","181650000000","181599618158","181599618158","181599618158","180000000000","179000000000","179000000000","178000001459","178000001459","177600001750","176460000000","176460000000","176460000000","175000000000","175000000000","175000000000","175000000000","175000000000","174000000000","173100000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172700000000","172700000000","172700000000","172700000000","171000000000","170200001678","170200001678","170000000000","165000000000","165000000000","164000000000","164000000000","164000000000","164000000000","164000000000","163900000000","163000000000","163000000000","163000000000","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800000057","162800000000","162800000000","162800000000","162800000000","162605095233","162000000000"],"12290365":["802000000000","519000000000","251000000000","241000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","195000000000","194000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","191000000000","191000000000","193000000000","191000000000","191000000000","191000000000","191000000000","190200001677","190000000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187000000000","187000000000","182766001101","181650000000","181650000000","175000000000","173160001638","173000000000","168000001459","167000000000","166000000000","163900000001","162800001604","162800000000","162800000000","162800000000","162800000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161000000000","161000000000","161000000000","160000000000","160000000000","160000000000","159375000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","158000001459","158000000000","158000000000","158000000000","158000000000","159000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","157000000000","157000000000","157000000000","157000000000","157000000000","156450000000","156140001539","156000000000","155400001531","155171941520","155000000000","153470000000","153000001459","153000001459","153000000000","153000000000","152000000000","151000000000","151000000000","150000001561","150000001459","150000001459","150000000000","150000000000","150000000000","150000000000","149000001561","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000001235","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148500000730","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459"],"12290366":["0","148000001459","0","490620000001","444210200001","444000000000","444000000000","444000000000","276000000000","253000000000","232300000000","223000000000","222000002188","215000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","209000000000","199000000000","195000000000","193000000000","191000000000","191000000000","190000000000","190000000000","190000000000","187500000000","187500000000","186250000000","184389139001","184389139001","180000000000","176460000000","175000000000","175000000000","173100000000","164000000000","162948001699","162948001606","162800000000","162800000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161000000000","160830000000","160000000000","159000000000","159000000000","157000000000","157000000000","156000000000","155000000000","153000000000","153000000000","149000000000","149000000000","149000000000","149000000000","148110001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000000000","148000000000","148000000000","148000000000","149000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","159000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","146500000000","146200000000","146000001459","146000000000","146000000000","146000000000","145000001459","145000001459","145000001459","145000001459","145000001459","145000001459","145000001459","145000001459","145000001459","145000001347","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","144430000000","144430000000","144000000001","159000000001","159000000001","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","143570000000","143560001415","143265000000"],"12290367":["210000000000","210000000000","210000000000","187000000000","162800000000","162800000000","153000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148000001459","148000001459","148000001459","148000001459","148000000000","147000000000","144000000000","143265000000","143265000000","143239999994","143000001896","143000001459","143000001459","143000001459","143000001459","143000001347","143000001347","143000001123","143000001123","143000001123","143000001123","143000001123","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","149000000000","143000000000","143000000000","158000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","198000000000","202000000000","143000000000","202000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","242000000000","275000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","142780000000","142500000000","142500000000","142100000000","142100000000","142000001459","142000001459","142000001459","142000001459","142000001347","142000001123","142000001123","142000000000","142000000000","142000000000","142000000000","142000000000","145200000000","142000000000","142000000000","142000000000","142000000000","197000000000","192000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","192000000000","202000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","143000000000","143000000000","143000000000","144000000000","144000000000","144000000000","144000000000","205000000000","142000000000","142000000000","142000000000","145000000000","147600000000","157000001123","170000000000","198000000000","203000000000","199000000000","196350000000","185000000000","180000000000","180000000000","177000000000","178000000000","178000000000","142000000000","198000000000","187886000000","179000000000","180000000000","178000000000","179000000000","178000000000","142000000000","143000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","141900000000","141900000000","141900000000","141900000000","141900000000","141900000000","141900000000","141900000000","141900000000","141900000000","141900000000","141900000000","190300000000","141900000000","141570000000","141550000000","141550000000","141500000000","141500000000","141010000000","141000001459","141000001459","158100000000","141000001347","141000001347","141000001347","141000001347","141000001123","141000001123","141000001123","141000001123","141000001123","141000001123","141000001123","141000001123","141000001123","141000001123","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","202000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","191000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","142000000000","201000000000","215000000000","215000000000","218000000000","218000000000","218000000000","204000000000","203000000000","141000000000","142000000000","141000000000","141000000000","300000000000","141000000000","141000000000","213000000000","214000000000","141000000000","141000000000","142000000000","141000000000","142000000000","151000000000","193000000000","141000000000","195000000000","141000000000","141000000000","141000000000","141000000000","154000000000","141000000000","141000000000","141000000000","141000000000","177000000000","181000000000","195000000000","141000000000","214000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","153000000000","141000000000","141000000000","142000000000","151000000000","191000000000","141000000000","143000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000"],"12290368":["0","444000000000","0","444210200001","444000000000","348000001459","300000000000","230000000000","223500000000","223500000000","220000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","192207600000","192207600000","191000000000","190000000000","190000000000","190000000000","187500000000","173160001638","173100000000","173000000000","170200001677","165000000000","163900000001","163000000000","162800001604","162800001604","162000000000","157000000000","153000000000","152440001502","152000000000","150000001561","150000000000","150000000000","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000000000","147000000000","146300000000","201000000000","145000001459","145000000000","144000001459","144000001459","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","142000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","142000000000","191000000000","191000000000","141000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","143000000000","143000000000","144000000000","174000000000","174000000000","146000000000","147000000000","147000000000","147000000000","147000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","152000000000","153000000000","153000000000","154000000000","201000000000","191000000000","191000000000","141000000000","141000000000","141000000000","151000000000","187000000000","205000000000","214000000000","192000000000","192000000000","191000000000","141000000000","141000000000","141000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","141000000000","141000000000","142000000000","141000000000","147000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","142000000000","142000000000","185000000000","198000000000","198000000000","198000000000","198000000000","205000000000","205000000000","205000000000","205000000000","207000000000","213000000000","214000000000","216000000000","215000000000","214000000000","214000000000","213000000000","213000000000","211000000000","211000000000","212000000000","212000000000","211000000000","211000000000","208000000000","204000000000","203000000000","205000000000","205000000000","205000000000","200000000000","202000000000","198000000000","202000000000","198000000000","198000000000","198000000000","198000000000","198000000000","198000000000","197000000000","202000000000","202000000000","195000000000","193000000000","192000000000","202000000000","202000000000","193000000000","193000000000","193000000000","193000000000","202000000000","193000000000","202000000000","141000000000","141000000000","141000000000","145000000000","149000000000","141000000000","149000000000","149000000000","178000000000","178000000000","178000000000","330000000000","330000000000","330000000000","330000000000","330000000000","330000000000","330000000000","330000000000","418000000000","418000000000","418000000000","418000000000","302000000000","302000000000","302000000000","164000000000","164000000000","141000000000","141000000000","141000000000","142000000000","142000000000","141000000000","142000000000","142000000000","141000000000","142000000000","144000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","159832000000","800000000000","555000000000","318000000000","318000000000","305919000000","312500000000","287000000000","287000000000","222000000000","238000000000","232189000000","232189000000","200000000000","200000000000","212245000000","212245000000","200000000000","204000000000","203000000000","203000000000","198000000000","199023000000","189000000000","189000000000","189000000000","202000000000","196000000000","193000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","193000000000","191000000000","191000000000","191000000000","193000000000","190000000000","190000000000","193000000000"],"12290369":["500000000000","448000001459","382800036507","348000001459","300000000000","300000000000","283500000000","277355000000","276000000000","260000000000","252000000000","252000000000","252000000000","251600000000","245009661363","245000000000","241000000000","238000000000","230000000000","224898000000","222000002189","222000002188","222000000000","222000000000","222000000000","221000000000","221000000000","219000000000","212000001668","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","207000000000","202000000000","202000000000","202000000000","201600000000","200000000000","200000000000","200000000000","199800001969","199800001969","199800001969","198605000000","198605000000","198605000000","198000001459","198000001459","198000001459","198000001459","198000001459","198000000000","198000000000","198000000000","198000000000","197000000000","195500000000","194000000000","193769400000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192207600000","192207600000","192000000000","192000000000","192000000000","191000000000","193000000000","193000000000","193000000000","191000000000","191000000000","191000000000","191000000000","190200001677","189000000000","188700000000","188700000000","188700000000","188700000000","188700000000","188700000000","188700000000","188700000000","188700000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187000000000","187000000000","193000000000","193000000000","187000000000","187000000000","193000000000","193000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","185000001823","185000001823","185000001823","185000001823","185000001823","185000001823","185000001823","185000001823","185000001823","185000001823","182600000000","181650000000","180000001564","180000000000","180000000000","179000000000","179000000000","178500000000","178000001459","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","177600001750","177600001750","177600001750","177600001749","176460000000","176460000000","176154000000","175000000000","175000000000","175000000000","175000000000","175000000000","173100000000","173100000000","173100000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172900000000","172000000000","171739063883","170200001678","170200001678","170200001678","170200001678","170200001678","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169000000000","169000000000","168720000000","168720000000","168720000000","168300000000","168000000000","167000000000","167000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","165000000000","164000001561","165000001459","163000000085","163000000000","178000000000","163000000000","163000000000","163000000000","163000000000","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161968233883","161000000000","160600000000","160000000000","159000000000"],"12290370":["901100000000","320000000000","223500000000","210097485017","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","195500000000","193000000000","193000000000","193000000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","187500000000","187500000000","187000000000","187000000000","187000000000","187000000000","186751660001","186751660001","186751660001","186751660001","186751660001","186751660001","185900000000","185900000000","185900000000","185000001823","185000001823","185000001823","180400000000","178000001459","178000000000","175000000000","173000000000","173000000000","173000000000","171000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169000000000","166000000000","165760001634","164000000000","163000000000","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800000000","162000000000","161000000000","161000000000","160000000000","160000000000","160000000000","160000000000","160000000000","159000000001","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","158400000000","158000001459","158000001459","158000001459","158000001459","158000000000","158000000000","157300000000","157300000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","160000000000","157000000000","157000000000","157000000000","157000000000","157000000000","156000000000","156000000000","156000000000","155000000000","155000000000","163900000000","155000000000","154563402672","154500000000","153000000000","152440001502","152440001502","152000000000","152000000000","152000000000","151000001459","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459"],"12290371":["224898000000","223500000000","222000002188","210000000000","210000000000","200000000000","199000000000","198000000000","195500000000","195500000000","193000000000","193000000000","192000000000","191000000000","187500000000","187000000000","186250000000","185900000000","185000001823","185000001823","183000000000","173160001638","173000000000","173000000000","172700000000","170500000001","170000000000","170000000000","170000000000","162000000000","162000000000","162000000000","162000000000","162000000000","160000000000","159000000000","153000000000","151000000000","151000000000","149000000000","148000001524","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","147000001459","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","146000001459","146000000000","146000000000","146000000000","146000000000","146000000000","145100000000","145000000000","144000001561","144000001459","144000001459","144000001459","144000001459","144000000000","144000000000","144000000000","143000001459","143000001459","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","144000000000","143000000000","142000001459","142000001459","142000001459","142000001459","142000000000","142000000000","142000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000"],"12290372":["0","108000001347","1100000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","154000000000","300000000000","283500000000","277000000000","251000000000","246000000000","222000002188","222000000000","198000000000","198000000000","196350000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","191000000000","187500000000","187000000000","187000000000","187000000000","187000000000","185000001823","185000001823","185000001823","185000001823","185000001823","185000001823","185000000000","181220000000","180000000000","180000000000","178000001459","178000000000","178000000000","177000000000","175000000000","173000000000","173000000000","170000000000","166000000001","166000000000","166000000000","164000001561","164000000000","162800001604","162800001604","162800001604","162800000000","162000000000","162000000000","162000000000","161700000000","161000000000","160000000000","158000001459","157000001123","157000000000","157000000000","156000000000","151000001459","151000001459","150000000000","150000000000","149000001459","149000001459","149000000000","149000000000","149000000000","149000000000","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000000000","148000000000","147000000000","147000000000","147000000000","147000000000","146000000000","146000000000","146000000000","146000000000","146000000000","145000001459","145000001459","144000001459","144000000000","142000001459","142000001459","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","140800000000","140575000000","140553600000","244200000000","275000000000","277200000000","275000000000","275000000000","275000000000","163900000000","155000001123","149000000000","149000000000","149000000000","140512184247","140400001751","140400001751","140400001751","141570000000","140400001751","193700000000","193700000000","197600000000","140400001751","141570000000","148200000000","146900000000","273689000000","288600000000","327600000000","325000000000","325000000000","325000000000","325000000000","325000000000","140400000000","140400000000","143000001896","143000001896","148200000000","146905980000","149500000000","145600001896","140000001123","140000000000","140000000000","211000000000","140000000000","140000000000","140000000000","140000000000","140000000000","200000000000","215000000000","179000000000","148000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","149000000000","193000000000","163000000000","140000000000","140000000000","140000000000","140000000000","202000000000","140000000000","140000000000","141000000000","140000000000","140000000000","141000000000","201000000000","207000000000","204000000000","140000000000","143000000000","140000000000","140000000000","140000000000","140000000000","201000000000","191000000000","140000000000","146000000000","191000000000","140000000000","140000000000","142000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","141000000000","140000000000","140000000000","140000000000","141000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","294000000000","298000000000","298000000000","180000000000","140000000000","350000000000","309000000000","300000000000","300000000000","199000001459","163900000000","198000000000","198000000000","198000000000","163900000000","163900000000","176565000000","180000000000","180000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","157000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","298000000000","298000000000","298000000000","298000000000","298000000000","298000000000","207900000000","180000000000","140000000000","140000000000","140000000000","143000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","159832000000","800000000000","555000000000","344000000000","344000000000","344000000000","312500000000","312500000000","179000000000","179000000000","245000000000","245000000000","243240000000","243240000000","232189000000","140000000000","170000000000","164000000000","164000000000","140000000000","204000000000","199023000000","200000000000","202000000000","140000000000","140000000000","252000000000","332000000000","280000000000","280000000000","280000000000","237900000000","185100000000","179000000000","229000000000","179000000000","229000000000","140000000000","140000000000","140000000000"],"12290373":["8820000000000","1073600605888","1070265648645","1000388800498","972968859924","884517064996","849253215630","601000000000","567000000000","500000000000","350000000000","340000000000","340000000000","330000000000","330000000000","327600000000","327000000000","325000000000","325000000000","325000000000","320000000000","300000000000","296000002918","286000000000","286000000000","286000000000","279500000000","278460000000","278460000000","278460000000","278460000000","276000000000","271700000000","271000000000","258700000000","255277271203","252000000000","252000000000","252000000000","251000000000","249068761208","249000000000","246000000000","246000000000","246000000000","242080000000","238000000000","280000000000","600000000000","236361771618","236361771618","233000000000","232189000000","230000000000","228671250001","228471250000","223500000000","223500000000","223000000000","223000000000","223000000000","223000000000","222000002189","222000000000","222000000000","222000000000","219000000000","218000000000","218000000000","217000000000","215000000000","215000000000","215000000000","215000000000","214000000000","214000000000","214000000000","214000000000","214000000000","214000000000","212000001668","212000001667","212000001667","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","206000000000","215000000000","205800000000","205000000000","205000000000","203000000000","202000000000","202000000000","202000000000","202000000000","200000000000","200000000000","200000000000","200000000000","200000000000","199800001969","199800001969","347236875000","199800001969","199023000000","198950000000","198605000000","198000001459","198000001459","198000000000","198000000000","198000000000","198000000000","196075000001","196000000000","196000000000","195875000000","195500000000","195500000000","195500000000","195000000000","195000000000","193700000000","193000000000"],"12290374":["0","165000000000","0","320000000000","287189482877","283500000000","252000000000","252000000000","252000000000","250000000000","246000000000","246000000000","242741233639","229400002261","224777000216","220000000000","213000000000","213000000000","211000000000","210097485017","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","205800000000","205800000000","200000000000","200000000000","198000001459","198000001459","198000001459","198000001459","198000001459","198000000000","198000000000","196989251001","195500000000","195500000000","195500000000","195500000000","195500000000","195500000000","194192986911","194192986911","193700000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190200001677","191000000000","199000000000","199000000000","207000000000","190000000000","189000000001","189000000000","189000000000","202000000000","202000000000","193000000000","195000000000","196000000000","193000000000","193000000000","188912871701","188700000000","188000000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187250000000","187000000000","193000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","193000000000","187000000000","187000000000","193000000000","187000000000","187000000000","187000000000","187000000000","193000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","193000000000","193000000000","193000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","186000000000","185900000000","185900000000","185000001823","185000001823","185000001823","185000001823","185000001823","185000001823","185000001823","185000001823","185000001823","185000001823","185000001823","185000000000","185000000000","185000000000","184690000000","180000001564","180000001564","180000001563","180000001459","180000001459","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179500000000","179500000000","179000000000","229000000000","179000000000","179000000000","178500000000","178500000000","178500000000","178500000000","178500000000","178500000000","178000001459","178000001459","178000001459","178000001459","178000001459","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","177600001750","177600001750","177600001750","177600001750","177600001750","177600001750","177600001750","177000000000","177000000000","176154000000","176154000000","176154000000","176150000000","176000000000","175100000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","174000000000","173400000000","173400000000","173100000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172700000000","172000000000","172000000000","171150000000","171150000000","171150000000","171081388695","171000001459","171000000000","171000000000","171000000000","171000000000","170200001678","170200001678","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169740000000","169000000000","169000000000","168300000000","168000001459","168000000000","168000000000","168000000000","167580000000","167000000000","167000000000","167000000000","167000000000","167000000000","167000000000","166100000000","165000000000","164000000000"],"12290375":["267600000000","252000000000","252000000000","252000000000","251000000000","229400002261","223500002188","223000000000","222000002189","216000000000","215000000000","215000000000","214000000000","214000000000","214000000000","214000000000","213000000000","213000000000","213000000000","212300000000","212000001667","212000000000","212000000000","211000000000","211000000000","211000000000","210000000000","210000000000","210000000000","210000000000","207000000000","205000000000","205000000000","205000000000","205000000000","205000000000","204000000000","203000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","201000000000","200000000000","200000000000","200000000000","200000000000","200000000000","198000001459","198000000000","198000000000","198000000000","198000000000","198000000000","198000000000","198000000000","198000000000","198000000000","194192986911","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","192000000000","192000000000","192000000000","191251700001","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","189000001561","189000000000","189000000000","189000000000","189000000000","189000000000","188700000000","188700000000","189810000000","189810000000","189810000000","189810000000","189810000000","189810000000","189810000000","189810000000","189810000000","189810000000","187880000000","187500000000","187500000000","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","186250000000","185000000000","184033999998","181000000000","179550000000","179000000000","179000000000","179000000000","179000000000","178500000000","188000000000","179000000000","178000001459","178000001459","178000000000","178000000000","178000000000","178000000000","178000000000","177000000000","177000000000","177000000000","175000000000","174000000000","174000000000","174000000000","174000000000","174000000000","171000000000","170200001678","170200001678","170000010000","170000000001","170000000000","169000000000","168000001459","167000000000","167000000000","166100000000","166000001459","166000001459","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","164000001561","164000001459","164000000000","164000000000","164000000000","164000000000","164000000000","182600000000","164000000000","163900000233","163900000233","163900000000","163900000000","163900000000","163900000000","163900000000","163800000000","163000001459","163000001459","163000001459","163000001459","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","176000000000","163000000000","163000000000","163000000000","162800001604"],"12290376":["300000000000","290861400000","272000000000","252000000000","252000000000","250000000000","244896500000","243000000000","230520000000","225000000000","222000002188","222000000000","222000000000","216953000000","210000000000","205800000001","204000000000","198000000000","196650000000","196650000000","195500000000","194000000000","193000000000","192000000000","192000000000","192000000000","191000000000","190920000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","189000001561","189000000000","189000000000","190000000000","189000000000","189000000000","189000000000","190000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","183000000000","182000000000","180600000000","180600000000","180000001564","180000001564","178000000000","178000000000","178000000000","176000000000","175000000000","175000000000","173000000000","173000000000","172700000000","171600000000","171600000000","171000000000","171000000000","170000000000","170000000000","170000000000","166000001459","166000000000","166000000000","166000000000","165000000000","163000000000","163000000000","163000000000","162800016506","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","187000000000","162800000000","162800000000","162800000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161700000233","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","248600000000","161000000000","161000000000","161000000000","160000001459","160000000046","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","159375000000","159000000000","159000000000"],"12290377":["1000000000","167000000000","1000000000","296000002918","289500000000","222105000000","222105000000","222105000000","222105000000","222105000000","222000000000","213142857143","212000000000","212000000000","212000000000","210000000000","210000000000","210000000000","210000000000","212000000000","198000001459","196650000000","195000000000","195000000000","195000000000","195000000000","193000000000","192000000000","192000000000","192000000000","190000000000","190000000000","193000000000","190000000000","190000000000","189000001561","189000000000","193000000000","189000000000","189000000000","189000000000","188000000000","187500000000","187500000000","183000000000","181000000000","180000000000","178000001459","178000000000","178000000000","178000000000","178000000000","178000000000","177000000000","176000000000","172000000000","171600000000","171600000000","166000001459","166000001459","165000000000","163900000233","163900000000","162800001604","162800001604","162000000000","162000000000","162000000000","162000000000","161000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","159840001566","159000000001","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","158400000000","158000000000","158000000000","158000000000","158000000000","158000000000","157300000000","193700000000","193700000000","209300000000","201630000000","201630000000","201630000000","201630000000","201630000000","193700000000","193700000000","193700000000","193700000000","193700000000","193700000000","193700000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","156500000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","155400001532","155400001531","155100000000","155100000000","155100000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","154890000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","153470000000","153000000000","153000000000","152440001502","152440001502","152440001502","152440001502","152000001459","152000001459","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","151000001459","151000001459","151000001459","151000001459","151000001459","166000001459","151000001459","151000001459","151000001459","151000001459","151000001459","151000001459","151000001459","151000001459","151000000000","161000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","150960001488","150000001459","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","193000000000","193000000000","150000000000","161000000000","165000000000","330000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149480001473","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000"],"12290378":["0","193600000000","0","320000000000","269199674842","268955170138","264000000000","252000000000","228000000000","228000000000","227000000000","225000000000","224000000000","224000000000","222000000000","224000000000","227000000000","222000000000","222000000000","227000000000","222000000000","219000000000","224000000000","215600392644","213581250000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","210000000000","202584000001","202437567102","199000000000","198000000000","198000000000","197052500000","197052500000","195500000000","195000000000","195000000000","195000000000","193600000000","193600000000","193599999999","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","189000000000","189000000000","189000000000","189000000000","188000000000","187500000000","187500000000","185000000000","184000000001","184000000000","184000000000","184000000000","183867000000","182600000000","181000000000","181000000000","180000000000","182000000000","186000000000","186000000000","180000000000","180000000000","180000000000","179000000000","179000000000","179000000000","179000000000","178000001459","177600001750","176000000000","176000000000","175000000000","175000000000","172100000000","172000000000","172000000000","170200001678","170000000000","169000000000","168000000000","167000000000","166999999999","166000001459","166000000000","165000000000","165000000000","165000000000","165000000000","165000000000","163900000000","163000000000","163000000000","163000000000","162800001604","162000000000","162000000000","163000000000","163000000000","162000000000","161700000233","161700000000","161000000000","160000000000","160000000000","159000000000","157000000000","156000000000","153000000000","152000000000","152000000000","150000001459","150000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148100000000","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","165000000000","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459"],"12290379":["319800000000","237000000000","230520000000","225000000000","223000000000","215000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","211000000000","207000000000","198000000000","197052500000","196650000000","196000000000","193700000000","193700000000","193700000000","193700000000","193700000000","193700000000","193700000000","193700000000","193700000000","193700000000","193000000000","193000000000","193000000000","192000000000","192000000000","192000000000","191000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","187000000000","182000000000","180000000000","179000000000","178000000000","178000000000","178000000000","178000000000","178000000000","177600001750","177000000000","176000000000","176000000000","176000000000","176000000000","173400000000","171600000000","171600000000","171350000000","171350000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","170000000000","168000001459","166000000000","164000001459","164000000000","163900000000","163000001459","162800001604","162800001604","162800001604","162800001604","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","159840001575","159375000000","159000000000","158000000000","157000001459","155290581791","154000000000","153000000000","149000000000","149000000000","148000001460","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459"],"12290380":["234000000000","227000000000","225000000000","221000000000","221000000000","221000000000","220000000000","220000000000","220000000000","220000000000","220000000000","220000000000","220000000000","223000000000","220000000000","219000000000","212000000000","212000000000","212000000000","212000000000","210000000000","204000000000","201000000000","197052500000","196000000000","193000000000","193000000000","192000000000","188000000000","187500000000","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","185000001823","185000000000","185000000000","184000000000","182000000000","182000000000","180000000000","180000000000","179000000000","179000000000","178000000000","178000000000","177600001750","175350000000","171400000000","170200001678","170200001678","170200001678","170200001677","170000000000","170000000000","170000000000","170000000000","170000000000","169000000000","169000000000","165000000000","164000000000","162800016486","162800001604","162000000000","162000000000","161000000000","159840000000","157000001459","157000000000","156000000000","156000000000","152440001502","150000000000","149000000000","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001347","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000"],"12290381":["1","171600000000","1","10000000000","10000000000","10000000000","10000000000","10000000000","10000000000","10000000000","8820000000000","591275152000","578635566055","510000000000","340000000000","340000000000","302000000000","302000000000","302000000000","302000000000","300000000000","300000000000","300000000000","300000000000","289500000000","255000002560","250000000000","248300000000","246000000000","235688837430","234000000000","226503000000","225000000000","241000000000","224000000000","234000000000","224000000000","223000000000","234000000000","243000000000","223000000000","222000000000","220000000000","220000000000","218000000000","218000000000","218000000000","215000000000","214000000000","214000000000","213265000000","213265000000","213000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","211000000000","210000000000","210000000000","208000000000","205800000001","205800000001","205000000000","205000000000","204000000000","204000000000","202000000000","202000000000","201000000000","201000000000","201000000000","200382000000","200000000000","200000000000","200000000000","200000000000","199100000000","198000001459","198000001459","198000000000","198000000000","198000000000","198000000000","197000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","196000000000","195500000000","195500000000","195500000000","195500000000","195500000000","195500000000","195500000000","195500000000","195500000000","195500000000","195000000000","195000000000","194880000000","194000000000","193880000000","193700000000","193600000000","193600000000","193600000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192400001896","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","189618000001","189180211221","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188743000595","188000000000","188000000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","185000001823","185000001823","185000001823","185000000000","185000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","182000000000","182000000000","182000000000","181071428572","180000001564","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179000000000","179000000000","178500000000","178500000000","178200000000","178000001459","178000001459","178000001459","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","177600001750","177600001750","177600001750","177600000000","174420000000","171600000000","171600000000"],"12290382":["500000000000","500000000000","413866734379","413866734379","300000000000","288828125000","277475625000","252000000000","250900000000","250900000000","239000000000","237000000000","230000000000","220000000000","215000000000","212505208311","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","210000000000","210000000000","210000000000","200000000000","199095836233","196000000000","196000000000","196000000000","196000000000","195500000000","195500000000","195000000000","194880000000","194000000000","193700000000","193600000000","193600000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","192000000000","192000000000","191000000000","191000000000","190476000000","190000000000","189618000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188948760000","188700000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","187500000000","187300978183","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","184000000001","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","181000000000","180000001564","180000000000","180000000000","180000000000","180000000000","179000000000","179000000000","179000000000","178500000000","178500000000","178500000000","178000001459","178000001459","178000000000","177600001750","177600001750","177000000000","176000000000","175380001728","175000000000","175000000000","175000000000","175000000000","175000000000","174000000000","174000000000","173400000000","173400000000","173000000000","173000000000","173000000000","172000000000","172000000000","172000000000","171600000000","171600000000","171350000000","171350000000","171100000000","171000000000","250000000000","171000000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170482633602","170200001678","170200001677","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170500000001","170500000001","170500000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000"],"12290383":["500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","290861400000","290861400000","250900000000","238000000000","235000000000","235000000000","233000000000","233000000000","224000000000","222300000000","222000005120","222000005120","222000002188","222000000000","222000000000","220000000000","220000000000","219520000000","216000000000","214000000000","213000000000","212300000000","212000000000","212000000000","212000000000","216000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","211000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","208750000000","207900000000","207200002042","206000000000","206000000000","205800000000","205000000000","204000000000","203000000000","200000000000","200000000000","200000000000","200000000000","198000001459","198000000000","198000000000","198000000000","198000000000","198000000000","198000000000","197000000000","197000000000","197000000000","197000000000","197000000000","197000000000","196650000000","196075000000","196650000000","196650000000","196000000000","196000000000","195500000000","195500000000","195500000000","195500000000","195500000000","195000000000","194000001561","193700000000","193700000000","193600000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192400001896","192240000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191000000000","191000000000","191000000000","190000000000","190000000000","189880000000","189810000000","189810000000","189810000000","189810000000","189810000000","189810000000","189810000000","189810000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188000000000","189000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","186751660001","186000000000","185000001823","185000001823","185000001823","185000001823","185000001823","185000001823","185000000000","185000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","183000000000","188000000000","188000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","180000001564","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","178000001459","178000001459","178000001459","178000001459","178000001459","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","177600001751","177600001750","177600001750","177495146290","177495146290","176000000000","176000000000","176000000000","175500000000","175380001728","175000000079","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","174420000000","174000000000","174000000000","174000000000","173400000000","173400000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172000000000","172000000000","172000000000","172000000000","171600000000","171100000000","171100000000","171000001459","171000000000","171000000000","170500000000","170000000000"],"12290384":["380000000000","300000000000","300000000000","300000000000","290861400000","290200322000","263721047021","260000000000","260000000000","252000000000","251000000000","250900000000","231000000000","230000000000","229000000000","228800000000","222000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","208000000000","208000000000","208000000000","208000000000","208000000000","200000000000","200000000000","206000000000","200000000000","200000000000","200000000000","198990000000","198000000000","197000000000","197000000000","200000000000","197000000000","196650000000","196650000000","196650000000","193000000000","193000000000","193000000000","192400001896","192000000000","192000000000","192000000000","190000000000","190000000000","190000000000","190000000000","190000000000","189000000000","189000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","187500000000","187500000000","187500000000","187000000000","187000000000","189000000000","187000000000","187000000000","187000000000","187000000000","184000000001","184000000001","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","182000000000","182000000000","180000001564","180000000000","180000000000","180000000000","179550000000","179550000000","179000000000","179000000000","179000000000","178200000000","178000001459","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","177600001750","177600001750","175000000000","175000000000","175000000000","174999999999","174000000000","173160000000","173000000000","173000000000","173000000000","171600000000","171100000000","171000001459","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","170200001678","170000000001","170000000001","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169000000000","169000000000","169000000000","169000000000","169000000000","168734974072","168734974072","168734974072","168000000000","168000000000","168000000000","168000000000","168000000000","167200000000","167200000000","167200000000","167000000000","167000000000","167000000000","167000000000","167000000000","167000000000","167000000000","167000000000","167000000000","166100000000","166100000000","166100000000","166100000000","166100000000","166100000000","166100000000","166000001459","166000001459","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","165000001459","165000001459","165000001459","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","164598396763","164000001459","164000001459","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","163900000000","163900000000","163000001459","163000001459","163000001459","163000001459","163000001459","163000000065","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","162800001605","162800001605","162800001605","162800001604","162800001604","162800001604","193000000000","162800001604","162800001604"],"12290385":["0","143500000729","0","10000000000","10000000000","299106007559","250000000000","237012500000","229000000000","223000000000","206000000000","193000000000","193000000000","192000000000","190000000000","190000000000","190000000000","190000000000","187500000000","184000000001","184000000000","184000000000","184000000000","184000000000","181000001561","180000000000","178000001459","177600001750","176880000000","173160000000","170000000000","166000001459","166000000000","165000000000","163800000000","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001459","162800001459","162800001459","162800001459","162800000000","162800000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161700000233","161700000000","161700000000","161700000000","161000001459","161000001459","161000000000","161000000000","161000000000","161000000000","167000000000","183000000000","161000000000","161000000000","161000000000","161000000000","161000000000","160886764514","160600000000","160000000000","160000000000","160000000000","160000000000","160000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","158710000000","158000001459","158000001459","158000000000","158000000000","158000000000","158000000000","158000000000","157291624519","157000001459","157000001459","157000001459","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","156500000000","156500000000","156500000000","156500000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","155100000000","155000001123","155000000000","155000000000","155000000000","155000000000","155000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","153000001459","153000001459","153000000000","153000000000","153000000000","153000000000","153000000000","152900001531","152440001502","152440001502","152440001502","152440001502","152440001502","152440001502","152440001502","152440001502","152440001502","152440001502","152000001459","152000001459","152000001459","152000000000","152000000000","152000000000","151000001459","151000001459","151000001459","153000001459","153000001459","151000000000","151000000000","151000000000","151000000000","171000000000","151000000000","151000000000","150000001459","150000001459","150000001459","150000001459","150000000000","150000000000","151000000000","151000000000","150000000000","150000000000","149000002694","149000001459","149000001459"],"12290386":["259565520000","206000000000","200000000000","200000000000","200000000000","200000000000","198000000000","187500000000","184000000000","177000000000","174000000000","172000000000","170000000000","162800001604","159000000000","158000001459","156000000000","150000001459","150000000000","150000000000","150000000000","164000000000","164000000000","150000000000","149000001459","149000001459","149000001459","149000001347","149000000000","149000000000","149000000000","149000000000","149000000000","169000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","162000000000","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459"],"12290387":["772000000000","770276864000","613060000000","342000000000","342000000000","342000000000","311300000000","250900000000","234528430296","233232000000","232879140019","231876000000","231657300882","227000000000","222000005120","222000000000","222000000000","221000000000","215000000000","215000000000","215000000000","215000000000","212300000000","212300000000","212000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","208300000000","206000000000","206000000000","205200000000","201000000000","201000000000","201000000000","200000000000","200000000000","200000000000","198000001459","198000001459","197800000000","197052500000","196650000000","195500000000","195000000000","193000000000","193000000000","192400001896","192400001896","192400001896","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191000001561","191000001561","191000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","189810000000","189810000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188000001459","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187000000000","187000000000","185000001823","185000001823","184000000001","184000000001","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","183000000000","182533510074","182000000000","181000000000","181000000000","181000000000","180000001564","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179010000000","179000000000","179000000000","179000000000","178200000000","178200000000","178200000000","178000001459","178000000000","177600001750","176000000000","176000000000","176000000000","176000000000","176000000000","175500000000","175000000000","175000000000","175000000000","174420000000","174420000000","174000000000","174000000000","174000000000","173400000000","173400000000","173000000000","172000000000","171900000000","171350000000","171000001459","171000001459","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","170600000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169000000000","168000000000","167000000000","166000001459","166000000000","165000001459","165000000000","165000000000","165000000000","164880000000","164880000000","164280001619","164000000000","164000000000","163200001459","163000001459","163000001459","163000000000","163000000000","162800001604","162800001604","162800000000","162140000000","170500000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161700000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","159000000000","159000000000","158000000000","157000000000","157000000000","157000000000","156200000000","156200000000","187000000000","156140001539","156000000000","156000000000"],"12290388":["212000001667","201000000000","200000000000","196650000000","196650000000","192000000000","189000000000","189000000000","189000000000","188700227800","188000000000","188000000000","181000000000","180000000000","174420000000","174000000000","174000000000","174000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","172000000000","171350000000","171350000000","171000000000","170200001678","170000000000","170000000000","163000001459","163000000000","162800001604","162800001604","162000000000","162000000000","162000000000","160000000000","157682879228","156000000000","156000000000","154000000000","154000000000","153500000729","153500000729","153000001459","153000000000","153000000000","153000000000","152440001502","152440001502","152440001502","152000000000","152000000000","152000000000","187279200000","213350436000","213350436000","187279200000","158000000000","152000000000","152000000000","152000000000","152000000000","152000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149000000000","149000000000","149000000000","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001347","148000000000","148000000000","159000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000"],"12290389":["0","156000000000","0","10000000000","500000000000","296000002918","256500006912","252000000000","232879140019","231876000000","226000000000","226000000000","226000000000","224000000000","223463143800","222430000000","212000000000","212000000000","210000000000","209000000000","208000000000","207001840001","204000000000","202963800085","202963800085","202963800085","202000000000","202000000000","201000000000","201000000000","201000000000","201000000000","201000000000","201000000000","198750000000","198000001459","197000000000","196650000000","195500000000","194700000000","189000000000","189000000000","189000000000","188000000000","188000000000","188000000000","187000000000","187000000000","187000000000","187000000000","187000000000","186000000000","185000001823","184000000000","184000000000","184000000000","184000000000","181318151972","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179550000000","179550000000","179000000000","179000000000","178200000000","178000001459","177600001750","176000000000","176000000000","175000000000","174000000000","173000001561","173000000000","172000000000","172000000000","171000000000","171000000000","170000000000","170000000000","165000001459","163000001459","163000001459","163000000000","163000000000","162800001604","162800001604","162000000000","162000000000","162000000000","162000000000","160000000000","160000000000","159500000000","159000000000","159000000000","159000000000","157000000000","157000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","153773437504","153000000000","150000001459","150000000000","150000000000","150000000000","150000000000","149000000000","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","147000001459","147000001459","147000001459","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","187000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","146410000000","146150000000"],"12290390":["1000000000","200000000000","1000000000","350000000002","350000000000","290861400000","290861400000","283500000000","260375000000","251000000000","251000000000","248000000000","234000007168","234000000000","226000000000","222000000000","222000000000","222000000000","222000000000","220000000000","213000000000","212000001667","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","210000000000","210000000000","210000000000","210000000000","208300000000","208300000000","207200002042","207200002042","206000000000","204240002013","204000000000","202000000000","202000000000","201000000000","201000000000","201000000000","201000000000","201000000000","201000000000","201000000000","201000000000","201000000000","201000000000","201000000000","201000000000","201000000000","201000000000","201000000000","201000000000","200400000000","200251780001","200251780001","200000000094","200000000000","200000000000","200000000000","199800001969","199000000000","199000000000","198912001960","198750000000","198750000000","198750000000","198750000000","198750000000","198750000000","196650000000","196650000000","196650000000","196650000000","196650000000","196075000000","196075000000","196075000000","196075000000","195000000000","193000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188100000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","186000000000","185000001823","185000001823","185000001823","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","182800001604","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","178200000000","178200000000","178200000000","178200000000","178000001459","178000001459","178000000000","178000000000","178000000000","178000000000","177600001750","250000000000","177600001750","177600001750","177600001750","176000000000","174420000000","174420000000","174000000000","174000000000","174000000000","174000000000","174000000000","173604001711","173000001561","173000000000","173000000000","172100000000","172058556511","172058556511","172000000000","172000000000","171000000000","171000000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170200001678","170200001677","170200001677","170200001677","170000000000","170000000000","170000000000","170000000000","170000000000","167000000000"],"12290391":["1000000000","1000000000","1000000000","250000000000","1000000000","360000000000","255750000000","252000000000","250000000042","250000000000","250000000000","250000000000","250000000000","238700000000","231876000000","222300000000","222000002188","222000000000","222000000000","220000001459","218000000000","218000000000","217100000000","217100000000","217100000000","217100000000","217100000000","217100000000","217100000000","217100000000","212750002097","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","207200002043","201000000000","201000000000","201000000000","201000000000","200000000000","198750000000","198750000000","198750000000","198000001459","196650000000","196075000000","196075000000","196075000000","196075000000","196000000000","195000000000","195000000000","195000000000","195000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","190880000000","190880000000","190000001561","190000000000","189255000000","189255000000","189255000000","189255000000","189255000000","189255000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188571428571","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","186000001561","185000001823","185000001823","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","182000000000","180000000000","180000000000","180000000000","180000000000","179025000000","179025000000","179025000000","179025000000","179025000000","179000000000","179000000000","178000001459","178000001459","178000001459","178000000000","178000000000","178000000000","177600001750","177600001749","177000000000","175000000000","173910000000","173910000000","173910000000","173600000000","173000000000","173000000000","172058556511","172000000000","171000000000","171000000000","171000000000","171000000000","170500000000","170500000000","170500000000","170500000000","170200001678","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169000000000","168000001459","168000001459","168000000000","168000000000","168000000000","167000000000","167000000000","167000000000","166000001459","166000000000","166000000000","166000000000","165750000000","165577861693","165000000000","165000000000","164459800000","164376000937","164010000000","250000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","163900000000","163900000000","163900000000","163900000000","163000001459","163000001459","163000001459","163000001459","163000001459","163000000000","163000000000","171000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161700000233","161000001459","161000000000","161000000000","161000000000","161000000000","161000000000","160600000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","159500000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000"],"12290392":["0","148000001459","0","10000000000","10000000000","500000000000","300443000000","244200002406","242000000000","228000000000","222000005120","222000000000","212750002097","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","204000000000","201000000000","200000000000","198750000000","198750000000","196650000000","196650000000","196650000000","196075000000","195000000000","192000000000","191000000000","191000000000","190000000000","190000000000","189000000000","189000000000","189000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","187000000000","187000000000","187000000000","187000000000","185000001823","184000000000","184000000000","184000000000","181000000000","180000000000","180000000000","178000000001","177600001750","177000000000","176000000000","172000000000","172000000000","172000000000","171000000000","171000000000","171000000000","171000000000","171000000000","170500000000","170500000000","170500000000","170500000000","170000000000","166000000000","165000001459","165000001459","164000000000","164000000000","163900000000","163000000000","163000000000","162800001604","162000000000","162000000000","162000000000","162000000000","161700000233","161000000000","160000000000","160000000000","159375000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","158000001561","158000001459","158000001459","158000001459","158000001459","158000000000","157100000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","155170000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","154000000000","154000000000","154000000000","154000000000","154000000000","153955000001","153920001517","153920001517","153000000000","153000000000","153000000000","153000000000","153000000000","153000000000","153000000000","153000000000","153000000000","153000000000","152440001502","152440001502","152440001502","152000001459","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","151320000000","151000001459","151000001459","151000000000","151000000000","150370000000","173910000000"],"12290393":["342000000000","290861400000","250000000000","250000000000","250000000000","243000000000","243000000000","222000002188","221000000000","221000000000","221000000000","215000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","208000000000","206000000000","206000000000","204600000000","204000000000","201000000000","201000000000","201000000000","200000000000","200000000000","199800001969","198000001459","198000001459","198000001459","196075000000","196075000000","196075000000","195750000000","195500000000","195500000000","195500000000","195500000000","195500000000","195500000000","195500000000","195000000000","195000000000","195000000000","195000000000","195000000000","194626730001","193000000000","193000000000","193000000000","193000000000","192400001896","192000000000","192000000000","191000000000","202000000000","202000000000","190000000000","189810000000","189000000000","189000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","185000001823","185000001823","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","183000000000","181914117263","181914117263","180000000000","180000000000","180000000000","179000000000","178500000000","178500000000","178500000000","178000001459","178000001459","178000001459","177600001750","177000000000","176350000000","176328141866","176000000000","176000000000","175000000000","175000000000","174000000000","173910000000","173910000000","173910000000","173600000000","173000000001","173000000001","173000000001","173000000000","173000000000","172700000000","172000001561","171600000000","171350000000","171350000000","171350000000","171210200001","171000001459","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","170500000000","170240849679","170200001677","170000000000","170000000000","170000000000","169167753701","169000000000","169000000000","169000000000","168000000000","168000000000","167000000000","165370200000","165000001459","165000000000","165000000000","165000000000","163900000000","163900000000","163900000000","163900000000","163000001459","163000001459","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","162800016488","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161700000233","161000000000","160000000000","160000000000","160000000000","159000000000","158000001459","158000001459","158000000000","158000000000","158000000000","157000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","155100000000","155000000000","155000000000","155000000000","154000000000","154000000000","154000000000","154000000000","153500000729","153000000000","153000000000","153000000000","153000000000","153000000000","152000001561","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","151000001459","151000001459","151000001459","151000001459","151000000000","150000001561","150000001561","150000001561","150000000000","151000000000","164000000000","164000000000","164000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000"],"12290394":["0","163000000000","0","10000000000","506000000001","340000000000","300000000000","300000000000","251000000000","222000005120","222000000000","222000000000","221000000000","220000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","201000000000","201000000000","201000000000","201000000000","200000000000","198000001459","198000001459","195500000000","195000000000","195000000000","195000000000","195000000000","193020000000","192000000000","192000000000","192000000000","192000000000","190200001677","190200001677","190000000000","189006778470","189000000000","189000000000","189000000000","189000000000","189000000000","188912871701","188000000000","188000000000","188000000000","188000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","185910000000","185000001823","185000001823","184800000000","184000000001","184000000000","184000000000","184000000000","180000001564","180000000000","180000000000","179000000000","176000000000","175406723089","175380001728","175380001728","175000000000","175000000000","173000000000","173000000000","172700000000","172000000000","171000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169000001561","169000000000","168000000000","168000000000","168000000000","167000000000","166400000000","165750000000","165000000000","164800001605","164100000000","163900000000","163900000000","163000000100","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","162800001605","162800001604","162800001604","162800001604","162800000000","162800000000","162750000000","162000000000","162000000000","162000000000","161700000233","160000000000","160000000000","159000000000","158000001459","158000001459","157000000000","156000000000","156000000000","156000000000","154000000000","154000000000","154000000000","154000000000","153000000000","153000000000","153000000000","153000000000","152000000000","152000000000","151814179444","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149600000000","149408000001","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000001459","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","172000000000","180000000000","174000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148999995392","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","149000001459","148000001459","148000001459","148000001459","148000001459","148000001459"],"12290395":["1","181000000000","1","0","455000000000","455000000000","455000000000","340000000000","296000002918","251600000000","250000000000","250000000000","250000000000","222180000000","222000000000","221000000000","219000000000","218717500000","217000000000","217000000000","217000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","211501880001","211501880001","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","212000000000","212000000000","212000000000","212000000000","212000000000","203448000000","201000000000","200005000001","199040000000","195500000000","195500000000","195000000000","194626730001","192500000000","192400001896","192000000000","192000000000","192000000000","192000000000","189429948156","189000000000","189000000000","188100000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","186000000000","185000001823","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","181210200001","181000000001","181000000000","181000000000","181000000000","181000000000","181000000000","180000000000","179000000000","179000000000","178500000000","178500000000","178500000000","178500000000","178000000000","178000000000","178000000000","178000000000","177000000000","175380001728","175380001728","173400000000","173000000001","171000000000","170000000000","170000000000","170000000000","170000000000","170000000000","168100000000","168000001459","168000000000","167000000000","167000000000","167000000000","167000000000","166907118998","166000000000","166000000000","163900000233","163900000000","163000000000","162800001604","162800001604","162800001604","162800001604","162800001604","162800001604","162000000023","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","160600000000","160000000000","160000000000","160000000000","160000000000","158000001459","158000001459","158000001459","157300000000","169000000000","157000000000","156015589457","155000000000","155000000000","154000000000","154000000000","154000000000","154000000000","153000001459","153000001459","153000001459","153000001459","153000000000","153000000000","153000000000","152440001502","152440001502","152000001561","152000000000","152000000000","150000001459","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149000001459","149000001459","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459"],"12290396":["257500000821","226800000000","223000000000","212000000000","212000000000","212000000000","212000000000","212000000000","206000000657","201000000000","201000000000","201000000000","199000000000","198000001459","197000000000","195500000000","195000000000","192000000000","190200001677","188000000000","188000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","184000000000","184000000000","176000000000","173000000000","166000000000","166000000000","166000000000","165000000000","164000000000","164000000000","163900000000","162800000000","158000001459","152000000000","150000000000","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","147750001094","147500000000","147000001459","147000001459","147000001459","147000001459","147000001459","147000001459","147000001459","147000001459","147000001459","147000001459","147000001459","146000001347","146000000000","146000000000","146000000000","146000000000"],"12290397":["300000000000","271700000243","271700000233","266000000000","261162890996","255000000000","250000000000","245700000000","243000000000","243000000000","222000002188","222000000000","222000000000","222000000000","217000000000","216250000000","212300000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","206000000657","206000000657","206000000000","206000000000","201545232018","201545232018","201545232018","201545232018","201545232018","201545232018","201545232018","201000000000","201000000000","200000000000","200000000000","200000000000","200000000000","198000001459","198000001459","195500000000","195000000000","195000000000","195000000000","194626730001","194626730001","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","192000000000","192000000000","190200001677","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","187500000000","187500000000","187200000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","185000001823","185000001823","185000001823","184000000000","184000000000","183569759369","183569759369","183569759369","183569759369","183569759369","183569759369","200518001139","200518001139","200518001139","181000000000","179000000000","178200016264","178200000000","177600000000","177000000000","176000000001","176000000000","175031575493","175000000000","174000000000","173000000001","173000000001","173000000000","173000000000","172700000000","172000000000","172000000000","171000000000","172000000000","171350000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169785000244","169000000000","168000001459","168000000000","167000000000","167000000000","167000000000","166000000000","165000000000","165000000000","165000000000","163000000000","162800001604","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162000000001","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161700000233","161700000233","161700000233","160000000000","160000000000","189000000000","159000000000","159000000000","158000000000","156000000000","155000000000","154000000000","152000000000","151000000000","151000000000","151000000000","150000001459","150000001459","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149000001459","149000001459","149000001459","149000001459","149000001459","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148000010000","148000001460","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000000000"],"12290398":["10000000000","10000000000","300000000000","252000000000","243000000000","243000000000","222000005120","217000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","210000000000","206000000657","206000000000","206000000000","200518001139","200518001139","200518001139","200000000000","200000000000","198000000000","198000000000","198000000000","198000000000","195500000000","192400001896","192000000000","190200001677","189000000000","188700000000","188000000000","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","184000000001","184000000000","184000000000","184000000000","184000000000","183569759369","180000000000","177600001750","177600000000","177000000000","175406723089","175380000000","173000001561","173000000000","171000000000","171000000000","170200001678","170200001678","170200001678","170200001678","170200001678","170000000000","170000000000","170000000000","170000000000","169000000000","166000000000","163900000000","162800001604","162800000000","162000000000","162000000000","162000000000","162000000000","162000000000","159000000000","152440001502","152440001502","152000001459","152000000000","151800000233","151000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149000001459","149000001459","149000001459","149000001459","149000000000","149000000000","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","147000000000","147000000000","147000000000","147000000000","147000000000","146200000000","146000001347","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","145500000729","145255000000","145000001459","171000001459","145000001459","145000001459","150000001123","145000001347","145000000000","145000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","154000000000","154000000000","156000000000","156000000000","156000000000","168000000000","174000000000","174000000000","177000000000","201000000000","191000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","275000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000"],"12290399":["0","163900000000","0","290861400000","254523437512","225000000000","217000000000","215000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","193000000000","193000000000","187500000000","187000000000","187000000000","187000000000","187000000000","185900403191","184000000000","184000000000","177600000000","173400000000","173400000000","173000000000","170000000000","170000000000","168000000000","167000000000","165000001459","163900000000","163900000000","163900000000","163899999999","163000000000","162800000000","162000000000","160000000000","158000001459","158000000000","157000000000","155000000000","154000000000","151840000000","151800000000","151000000000","149000001459","149000000000","149000000000","149000000000","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","147000001459","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","144000001459","144000001459","144000001459","144000001459","144000001459","144000001459","144000001459","144000001459","144000001459","144000000000","150000000000","150000000000","154000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","143560001415","143500000729","143500000729","143500000729","143500000729","143500000729","143100000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","187000000000","143000000000","188000000000","188000000000","188000000000","188000000000","188000000000","189000000000","187000000000","187000000000","187000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","142500000000","142410000000","142410000000","142000001459","142000001459","142000001459","142000001459","142000001459","142000001459","142000001459","142000001459","142000001459","163000001459","142000001459","142000001459","142000001459","142000001347","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","187000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","187000000000","187000000000","187000000000","189000000000","189000000000","190000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","190000000000","142000000000","142000000000","189000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","188000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","190000000000","190000000000","188000000000","142000000000","142000000000","142000000000","190000000000","189000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","141500000000","141000001459","149000001459","163000001459","141000001459","141000001459","141000001347","141000001347","141000001347","141000001347","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000"],"12290400":["300000000000","255000002560","239200000000","215000000000","212300000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","207200000000","201000000000","200000000000","200000000000","198000000000","195500000000","195500000000","195500000000","193000000000","192000000000","191000000000","190200000000","188000000000","188000000000","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","184000000000","184000000000","184000000000","184000000000","182000000000","180000000000","180000000000","177600000000","177600000000","177600000000","172000000000","170200000000","170000000000","170000000000","170000000000","170000000000","170000000000","169400015495","167000000000","166000000000","165000000000","162800000000","162000000000","162000000000","158000000000","156000000000","155000000000","155000000000","154000000000","154000000000","154000000000","154000000000","153773437504","153000000001","153000000000","153000000000","163000000000","152440001502","152440001502","151000001459","150000000000","150000000000","150000000000","150000000000","149000200000","149000001459","149000001459","149000001459","149000001459","149000000000","149000000000","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000000000","148000000000","148000000000","148000000000","148000000000","147000001459","147000000000","145100000000","144801000000","142000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","147000000000","147000000000","147000000000","150000000000","150000000000","150000000000","150000000000","150000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","142000000000","141000000000","173000000000","163000000000","141000000000","143000000000","147000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","153000000000","154000000000","156000000000","164000000000","164000000000","164000000000","164000000000","164000000000","174000000000","174000000000","175000000000","180000000000","180000000000","180000000000","180000000000","193000000000","205000000000","219000000000","214000000000","214000000000","212000000000","208000000000","204000000000","203000000000","203000000000","202000000000","201000000000","198000000000","198000000000","197000000000","197000000000","197000000000","195000000000","192000000000","193000000000","193000000000","193000000000","192000000000","192000000000","187000000000","189000000000","189000000000","141000000000","141000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","141000000000","143000000000","218000000000","211000000000","141000000000","141000000000","141000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000"],"12290401":["400000000000","313300000000","213000000000","213000000000","212300000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","208000000000","208000000000","206000000000","204770044693","204770044693","201000000000","201000000000","201000000000","200000000000","200000000000","200000000000","199800001969","198000000000","196650000000","196650000000","193000000000","193000000000","192400000000","192000000000","191000000000","191000000000","189050000000","188700000000","188700000000","188700000000","188700000000","188700000000","188700000000","188700000000","188700000000","188700000000","188700000000","188700000000","188700000000","188700000000","188700000000","188700000000","188700000000","188000000000","188000000000","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","185000001823","184000000000","182000000000","182000000000","182000000000","180000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","179000000000","178500000000","178500000000","178500000000","178500000000","178000001459","178000000000","178000000000","178000000000","178000000000","177000000000","176400000000","175000000000","175000000000","174000000000","173400000000","173000000000","172126530001","172000000000","172000000000","171600000000","170000000000","170000000000","170000000000","170000000000","169542773220","168000000000","167000000000","164000000000","163900000000","162800001604","162800001604","162800001604","162800001604","162800001604","162800000000","162800000000","162800000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161700000233","160000000000","160000000000","156000000000","156000000000","156000000000","187000000000","156000000000","156000000000","156000000000","155000000000","1100000000000","155000000000","188000000000","155000000000","154000000000","154000000000","154000000000","154000000000","154000000000","153462060000","153000000001","153000000000","153000000000","153000000000","153000000000","153000000000","152000000000","151000000000","150000001459","150000000000","150000000000","150000000000","150000000000","149000001459","149000001459","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148000002694","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","145000000000","145000000000","143000001459","143000001347","142000000000","142000000000","142000000000","187000000000","201000000000","207000000000","218000000000","219000000000","218000000000","211000000000","211000000000","211000000000","208000000000","208000000000","208000000000","208000000000","208000000000","207000000000","205000000000","202000000000","205000000000","142000000000","141000000000","141000000000","141000000000","193000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000"],"12290402":["294000000000","294000000000","248125000456","244500000000","238000000000","233000000000","230520000000","225451929308","225451929306","225002000001","225002000001","222000002189","221000000000","213000000000","212000000000","211000000000","211000000000","211000000000","211000000000","208000000000","205000000000","204770044693","202000000000","202000000000","201000000000","200000000000","198450000000","197000000000","195500000000","195500000000","195500000000","195000000000","193644067516","193000000000","191100000000","191100000000","191000000000","191000000000","191000000000","190000000000","189050000000","189050000000","188750000000","187876670001","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","185000001823","185000000000","180030001861","180001600001","180000001563","179287000000","177000000000","174000000000","173000000000","171000000000","171000000000","171000000000","170500000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169000000000","167000000001","167000000000","167000000000","167000000000","166000000000","166000000000","163000000000","163000000000","162800001604","162800001604","162800001604","162800000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161700000000","161700000000","161700000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","160000000000","160000000000","158000000000","158000000000","156450000000","156000000000","156000000000","156000000000","158000000000","155000000000","154350000000","154000000000","154000000000","154000000000","153000000009","153000000000","153000000000","153000000000","153000000000","152000001561","151000000000","150880000000","150000001561","150000000000","150000000000","168000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149000001459","149000001459","149000001459","149000000000","149000000000","149000000000","149000000000","149000000000","148000002694","156000001459","148000001459","148000001459","148000001459","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","147000001459","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","145000014942","145000001459","143000001459","143000000000","142500000000","142000001459","142000000000","141906001466","141000000001","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000"],"12290403":["780000000000","340000000000","331329323623","323568764421","248864746432","247240539990","243000000000","243000000000","230000000000","230000000000","226800000000","219000000000","218000000000","217126930001","217000000000","216000000000","216000000000","215000000000","212300000000","212000000000","212000000000","208000000000","208000000000","207000000000","204400000000","201000000000","201000000000","201000000000","200000000000","200000000000","200000000000","199800001969","196650000000","196000000000","195500000000","195500000000","195500000000","195500000000","195500000000","195500000000","195500000000","195500000000","195500000000","195500000000","195500000000","195500000000","195000000000","193000000000","193000000000","192400000000","192000000000","191000000000","191000000000","190000000000","190000000000","189847125016","189800000000","189800000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","185000001823","185000001823","185000001823","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","182500000000","182500000000","182500000000","182500000000","182500000000","182500000000","180000001563","180000001563","180000000000","180000000000","179880000000","179500000000","179025000000","178500000000","178500000000","178500000000","178500000000","178000000000","178000000000","178000000000","176800000000","176800000000","176800000000","176400000000","176000000000","176000000000","176000000000","175200000000","175200000000","175200000000","173400000000","173010000000","173000000000","173000000000","173000000000","172000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","168300000000","168000000000","168000000000","167900000000","167000000000","167000000000","167000000000","167000000000","165000001459","163900000000","163900000000","163000000000","163000000000","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161700000233","161700000000","161700000000","161000000000","161000000000","160680000000","160600000000","160600000000","160600000000","160600000000","160600000000","160600000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","159000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","159000000000","158000000000","158000000000","157000000000","157000000000","156500000000","156000000000","156000000000","156000000000","156000000000","156000000000","155015663368","155000000000","155000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","152440001502","152440000000","152000000004","152000000000","152000000000","152000000000","152000000000","152000000000","151110000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","150000001561","161700000233","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149000001561","149000001459","149000001459","149000001459","148000001459","148000000000"],"12290404":["1000000000","147000000000","1000000000","1000000000","148000000000","1000000000","320000000000","300000000000","278460000000","244500000000","224400000000","219000000000","219000000000","218000000000","218000000000","212300000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","211000000000","211000000000","211000000000","208000000000","208000000000","208000000000","208000000000","208000000000","207000000000","206000000000","206000000000","206000000000","206000000000","205000000000","205000000000","205000000000","204400000000","202000000000","201000000000","201000000000","201000000000","201000000000","201000000000","197100000000","196650000000","196000000000","195500000000","193000000000","193000000000","193000000000","191000000000","190000000000","190000000000","200000000000","189800000000","189800000000","189000000000","189000000000","189000000000","188000000000","187500000000","187500000000","187500000000","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","184000000001","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","182500000000","182500000000","182500000000","182500000000","181318151972","181318151972","181318151972","181318151972","181318151972","181318151972","180000000000","180000000000","179287000000","178500000000","177000000000","176800000000","176800000000","176800000000","175200000000","175200000000","175200000000","173400000000","173400000000","173400000000","173000000000","171624754745","171000000000","170500000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169000000000","166000000000","166000000000","165000000000","165000000000","165000000000","165000000000","163960000094","163900000000","163000000000","163000000000","163000000000","163000000000","163000000000","162800001604","162800001604","162800000000","162800000000","162800000000","162800000000","162000000000","162000000000","162000000000","161700000233","161700000000","161000000000","161000000000","160600000000","160600000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","159000000000","159000000000","159000000000","158000000000","158000000000","158000000000","157000000000","157000000000","157000000000","156000000000","155000000000","155000000000","154000000000","154000000000","153000000000","152000000000","152000000000","152000000000","152000000000","152000000000","151000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148672000001","148500000000","148000010000","148000002694","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000001459","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000"],"12290405":["10000000000","201000000000","198500000365","195500000000","189800000000","187000000000","184000000000","181318151972","180000000000","179287000000","175000000255","173400000000","173010000000","170000000000","170000000000","167900000000","162000000000","161700000233","160600000000","160600000000","160000000000","158000000000","156000000000","150000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","147000001561","147000001459","147000000026","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","145764672452","145500000000","145000001459","145000001459","145000000000","145000000000","145000000000","145000000000","144730000001","144024000001","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","143560001415","143500000729","143318000000","143000001459","143000001459","143000001347","143000000001","143000000000","142000001459","142000001347","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","141200000000","141000001459","141000001459","141000001459","141000001459","141000001459","141000001459","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","150000000000","141000000000","141000000000","187000000000","187000000000","187000000000","190000000000","141000000000","141000000000","187000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","188000000000","189000000000","187000000000","187000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","189000000000","190000000000","187000000000","141000000000","141000000000"],"12290406":["282000000000","245937500000","239700000000","220000000000","212300000000","208000000000","203448000000","200000000000","192000000000","191100000000","189000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","184000000000","184000000000","184000000000","184000000000","180000000000","180000000000","178928571429","178500000000","178000000000","178000000000","178000000000","176000000000","176000000000","175000001561","188000001459","173000000000","171000000000","170000000000","170000000000","170000000000","170000000000","169740000000","169740000000","169740000000","169740000000","169740000000","169740000000","169740000000","169740000000","164000000000","162800000000","162800000000","162800000000","162000000000","162000000000","162000000000","161000000000","160600000000","160000000000","157000000000","156000000000","155000000000","154000000000","153000000000","151000000000","151000000000","151000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149000000000","148000001459","148000001459","147000000000","147000000000","147000000000","147000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","144000000000","144000000000","144000000000","144000000000","143560001415","143016001400","143000000000","141000001459","141000000000","187000000000","189000000000","141000000000","141000000000","189000000000","187000000000","189000000000","188000000000","187000000000","141000000000","141000000000","189000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","189000000000","189000000000","141000000000","190000000000","141000000000","188000000000","187000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","187000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000"],"12290407":["0","162000000000","0","400000000000","248000000000","222000000000","221000000000","221000000000","220662000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","211500000000","210000000000","207000000000","205700000000","201000000000","200000000000","200000000000","195500000000","195201000000","194350000000","194350000000","194350000000","193000000000","191000000000","191000000000","187500000000","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","185000001823","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","183000000000","183000000000","183000000000","183000000000","181470000001","181000000000","181000000000","180000000000","179000000000","179000000000","177450000000","177450000000","176250000000","176000000000","174000000000","173400000000","172000000000","170000000000","170000000000","170000000000","170000000000","169200000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","166000000000","165000000000","164000000000","163000000137","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","162999999999","162800001604","162800000000","162800000000","162800000000","162800000000","162800000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161700000233","161700000000","161700000000","161700000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","160600000000","160600000000","160000000000","160000000000","160000000000","176000000000","160000000000","158000000000","157000000000","156000000000","156000000000","155100000000","155100000000","155100000000","155100000000","155000000000","155000000000","155000000000","154000000000","152000001459","152000001459","152000000000","152000000000","152000000000","152000000000","151000000000","151000000000","151000000000","150000000000","150000000000","150000000000","149000000000","149000000000","149000000000","148000001459","148000001235","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","147000000000","147000000000","147000000000","147000000000","147000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","145761673747","145000000000","145000000000","145000000000","144000000000","144000000000","144000000000","144000000000","144000000000","143000000000","143000000000","143000000000","142000000000","141000001459","141000001459","141000001459","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000"],"12290408":["500000000000","220000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","201000000000","201000000000","200000000000","200000000000","198750000000","195000000000","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","186000000000","186000000000","184000000000","184000000000","183000000000","181000000000","181000000000","181000000000","180000000000","179000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","174000000000","173400000000","173400000000","173400000000","170000000000","170000000000","169200000000","168000000000","168000000000","165000000000","162800001604","162800001604","162000000000","162000000000","162000000000","161700000000","161700000000","161700000000","161000000000","161000000000","160600000000","160000000000","158000000000","158000000000","158000000000","158000000000","155100000000","155000000000","155000000000","152000001459","151000000000","151000000000","150000000000","150000000000","149600000233","148000000000","147000010000","147000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","145000001459","145000000000","144000000000","144000000000","143000001347","143000000000","143000000000","143000000000","143000000000","142750000000","142000000000","142000000000","141000000000","187000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","187000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","140600001386","140600001386","140600001386","140466675000","140390000000","140000001347","140000001347","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","187000000000","187000000000","187000000000","187000000000","187000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","139700000000","139700000000","139400000000","139285714286","139285714286"],"12290409":["152440000000","1000000000","1000000000","162000000000","1000000000","505000000000","400000000000","350000100001","350000100000","350000000000","280000000000","276150000000","251000000000","250000000000","244870800000","243437500000","243000000000","243000000000","233750000000","223000000000","222000000000","220500000000","360890880000","219000000000","218000000000","218000000000","216000000000","216000000000","214000000000","214000000000","212300000000","212300000000","212300000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","211500000000","211500000000","211500000000","211000000000","210000000000","210000000000","210000000000","210000000000","210000000000","208000000000","207000000000","207000000000","206700000000","205400000000","205000000000","204000000000","204000000000","203000000000","203000000000","202215000000","202215000000","202000000000","202000000000","201000000000","201000000000","201000000000","201000000000","201000000000","201000000000","201000000000","201000000000","201000000000","201000000000","200000000001","200000000000","199000000000","198000000000","198000000000","197000000000","197000000000","197000000000","195000000000","193700000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192050000000","192050000000","192050000000","192000000000","192000000000","192000000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","190000000000","190000000000","189800000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188000000000","188000000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","202000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","186600000000","185370000000","185370000000","185370000000","185370000000","185370000000","185370000000","185370000000","185370000000","185370000000","185370000000","185370000000","185000001823","185000001823","185000000000","185000000000","185000000000","185000000000","184799999999","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","187000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","182150000000","182150000000","204000000000","204000000000","204000000000","182150000000","182150000000","184000000000","184000000000","181318151972","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179000000000","179000000000","178000000000","177857142858","177751580001","177751580001","177000000000","176250000000","176000000000","175350000000","175000000000","174000000000","174000000000","174000000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","171000000000","171000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169000000000","167000000000","167000000000","167000000000"],"12290410":["0","10000000000","2000000000000","423000000000","400604254099","392407899039","392122413844","350000000000","251000000000","225500000000","221000000000","220000000000","220000000000","220000000000","220000000000","220000000000","219000000000","219000000000","219000000000","212000001667","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","210210000000","210000000000","206000000000","202000000000","200000000000","193000000000","192050000000","191000000000","191000000000","191000000000","190000000000","189000000000","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","185000001823","184000000000","194000000000","194000000000","183000000000","183000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179025000000","179000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","177000000000","176000000000","173400000000","172380000000","172000000000","172000000000","172000000000","172000000000","171000000000","171000000000","171000000000","171000000000","170000000000","170000000000","170000000000","169208400000","169200000000","169050000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","168000000000","168000000000","167000000000","166700000233","166500000001","166000000000","165880000000","165000000000","165000000000","165000000000","165000000000","164970000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","163982500698","163800000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","275000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","162800001604","162800001604","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162800000000","162150000000","162150000000","162150000000","162150000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161700000233","161700000233","161700000000","161000000000","161000000000","161000000000","160600000000","160600000000","160600000000","160600000000","160600000000","160600000000","160000000034","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","159000000001","159000000000","159000000000","158000000000","158000000000","158000000000","157300000000","157000000009","157000000000","157000000000","157000000000","156335802468","156180000000","156000000000","156000000000","156000000000","156000000000","155500000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155000000000","155000000000","155000000000"],"12290411":["0","143000000000","0","146000000000","300000000000","221000000000","219000000000","219000000000","219000000000","212000001667","212000000000","205000000000","200000000000","200000000000","194350000000","193000000000","190350000000","189000000000","189000000000","189000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","185000001823","185000000000","181000000000","181000000000","180000000000","180000000000","180000000000","179000000000","178000001459","176250000000","175000000000","173000000000","172380000000","171495000001","170000000000","169200000000","169000000019","169000000019","169000000019","168000000000","167684000000","167000000000","165000465396","165000000000","165000000000","165000000000","164000000000","163900000000","163000000000","163000000000","163000000000","162800000000","162800000000","161700000000","161000000000","161000000000","161000000000","160000000000","160000000000","158000000000","158000000000","158000000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","153000000000","153000000000","153000000000","153000000000","152440000000","152440000000","152440000000","152440000000","152440000000","152440000000","152440000000","152440000000","152440000000","152184000001","152000000000","152000000000","151410000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","150380000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149600000233","149000001459","149000001459","149000001459","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148050000000","148000001459","148000001459","148000001459","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","147000000000","147000000000","147000000000","147000000000","146000001459","146000001459","146000001459","146000001459","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","145230000000","145230000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","144000000000","144000000000","144000000000","144000000000"],"12290412":["1000000000","141000000041","1000000000","1000000000","141000000000","1000000000","340000000000","340000000000","300000000000","250000100001","250000000000","243000000000","236600002042","227000000000","214500000000","214500000000","214500000000","214500000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","211500000000","211500000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","210000000000","206000000000","205400000000","204100000000","202800000000","202000000000","201000000000","200300465396","200011765888","197000000000","194350000000","191000000000","191000000000","190000000000","189000001561","188000000000","188000000000","188000000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","185000000000","187000000000","185000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","183000000000","183000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179000000000","179000000000","179000000000","179000000000","178000000000","178000000000","178000000000","178000000000","178000000000","177450000000","177450000000","177450000000","177450000000","177000000000","176000000000","183000000000","175000000000","173400000000","173400000000","173400000000","173400000000","172380000000","172000000000","171000000000","171000000000","171000000000","170500015550","170000000000","170000000000","170000000000","169200000000","169000000019","169000000019","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","170000000000","170000000000","170000000000","170000000000","169000000000","167200000000","183700000000","167085000000","167000000000","166000000000","165000000000","165000000000","164000000000","164000000000","164000000000","163000001459","163000001459","163000000000","163000000000","163000000000","162800000000","162000000000","162000000000","162000000000","162000000000","162000000000","161000000000","161000000000","160000000000","160000000000","158000000000","158000000000","158000000000","158000000000","157000000000","155100000000","155100000000","155100000000","155100000000","155100000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","153000000000","153000000000","152440001502","152000000000","154000000000","152000000000","152000000000","152000000000","152000000000","151000000000","151000000000","150000001459","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149000001459","149000000000","148000000000"],"12290413":["580000000001","340000000000","225600000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","211500000000","210000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","200000000000","199594130322","193000000000","193000000000","187000000000","190000000000","187000000000","187000000000","187000000000","186000000000","186000000000","186000000000","181000000000","181000000000","181000000000","180000000000","170000000000","170000000000","168000000000","167200000000","165000000000","163000001459","163000000000","160000000000","160000000000","159000000000","158000000000","157586000000","157585999998","157000000000","155100000000","155000000000","155000000000","155000000000","154000000000","152000000000","150000000000","150000000000","150000000000","150000000000","149000000000","149000000000","149000000000","149000000000","148000001459","148000001459","148000001459","148000000001","148000000000","147000000000","147000000000","146000001459","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","144000020000","144000000001","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","143000001459","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","142000001561","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","141000001459","141000001459","141000001459","141000001459","141000001347","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000"],"12290414":["0","10000000000","506000100003","506000100001","400000000000","400000000000","350476648139","350000000000","333000000000","280500000000","251000000000","250000100002","250000000000","244870800000","243000000000","240000000000","236600000000","231876000000","227460146851","225420000000","225000000000","223000000000","219463276518","219000000000","216000000000","214800000000","213265000000","212300000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","211500000000","211500000000","211500000000","211500000000","209941875000","206000000000","205000000000","204000000000","203448000000","204624000000","203448000000","203636160000","203448000000","202185000000","202185000000","202038888890","202185000000","202185000000","202000000000","200000000000","200000000000","198000000000","197000000000","195500000000","195500000000","195201000000","195201000000","195000000000","194350000022","194350000000","194350000000","194350000000","194350000000","193000000000","193000000000","192050000000","194350000022","194350000000","192050000000","192050000000","192000000000","191000000000","191000000000","190350000000","190000000000","190000000000","190000000000","190000000000","190000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188000000000","188000000000","188000000000","187590000000","187590000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","187000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","185000001823","185000000000","183300000000","183300000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","182500000000","182150000000","182150000000","182150000000","182150000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179025000000","179000000000","177450000000","177450000000","177450000000","176250000000","176250000000","176250000000","176000000000","176000000000","176000000000","175380001728","173400000001","172500000001","172380000000","171610372682","171100000000","170340000000","170340000000","170340000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169386626360","169200000000","169200000000","169200000000","169200000000","169200000000","169200000000","169200000000","169200000000","169200000000","169200000000","169200000000","169200000000","169200000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","168000000000","167085000000"],"12290415":["400000000000","280778670972","274561662507","268482311201","232700000000","229164000000","217000000000","212000000000","211500000000","200000000000","200000000000","188880100001","188880000000","187500000000","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","186000000000","186000000000","186000000000","183700000000","182150000000","181000000000","181000000000","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179000000000","169200000000","169000000000","167200000000","167200000000","167200000000","167085000000","167085000000","167085000000","167000000017","167000000000","167000000000","167000000000","166000000000","166000000000","166000000000","165100000000","165000000000","165000000000","165000000000","165000000000","165000000000","164400000000","164000000000","164000000000","164000000000","163601748852","163601748852","163000000000","163000000000","163000000000","163000000000","162800000000","162800000000","162800000000","162800000000","162800000000","162150000000","162150000000","162000000000","162000000000","161700000233","161000000000","161000000000","161000000000","161000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","159000000000","159000000000","159000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","157000000000","156000000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","153000000000","152440001502","152440001502","152184000001","152000000000","152000000000","152000000000","152000000000","152000000000","151750000000","151000000000","150380000000","150000001459","150000000000","150000000000","152000000000","152000000000","150000000000","150000000000","150000000000","149200000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148000001459","148000001459","148000001459","148000001459","148000001459","148000000000","148000000000","148000000000","148000000000","147620000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","146410000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","145230000000","145000001459","145000001459","145000001459","145000001459","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000"],"12290416":["612364995885","256582617027","238516970134","233235721323","230000000000","225600000000","220114285714","217000000000","212000000000","211500000000","200000000000","197400000000","197400000000","193000000000","193000000000","191000000000","190000000000","187500000000","187500000000","187500000000","187000000000","187000000000","187000000000","183000000000","183000000000","181000000000","181000000000","175000000000","175000000000","172380000000","171000000000","170340000000","170340000000","170000000000","170000000000","170000000000","169000001561","169000000019","167085000000","166000000000","165000000000","163000000000","162800000000","162800000000","162800000000","162000000000","161700000233","160600000000","160000000000","158000000000","156335802468","155100000000","155100000000","155100000000","155100000000","155000000000","155000000000","155000000000","155000000000","154000000000","154000000000","154000000000","154000000000","152000000000","152000000000","152000000000","152000000000","149000000000","149000000000","149000000000","148000000000","147000001459","147000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","145230000000","145000000000","145000000000","145000000000","145000000000","145000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","143000001459","143000001459","143000001459","143000001459","143000000000","143000000000","143000000000","143000000000","142000001459","142000001459","142000001459","142000001459","142000001459","142000001459","142000001459","142000001459","142000001459","142000001459","142000001459","142000001459","142000000001","142000000001","142000000001","142000000000","142000000000","142000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000"],"12290417":["500000000000","250000000000","230040000000","218000000000","212300000000","211500000000","206000000000","201312500000","200000000000","200000000000","200000000000","195500000000","195500000000","193000000000","191000000000","190210200001","190000000000","190000000000","190000000000","188700000000","188700000000","188700000000","188700000000","188000000000","188000000000","187500000000","187500000000","187500000000","187500000000","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","186000000000","186000000000","186000000000","186000000000","186000000000","187000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","184000000000","184000000000","184000000000","184000000000","184000000000","183300000000","183000000000","183000000000","183000000000","181000000000","181000000000","181000000000","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","176250000000","175000000000","175000000000","174590000000","174590000000","174590000000","171610372682","171000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169740000000","169740000000","169000000000","168000000000","167000000000","167000000000","167000000000","165000000000","165000000000","165000000000","165000000000","164000000000","163960000094","163000001459","162800000000","162800000000","162000000000","162000000000","161859892347","161000001459","161000000000","158000000000","156000000000","155100000000","155100000000","155100000000","155100000000","155100000000","166500000000","180000000000","174900000000","155100000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","154000000000","153000000000","153000000000","152000000000","150000000000","149000000000","148000001459","147378000001","147000000000","147000000000","146000000000","146000000000","146000000000","146000000000","145200000000","145000001459","145000000000","145000000000","145000000000","144000000000","144000000000","144000000000","144000000000","144000000000","143000000000","142000001460","142000001459","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000"],"12290418":["300000000000","229200000000","212300000000","212000000000","212000000000","212000000000","212000000000","212000000000","211500000000","211500000000","198000000000","193000000001","191000000000","188700000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","185880000000","185000000000","185000000000","183000000000","183000000000","181000001561","181000000000","181000000000","181000000000","180000000000","180000000000","180000000000","176250000000","176250000000","176250000000","171066222616","171000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169740000000","169200000000","169040561460","169000000000","168841879716","168000000000","167000000000","165000000000","164000000000","163200000000","163000000000","163000000000","162800000000","162800000000","162800000000","161000000000","161000000000","161000000000","159000000000","155100000000","155100000000","155100000000","155100000000","155100000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","152000000000","152000000000","151000000000","150000000000","150000000000","150000000000","149000000000","149000000000","148000000000","147000001459","147000000000","147000000000","147000000000","146000000000","146000000000","145000000000","145000000000","144000000000","142000001460","142000001459","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000"],"12290419":["444000000000","212000000000","206000000000","187000000000","187000000000","183000000000","181000000000","163000000000","152000000000","150000000000","145230000000","143000000000","142000001459","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000"],"12290420":["166000000000","0","0","1255000000000","282000000000","247000000000","243100000000","217126930001","217126930001","212300000000","209000000000","205700000000","201000000000","195500000000","190000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","182150000000","181000000000","181000000000","180000000000","180000000000","179974898859","175000000000","176000000000","175000000000","176000000000","175000000000","175000000000","173400000000","172380000000","171000000000","169740000000","169158745992","168841879716","163000000000","161000001459","155000000000","155000000000","152000000000","150000000000","147000000000","146000000000","146000000000","146000000000","146000000000","145230000000","143000000000","143300000000","143100000000","145500000000","145500000000","143000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","140512184247","140498214287","140390000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","139285715849","139285714286","139150000000","179300000000","151000000000","173000000000","139150000000","229500000000","139150000000","140000000000","151000000000","149000000000","153000000000","139107142858","139107142858","145000000000","139107142858","139107142858","139000001459","139000001459","139000001459","150000001459","139000001459","139000001459","139000001459","139000001459","139000001459","139000001459","145000001459","139000001459","142000001459","139000001459","139000001459","139000001459","139000001459","139000000000","139000000000","139000000000","139000000000","139000000000","180000000000","200000000000","180000000000","180000000000","180000000000","180000000000","164000000000","180000000000","164000000000","180000000000","164000000000","180000000000","180000000000","180000000000","150000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","150000000000","150000000000","150000000000","145000000000","142000000000","147000000000","147000000000","139000000000","139000000000","139000000000","148000001459","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","138900000000","252000000000","252000000000","179000000000","180000001459","179000000000","138900000000","280000000000","280000000000","250000000000","250000000000","179000000000","229000000000","229000000000","228000001459","178000001459","138500000000","138500000000","138500000000","138480000000","138300000693","138300000693","138107142858","138000001347","138000001347","179000001347","179000000000","138000001347","156000000000","138000001347","138000001123","138000001123","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","137940000000"],"12290421":["1111000000000","350000000000","300000000000","222000000000","221000000000","220000000000","219000000000","211500000000","211500000000","204000000000","195500000000","195500000000","192000000000","191000000000","188700000000","187500000000","187500000000","187000000000","183000000000","181000000000","180000001563","180000000000","175200000000","170000000000","170000000000","170000000000","169740000000","168000000000","167000000000","166000000000","166000000000","165000000000","165000000000","163900000000","162800000000","161000000000","161000000000","159000000000","157000000000","157000000000","156140000000","156000001459","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155000000000","155000000000","154542500000","154000000000","153000000000","152000000000","149000000000","146000000000","145000000000","144000000000","143000001459","143000000000","142000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","139000001459","138000000000","138000000000","138000000000","137940000000","137940000000","137800000000","137645055500","137500001823","137500000000","137341075771","137142858587","137142858587","137142858586","137142857143","177000000000","137142857143","137100000000","137100000000","137093000000","137000001750","180000000000","137000001459","137000001459","137000001459","142000001459","137000001347","137000001347","137000001123","137000001123","137000001123","137000000000","137000000000","137000000000","139000000000","147000000000","137000000000","137000000000","137000000000","137000000000","136763100000","136763100000","136763100000","136763100000","136763100000","136763100000","136763100000","136763100000","136730000000","136626336900","136626336900","136626336900","136626336900","136626336900","136626336900","136626336900","136626336900","136626336900","136626336900","136626336900","136626336900","136626336900","136626336900","150000000000","150000000000","150000000000","136500001327","136489319610","151437584691","167833920253","161920318642","158447056523","158447056523","158164711636","158907690243","158938799721","159000000000","159000000000","136400000233","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","165000000000","136400000000","136400000000","136321020000","165000000000","276100000000"],"12290422":["802000000000","183000000000","181000000000","180000000000","170000000000","163900000000","161000000000","155100000000","155000000000","152000000000","149000000000","148000001459","141000000000","138000000000","136400000000","136400000000","136125000000","136000001347","136000001123","136000001123","136000000000","276000000000","136000000000","136000000000","136000000000","363363000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","135600000000","135600000000","138000001347","140000001459","140000001459","140000001459","252000000000","330000000000","330000000000","410000000000","410000000000","420000000000","430000000000","179000000000","135600000000","135520000000","135450000000","142000001459","135200000000","135200000000","135200000000","135000001683","186250000000","186250000000","135000001683","187500001823","186250000000","185000001823","185000001823","185000001823","176250000000","135000001683","135000001683","186250000000","135000001459","135000001459","135000001347","135000001347","135000001347","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","196000000000","135000000000","196000000000","135000000000","196000000000","135000000000","179000000000","135000000000","135000000000","135000000000","179000000000","135000000000","135000000000","135000000000","225000000000","179000000000","189000000000","135000000000","135000000000","170000000000","179000000000","179000000000","196000000000","135000000000","179000000000","179000000000","179000000000","135000000000","135000000000","135000000000","135000000000","230000000000","300000000000","170000000000","135000000000","135000000000","135000000000","160600000000","193000000000","191100000000","191100000000","179000000000","175000000000","173000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","149000000000","148000001459","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","136000000000","135000000000","135000000000","135000000000","135000000000","134200000000","134200000000","193600000000","250000000000","149000000000","150000000000","134200000000","134000000000","298000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","133912873048","133500000000","133350000000","133100001764","133100000000","133100000000","133100000000","133100000000","133100000000","133100000000","133100000000","170610000000","163900000000","163900000000","133100000000","133100000000","133100000000","133100000000","169400000000","133100000000","275000000000","148000000000","133100000000","164230000000","163900000000","179300000000","133056000000","133000001459","144945900000","146000000000","133000000000","133000000000","133000000000","133000000000","133000000000","133000000000","133000000000","133000000000","170000000000","163000000000","133000000000","132940000000","147000000000","151200000000","149760000000","132500000000","132500000000","132500000000","132100000000","132050000000","132031681760","132000001750","132000001750","132000001750","132000001750","133056000000","132000001123","132000000000","132000000000","179000000000","179000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","144000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","163000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","154000000000","163000000000","149000000000","132000000000","178800000000","132000000000","500000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","300000000000","178800000000","178800000000","178800000000","178800000000","187200000000","177600000000","169200000000","132000000000","132000000000","132000000000","132000000000","132000000000","157000000000","132000000000","132000000000","166000000000","180000000000","177600000000","132000000000","467500000000","179000000000","179000000000","132000000000","467500000000","467500000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","131769000000","131769000000","131769000000","330000000000","131769000000","275000000000","131769000000","155000000000","131769000000","176000000000","131769000000","131580000000","131580000000","163812000000","131580000000","175165620001","189975000000","196860000000","197880000000","176154000000","131580000000","209200000000","131580000000","131516997530","131076000000","149000000000","131000001605","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","130900000000"],"12290423":["0","0","0","0","0","0","0","0","0","0","0","2001000000000","1500000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","510000000000","501000000000","501000000000","500000000000","420000000000","420000000000","420000000000","420000000000","420000000000","248300000000","212000000000","212000000000","187500000000","187500000000","186000000000","186000000000","181000000000","181000000000","179000000000","179000000000","179000000000","180000001459","180000001459","179000000000","177100000000","169200000001","167000000000","166000000000","161000000000","160000000000","158000000000","158000000000","155100000000","155000000000","155000000000","150000000000","150000000000","149600000233","147000000000","146000000000","146000000000","145230000000","145000000000","142000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","136826336900","135000001347","131000000000","131000000000","131000000000","131000000000","175000000000","131000000000","131000000000","131000000000","130917601632","130900000000","130680000000","130680000000","130680000000","130600001616","130600001616","130600001616","130600001616","130600001616","130600001616","130600001616","130600001616","130600001616","130600001616","130600001616","301000000000","301000000000","301000000000","301000000000","301000000000","301000000000","130560000000","244000000000","130560000000","130500000000","130200000000","130200000000","130200000000","130000001459","130000001123","130000001123","130000000000","288600000000","358800000000","358800000000","358800000000","358800000000","358800000000","358800000000","358800000000","358800000000","318500000000","318500000000","358800000000","358800000000","358800000000","358800000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000001459","130000000000","169000000000","169000000000","170000001459","130000000000","130000000000","130000000000","130000000000","191000000000","152000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","149000000000","150000001459","130000000000","130000000000","130000000000","300000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","160000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","129800000000","129800000000","129800000000","183678000000","149000000000","173000000000","129625001276","129600001616","129600001616","129600001616","130680000000","132000000000","145200001924","225000000000","129600001616","129600001616","129000000000","129000000000","129000000000","129000000000","148000001459","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","130000000000","133056000000","137000000000","163000000000","164000000000","172620000000","186250000000","189000000000","194000000000","189000000000","175000000000","180000000000","173000000000","174000000000","173000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","128900000000","128700000233","128700000233","128700000000","128180000000","128140000000","128100000000","175000000000","128100000000","149000000000","128100000000","128000000000","128000000000"],"12290424":["2200000000000","2011100000000","1600000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1210000000000","1200000000000","1200000000000","1200000000000","1102200000002","1102200000002","1102200000002","1102200000002","1052000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1001000000000","1000000000000","358800000000","245973000000","211500000000"],"12290425":["0","141000000000","0","5000000000000","2001000000000","2001000000000","2000000000000","2000000000000","2000000000000","1700000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1011000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","925000000000","917000000000","917000000000","908000000000","902000000000","894000000000","883000000000","878000000000","876000000000","858000000000","852000000000","840000000000","372000000000","372000000000","276150000000"],"12290426":["0","250000000000","0","10000000000","10000000000","2050000000000","2010000000000","1141000000000","1000000000000","1000000000000","1000000000000","1000000000000","831000000000","700000000000","600000000000","600000000000","580000000000","555555000000","555555000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","550000000000","550000000000","550000000000","507000000000","501000000000","501000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","450000000000","421000000000","420000000000","407000000000","401000000000","400000000000","400000000000","400000000000","400000000000","399000000000","372000000000","364000000000","358800000000","358800000000","358800000000","358800000000","358800000000","358800000000","358800000000","353000000000","353000000000","327600000000","327600000000","326300000000","326300000000","358800000000","358800000000","358800000000","310700000000","310700000000","310700000000","310700000000","310700000000","327600000000","327600000000","305000000000","305000000000","301000000000","301000000000","301000000000","301000000000","301000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","275000000000","260000000000","251000000000","250000000000","246754380891","245973000000","221000000000","220000000000","220000000000","217000000000","216750000000","212300000000","212300000000","212300000000","212000001459","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","211500000000","211500000000","211500000000","211500000000","211500000000","211500000000","211500000000","211500000000","206000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","202800000000","202800000000","286000000000","201600000000","201000000000","200000000000","200000000000","200000000000","200000000000","200000000000","199000000000","194350000000","194350000000","193000000000","193000000000","192050000000","194350000000","194350000022","194350000000","192050000000","194350000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190900000000"],"12290427":["333000000000","1000000000","1000000000","165000000000","1000000000","1000000000","1200000000000","1200000000000","1200000000000","1000000000000","574000000000","501000000000","400000000000","372000000000","301000000000","275000000000","250000000000","245700000000","221000000000","216750000000","213750000000","212300000000","211500000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","194350000000","194350000000","194350000000","192050000000","190900000000","190900000000","190900000000","190900000000","190900000000","190900000000","190900000000","190900000000","190350000000","190000000000","190000000000","190000000000","189000000000","189000000000","187500000000","187500000000","187500000000","187500000000","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","186000000000","186000000000","187000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","185740000000","185000000000","185000000000","185000000000","185000000000","185000000000","185000000000","185000000000","185000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","183300000000","183300000000","183000000000","183000000000","183000000000","183000000000","187000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","182150000000","182150000000","182150000000","474000000000","182000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179000000000","179000000000","179000000000","179000000000","178000001459","178000001459","178000001459","178000001459","178000001459","178000001459","178000001459","178000001459","178000001459","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","176250000000","176250000000","176250000000","176250000000","176250000000","176250000000","176250000000","176250000000","176250000000","176000000000","175000000000","174300000000","174300000000","174300000000","174300000000","173400000000","173400000000","173400000000","173400000000","173400000000","172000000000","172000000000","171000000000","171000000000","171000000000","171000000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170000000001","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169200000000","169200000000","169200000000","169200000000","169100000000","168000000000"],"12290428":["2020000000000","2010000000000","2000000000000","1800000000000","1501000000000","1501000000000","1000000000000","1000000000000","1000000000000","555100000000","505000000000","500000000000","500000000000","484000000000","474000000000","474000000000","474000000000","434000000000","424200000000","400000000000","372000000000","350000000000","337000000000","300000000000","300000000000","300000000000","286000000000","282000000000","275000000000","252000001459","250000000000","233000000000","212000001667","212000000000","211500000000","211500000000","210600000000","210600000000","317200000000","211900000000","211900000000","211900000000","211900000000","317200000000","317200000000","317200000000","210600000000","210600000000","211900000000","211900000000","211900000000","317200000000","317200000000","317200000000","317200000000","317200000000","211900000000","211900000000","211900000000","211900000000","211900000000","208000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","203448000000","203000000000","203000000000","200000000000","200000000000","200000000000","191000000000","189800000000","187590000000","187500000000","187500000000","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","186000000000","186000000000","187000000000","181500000161","180000000000","180000000000","178000000000","177450000000","177450000000","176250000000","176000000000","176000000000","174100000000","171000000000","205200000000","205200000000","205200000000","205200000000","205200000000","205200000000","205200000000","171000000000","205200000000","434000000000","171000000000","170500000000","170000000000","170000000000","170000000000","170000000000","170000000000","169900000000","171100000000","169200000000","169200000000","169200000000","169200000000","169200000000","169200000000","169200000000","169000000000","170000000000","170000000000","170000000000","170000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","168760120000","168000000000","168000000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167900000000","167417618402","167000000000","167000000000","167000000000","167000000000","167000000000","167000000000","167000000000","167000000000","167000000000","167000000000","167000000000","167000000000","167000000000","167000000000","167000000000","167000000000","167000000000","167000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","165469288259","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","163900000000","163005537604","163000000000","162800000000","162800000000","162800000000","162800000000","162150000000","162150000000","162150000000","162000000000","161700000233","161700000233","161000000000","161000000000","161000000000","160000000000","160000000000","160000000000","160000000000","160000000000","159748554782","159000000000","180000000000","158000000000","158000000000","158000000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","156000001459","155100000000"],"12290429":["500000000000","300000000000","300000000000","212000001459","212000001459","204000000000","204000000000","204000000000","198000000001","194465000000","194465000000","193085000000","187701000000","187701000000","187000000000","183000000000","175000000000","170500000000","157000000000","157000000000","157000000000","157000000000","157000000000","184000000000","157000000000","157000000000","156000000000","156000000000","156000000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155000001123","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","154000000000","154000000000","154000000000","154000000000","154000000000","153000000000","152000001459","152000000000","152000000000","152000000000","152000000000","152000000000","151000000000","151000000000","151000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","170000000000","170000000000","150000000000","150000000000","150000000000","149600000233","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148000001459","148000001459","148000000000","148000000000","148000000000","147000001459","147000000000","146250000000","146068620000","146000000000","149000000000","146000000000","157000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","145230000000","145230000000","145230000000","145230000000","145230000000","145230000000","145230000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","143000001561","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","142000001459","142000001459","142000001459","142000001459","142000001459","142000001459","142000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000"],"12290430":["0","534000000000","0","4002000000000","2777000000000","2040000000000","1511000000000","1200000000000","1000000000000","1000000000000","600000000000","585000000000","585000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","555000000000","541000000000","529000000000","501000000000","501000000000","500000000000","500000000000","500000000000","500000000000","485000000000","485000000000","484000000000","474000000000","474000000000","454000000000","454000000000","450000000000","444400000000","444000000000","404000000000","404000000000","400000000000","600000000000","400000000000","391000000000","374000000000","350000000000","350000000000","333000000000","300000000000","300000000000","300000000000","300000000000","300000000000","298000000000","275000000000","252000001459","236600000000","220000000000","213142857143","212500000000","212300000000","211900000000","208000000000","207000000000","207000000000","206000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","200000000000","200000000000","200000000000","197000000000","194350000000","194350000000","195500000000","194350000000","194350000000","194350000000","194350000000","194350000000","194350000000","194350000000","194350000000","193000000000","190350000000","187590000000","187590000000","187500000000","187500000000","187500000000","187200000000","187000001459","187000000000","186000000000","186000000000","186000000000","186000000000","186000000000","185900000000","183300000000","183000000000","180000000000","180000000000","180000000000","180000000000","178000000000","177555000000","177555000000","177555000000","177555000000","176250000000","176250000000","175200000000","175000000000","170500000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169200000000","169200000000","169200000000","169200000000","169200000000","169200000000","169000000000","169000001459","169000000000","169000000000","169000000000","169000000000","169000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169000000000","168085000000","168085000000","168085000000","167900000000","166000000000","166000000000","166000000000","164000000000","164000000000","162800000000","162800000000","162150000000","160600000000","160000000001","160000000000","159000000000","157000000000","156200000000","156200000000","155100000000","155100000000","155100000000","155099999744","155000000000","155000000000","150000000000","150000000000","148000000000","148000000000","147000001459","146000001347","146000000000","146000000000","145230000000","145000000000","145000000000","144000000000","144000000000","144000000000","143000001561","143000000000","143000000000","143000000000","142880000000","142000001459","142000000000","142000000000","141750000000","141000000000","141000000000","141000000000","141000000000","141000000000","155100000000","141000000000","141000000000","141000000000","141000000000","141000000000"],"12290431":["750000000000","587000000000","377000000000","350000000000","333000000000","300000000000","211900000000","317200000000","317200000000","211000000000","207000000000","207000000000","207000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","194465000000","187590000000","187590000000","187500000000","187500000000","186000000000","183000000000","183000000000","183000000000","180000000000","180000000000","180000000000","174000000000","170500000000","170000000000","170000000000","170000000000","170000000000","170000000000","168085000000","168085000000","168085000000","168085000000","167000000000","167000000000","164000000000","164000000000","163000000000","155100000000","155100000000","155000000000","152000000000","149000000000","149000000000","144000000000","144000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","140000000000"],"12290432":["8000000000000","7777000000000","7000000000000","6000000000000","6000000000000","5555000000000","5222000000000","5141000000000","5001000000000","5001000000000","4400000000000","4141000000000","4141000000000","4000000000000","3503000000000","3334000000000","3333000000000","3141000000000","3141000000000","3141000000000","3100000000000","3100000000000","3011000000000","3000000000000","3000000000000","3000000000000","2700000000000","2501000000000","2500000001459","2500000000000","2500000000000","2400000000000","2223000000000","2200000000000","2200000000000","2100000000000","2100000000000","2100000000000","2040000000000","2020000000000","2010000000000","2001000000000","2001000000000","2001000000000","2001000000000","2000000000000","2000000000000","2000000000000","2000000000000","2000000000000","2000000000000","2000000000000","2000000000000","1818000000000","1800000000000","1800000000000","1710000000000","1700000000000","1555555000000","1555000000000","1555000000000","1515000000000","1500000000000","1500000000000","1500000000000","1500000000000","1500000000000","1444000000000","1410000000000","1410000000000","1410000000000","1400000000000","1341000000000","1338000000000","1308000000000","1300000000000","1250000000000","1245000000000","1234000000000","1222000000000","1212000000000","1212000000000","1212000000000","1200000000000","1200000000000","1200000000000","1200000000000","1200000000000","1200000000000","1166000000000","1166000000000","1141000000000","1112000000000","1111000000000","1111000000000","1111000000000","1111000000000","1100000000000","1020000000000","1011000000000","1009000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","999000000000","999000000000","999000000000","970000000000","968000000000","963000000000","959000000000","943000000000","941000000000","936000000000","913000000000","913000000000","902000000000","900000000000","900000000000","900000000000","900000000000","900000000000","882000000000","879000000000","876000000000","874000000000","862000000000","853000000000","850000000000","850000000000","850000000000","848000000000","847000000000","845000000000","838000000000","836000000000","809000000000","808000000000","801000000000","800000000000","800000000000","800000000000","800000000000","800000000000","800000000000","800000000000","800000000000","800000000000","585000000000","574000000000","574000000000","444400000000"],"12290433":["6000000000000","6000000000000","2000000000000","1500000000000","1300000000000","1168000000000","1010000000000","1000000000000","900000000000","800000000000","800000000000","800000000000","800000000000","800000000000","800000000000","777000000000","777000000000","750000000000","750000000000","741000000000","723000000000","720000000000","703000000000","702000000000","700000000000","700000000000","700000000000","700000000000","700000000000","700000000000","700000000000","700000000000","700000000000","700000000000","680000000000","669000000000","666000000000","660000000000","660000000000","650000000000","650000000000","650000000000","641000000000","637000000000","622000000000","601000000000","601000000000","600000000000","600000000000","600000000000","600000000000","600000000000","600000000000","600000000000","600000000000","600000000000","600000000000","600000000000","600000000000","600000000000","600000000000","600000000000","600000000000","600000000000","600000000000","600000000000","600000000000","600000000000","600000000000","592000000000","592000000000","592000000000","592000000000","592000000000","592000000000","585000000000","585000000000","585000000000","585000000000","585000000000","585000000000","585000000000","581000000000","580000000000","580000000000","578000000000","578000000000","578000000000","578000000000","578000000000","558000000000","555000000000","555000000000","555000000000","552000000000","552000000000","552000000000","552000000000","550000000000","550000000000","550000000000","543000000000","543000000000","543000000000","543000000000","543000000000","541000000000","540000000000","540000000000","539000000000","534000000000","520800000000","510000000000","510000000000","501000000000","501000000000","501000000000","501000000000","501000000000","501000000000","501000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","499000000000","498000000000","485000000000","480000000000","477000000000","477000000000","462000000000","460000000000","455000000000","453000000000","451000000000","450000000000","450000000000","450000000000","450000000000","450000000000","450000000000","450000000000","450000000000","450000000000","444000000000","444000000000","444000000000","431000000000","431000000000","420000000000","410000000000","401000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","372000000000","305932249765","302500000000","252000001459","251000000000"],"12290434":["141000000000","0","10000000000","11111000000000","11000000000000","10000000000000","5141000000000","4500000000000","3100000000000","2017000000000","2000000000000","2000000000000","2000000000000","1800000000000","1500000000000","1200000000000","1166000000000","1111000000000","1100000000000","1010000000000","1000000000000","1000000000000","1000000000000","1000000000000","974000000000","900000000000","888000000000","800000000000","800000000000","800000000000","800000000000","800000000000","777000000000","777000000000","711400000000","700000000000","666000000000","666000000000","650000000000","610000000000","600000000000","600000000000","600000000000","587000000000","585000000000","585000000000","585000000000","581000000000","581000000000","580000000000","578000000000","555000000000","550000000000","501000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","491000000000","491000000000","485000000000","480000000000","480000000000","480000000000","480000000000","462000000000","444000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","383000000000","380000000000","380000000000","380000000000","374000000000","372000000000","372000000000","367000000000","360000000000","360000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","344000000000","341000000000","333000000000","333000000000","333000000000","333000000000","333000000000","321000000000","320000000000","320000000000","312000000000","301000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","288000000000","280000000000","280000000000","280000000000","280000000000","280000000000","280000000000","280000000000","276000000000","276000000000","275000000000","275000000000","270000000000","260000000000","260000000000","259200000000","259000000000","259000000000","255000000000","252300000000","252300000000","252000001459","250000000000","250000000000","244870800000","245973000000","245973000000","237551000000"],"12290435":["30000000000000","25000000000000","13000000000000","8000000000000","7000000000000","5001000000000","5000000000000","5000000000000","5000000000000","5000000000000","4444000000000","4005000000000","4001000000000","4000000000000","3555000000000","3341000000000","3200000000000","3141000000000","2550000000000","2500000000000","2500000000000","2185000000000","2040000000000","2000000000000","2000000000000","2000000000000","2000000000000","2000000000000","2000000000000","2000000000000","2000000000000","1800000000000","1765500000000","1650000000000","1588000000000","1503000000000","1500000000000","1500000000000","1500000000000","1500000000000","1500000000000","1500000000000","1500000000000","1400000000000","1234000000000","1200000000000","1200000000000","1200000000000","1175000000000","1141000000000","1140000000000","1111000000000","1100000000000","1041000000000","1020000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","950000000000","900000000000","843000000000","810000000000","800000000000","800000000000","800000000000","800000000000","800000000000","800000000000","800000000000","750000000000","711000000000","710000000000","700000000000","700000000000","700000000000","700000000000","670000000000","666000000000","650000000000","650000000000","609000000000","602000000000","601000000000","600000000000","600000000000","600000000000","592000000000","590000000000","587000000000","585000000000","585000000000","580000000000","580000000000","579000000000","579000000000","578000000000","578000000000","578000000000","578000000000","578000000000","558000000000","558000000000","558000000000","558000000000","558000000000","558000000000","552000000000","552000000000","552000000000","550000000000","550000000000","543000000000","543000000000","543000000000","543000000000","543000000000","543000000000","541000000000","540000000000","540000000000","530000000000","511000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","499000000001","478000000000","478000000000","478000000000","478000000000","477000000000","462000000000","450000000000","450000000000","450000000000","450000000000","450000000000","444400000000","420000000000","420000000000","414000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","383000000000","383000000000","383000000000","369000000000","360000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","341000000000","340000000000","333000000000","312000000000","300000000000","300000000000","300000000000","300000000000","300000000000","251000000000","248300000000","236551000000","225600000000"],"12290436":["14100000000000","7500000000000","6000000000000","5141000000000","5005000000000","5000000000000","5000000000000","5000000000000","4560000000000","4444000000000","4444000000000","4444000000000","4141000000000","4100000000000","4005000000000","4000000000000","3333000000000","3300000000000","3210000000000","3000000000000","3000000000000","3000000000000","3000000000000","2500000000000","2500000000000","2500000000000","2500000000000","2450000000000","2345000000000","2233000000000","2222000000000","2222000000000","2141000000000","2100000000000","2500000000000","2100000000000","2100000000000","2040000000000","2040000000000","2040000000000","2011000000000","2005000000000","2001000000000","2001000000000","2000000000000","2000000000000","2000000000000","2000000000000","2000000000000","1900000000000","1900000000000","1639000000000","1515000000000","1500000000000","1500000000000","1500000000000","1410000000000","1300000000000","1300000000000","1300000000000","1300000000000","1300000000000","1222100000000","1222000000000","1214000000000","1212000000000","1212000000000","1212000000000","1212000000000","1200000000000","1200000000000","1200000000000","1200000000000","1200000000000","1200000000000","1124000000000","1111000000000","1100000000000","1100000000000","1011000000000","1001000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","900000000000","900000000000","900000000000","900000000000","900000000000","898000000000","800000000000","800000000000","800000000000","800000000000","800000000000","800000000000","777000000000","777000000000","750000000000","750000000000","700000000000","700000000000","700000000000","700000000000","700000000000","700000000000","700000000000","700000000000","700000000000","700000000000","650000000000","650000000000","637000000000","600000000000","600000000000","600000000000","600000000000","600000000000","600000000000","600000000000","592000000000","592000000000","592000000000","592000000000","587000000000","587000000000","587000000000","585000000000","585000000000","585000000000","585000000000","585000000000","558000000000","550000000000","500000000000","444400000000","300000000000","300000000000"],"12290437":["0","160000000000","0","12000000000000","8500000000000","5555000000000","5000000000000","5000000000000","3141000000000","3100000000000","3000000000000","2800000000000","2707000000000","2677000000000","2500000000000","2222000000000","2000000000000","2000000000000","1800000000000","1750000000000","1551000000000","1511000000000","1500000000000","1500000000000","1410000000000","1400000000000","1320000000000","1314300000000","1314300000000","1314300000000","1314300000000","1212000000000","1212000000000","1200000000000","1111000000000","1111000000000","1049000000000","1009000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","947000000000","935000000000","901000000000","900000000000","896000000000","880000000000","867000000000","847000000000","801000000000","800000000000","800000000000","800000000000","800000000000","750000000000","744000000000","700200000000","700000000000","700000000000","700000000000","700000000000","700000000000","700000000000","700000000000","700000000000","700000000000","666000000000","637000000000","635800000000","635800000000","600000000000","600000000000","600000000000","600000000000","600000000000","600000000000","592000000000","592000000000","592000000000","585000000000","585000000000","585000000000","585000000000","585000000000","585000000000","585000000000","585000000000","585000000000","580000000000","580000000000","580000000000","580000000000","578000000000","578000000000","578000000000","578000000000","578000000000","558000000000","555000000000","555000000000","555000000000","552000000000","552000000000","552000000000","552000000000","552000000000","552000000000","552000000000","543000000000","543000000000","543000000000","543000000000","543000000000","543000000000","543000000000","540000000000","540000000000","540000000000","540000000000","540000000000","536000000000","534000000000","534000000000","529000000000","528190000000","511000000000","501000000000","501000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","491000000000","477000000000","477000000000","477000000000","477000000000","477000000000","462000000000","462000000000","462000000000","459000000000","450000000000","450000000000","450000000000","450000000000","450000000000","444000000000","444000000000","441000000000","441000000000","440000000000","430937500000","425000000000","420000000000","600000000000","420000000000","414000000000","408000000000","405000000000","404000000000","380000000000","340000000000","300000000000"],"12290438":["10000000000","10000000000","10000000000","6000000000","5555000000000","3333000000000","2800000000000","2010000000000","2000000000000","1600000000000","1500000000000","1500000000000","1400000000000","1300000000000","1250000000000","1200000000000","1200000000000","1100000000000","1050000000000","1005000000000","1000000000000","1000000000000","1000000000000","1000000000000","900000000000","900000000000","900000000000","789000000000","777000000000","750000000000","700000000000","700000000000","600000000000","600000000000","600000000000","600000000000","558000000000","552000000000","550000000000","550000000000","548000000000","536000000000","520000000000","504000000000","500000000000","500000000000","500000000000","500000000000","499000000000","488840000000","474000000000","450000000001","450000000000","450000000000","444000000000","420000000000","410000000000","404000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","399000000000","390000000000","383000000000","383000000000","382000000000","380000000000","380000000000","380000000000","380000000000","374000000000","371000000000","361900000000","360000000000","360000000000","351000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","344000000000","341000000000","340000000000","339000000000","338000000000","330000000000","330000000000","330000000000","312000000000","311000000000","310000000000","309100000000","309000000000","306430000000","301000001459","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","299000000000","295482000000","280000000000","280000000000","280000000000","280000000000","276000000000","276000000000","275000000000","275000000000","275000000000","275000000000","275000000000","275000000000","275000000000","275000000000","275000000000","275000000000","275000000000","275000000000","270000000000","269500000000","259000000000","259000000000","258000000000","257000000000","256551000000","256000000000","256000000000","256000000000","255000000000","255000000000","255000000000","254100000000","253000000000","251000000000","251000000000","250000000000","250000000000"],"12290439":["2500000000000","1000000000000","800000000000","743000000000","700000000000","444000000000","444000000000","400000000000","311000000000","300000000000","300000000000","254000000000","251000000000","251000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","245973000000","245973000000","245973000000","242000000000","240000000000","240000000000","240000000000","240000000000","238520000000","238000000000","237000001459","237000001459","237000001459","237000001459","237000001459","237000000000","232650000000","232557500000","231132000000","231132000000","231132000000","230000000000","230000000000","227000000000","227000000000","226600000000","226000001459","226000001459","226000001459","226000001459","226000001459","225600000000","225600000000","225600000000","225600000000","225000000000","225000000000","225000000000","224400000000","224000001561","222000000000","222000000000","222000000000","222000000000","221430000000","221100000000","220000000000","220000000000","220000000000","220000000000","220000000000","220000000000","220000000000","220000000000","219000000000","219000000000","219000000000","217000000000","217000000000","217000000000","217000000000","216000001750","216000000000","216000000000","216000000000","215000000000","214230000000","214000001561","214000000000","213000000000","213000000000","213000000000","213000000000","213000000000","212300000000","212160000000","212000001459","212000001459","212000001459","211500000000","211500000000","211500000000","211500000000","211500000000","211500000000","211500000000","211500000000","211500000000","211500000000","211000000000","211000000000","211000000000","211000000000","211000000000","211000000000","211000000000","211000000000","210000000000","210000000000","210000000000","210000000000","210000000000","209000000000","209000000000","209000000000","209000000000","209000000000","209000000000","209000000000","209000000000","209000000000","209000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","207000000000","205200000000","205200000000","205200000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","203000000000","202000000000"],"12290440":["0","534000000000","0","10000000000","12000000000000","10000000000000","2000000000000","2000000000000","1500000000000","1230000000000","1212000000000","1000000000000","1000000000000","1000000000000","1000000000000","999000000000","999000000000","1000000000000","800000000000","800000000000","800000000000","777000000000","700000000000","700000000000","666000000000","620000000000","600000000000","600000000000","600000000000","600000000000","600000000000","592000000000","581000000000","578000000000","558000000000","555000000000","552000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","499000000000","477000000000","450000000000","450000000000","436000000000","420000000000","400000000000","400000000000","400000000000","400000000000","386000000000","380000000000","371000000000","350000000000","350000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","270000000000","266000000000","250000000000","250000000000","250000000000","247000000000","233750000000","229200000000","220000000000","211000000000","208000000000","208000000000","208000000000","207000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","203000000000","203000000000","201000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","199920000000","197400000000","197400000000","197400000000","197000000000","196900000000","196800000000","196800000000","196000000000","196000000000","196000000000","196000000000","195500000000","195000000000","195000000000","195000000000","194350000000","195500000000","195500000000","195500000000","194350000000","193200000000","192000001459","192000001459","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","204000000000","191000000000","190900000000","190740000000","190740000000","231132000000","190740000000","190350000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","189000000000","189000000000","189000000000","189000000000","188000000000","188000000000","188000000000","188000000000","187500000000","187500000000"],"12290441":["10000000000000","1314300000000","1000000000000","1000000000000","1000000000000","750000000000","666000000000","600000000000","585000000000","578000000000","552000000000","543000000000","501000000000","500000000000","500000000000","500000000000","500000000000","450000000000","400000000000","385000000000","350000000000","300000000000","300000000000","300000000000","300000000000","275000000000","258000000000","256000000000","250000000000","217000000000","204000000000","204000000000","192000001459","189000000000","188700000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187000001459","187000001459","187000001459","187000001459","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","188000000000","188000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","188000000000","187000000000","187000000000","186480000000","186480000000","186480000000","186480000000","186480000000","186480000000","186480000000","186480000000","186000000000","186000000000","186000000000","186000000000","187000000000","187000000000","187000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","187000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","187000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","187000000000","187000000000","187000000000","187000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","187000000000","187000000000","187000000000","186000000000","186000000000","186000000000","187000000000","186000000000","186000000000","185000100001","185000000000","185000000000","185000000000","185000000000","185000000000","185000000000","185000000000","187000000000","185000000000","185000000000","185000000000","185000000000","185000000000","185000000000","185000000000","186000000000","185000000000","186000000000","185000000000","185000000000","185000000000","185000000000","185000000000","185000000000","185000000000","185000000000","185000000000","185000000000","185000000000","185000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","183300000000","183300000000","183300000000","183300000000","183300000000","183300000000","183300000000","183300000000","187000000000","204000000000","183300000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","186000000000","183000000000","185000000000","183000000000","185000000000","183000000000","183000000000","183000000000","187000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","182600000000","181220000000","181000000000"],"12290442":["6000000000000","5100000000000","2100000000000","1203000000000","1000000000000","755000000000","558000000000","552000000000","552000000000","500000000000","500000000000","500000000000","450000000000","450000000000","400000000000","350000000000","341000000000","300000000000","275000000000","275000000000","258000000000","255000000000","254100000000","250000000000","250000000000","211500000000","211500000000","211500000000","204000000000","201000000000","200000000000","191000000000","189000000000","189000000000","189000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","182150000000","182150000000","182150000000","182150000000","182150000000","182150000000","182150000000","182150000000","305000000000","305000000000","305000000000","305000000000","305000000000","305000000000","305000000000","305000000000","182150000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","197000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","181000000000","187000000000","180000000000","180000000000","180000000000","197000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","194000000000","180000000000","197000000000","197000000000","180000000000","194000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","178500000000","178500000000","178500000000","178500000000","178500000000","178000000000","178000000000","178000000000","178000000000","177833333333","177000000000","177000000000","177000000000","176250000000","176250000000","176250000000","176250000000","176000000000","176000000000","175000000000","174487500000","174135000000","173800000000","173000000000","172500000001","172000000000","172000000000","172000000000","171600000000","171000000000","171000000000","170500000000","170500000000","170500000000","170500000000","170500000000","170188000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000"],"12290443":["8000000000000","4500000000000","4222000000000","3000000000000","2500000000000","2100000000000","2000000000000","2000000000000","2000000000000","2000000000000","1950000000000","1800000000000","1500000000000","1300000000000","1200000000000","1042000000000","1034000000000","1030000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","999000000000","800000000000","800000000000","800000000000","800000000000","800000000000","780000000000","750000000000","743000000000","706776315790","700000000000","700000000000","700000000000","664000000000","2222000000000","660000000000","655000000000","600000000000","600000000000","596000000000","592000000000","580000000000","560000000000","558000000000","555000000000","552000000000","552000000000","528000000000","507000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","488840000000","478000000000","462000000000","450000000000","450000000000","450000000000","450000000000","450000000000","444000000000","444000000000","420000000000","418000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","400000000000","390000000000","382000000000","380000000000","370000000000","350000000000","350000000000","349000000000","344000000000","333000000000","317200000000","312000000000","306000000000","301000001459","301000001459","301000001459","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","288000000000","288000000000","283000000000","282000000000","280000000000","280000000000","275000000000","270000000000","256000000000","255000000000","255000000000","253800000000","251000000000","251000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","241000000000","240000000000","238500000000","236551000000","236000000033","236000000000","236000000000","236000000000","236000000000","236000000000","235250000000","226000000000","226000000000","226000000000","217000000000","217000000000","211900000000","213200000000","211500000000","211500000000","210000000000","210000000000","210000000000","209000000000","206000000000","204000000000","204000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","195000000000","194465000000","194350000000","194350000000","190900000000","190900000000","190900000000","190900000000","190900000000","190900000000","190900000000","190000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","187500000000","185000000000","183000000000","208000000000","180000000000","180000000000","177000000000","172000000000","171969382715","171000000000","171000000000","170610000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","300000000000","300000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000"],"12290444":["3141000000000","2502000000000","2500000000000","2000000000000","2000000000000","1750000000000","1500000000000","1300000000000","1215500000000","1212000000000","1212000000000","1200000000000","1200000000000","1112100000000","1100000000000","1050000000000","1050000000000","1030000000000","1002000000000","1001000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","985000000000","985000000000","985000000000","985000000000","985000000000","985000000000","985000000000","979000000000","965000000000","965000000000","935000000000","900000000000","900000000000","800000000000","749263320060","700000000000","700000000000","664000000000","600000000000","600000000000","600000000000","600000000000","592280000001","590421051221","585000000000","558000000000","555000000000","554000000000","550000000000","548000000000","546000000000","543000000000","542000000000","536000000000","536000000000","536000000000","505000000000","502000001561","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","495000000000","495000000000","488400000000","485000000000","485000000000","465000000000","450000000000","444400000000","444000001000","444000000000","419000000000","418000000000","414000000000","408000000000","400000000000","400000000000","400000000000","400000000000","400000000000","399000000000","374000000000","360000000000","350000000000","350000000000","350000000000","350000000000","350000000000","350000000000","347000000000","342000000000","342000000000","342000000000","342000000000","342000000000","342000000000","340000000000","338000000000","325000000000","325000000000","325000000000","325000000000","325000000000","319000000000","307020000000","307020000000","307020000000","307020000000","306000000000","305000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","289500000000","289500000000","288000000000","276000000000","275000000000","275000000000","256551000000","255000000000","255000000000","255000000000","255000000000","252000001459","251000000000","250000000000","250000000000","250000000000","250000000000","250000000000","247000000000","245973000000","242000000000","240000000000","239400000000","235000000000","235000000000","235000000000","231132000000","231132000000","231132000000","231000000000","230000000000","230000000000","230000000000","227700000000","226000001459","225000000000","225000000000","225000000000","223930999614","223000000000","223000000000","223000000000","223000000000","223000000000","223000000000","221000000000","221000000000","221000000000","221000000000","221000000000","221000000000","221000000000","221000000000","218740000000","217000000000","216000000000","215500000000","215500000000","215500000000","215000000000","213000000000","213000000000","213000000000","213000000000","213000000000","213000000000","212500000000","212500000000","212500000000","212000000000","211500000000","210000000000","209972689033","205000000000","204000000000","204000000000","204000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","196650000000","196650000000","196650000000","196650000000","190740000000","190740000000","190000000000","190000000000"],"12290445":["3001000000000","1555000000000","1550000000000","1500000000000","1260000000000","1200000000000","1200000000000","1141000000000","1111000000000","1105000000000","1100000000000","1100000000000","1030000000000","1000000000000","1000000000000","1000000000000","1000000000000","965000000000","965000000000","965000000000","965000000000","965000000000","935000000000","935000000000","935000000000","935000000000","935000000000","900000000000","900000000000","900000000000","898000000000","743000000000","743000000000","700000000000","600000000000","592000000000","555000000000","550000000000","508000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","498000000000","498000000000","475000000000","472000000000","463000000000","455000000000","450000000001","450000000001","450000000000","444400000000","433000000012","433000000000","433000000000","428062565793","425000000199","425000000000","425000000000","414000000000","402000000000","400000000000","400000000000","400000000000","400000000000","374000000000","350000000000","350000000000","330000000000","309000000000","307020000000","307020000000","307020000000","307020000000","307020000000","302000000000","302000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","270000000000","256520000000","256000000000","255000000000","255000000000","251000000000","251000000000","251000000000","251000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","238000000000","236000000000","235000000000","230000000000","229500000000","225000000000","224000000000","223000000000","222000000000","221000000000","221000000000","221000000000","221000000000","221000000000","219000000000","219000000000","219000000000","217000000000","217000000000","215500000000","215500000000","215500000000","215500000000","215500000000","215500000000","213000000000","213000000000","212500000000","212500000000","212500000000","212500000000","212500000000","212500000000","212500000000","212500000000","212500000000","212500000000","212500000000","212000000000","212000000000","212000000000","211500000000","207000000000","205000000000","204000000000","200000000000","200000000000","200000000000","199920000000","198605000000","197000000000","197000000000","196650000000","197800000000","197800000000","198605000000","196650000000","196000000000","195500000000","195500000000","195000000000","195000000000","195000000000","195000000000","193875000000","193875000000","193875000000","193200000000","195500000000","195500000000","195500000000","197800000000","193200000000","193200000000","193200000000","193200000000","193000000000","193000000000","192000001459","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","189810000000","189164584715","189000000000","189000000000","189000000000","190000000000","190000000000","190000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188000001561","188000001561","188000000000","188000000000","188000000000","188000000000","188000000000","187500000000","187500000000","187500000000","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000"],"12290446":["1000000000","156000000000","1000000000","1212000000000","600000000000","500000000000","500000000000","500000000000","500000000000","498000000000","488840000000","444000000000","433000000000","400000000000","400000000000","302000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","260000000000","247000000000","233000000000","221000000000","215500000000","212500000000","212500000000","206000000000","192500000000","191697000000","190000000000","190000000000","190000000000","190000000000","190000000000","189000000000","187000000000","187000000000","190000000000","187000000000","190000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","190000000000","187000000000","190000000000","187000000000","187000000000","187000000000","187000000000","190000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","186000000000","185000000000","185000000000","185000000000","185000000000","185000000000","185000000000","185000000000","185000000000","190000000000","185000000000","185000000000","184000000000","184000000000","184000000000","183300000000","183000000000","183000000000","183000000000","182600001235","182000001459","182000001459","182000001459","180600000000","181335000000","181335000000","180400000000","212300000000","180143625000","180000001563","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179900000000","179900000000","179900000000","179900000000","179900000000","179000000000","179000000000","179000000000","178500000000","178500000000","178000000000","176250000000","176000000000","176000000000","187000000000","187000000000","176000000000","176000000000","176000000000","176000000000","176000000000","176000000000","175100000000","175100000000","175000000000","174900000000","174420000000","174000000000","174000000000","174000000000","174000000000","173800000000","172000000000","172000000000","171000001459","171000000000","171000000000","170000000000","170000000000","300000000000","300000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","300000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","172700000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","300000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","300000000000","300000000000","300000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","171000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169200000000","169200000000","1000000000000","1000000000000","1000000000000","1000000000000","1000000000000","169200000000","169200000000","169200000000","169200000000","169200000000","169200000000"],"12290447":["251000000000","0","2022000000000","2000000000000","2000000000000","1750000000000","1212000000000","1212000000000","1212000000000","1100000000000","1028000000000","1028000000000","1028000000000","1028000000000","1028000000000","1028000000000","1000000000000","935000000000","935000000000","935000000000","934000000000","800000000000","700000000000","700000000000","555000000000","550000000000","533828443351","510000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","498000000000","488840000000","463000000000","450000000000","450000000000","444400000000","444400000000","444000000000","442000000000","422000000000","400000000000","390000000000","387000000000","351000000000","350000000000","344000000000","325000000000","301000001459","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","282377510001","271000000000","270000000000","255000000000","255000000000","255000000000","251210200001","251000000000","251000000000","251000000000","251000000000","251000000000","251000000000","251000000000","251000000000","250000000000","248300000000","251000000000","242000000000","242000000000","242000000000","240000000000","238000000000","231000000000","225000000000","222200000000","221000000000","221000000000","221000000000","221000000000","216000000000","212500000000","212500000000","212500000000","209000000000","207000000000","207000000000","206000000000","204000000000","204000000000","200100000000","200100000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","198605000000","198605000000","198000000000","195000000000","193140000000","193000000000","192800000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191000001561","191000000000","191000000000","191000000000","191000000000","191000000000","189000000000","188000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","186000000000","184000000000","183000000000","183000000000","182400000000","182000001459","180000000000","180000000000","180000000000","177000000000","177000000000","176490000000","176250000000","176000000000","175100000000","173000000000","173000000000","171123456789","171000000000","171000000000","170500000000","170500000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169200000000","169200000000","169200000000","204000000000","169200000000","204000000000","169200000000","169000001347","169000001347","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","168900000000","168720000000","168720000000","168000000000","168000000000","167750000000","167750000000","166912871701","166000000000","166000000000","165000001459","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","164970000000","164000000000","164000000000","164000000000","163900000000","163000000000","163000000000","162800000000","162150000000","162150000000","162150000000","162150000000","162150000000","162150000000","162150000000","162150000000","162150000000","162150000000","161000001459","161000001459","161000001459"],"12290448":["10000000000","850000000000","664000000000","500000000000","444000000000","442556433801","436000000000","400000000000","386000000000","350000000000","325000000000","300000000000","297000000000","290000000000","255000000000","255000000000","251880000000","250000000000","240000000000","223200000000","223000000000","217000000000","216000000000","213000000001","212500000000","197000000000","194000000000","193000000000","192000000000","192000000000","192000000000","192000000000","187000000000","187000000000","187000000000","186000000000","183000000000","180625000000","180000000000","176250000000","173000000000","171162110000","171000001459","171000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","168000000000","167000000000","162150000000","162150000000","162150000000","162150000000","162150000000","162150000000","162150000000","162150000000","162000000000","161700000233","161413171693","161000001459","161000001459","161000000000","160000000000","160000000000","160000000000","275000000000","163900000000","163900000000","163900000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","159216624960","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","158300000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","183000000000","158000000000","157500000000","157300000000","157000000000","157000000000","157000000000","157000000000","157000000000","156000001459","156000001459","156000001459","156000001459","156000001459","156000001459","156000001459","156000001459","156000001459","156000001459","156000001459","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","157000000000","156000000000","156000000000","212000000000","156000000000","155100014197","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","275000000000","275000000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","170000000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","187000000000","155100000000","176000000000","187000000000","187000000000","187000000000","187000000000","187000000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","187000000000","155100000000","155100000000","155100000000","155100000000","155100000000","155099999744","155099999744","155000001347","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","1050000000000","1050000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000"],"12290449":["357500000000","350000000000","325000000000","300000000000","300000000000","300000000000","300000000000","258000000000","250000000000","242000000000","231000000000","204000000000","192000000000","192000000000","191000001459","187000001235","183000000000","174000000000","170000000000","170000000000","160000000000","155100000000","155000000000","275000000000","163000000000","162000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","176000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","154000000000","154000000000","153470000000","153000000000","153000000000","152000001561","152000001459","152000001459","152000001459","152000001459","152000000000","152000000000","152000000000","156000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","151800000000","155100000000","151734000000","151500000780","151500000780","151500000780","151500000780","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","260000000000","260000000000","510000000000","335000000000","151000000000","151000000000","225000000000","151000000000","151000000000","150692000001","150000001459","150000000000","150000000000","150000000000","150000000000","150000000000","151000000000","151000000000","151000000000","151000000000","151000000000","171000000000","151000000000","151000000000","151000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149600000233","149600000233","149600000233","149600000233","149600000233","149600000233","149050000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148000001459","148000001459","148000001459","148000001459","148000000000","148000000000","148000000000","147000000000","147000000000","147000000000","146000001347","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","146000000000","145230000000","145230000000","145230000000","145230000000","145230000000","145230000000","145230000000","145230000000","145200000000","165000000000","145000001459","159000000000","145000000000","145000000000","145000000000","145000000000","144000000000","144000000000","144000000000","144000000000","147000000000","147000000000","147000000000","161000000000","161000000000","209000000000","209000000000","209000000000","209000000000","144000000000","144000000000","144000000000","144000000000","146000000000","160600000000","146000000000","146000000000","160600000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","170000000000","144000000000","144000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","142000001560","142000001459","142000001459","142000001459","142000001459","142000001459","142000001459","142000000000"],"12290450":["542000000000","300000000000","300000000000","260000000000","253001754831","251000000000","231000000000","231000000000","200000000000","199095836233","192000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","189000000000","189000000000","186000000000","175100000000","174000000000","174000000000","174000000000","174000000000","171000001459","171000001459","170000000000","170000000000","158400000233","149350000000","149200000000","145230000000","145230000000","143000000000","142080000000","142000001459","142000001459","142000001459","142000000000","142000000000","142000000000","141750000000","144500000000","141100000000","141099700000","141000001123","141000001123","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","400000000000","450000000000","500000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000"],"12290451":["981000000000","485000000000","335000000000","300000000000","300000000000","270000000000","253032737519","233000000000","230999999999","223000000000","213000000001","200000000000","191000000000","191000000000","190000000000","190000000000","190000000000","190000000000","190000000000","189000000000","189000000000","187000000000","187000000000","175100000000","174000000000","173000000000","170000000000","166000001459","162800000000","151438000001","146500000000","146500000000","142080000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000"],"12290452":["3200000000000","3000000000000","1212000000000","1212000000000","1212000000000","1200000000000","1100000000000","1000000000000","1000000000000","802000000000","800000000000","800000000000","700000000000","700000000000","700000000000","700000000000","600000000000","542000000000","500000000000","500000000000","500000000000","500000000000","500000000000","500000000000","498000000000","495000000000","450000000000","433000000000","402000000000","400000000000","400000000000","382000000000","380000000000","370000000000","366300000000","357500000000","350000000000","333515625000","325000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","282387447428","280000000000","280000000000","265672944000","260000000000","259600000000","251000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","245973000000","242000000000","242000000000","240000000000","236000000000","235000000000","233000000000","231000000000","231000000000","230000000000","229500000000","229500000000","228250000000","225000000000","225000000000","223000000000","221000000000","213000000001","213000000000","212500000000","212000001667","212000000000","212000000000","212000000000","209000000000","207600000000","207000000000","206635000000","206635000000","206635000000","206635000000","206000000000","204000000000","204000000000","202000000000","200100000000","200100000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","199000000000","198950000000","198950000000","198950000000","197000000000","195000000000","195000000000","192030000000","192000000000","191000001561","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190001000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","187000100001","187000001235","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","186000000000","185000000000","185000000000","183600000000","183000000000","183000000000","183000000000","183000000000","183000000000","182000000000","181650000000","180625000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","178000000000","176000000000","175100000000","174000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172000000000","171100000000","171000001459","171000001459","171000001459","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","168000000000","166000001459","162150000000","162150000000","162150000000","162000000000","162000000000","160816464001","158451515998","158400000233","155100000000","155000001347","155000000000","151000000000","148000000000","147000000000","142000001459"],"12290453":["1212000000000","1212000000000","1105000000000","1000000000000","1000000000000","1000000000000","888000000000","888000000000","886000000000","886000000000","700000000000","700000000000","500000000000","500000000000","489000000000","488840000000","444000000000","442000000000","422000000000","400000000000","400000000000","393380000001","357500000000","328000000000","302000000000","300000000000","300000000000","300000000000","300000000000","300000000000","298100000000","280000000000","275000000000","275000000000","271000000000","270000000000","255000000000","255000000000","254225573288","254225473287","253000001561","251000000000","251000000000","251000000000","251000000000","251000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","250000000000","245800000000","240900000000","236000000000","235000000000","234000000000","234000000000","234000000000","234000000000","234000000000","233000000000","232881250001","232881250000","229500000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","221000000000","217000000000","216000000000","216000000000","213000000000","213000000000","212626890001","212500000000","212500000000","212000001667","211900000000","211900000000","211900000000","211900000000","214500000000","214500000000","211900000000","247000000000","247000000000","247000000000","211900000000","211900000000","211900000000","211000000000","208000000000","208000000000","208000000000","208000000000","206000000000","205700000000","205700000000","204000000000","204000000000","203571428572","203000000000","203000000000","201465000000","200100000000","200100000000","200000000008","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","199920000000","198950000000","197000000000","195500000000","195500000000","195500000000","195500000000","195500000000","194012500000","193000000000","1212000000000","193000000000","193000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191400000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","190000000000","189000000001","189000000000","189000000000","188000000000","188000000000","188000000000","188000000000","187000001235","187000001235","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","186000000000","185000000000","185000000000","185000000000","185000000000","185000000000","185000000000","185000000000","184000000000","184000000000","183700000000","183600000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","182000001459","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","177480000000","177480000000","176150000000","175100000000","175000000000","173410000000","173410000000","173410000000","173400000001","173400000001","173400000001","173400000001","173400000001","173400000001","173000000000","173000000000","173000000000","172000000000","171000001459","171000001459","171000000000","172000000000","172000000000","172000000000","172000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000"],"12290454":["1000000000000","271000000000","251000000000","225000000000","213200000000","213200000000","213200000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190740000001","180000000000","179000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169000000000","169000000000","169000000000","169000000000","169000000000","168000000000","167000000000","167000000000","166000001459","166000001459","166000001459","166000000000","165000000000","165000000000","164000000000","164000000000","163900000000","162000000000","160000000000","160000000000","160000000000","158000001561","158000000000","158000000000","158000000000","158000000000","158000000000","156000001459","156000000000","155625000000","155100000233","155100000000","155100000000","155000000000","155000000000","153000000000","151000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149000000000","149000000000","149000000000","149000000000","148000000000","148000000000","145200012100","143420000000","143420000000","143000000000","142000001459","142000001459","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","141500000000","141200000000","141000001347","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","160000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000"],"12290455":["0","170000000000","0","350000000022","350000000000","350000000000","273900000000","250000000000","211900000000","224900000000","224900000000","224900000000","224900000000","213200000000","213200000000","208000000000","208000000000","205700000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","189000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","186000000000","186000000000","186000000000","185000000000","185000000000","185000000000","185000000000","185000000000","177000000000","173000000000","170000000054","170000000000","170000000000","170000000000","169000000000","165000000000","156000001459","142080000000","142000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000"],"12290456":["1000000000000","500000000000","290000000000","238000000000","233000000000","226200000000","213200000000","213200000000","208000000000","204000000000","200000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191000000000","187000000000","180000000000","173000000000","170000000000","170000000000","170000000000","170000000000","170000000000","164000000000","158625000001","142000001459","141000000000","141000000000","141000000000","141000000000","800000000000","141000000000","141000000000","141000000000","141000000000","160000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","170000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","170000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","170000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","170000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","160000000000","160000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","170000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","140921875000","140800000000","140000001459","140000001459","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","137000000000","137000000000","137000000000","137000000000","137000000000","136770000000","136000001347","136000001347","136000000000","135000000000","135000000000"],"12290457":["1212000000000","935000000000","570000000000","550000000000","500000000000","500000000000","500000000000","500000000000","442556433801","393380000001","275000000000","275000000000","255000000000","252000001459","241500000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","219000000000","216000000000","213200000000","213200000000","212500000000","210000000000","208000000000","205700000000","200000000000","200000000000","200000000000","200000000000","199410000001","198900000000","192000000000","191000000000","191000000000","191000000000","191000000000","187200000000","187000000000","187000000000","183600000000","181000000000","180000000000","180000000000","179000000000","177100001605","177100001605","177100001605","177100001604","173100000000","173100000000","172000001561","172000000000","171600000000","171600000000","171000000001","171000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","167000101562","164000000000","161000001459","160000000000","160000000000","160000000000","156000000000","155000000000","153000000000","145000000000","142000001459","142000001459","142000000000","142000000000","141110000000","141000000000","141000000000","136000000000","136000000000","136000000000","141000000000","135000001347","135000000000","135000000000","135000000000","134000000000","134000000000","134000000000","134000000000","133100000000","149000000000","133000000000","135000000000","133000000000","133000000000","133000000000","133000000000","133000000000","133000000000","132860000000","132000001750","132000000000","143000000000","132000000000","131769000000","250000000000","131100000000","131100000000","131000000000","130900000000","130700001482","163900000000","163900000000","130680000000","130000001561","167000001561","130000001561","130000000000","130000000000","166000000000","130000000000","166000000000","130000000000","130000000000","129000000000","129000000000","129000000000","128100000000","128100000000","128100000000","138000000000","148000000000","196250001823","194000000000","191856456291","189000000000","187500000000","175000000000","174000000000","174000000000","175000000000","173000000000","173000000000","169000000000","128100000000","128100000000","129000000000","128000001347","169000000000","128000001347","128000001123","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128100000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","170000000000","128000000000","128000000000","128000000000","129000000000","130000000000","128000000000","144000000000","174000000000","128000000000","128000000000","128000000000","128000000000","128000000000","132000000000","467500000000","164940000000","162800000000","128000000000","128100000000","129600001616","129600001616","131000000000","132000000000","133056000000","133056000000","133056000000","136400000000","136400000000","136400000000","137000000000","137000000000","137000000000","137000000000","128000000000","278000000000","170000000000","128000000000","128000000000","148000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","130000000000","200000000000","128000000000","129000000000","128100000000","128000000000","128000000000","187500000000","128000000000","129000000000","128000000000","132000000000","132000000000","137000000000","139000000000","148000000000","148000000000","128000000000","134000001459","127776000000","143000000000","152900000000","165000000000","127776000000","163900000000","127738349315","127738349315","127730765657","133262836558","127600000000","127600000000","127600000000","127600000000","127600000000","127600000000","127500000000","127273253233","127273253233","127273253233","127273253233","127273253233","178585086541","127050000000","169000000000","127000001459","226000001459","156000001459","171000001459","127000001459","127000001459","127000001459","127000001459","127000001459","127000001459","127000000000","127000000000","127000000000","127000000000"],"12290458":["1212000000000","1200000000000","884000000000","750000000000","500000000000","500000000000","500000000000","442556433801","400000000000","298100000000","271000000000","267000000000","251664614731","251000000000","251000000000","251000000000","250000000000","250000000000","235000000000","228250000000","228250000000","227000000000","226000000000","225000000000","225000000000","225000000000","225000000000","215000000000","212500000000","212000000000","211000000000","208000000000","202800000000","202800000000","202000000000","201000000000","200000000000","200000000000","200000000000","200000000000","199410000001","199410000001","199410000000","193000000000","193000000000","192030000000","191000000000","191000000000","191000000000","190000000000","185000000000","181650000000","181650000000","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","173400000000","173000000000","174000000000","173000000000","173100000000","173000000000","172000000000","172000000000","171600000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169000000019","169000000019","169000000000","169000000000","170000000000","168000000000","168000000000","166000001459","166000000000","169100000000","168000000000","171000000000","172000000000","172000000000","166000000000","164000001459","162000000000","161000001459","160000000000","156000000000","156000000000","156000000000","155000000000","152000000000","150380000000","150000000000","150000000000","149000000000","148000000000","146000000000","142000001459","142000001459","142000001459","142000000000","142000000000","141000001347","141000000000","140000000000","143000000000","149000000000","149000000000","149000000000","152000001123","152000001123","159000000000","172617766488","177000000000","182000000000","182000000000","186000001561","189375000000","189840000000","198000000000","198000000000","198000000000","194000000000","194000000000","193500000000","193000000000","186250000000","186250000000","185009000000","184590000000","182886000000","179000000000","179000000000","179000000000","175000000000","175000000000","174330000000","175000000000","177000000000","173000000000","173000000000","173000000000","173000000000","174000000000","174000000000","173000001459","173000000000","172952017293","173000000000","173000000000","172700000000","170000000000","170000000000","170000000000","171350000000","170000000000","170000000000","170500000000","170500000000","170000000000","170000000000","167000000000","169000000000","166000000000","168000000000","168000000000","171000000000","128270001134","127600000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","126830000000","126720000000","126720000000","126500001677","126500000000","126500000000","164000000000","126500000000","148000001459","126500000000","126000001459","126000001459","194000000000","175000000000","126000001459","163900000233","126000001123","126000001123","126000001123","126000000000","126000000000","266112000000","163000000000","126000000000","153000001459","153000001459","126000000000","126000000000","126000000000","126000000000","126000000000","139000000000","159000000000","172700000000","178100000000","178100000000","191100000000","173000000000","173000000000","170000000000","126000000000","126000000000","126000000000","126000000000","227000000000","167000000000","147000000000","126000000000","126000000000","126000000000","154000000000","154000000000","157000000000","153000001459","153000001459","153000001459","151000000000","126000000000","126000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","151000000000","126000000000","126000000000","125430000000","125430000000"],"12290459":["99000000000","0","500000000000","500000000000","500000000000","400000000000","350000000000","325000000000","298100000000","290000000000","275000000000","254000000000","251000000000","250000000000","242000000000","241800000000","241609800000","241609800000","232881250000","225000000000","225000000000","225000000000","225000000000","225000000000","221000000000","217000000000","212500000000","212500000000","212500000000","212500000000","212500000000","209000000000","205700000000","204000000000","204000000000","201500000000","201000000000","200000000000","200000000000","193000000000","192030000000","192030000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","187000000000","187000000000","186000000000","180000000000","180000000000","180000000000","180000000000","177000000000","176562000000","175000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172000000000","172000000000","172000000000","171000000000","172000000000","172000000000","173000000000","173000000000","173000000000","173000000000","171000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169000000000","167000000000","166000001459","161000001459","161000000000","160000000000","160000000000","159000000000","156000000000","156000000000","156000000000","155100000000","155000000000","155000000000","155000000000","155000000000","155000000000","151000000000","151000000000","151000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148000001459","147000000000","147000000000","145230000000","144000000000","142000001459","142000001459","142000001459","142000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","131000000000","130000000000","127473253233","126553000000","126000000000","150000000000","126000000000","126000000000","126000000000","126000000000","125430000000","125400000000","125400000000","125400000000","163900000000","125400000000","125400000000","125400000000","125400000000","125400000000","125400000000","125400000000","125400000000","125400000000","330000000000","275000000000","125400000000","125400000000","125400000000","125400000000","125400000000","125400000000","125400000000","125400000000","125397474215","125100000000","125000001123","125000001123","125000000001","125000000000","125000000000","125000000000","149000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","143000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","124305060000","124300000000","124300000000","124300000000","170610000000","163900000000","124300000000","124300000000","124300000000","124300000000","124300000000","124300000000","210530000000","250000000000","220000000000","124300000000","148000001459","148000001459","124300000000","124300000000","124300000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","159000000000","300000000000","149000000000","144000000000","175000000000","160000000000","124000000000","124000000000","123750001683","123750000000","123700000729","123500000000","123400000000","123400000000","123000001561","123000001347","170000001123","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","163000001459","163000001459","163000001459","163000001459","163000001459","163000001459","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","123000001347","123000001123"],"12290460":["188000000000","0","1215500000000","1212000000000","1212000000000","880000000000","880000000000","700000000000","585000000000","585000000000","500000000000","500000000000","444400000000","400000000000","400000000000","357500000000","346000000000","301000001459","275000000000","275000000000","275000000000","275000000000","255000000000","251000000000","251000000000","250625000000","250000000000","242200000000","241800000000","239000000000","228250000000","228250000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","222000000000","220500000000","220500000000","218000000000","218000000000","212500000000","212000000000","211055000000","211055000000","211055000000","209000000000","209000000000","209000000000","209000000000","209000000000","208803650878","208000000000","207740000001","205700000000","205700000000","205700000000","202800000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","198950000000","198950000000","198000000000","198000000000","197108000000","193200000000","193000000000","202000000000","193000000000","193000000000","192030000000","192030000000","192030000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","188571428572","188210200001","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","186000000000","185000000000","183700000000","183700000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","178800000000","178000000000","177000000000","176562000000","176562000000","176400000000","174195000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172000000000","171990000000","171000000001","171000000000","171000000000","170500000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169100000000","169000000000","169000000000","168000000000","167000000000","167000000000","167000000000","164000000000","164000000000","163000000000","163000000000","162000000000","161000001459","161000001459","161000001459","160000000000","160000000000","160000000000","159000000000","159000000000","157000001459","157000001459","157000000000","156000000000","156000000000","156000000000","156000000000","156000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","151000000000","151000000000","151000000000","151000000000","151000000000","150100000000","150100000000","150100000000","150000000000","149940000000","149000000000","147000000000","147000000000","147000000000","145000000000","144300000000","144000000000","144000000000","143800000000","142000001459","142000001459","142000001459","142000001459","142000001459","142000000000","142000000000","142000000000","141000000000","141000000000","141000000000","140000000000","138000000000","131769000000","164000000000","130000000000","130000000000","128000000000","125000000000","125000000000","125000000000","123220000000","123220000000","123000001347","123000001347","123000000000","177000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","122210000000","122000001459","122000000000","122000000000"],"12290461":["1212000000255","1212000000000","878000000000","878000000000","878000000000","878000000000","878000000000","550000000000","500000000000","380000000000","350000000000","333000000000","300000000000","300000000000","300000000000","300000000000","255000000000","255000000000","251000000000","250000000000","237142857143","233000000000","232000000000","225000000000","225000000000","225000000000","220000000000","215000000000","212500000000","212500000000","212500000000","212500000000","211500000000","275000000000","208000000000","208000000000","199065000000","199410000001","199065000000","198950000000","198450000000","197000000000","197000000000","193200000000","193200000000","193000000000","193000000000","193000000000","193000000000","193000000000","192030000000","192030000000","192030000000","192030000000","192000000000","191400000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","190000000000","187000000000","187000000000","185000001561","183700000000","180400000000","180400000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","177000000000","176400000000","175000000000","174000000000","173400000001","173100000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172000000000","172000000000","171990000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","164000000000","164000000000","161700000000","161700000000","161000001459","161000000000","161000000000","157000000000","157000000000","179999999999","156000001459","155000000000","155000000000","155000000000","154000000000","152000000000","151800000233","149000000000","147000001459","147000000000","147000000000","147000000000","147000000000","147000000000","145000010000","142000001459","142000001459","142000001459","141500000000","141000000000","141000000000","141000000000","141000000000","141000000000","138000000000","136000000000","133000001347","130000000000","128000000000","128000000000","127000000000","126063000000","125850000000","124200000000","124000000000","123000001459","123000000000","123000000000","122104124071","122100000000","122010000000","122000001459","122000001459","122000001459","122000001459","178000001459","122000001459","122000000000","122000000000","159000000000","122000000000","122000000000","122000000000","155100000000","122000000000","122000000000","187500000000","122000000000","121968000000","121968000000","121967186900","121395000000","121121000000","121100000000","163090000000","121000001605","121000001605","125400000000","268620000000","275000000000","275000000000","275000000000","275000000000","275000000000","275000000000","275000000000","275000000000","275000000000","275000000000","163900000000","170610000000","170610000000","121000001604","191180000000","121000001604","163900000000","121000001604","121000001604","121000001604","121000001604","121000001604","162800001604","121000001604","121000001604","121000001604","121000001604","121000001604","277200000000","121000001604","121000001604","121000001604","121000001604"],"12290462":["2000000000000","900000000000","300000000000","298100000000","275000000000","251000000000","248300000000","241609800000","238000000000","228250000000","225000000000","225000000000","224978294944","220500000000","210000000000","206000000000","201000000000","199000000000","198950000000","198950000000","198950000000","198950000000","192030000000","192030000000","192030000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","187000000000","187000000000","184000000000","181000000000","180400000000","180000000000","180000000000","180000000000","178500000000","170610000000","172700001605","170000000000","170000000000","169050000000","168000000000","167000000000","167000000000","166000000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","187000000000","162000000000","161700000000","161000000000","161000000000","155000000000","155000000000","154000000000","149000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","142000001459","142000001459","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","128000000000","123000001459","121000001604","121000001604","121000001604","121000001604","177100000000","121000001604","275000000000","121000001604","163900000000","121000001347","121000001347","121000001123","121000001123","121000000233","121000000001","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","231583000000","277200000000","277200000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","275000000000","121000000000","121000000000","275000000000","275000000000","242000000000","170610000000","170610000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","162800001605","162800001605","162800001605","121000000000","121000000000","155100000000","149000000000","121000000000","121000000000","121000000000","149000000000","149000000000","149000000000","161000000000","155100000000","155100000000","155100000000","155100000000","161000000000","121000000000","121000000000","163000000000","121000000000","155000001123","141000000000","141000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","149000000000","121000000000","163000000000","121000000000","121000000000","121000000000","121000000000","127000000000","127000000000","143000000000","143000000000","143000000000","180000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","192000000000","250000000000","255000000000","121000000000","275000000000","175000000000","121000000000","243000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","145200000000","121000000000","145200000000","121000000000","145200000000","145200000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","141000000000","141000000000","121000000000","121000000000","170000000000","162000000000","121000000000","121000000000","121000000000","145200000000","145200000000","121000000000","121000000000","163000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000"],"12290463":["880000000000","500000000000","500000000000","500000000000","500000000000","400000000000","350000000000","340000000000","325000000000","282000000000","255000000000","255000000000","255000000000","255000000000","255000000000","300000000000","304000000000","304000000000","304000000000","273000000000","273000000000","273000000000","273000000000","273000000000","273000000000","251664614731","251000000000","251000000000","251000000000","245000000000","245000000000","245000000000","245000000000","245000000000","245000000000","245000000000","245000000000","245000000000","245000000000","245000000000","245000000000","245000000000","245000000000","242200000000","228250000000","228250000000","228250000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","220000000000","220000000000","220000000000","220000000000","220000000000","220000000000","220000000000","220000000000","220000000000","220000000000","201250001823","200234461891","200000000000","200000000000","200000000000","200000000000","199000000000","199000000000","199000000000","198950000000","198950000000","198000000000","198000000000","198000000000","198000000000","198000000000","198000000000","198000000000","198000000000","197000000000","193750000000","193000000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","187500000000","187000000000","185000000000","183000000000","183000000000","181000000000","181000000000","180400000000","180000000000","180000000000","180000000000","180000000000","180000000000","179000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","177000000000","175000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","171000001459","171000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169000000000","168000000000","168000000000","167000000063","167000000000","167000000000","164000000000","162800001605","162000001500","161000001459","161000000000","160600000000","187000000000","187000000000","159000000000","158400000000","158000001459","156200001604","156000000000","156000000000","156000000000","156000000000","156000000000","155100000233","155000000000","155000000000","153000000000","151800000233","151800000233","151000000000","150000000000","149000000000","149000000000","149000000000","149000000000","149000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","146775000000","142000001459","142000000000","141000000000","140000000000","138000000000","134000000000","134000000000","134000000000","133000000000","130000000000","128000000000","125400000000","125000000000","123018001628","123000001459","123000000000","122412001621","122000001459","121200001604","121000001604","121000000001","121000000001","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","120959195100","120959195100","123199178700","198238678400","209998600000","235792028100","235792028100","279998133300","279998133300","279998133300","279998133300","279998133300","120800000000","120800000000","120000001347","120000000000","120000000000"],"12290464":["1500000000000","874000000000","340000000000","300000000000","300000000000","298100000000","280000000000","279998133300","251000000000","246398357300","246398357300","231000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","212500000000","211500000000","211500000000","210000000000","209000000000","201250001823","200500000000","200000000000","199000000000","213000000000","198950000000","198950000000","198950000000","198950000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","193000000000","191000000000","191000000000","193000000000","193000000000","191000000000","192000000000","193000000000","191000000000","191000000000","193000000000","191000000000","193000000000","193000000000","191000000000","191000000000","191000000000","191000000000","193000000000","187000000000","187000000000","185000000000","183000000000","183000000000","183000000000","181000000000","180400000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","178928571429","177000000000","175000000000","173000000000","172700000000","172000000000","172000000000","171600000000","171000001459","171000000000","170000000000","170000000000","170000000000","169000000000","169000000000","166878887500","173710841900","175838827700","173598843900","166878887500","166878887500","166878887500","166878887500","167214885200","166285714286","164271678600","166878887500","166878887500","166878887500","166878887500","166878887500","166878887500","166878887500","165758896600","182521958000","163518909900","163000000000","162000000000","161000000000","161000000000","161000000000","160000000000","160000000000","160000000000","158000000000","158000000000","157918947200","157000001459","156000000000","156000000000","155100000000","155000000000","155000000000","155000000000","150000000000","202000000000","150000000000","150000000000","149000000000","149000000000","147000000000","147000000000","147000000000","145000000000","142000001459","142000001459","142000001459","142000001459","141000000001","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","136000000000","130000000000","128000000000","128000000000","127000000000","125000000000","125000000000","123500000000","123000001459","123000000000","123000000000","122000001459","122000000000","120500000000","120001000000","120000001347","120000001347","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","125000000000","120000000000","120000000000","120000000000","120000000000","120000000000","163000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","170000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","151000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","141000000000","160000000000","120000000000","120000000000","120000000000","120000000000","119900000000","163900000000","119790000000","119790000000","119790000000","119790000000","237000000000","119790000000","119790000000","500000000000","119790000000","125400000000","119790000000","231583000000","275000000000","133100000000","119790000000","119790000000","119790000000","119790000000","119790000000","148000000000","119790000000","165000001604","119790000000","275000000000","275000000000","275000000000","170610000000","119790000000","163900000000","162800001604","119790000000","119790000000"],"12290465":["1212000000000","1110000000000","500000000000","500000000000","302500000000","330000000000","251000000000","225000000000","213000000000","200000000000","198950000000","193750000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","181650000000","181650000000","180000000000","171600000000","170610000000","172700000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","163900000000","156000001459","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","151000000000","151000000000","151000000000","147000000000","147000000000","141000000000","141000000000","130000000000","128000000003","128000000000","128000000000","127000000000","121395000000","120000000000","119790000000","119790000000","149000000000","119790000000","141000000000","119789997614","119687500000","119295000000","169400000000","162800000000","203500000000","163900000000","191400000000","119200000000","119200000000","119000001459","119000001459","161000001459","119000000377","119000000000","119000000000","119000000000","119000000000","121000000000","119000000000","119000000000","119000000000","119000000000","119000000000","119000000000","119000000000","119000000000","119000000000","119000000000","119000000000","119000000000","119000000000","119000000000","119000000000","119000000000","119000000000","165900000000","165000000000","164000000000","194000000000","182000000000","119000000000","119000000000","119000000000","119000000000","119000000000","119000000000","119000000000","119000000000","119000000000","119900000000","119000000000","119000000000","119000000000","119000000000","119000000000","119000000000","118800001575","118800001575","118800001575","118800001481","118800001481","118800001481","118800001481","118800001481","118800001481","118800001481","118800001481","163900000000","118800001481","118800001481","121000000000","300000000000","118800001481","118800001481","163900000000","163900000000","163900000000","163900000000","187000000000","118800001481","121968000000","118800001481","118800001481","163900000000","118800001481","118800001481","118800001481","118800001481","118800001481","118800001481","118800001481","118800001481","118800001481","118800001481","118800001481","118800000000","269000000000","174000000000","118800000000","118800000000","184590000000","118800000000","118800000000","278000000000","278000000000","163000000000","118800000000","400000000000","173000000000","158000000000","118800000000","118800000000","132000000000","467500000000","467500000000","118800000000","118800000000","118800000000","118710526316","118592100000","149000000000","118459000000","118400000000","118400000000","118300000000","132600000000","131300000000","124800000000","124800000000","124800000000","118000001459","118000001459","118000001347","120000001459","220530000000","159000000000","158000001459","158000001459","158000001459","118000000000","118000000000","118000000000","118000000000","118000000000","118000000000","118000000000","118000000000","118000000000","118000000000","123615000000","140000000000","187500000000","300000000000","252000000000","149000000000","149000000000","236551000000","118000000000","118000000000","118000000000","118000000000","118000000000"],"12290466":["1000000000","142000000000","1000000000","1000000000","150000000000","1000000000","1110000000000","1110000000000","1110000000000","1000000000000","874000000000","800000000000","700000000000","601000000000","515084847356","509984996119","500000000000","430000000000","400000000000","345800000000","330000000000","300000000000","300000000000","300000000000","275000000000","258000000000","251000000000","251000000000","251000000000","251000000000","242000000000","241609800000","241609800000","228709167000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","221000000000","213000000000","218000000000","218000000000","211500000000","209000000000","207000000000","207000000000","207000000000","207000000000","207000000000","206000000000","204000000000","204000000000","200000000000","200000000000","200000000000","198950000000","198950000000","198000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","191919000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188000000000","187500000000","187000000000","187000000000","189000000000","187000000000","187000000000","187000000000","188000000000","188000000000","188000000000","187000000000","187000000000","187000000000","187000000000","184000000000","184000000000","187000000000","183000000000","186000000000","181000000000","181000000000","181000000000","180400000000","180400000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","177000000000","176560000000","176000000000","174900000000","174900000000","173100000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","171600000000","171600000000","171600000000","171000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169200000000","168100000000","168000000000","167000000000","167000000000","167000000000","164000000000","164000000000","163900000000","167200000000","163900000000","163900000000","163900000000","163000000000","163000000000","162800001605","162800001605","162800001605","162800001605","162800001605","162000001500","162000001500","162000000000","162000000000","162000000000","162000000000","160000000000","160000000000","159000000000","157000000000","156400000000","156342000093","156342000000","156200014233","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","187000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","154000000000","153000000000","151000000000","150000000057","150000000000","150000000000","150000000000","149600000000","149600000000","149000000000","149000000000","149000000000","149000000000","149000000000","148880000000","148000001459","148000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","146260001502","145000000000","144000000000","144000000000"],"12290467":["1212000000000","1110000000000","1110000000000","870000000000","870000000000","868000000000","800000000000","700000000000","510000000000","500000000000","488840000000","450000000000","400000000000","262596543321","251000000000","251000000000","225000000000","225000000000","225000000000","225000000000","225000000000","221000000000","213200000000","213200000000","208000000000","207480000001","207480000000","207000000000","207000000000","207000000000","207000000000","206000000000","206000000000","204000000000","202000000000","200000000000","197340000000","195000000000","195000000000","193750000000","193000000000","193000000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190476000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","189000000000","189000000000","189000000000","189000000000","189000000000","190000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188000000000","187500000000","187500000000","187000000000","187000000000","189000000000","189000000000","189000000000","189000000000","185102592232","182000000000","182000000000","181220000000","181220000000","181220000000","181220000000","181220000000","181000000000","180400000000","180180000000","180180000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","178000000000","176000000000","174900000000","174900000000","173400000001","173000000000","173000000000","173000000000","173000000000","173000000000","172000000000","172000000000","172000000000","172000000000","171600000000","171600000000","171600000000","171600000000","171600000000","171600000000","170500000000","170000000000","170000000000","170000000000","170000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","168000000000","168000000000","168000000000","164534175014","164000000000","163200000000","163000000000","162001440001","162000000001","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161000000000","161000000000","160000000000","160000000000","158400000233","158355000000","158000000000","155100000000","155100000000","155000000000","155000000000","155000000000","151800000233","150000000000","150000000000","150000000000","149600000000","149600000000","149600000000","149600000000","149000000000","149000000000","149000000000","148500000000","148500000000","148500000000","148000000000","148000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","146775000000","146775000000","144000000000","143800000000","143420000000","143000000000","143000000000","142000001459","142000001459","142000001459","142000001459","142000001459","142000000000","142000000000","141750000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","140000000000","139000000000","138000000000","138000000000","138000000000","138000000000","137500000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","135000000000","135000000000","134200000000","134000000000","134000000000","133000000000","133000000000","132000000000","131000000000","131000000000","129000000000","128000000000"],"12290468":["868000000000","250000000000","200000000000","195000000000","190920000000","190350000000","190000000000","182850000000","174900000000","170000000000","162000000000","162000000000","160000000000","170000000000","160000000000","158355000000","148500000000","147000000000","140000000000","130000000000","130000000000","130000000000","129000000000","129000000000","129000000000","128000000000","128000000000","127050000000","127000000000","127000000000","127000000000","144000000000","127000000000","127000000000","126000000000","125000000000","124000000000","124000000000","123000001459","123000001459","123000000000","123000000000","123000000000","123000000000","123000000000","122000001459","122000001459","122000001459","122000001459","122000001459","122000001459","122000000000","122000000000","122000000000","122000000000","122000000000","121395000000","121395000000","121395000000","121000000000","121000000000","121000000000","121000000000","120000000000","120000000000","119000001459","119000001459","119000001459","119000001459","119000000000","119000000000","118000000000","241000000000","163000000000","163000000000","118000000000","164000000000","118000000000","118000000000","118000000000","118000000000","118000000000","118000000000","118000000000","118000000000","118000000000","118000000000","118000000000","118000000000","118000000000","118000000000","118000000000","177000000000","118000000000","118000000000","118000000000","118000000000","118000000000","118800000000","118000000000","118000000000","118000000000","118000000000","118000000000","120000000000","129000000000","129800000000","118000000000","117857142857","117700000000","117700000000","117700000000","117700000000","117420000000","117420000000","117420000000","117000001459","117000001123","117000000000","117000000000","117000000000","117000000000","117000000000","152000000000","149000000000","148000001459","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","269000000000","117000000000","120000000000","117000000000","117000000000","117000000000","117000000000","116721660000","146300000000","146300000000","157300000000","116600000233","116600000000","116600000000","116600000000","116600000000","163900000000","163900000000","148000001459","116390000000","116325000000","122100000000","116160000000","116160000000","116160000000","116160000000","116160000000","116160000000","116160000000","116160000000","116160000000","116160000000","116160000000","148000001459","116125772105","116125772105","116064000000","116064000000","116021914202","116000001459","158000001459","116000001123","116000000000","116000000000","116000000000","116000000000","116000000000","116000000000","116000000000","116000000000","116000000000","156000000000","175000000000","161000000000","116000000000","289000000000","162000000000","164000000000","160000000000","404000000000","116000000000","116000000000","116000000000","116000000000","116000000000","116000000000","116000000000","116000000000","116000000000","116000000000","116000000000","116000000000","177100000000","200000000000","200000000000","300000000000","116000000000","116000000000","116000000000","357000000000","244500000000","226500000000","241500000000","149000000000","207000000000","116000000000","116000000000","116000000000","116000000000","116000000000","125000000000","125000000000","125000000000","130000000000","130000000000","130000000000","130000000000","116000000000","116000000000","116000000000","116000000000","116000000000","116000000000","116000000000","115500000233","210100000233","210100000233","210100000233","210100000233","210100000233","161700000233","115500000233","115500000000","115500000000","115500000000","242000000000","115500000000","115500000000","115500000000","115000001459","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000"],"12290469":["0","800000000000","0","2424000000000","1232000000000","1212000000000","1212000000000","1212000000000","1212000000000","1200000000000","1000000000000","868000000000","868000000000","868000000000","700000000000","501000000000","500000000000","490000000000","444400000000","444000000000","300000000000","300000000000","300000000000","300000000000","300000000000","300000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","251000000000","251000000000","251000000000","251000000000","251000000000","251000000000","242200000000","241000000000","235300000000","230000000000","213200000000","214500000000","213200000000","213200000000","213200000000","326300000000","326300000000","313300000000","318500000000","212500000000","211000000000","209600000000","207900000000","205000000000","200000000000","200000000000","200000000000","200000000000","200000000000","198950000000","198950000000","198000000000","197800000000","197800000000","197340000000","197340000000","197340000000","196500000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","193000000000","193000000000","193000000000","192437162803","192000000000","192000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190300000000","190000000000","190000000000","190000000000","189000000000","189000000000","192000000000","192000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188000000000","187500000000","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","186000000000","185002500000","183000000000","181000000000","180400000000","180400000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","178000000000","178000000000","178000000000","176460000000","176460000000","176400000000","175500000000","175100000233","175100000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","171000000000","170500000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","207000000000","170000000000","170000000000","170000000000","170000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","168751500001","168751500001","167000000000","166000000000","166000000000","165000000000","164000000000","164000000000","162000000000","162000000000","161700000000","161000000000","161000000000","161000000000","160000000000","160000000000","159650000000","159000000000","159000000000","158355000000","157200000000","156000000000","156000000000","156000000000","155000000000","155000000000","155000000000","154617166332","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","197000000000","182000000000","276000000000","299000000000","251000000000","251000000000","409400000000","236000000000","272000000000","432400000000","305900000000","312336675421","215050000000","185150000000","230000000000","150000000000","150000000000","150000000000","150000000000","150000000000","148500000000","148500000000","148000001459","147000000000","147000000000","147000000000","145000000000"],"12290470":["0","0","0","0","0","1242000000000","1212000000000","1212000000000","1212000000000","1212000000000","1200000000000","1110000000000","1000000000000","864000000000","862000000000","862000000000","800000000000","800000000000","700000000000","700000000000","666000000000","600000000000","600000000000","567000000000","550000000000","500000000000","500000000000","500000000000","445000000000","400000000000","356000000000","330000000000","327600000000","327600000000","327600000000","327600000000","320000000000","301000000000","301000000000","301000000000","301000000000","301000000000","301000000000","301000000000","301000000000","301000000000","301000000000","301000000000","301000000000","301000000000","301000000000","301000000000","301000000000","301000000000","301000000000","301000000000","301000000000","301000000000","301000000000","301000000000","301000000000","300000000000","300000000000","298000000000","298000000000","280000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","269000000000","251000000000","251000000000","251000000000","251000000000","251000000000","251000000000","251000000000","251000000000","251000000000","251000000000","250000000000","250000000000","242030000000","241609800000","240000000000","239657142857","239000000000","230000000000","230000000000","228000000000","228000000000","227000000000","220000000000","220000000000","218957017518","216000000000","216000000000","216000000000","216000000000","212500000000","212500000000","212500000000","212500000000","211055000000","211055000000","210000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","208000000000","207900000000","207900000000","207900000000","203730835258","201000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198000000000","197400000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","194999998759","193750000000","193750000000","193750000000","193000000000","192000000000","192000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000"],"12290471":["171000000000","0","5000000000000","2424000000000","1217000000000","1212000000000","1212000000000","1212000000000","1200000000000","1200000000000","1000000000000","1000000000000","860000000000","858000000000","856000000000","854000000000","852000000000","500000000000","500000000000","488840000000","400000000000","320000000000","320000000000","310000000000","300000000000","300000000000","288000000000","270000000000","270000000000","260000000000","259143629124","259143629124","251000000000","251000000000","251000000000","250860000000","250000000000","245127343750","240000000000","236600000000","227000000000","225000000000","225000000000","225000000000","222000000000","216000000000","212500000000","212500000000","210100000000","210100000000","210000000000","208000000000","208000000000","208000000000","207900000000","207000000000","204751820001","204751820001","201000000000","201000000000","200000001459","200000001459","200000001459","200000001459","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","199920000000","199100000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198000000000","197400000000","197340000000","195000000000","195000000000","195000000000","195000000000","195000000000","193750000000","193000001561","193000001561","193000001561","193000001561","193000000000","193000000000","193000000000","192030000000","192030000000","192030000000","192030000000","192030000000","192030000000","192030000000","192030000000","192030000000","192000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190500000000","190500000000","190300000000","190300000000","190300000000","190300000000","190300000000","190300000000","190300000000","190060000001","190035039297","190035039297","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","191000000000","190000000000","190000000000","191000000000","190000000000","190000000000","189000000000","189000000000","189000000000","189000000000","189000000000","191000000000","189000000000","189000000000","191000000000","189000000000","189000000000","191000000000","189000000000","191000000000","189000000000","191000000000","189000000000","189000000000","189000000000","189000000000","188145000000","188000000000","188000000000","191000000000","188000000000","188000000000","188000000000","188000000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187000000000","187000000000","187000000000","187000000000","191000000000","187000000000","191000000000","187000000000","187000000000","187000000000","187000000000","186300000000","192758423000","204700000000","186000000000","184620000000","184600000000","184600000000","184600000000","184600000000","184600000000","184600000000","184600000000","184600000000","184600000000","184600000000","184600000000","184600000000","184600000000","184600000000","184600000000","184600000000","184600000000","184600000000","184600000000","184600000000","184600000000","184600000000","184600000000","184000000000","184000000000","184000000000","183000000000","182251620001","182251620001","182251620001","182251620001","182251620001","182251620001","182000000000","182000000000","182000000000","227000000000","227000000000","239000000000","239000000000","239000000000","239000000000","239000000000","181650000000","181650000000","181650000000","181000000000"],"12290472":["488840000000","350000000000","250000000000","230000000000","228000000000","228000000000","238000000000","238000000000","239000000000","239000000000","225000000000","210100000000","210000000000","207676846001","200000000000","195000000000","195000000000","195000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190035039297","187500000000","187500000000","187500000000","184000000000","184000000000","184000000000","181650000000","181650000000","181650000000","181650000000","181650000000","181000001459","181000001459","181000000000","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","178694235895","178000000000","178000000000","178000000000","177600001751","177100001604","177000000000","177000000000","177000000000","177000000000","176800000000","176460000000","176460000000","176460000000","176460000000","176460000000","176460000000","176000000000","176000000000","175900000000","175900000000","175000000000","175000000000","175000000000","175000000000","173650000000","173100000000","173100000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172500000000","172210200001","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","171990000000","171600000000","171600000000","171350000000","171210200001","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170500000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169200000000","169000000000","169000000000","169000000000","169000000000","168615000000","168000000000","173000000000","173000000000","168000000000","168000000000","167142857143","167000000000","166000000000","165100000000","165100000000","165000000000","165000000000","165000000000","165000000000","165000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","163000001459","163000001459","163000000000","163000000000","162700000000","162112500000","162000000001","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161700000233","161700000000","161700000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","160000000000"],"12290473":["0","128000000000","0","2424000000000","1551000000000","1242000000000","1212000000000","1212000000000","1000000000000","850000000000","848000000000","848000000000","500000000000","444400000000","400000000000","300000000000","282000000000","252000129956","251000000000","251000000000","241609800000","239657142857","239000000000","239000000000","239000000000","238000000000","239000000000","230000000000","225430000000","225000000000","225000000000","225000000000","225000000000","212500000000","210100000000","210100000000","210100000000","210100000000","210000000000","209589363001","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","201250000000","201250000000","200000000000","200000000000","198950000000","198950000000","198950000000","198000000000","197915000000","195000000000","195000000000","195000000000","195000000000","193700000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192030000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","188000000000","188000000000","188000000000","187500000000","187500000000","186303000000","186000001561","186000000000","183750000000","183750000000","183000000000","181000000000","181000000000","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179000000000","178000000000","178000000000","177500001823","177000000000","177000000000","177000000000","176460000000","175000000000","175000000000","174100000000","173000000000","173000000000","173000000000","172000001459","171600000000","170000000000","170000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","187000000000","163900000000","163000001459","163000001459","163000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161000000000","161000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164900000000","161000000000","161000000000","161000000000","161000000000","161000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","159375000000","159375000000","159000000000","159000000000","159000000000","159000000000","158355000000","158355000000","158355000000","158100000000","158000000000","158000000000","157000000000","157000000000","156787500000","156400000000","156200000000"],"12290474":["0","488840000000","245000000000","239000000000","239000000000","230000000000","212500000000","200000000255","200000000000","200000000000","200000000000","199278125003","193000000000","193000000000","192030000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","188000000000","187500000000","184000000000","180000000000","180000000000","180000000000","177500001823","175200000000","175200000000","175200000000","175200000000","175200000000","175100000000","175000000000","173100000000","170000000000","165480000000","164900000000","164900000000","164900000000","164900000000","164900000000","164900000000","164900000000","164900000000","164900000000","164900000000","164900000000","164900000000","164900000000","164900000000","164900000000","164313300000","162000000000","162000000000","162000000000","162000000000","161000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","159000000000","159000000000","159000000000","158000000000","157000000000","157000000000","157000000000","156400000000","156400000000","156000000000","156000000000","156000000000","156000000000","156000000000","155430000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155000000000","155000000000","183000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","154000000233","154000000233","154000000000","154000000000","154000000000","153900000000","153000000000","153000000000","153000000000","153000000000","153000000000","152400000000","152400000000","152400000000","152400000000","152400000000","152400000000","152400000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","151500000780","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","150516000000","150516000000","150516000000","150516000000","150000001459","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","164000000000","150000000000","150000000000","193000000000","189000000000","189000000000","189000000000","189000000000","193000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149600000000","149600000000","149600000000","149600000000","149600000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148590000000","148500000000","148500000000","148000001459","148000001459","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","148000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","147000000000","170000000000","180000000000","147000000000","147000000000","147000000000","147000000000","147000000000","146000000000","146000000000","145275001095","145000001459","145000001459","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","144100000000","144100000000","144100000000","144000000000"],"12290475":["7500000000000","1212000000000","1212000000000","1200000000000","1122000000000","1000000000000","846000000000","846000000000","844000000000","844000000000","842000000000","842000000000","750000000000","550000000000","500000000000","488840000000","450000000000","444400000000","346800000000","340000000000","327600000000","327600000000","296000002918","282000000000","282000000000","282000000000","340000000000","340000000000","284000002918","251000000000","251000000000","250900000000","244400000000","244000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","227000000000","227000000000","225000000000","225000000000","225000000000","221000000000","221000000000","219300001795","212500000000","210600000000","210600000000","210600000000","210600000000","210100000000","210100000000","209589363001","208000000000","208000000000","208000000000","247000000000","213200000000","213200000000","208000000000","250900000000","250900000000","207125000073","204000000000","1122000000000","204000000000","204000000000","1122000000000","1122000000000","201000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","199410000000","199100000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192030000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","190000000000","190000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188100000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","187500000000","187500000000","187500000000","187000000000","186300000001","186000000000","186000000000","184000000000","184000000000","184000000000","183000000000","183000000000","182000000000","182000000000","182000000000","182000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","178500000000","178500000000","178500000000","178500000000","178400000000","178000000000","178000000000","177200000000","177000000000","177000000000","177000000000","177000000000","176460000000","176460000000","176460000000","176460000000","176460000000","176000000000","175100000000","173800000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173100000000","172000001459","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169000000000","169000000000","168000000000","167652373103","166000000000","166000000000","166000000000","166000000000","165480000000","165480000000","165000000000","164900000000","164000000000","164000000000","164000000000","164000000000","163000001459","163000001459","163000001459","163000001459","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","162000001500","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161000001459","161000001459","161000000000"],"12290476":["1212000000000","1212000000000","1212000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1110000000000","1110000000000","838000000000","838000000000","500000000000","350000000000","300000000000","242760000000","242760000000","237900000000","237900000000","237900000000","235000000000","230000000000","230000000000","230000000000","226000000000","225000000000","225000000000","225000000000","222000000000","215000000000","215000000000","210100000000","210100000000","210100000000","205400000000","205400000000","204000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","204000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","202400000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","199767468185","199410000000","199410000000","199410000000","199767468185","198000000000","198000000000","198000000000","198000000000","194000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","192000000000","192000000000","192000000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","189000000000","188100000000","188000000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","186300000001","186300000001","185000000000","185000000000","184500000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","183000000000","182396383995","182285714286","182070000000","182000001561","182000001561","182000001561","182000001459","182000000000","181071428571","181000000000","181000000000","181000000000","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","178857142857","178000000000","178000000000","177000000000","176868000000","176868000000","176868000000","176000000000","176000000000","173000001123","173000001123","173000001123","173000000000","173000000000","173000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","168000000000","168000000000","166000000000","166000000000","166000000000","164000000000","171500000000","171500000000","171500000000","171500000000","171500000000","171500000000","171500000000","171500000000","171500000000","171500000000","171500000000","171500000000","171500000000","171500000000","164000000000","163000001459","163000001459","163000000000","163000000000","163000000000","162000001459","162000001459","162000001459","162000001459","162000001459","162000001459","162000000000","162000000000","161000001459","161000000000","161000000000","161000000000","161000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","159500000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","158000000000","158000000000","158000000000","157000000000"],"12290477":["1212000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","500000000000","251000000000","225000000000","225000000000","225000000000","210100000000","208800000000","202000000000","199518234992","198000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192819034509","192000000000","192000000000","190000000000","189000000000","189000000000","188000000000","187500000000","187500000000","184000000000","184000000000","180000000000","180000000000","180000000000","180000000000","177000000000","176000000000","173710841900","173710841900","173000000000","172000000000","170000000000","168300000000","168300000000","168000000000","168000000000","166050001516","163000001459","159000000000","158000000000","158000000000","158000000000","158000000000","158000000000","157000001561","157000000000","157000000000","156992647936","156787500000","156787500000","156000000000","155817857143","155219625000","155100000000","155100000000","155000000000","155000000000","155000000000","155000000000","154000000000","154000000000","153750001403","153000001459","153000000000","152400000000","152000000000","152000000000","153000001123","152000000000","152000000000","152000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149600000000","149000001459","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148500000000","148000001561","148000001459","148000001123","148000000000","148000000000","147000000000","147000000000","147000000000","147000000000","146973000000","146425000000","146400000000","146400000000","146400000000","146400000000","145275001095","145000001561","145000001459","145000000000","145000000000","145000000000","145000000000","145000000000","144244500000","144244500000","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","143000001459","143000001459","143000001459","143000001459","143000001459","181000001459","143000001459","143000001459","143000001123","143000001123","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","142519500000","142519500000","142333333333","142333333333","142107000000","142000001459","142000001459","142000001459","142000001459","142000001459","142000001459","142000001459","142000001459","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","141900000000","141680000000","143750001678","144900000000","142600000000","143750000000","146625000000","141476861460","141056000000","141055999998","141000001459","141000001459","141000001459","141000001459","141000000000","141000000000"],"12290478":["10000000000","10000000000","10000000000","10000000000","10000000000","1122000000000","1000000000000","836000000000","230000000000","209950000000","209950000000","209950000000","200000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","187500000000","187500000000","182000000000","180000000000","178857142857","177000000000","173400000000","170000000000","170000000000","170000000000","166000000000","164100000000","162000001500","162000001500","162000001500","162000001500","162000001500","162000001500","162000001500","162000001500","159000000000","155000000000","155000000000","155000000000","155000000000","150000000000","147600001348","145000000000","142000000000","141000001459","141000001123","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","250000000000","141000000000","141000000000","183000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","140800000000","140800000000","140800000000","140800000000","140800000000","140800000000","140800000000","140100000000","140080000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","139700000000","139700000000","149600000000","139700000000","139700000000","139700000000","139700000000","139700000000","139700000000","139700000000","139700000000","139700000000","139700000000","139700000000","139700000000","139700000000","139700000000","139700000000","139700000000","139700000000","139700000000","139700000000","139700000000","139001500000","139000001459","139000001459","139000001459","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","137973000000","137973000000","137973000000","137973000000","149600000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137500000729","137283135000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","136400000000","136400000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000"],"12290479":["1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","239000000000","227500000000","211500000000","204000000000","1122000000000","1122000000000","1122000000000","1122000000000","200000000000","200000000000","200000000000","193000000000","193000000000","192000000000","192000000000","192000000000","190000000000","190000000000","189000000000","187006500000","187000000000","186000000000","186000000000","180000000000","180000000000","177000000000","176000000000","166000000000","166000000000","164000000000","163900000000","162000000000","162000000000","160000000000","160000000000","158000000000","156787500000","155000000000","155000000000","153000001459","153000001123","153000000000","152000000000","151800000233","147000000000","146000000000","141000001604","141000001459","141000001459","141000000000","137360000000","137000000000","136000000000","136000000000","136000000000","135464400000","135300001235","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","811000000000","135000000000","135000000000","135000000000","135000000000","134623501229","134400000000","134200000000","134200000000","134200000000","134200000000","134200000000","134200000000","134200000000","134200000000","134000000000","134000000000","134000000000","179000000000","178000000000","176000000000","176000000000","176000000000","176000000000","159000000000","159000000000","148000000000","147000000000","149000000000","149000000000","160000000000","160000000000","148000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","133350000000","133100011000","133100001764","133100000000","133100000000","143000000000","133000001347","133000001123","133000000000","133000000000","132000001459","132000001459","132000001459","132000001459","132000001459","132000001459","132000001459","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","162000000000","162000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","131701500000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000"],"12290480":["1212000000000","1200000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","700000000000","600000000000","525200000000","525200000000","251000000000","243000001123","241000000000","230000000000","230000000000","230000000000","225000000000","220000000000","210100000000","209589363001","209000000000","206000000000","204600018603","204344506457","204344506457","201250000000","200054857268","198000000000","198000000000","193606200000","193140000000","193140000000","193140000000","193140000000","193140000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","190000000000","190000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188000000000","188000000000","188000000000","187500000000","187500000000","187500000000","187000000000","187000000000","187000000000","186300000001","186300000001","186000000000","186000000000","185000000000","184000000000","184000000000","183000000000","182285714286","182000000000","181500002406","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179000000000","178500000000","176868000000","176868000000","176000000000","174420000000","174000000000","174000000000","174000000000","174000000000","174000000000","174000000000","174000000000","174000000000","174000000000","174000000000","174000000000","174000000000","174000000000","173000000000","171500000000","171500000000","171000000000","170000000000","166000000000","166000000000","165000000000","165000000000","165000000000","164900000000","163800000000","163800000000","163800000000","163800000000","163800000000","163800000000","163800000000","163800000000","163800000000","163800000000","163800000000","164000000000","164000000000","164000000000","164000000000","164000000000","163059000000","163000001459","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161500000000","161000000000","161000000000","160000000001","160000000000","160000000000","160000000000","160000000000","160000000000","159000000000","159000000000","156000000000","156000000000","155000000000","155000000000","154000000001","154000000000","154000000000","151800000233","151000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","151000000000","150000000000","149000001459","148590000000","148000001561","148000001459","148000001459","147600001347","146400000000","146400000000","145200001924","146400000000","145200001924","145200001924","142000000000","142000000000","142000000000","141430000000","141000001459","141000000000","141000000000","141000000000","138600000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","148000000000","164000000000","164000000000","164000000000","168000000000","168000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","141000000000","141000000000","141000000000","141000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","153000000000","153000000000","153000000000","138000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","135300001235","135300001235","135000000000","135000000000","134200000000","134200000000"],"12290481":["1999000000000","1212000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","445000000000","250000000000","250000000000","243600000000","230000000000","230000000000","230000000000","230000000000","225000000000","225000000000","209000000000","209000000000","201250000000","201250000000","201250000000","200000000000","199767468185","199767468185","199767468185","199410000000","199767468185","199410000000","201250000000","198000000000","193500000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","192000000000","193000000000","192000000000","192000000000","192000000000","192000000000","193000000000","192000000000","193000000000","192000000000","192000000000","192000000000","192000000000","191000000000","190000000000","190000000000","187500000000","187500000000","187500000000","187500000000","187500000000","187000000000","185000000000","184000000000","184000000000","184000000000","183000000000","193500000000","181000000001","181000000000","181000000000","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179000000000","179000000000","177000000000","176000000000","175000000000","175000000000","175000000000","175000000000","175000000000","174000000000","174000000000","172000000000","171000000000","171000000000","170000000000","170000000000","170000000000","170000000000","170000000000","168000000000","167000000000","166000000000","166000000000","166000000000","165000000001","165000000000","164000000000","164000000000","163900000000","163900000000","163000000000","162000000000","162000000000","160210200001","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","159000000000","159000000000","159000000000","159000000000","159000000000","158000000000","158000000000","158000000000","157000001561","156787500000","156000000000","156000000000","155100000000","155100000000","155000000000","154800000000","154800000000","154800000000","154800000000","154000000233","154000000000","151000000000","150000000000","149000001459","149000000000","149000000000","149000000000","148000001459","148000000000","147000001459","147000000000","146400000000","146151520315","146000000000","145000000000","145000000000","143000000000","142000001459","142000001459","142000001459","142000001459","142000000000","142000000000","142000000000","141900000000","141900000000","141900000000","141900000000","141900000000","141108750001","141000001561","141000001459","141000000000","140700000000","139000000000","137973000000","137500000729","137000000000","137000000000","137000000000","137000000000","137000000000","143000000000","137000000000","136629553563","136000001459","135000000000","135000000000","134200000000","134200000000","134200000000","134200000000","134200000000","134200000000","134200000000","134200000000","134200000000","134200000000","134200000000","134200000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","133320000000","133320000000","133100001764","133000000000","132840001212","132000001459","132000000000","131000000000"],"12290482":["444400000000","360000000000","243600000000","200583000000","200000000000","200000000000","193000000000","193000000000","193000000000","193000000000","191000000000","190000000000","184000000000","183750000000","183750000000","183750000000","182000000000","181000000000","180000000000","180000000000","179000000000","177908400000","177900000000","177185058738","177185058738","175000000000","175000000000","168000000000","167700000000","159000000077","159000000000","159000000000","158600000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","156000000000","153000000000","152900000233","149000000000","147999997952","141900000000","141000000000","132000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","130810000000","130000000000","130000000000","185000000000","185000000000","149000000000","149000000000","153000000000","153000000000","184000000000","184000000000","144000000000","164000000000","168000000000","138000000000","164000000000","137000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","129200000000","129192900000","129192900000","129192900000","129000000000","129000000000","129000000000","129000000000","138000000000","138000000000","159000000000","129000000000","129000000000","129000000000","129000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","129000000000","155000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","128700000000","128430000000","128000001347","128000001123","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","127000000064","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","149000000000","127000000000","127000000000","127000000000","127000000000"],"12290483":["1122000000000","828000000000","500000000000","488840000000","209300000000","193500000000","193000000000","187500000000","187500000000","187500000000","184000000000","180000000000","179000000000","176400000000","176400000000","176400000000","174000000000","165000000001","163900000000","159000000000","157200000000","151000000000","150000000000","141900000000","134200000000","134000000000","134000000000","132840000000","132000001459","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","131000000000","129000000000","129000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","126500000000","126500000000","126445000000","126430000000","126000001123","126000000000","132000000000","132000000000","153000000000","153000000000","153000000000","132000000000","131000000000","158000000000","158000000000","144000000000","144000000000","136000000000","130000000000","130000000000","132000000000","132000000000","140000000000","140000000000","140000000000","168000000000","185000000000","185000000000","179000000000","179000000000","182000000000","182000000000","149000000000","148000000000","149000000000","149000000000","183000000000","179000000000","179000000000","179000000000","179000000000","180000000000","180000000000","153000000000","153000000000","156000000000","156000000000","180000000000","180000000000","180000000000","156000000000","184000000000","184000000000","126000000000","126000000000","126000000000","126000000000","125800000000","148800000000","125660000000","125660000000","125660000000","125660000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000"],"12290484":["1122000000000","1122000000000","1122000000000","251000000000","233000000000","230000000000","230000000000","209000000000","209000000000","206000000000","204000000000","204000000000","202000000000","198000000000","196500000000","192030000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","190000000000","187500000000","187500000000","187500000000","184000000000","183000001123","183000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","178000000000","173710841900","173000000000","173000000000","171000000000","170300000000","170000000000","170000000000","170000000000","168000000000","166000000000","163000000000","162000000000","162000000000","161000000000","160000000001","159000000000","158000000000","158000000000","158000000000","158000000000","158000000000","157200000000","156250000000","155100000000","154800000000","151000000000","151000000000","148000001459","146000000000","145000000000","144000000000","141000000000","141000000000","140000000000","139000000000","137500000729","137500000000","137000000000","136000000000","132000001459","132000000000","132000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","162000000000","162000000000","138000000000","131000000000","129000000000","129000000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125400000000","125400000000","160000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","124800000000","124300000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","123900000233","123900000233","123900000233","123900000233","123000001459","123000001459","123000001459","163000001459","123000001123","161000000000","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000000000","123000000000"],"12290485":["1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","700000000000","700000000000","700000000000","600000000000","516000000000","500000000000","320000000000","300000000000","250000000000","233000000000","230000000000","225000000000","225000000000","225000000000","222000000000","204000000000","204000000000","204000000000","204000000000","204000000000","204000000000","201250000000","200000000000","200000000000","199410000000","196500000000","196350000000","194400000000","191250000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","188000000000","188000000000","187500000000","184000001561","181000000000","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","178857142857","177936414119","177900000000","173752532510","173100000000","173000000000","173000000000","172292642575","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","170600000000","170000000000","170000000000","166000000000","164000000000","164000000000","164000000000","163000000000","163000000000","163000000000","162000000000","161000001561","161000001561","161000000000","160000000001","160000000001","160000000001","160000000001","160000000000","160000000000","160000000000","159000000000","158000000000","158000000000","158000000000","158000000000","157200000000","157200000000","157000000000","156000000000","155100000000","152000000000","151000000000","150000000000","144100000000","144000000000","144000000000","142000000001","141900000000","141900000000","139000000000","139000000000","139000000000","138000000000","148000000000","148000000000","162000000000","164000000000","155000000000","137000000000","135300001235","135000000000","135000000000","134000000000","132000010000","132000001459","132000001459","132000001459","131000001459","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","129108000000","129000000000","129000000000","127000000001","127000000001","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","122000001459","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","139000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000"],"12290486":["0"],"12290487":["1000000000","131000000000","1000000000","1000000000","209000000000","1000000000","1000000000","137000000000","1000000000","1333200000000","1212000000000","1212000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1000000000000","1000000000000","1000000000000","826000000000","488840000000","398010100137","379047804503","406877096712","353783610935","346000000000","327282534918","327282534918","310200000000","293886252880","251000000000","249700000000","245825163238","241800000000","230000000000","230000000000","225000000000","225000000000","225000000000","221000000000","221000000000","221000000000","221000000000","221000000000","210100000000","210100000000","210000000000","206000000000","202000000000","202000000000","202000000000","202000000000","200000000000","199410000000","199410000000","198950000000","198950000000","198626773845","197800000000","197800000000","196690000000","196690000000","196690000000","196690000000","196500000000","196500000000","196493520984","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192030000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","188000000000","188000000000","188000000000","188000000000","188000000000","188000000000","187500000000","187500000000","185000000000","185000000000","183400000000","181000000000","180600000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179000000000","178500000000","178500000000","178000000000","178000000000","177000000001","176710841900","175000000000","175200000000","174000000000","173000000000","173000000000","173000000000","172000000000","172000000000","171000000000","171000000000","170650000000","170650000000","170650000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169000000000","167000000000","165000000000","165000000000","163900000000","163900000000","163030000000","163000000000","163000000000","163000000000","162800000233","162000000000","161000000000","161000000000","161000000000","160000000000","160000000000","159000000000","158400000000","157400000000","157200000000","157200000000","157200000000","156787500000","156000000000","155100000000","155100000000","155100000000","155100000000","155100000000","155000000000","153000000000","153000000000","151000000000","151000000000","151000000000","151000000000","150650000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","148000000000","147000000000","147000000000","146000000000","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000","144000000000","144000000000","144000000000","144000000000","143910001287","143000000000","141900000000","141900000000","141900000000","141000000000","141000000000","140000000000","140000000000","138000000001","138000000001","138000000000","138000000000","137500000729","136000001561","136000001459","135300001235","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","133000000000","133000000000","132000000000","131000001459","131000001459","131000001459","131000001459","131000001459","131000000070","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000"],"12290488":["0","170000000000","0","10000000000","1212000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","900000000000","822000000000","500000000000","444400000000","210100000000","205400000000","205400000000","205400000000","198950000000","198000000000","193000000000","193000000000","193000000000","192000000000","192000000000","192000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","189200000000","186000000000","181000000000","180000000000","180000000000","180000000000","173665813406","173665813406","173665813406","173665813406","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172000000000","170650000000","170000000000","168000000000","167000000000","166000000000","161785714286","161000000000","158000000000","157200000000","155251380001","155251380001","155000000000","152440001502","152440001502","152000000000","150650000000","150000000000","148000000000","148000000000","146000000000","144100000000","144100000000","144000000000","143000000000","142000001459","141000000000","140000000001","140000000001","140000000000","140000000000","137000000199","137000000000","137000000000","137000000000","134000000000","133100000000","133000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","130900000000","130000000000","130000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","128000000000","126000000000","125660000000","125430000000","125430000000","125240000000","125000000000","124000000000","123000001123","122200000000","122000000001","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","129000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000"],"12290489":["1431687726001","1431687726001","1401132600000","1212000000000","1212000000000","1212000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1000000000000","820000000000","820000000000","820000000000","820000000000","820000000000","700000000000","519000000000","490000000000","462204625001","452340304508","452330253176","452330253176","444000000000","444000000000","444000000000","410844903601","300000000000","251000000000","251000000000","251000000000","243550001461","243100000000","243100000000","243100000000","243100000000","248300000000","248300000000","248300000000","248300000000","248300000000","242550000000","242200000000","237300000000","231000000000","231000000000","227000000000","225000000000","225000000000","224900000000","213342074765","213342074765","213342074765","213342074765","212953452636","210100000000","208599175553","203040331400","200200000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","199126770001","198950000000","198744000000","198744000000","198000000000","196500000000","195000000000","193000000000","193000000000","193000000000","192500000000","192174562192","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190300000000","190285714286","189635714140","189200000000","189200000000","189000001561","189000001561","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187000017080","183428572712","183000000000","182000001561","181650000000","181650000000","181650000000","181650000000","181650000000","181000000000","181000000000","181000000000","181000000000","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179900000000","178000000000","178000000000","177880000000","177190650015","177190650015","177189075003","177000000000","176850000000","176460000000","176460000000","176460000000","176000000000","174590000000","174462000000","174000000000","173400000000","173400000000","173400000000","173400000000","173710841900","173000000000","173000000000","173000000000","170300000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","168000000000","167200000000","166000000000","164000001459","164000000000","163900000000","163900000000","163000001459","163000000001","163000000001","163000000001","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","162000000000","161000000000","160000000000","160000000000","160000000000","159375000000","158000000000"],"12290490":["1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1110000000000","444000000000","235000000000","228000000000","225000000000","200000000000","198000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","189200000000","188000000000","187500000000","185000000000","182000000000","181000000000","181000000000","181000000000","181000000000","181000000000","173100000000","173000000000","171985714375","170000000000","170000000000","164000000000","163750000000","162113941001","162113941001","161700000244","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","160000000000","160000000000","160000000000","160000000000","159000000000","159000000000","159000000000","158000000000","158000000000","157200000000","157200000000","157200000000","157200000000","157200000000","157200000000","157000000000","156787500000","155100000000","155100000000","155000000000","154000000233","154000000233","154000000000","154000000000","152142857143","152000000000","151000000000","151000000000","151000000000","151000000000","151000000000","150650000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149600000233","149600000233","149000000000","149000000000","148000000000","148000000000","148000000000","147059256278","146000000000","146000000000","146000000000","146000000000","145100000000","144100000256","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","143000000000","143000000000","142000001459","142000000000","141900000000","141900000000","141000000000","141000000000","141000000000","141000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","139000000000","139000000000","139000000000","139000000000","138000000000","138000000000","137905755000","137000000000","137000000000","136560333000","136000001459","136000000000","135000000000","134930000000","134200000000","134200000000","134200000000","134200000000","134000000000","134000000000","134000000000","134000000000","144000000000","133000000000","133000000000","133000000000","132000001459","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","131000001459","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","129000000000","128000000000"],"12290491":["0","131000000000","0","10000000000","1242000000000","1212000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","816000000000","816000000000","444000000000","313750000000","262000000000","234588000000","225000000000","225000000000","225000000000","220000000000","210000000000","200000100000","200000000000","200000000000","200000000000","200000000000","199000001123","198950000000","198950000000","198000000000","192030000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","189200000000","189200000000","187500000000","187500000000","185000000000","182000000000","181650000000","181000000000","179900000000","178031700362","176460000000","176460000000","174590000001","174590000001","174590000001","173450000000","173000000000","171000000000","171000000000","170000000000","169554000256","169000000000","167000000000","165000000000","163000000000","162000000000","161785714286","160000000000","160000000000","158400000233","158400000000","158000000000","158000000000","157200000000","157000000001","157000000000","157000000000","157000000000","156787500000","155000000000","152900000233","151000000000","149600000233","149000000000","145200000000","145200000000","144100000000","144100000000","144100000000","144000000000","144000000000","144000000000","142430000000","139000001459","138600000000","138000000000","138000000000","137973000000","137840000000","137000000000","137000000000","135887622000","135300001235","135000000000","135000000000","134200001235","133000000000","132512001474","132000001459","132000001459","132000000000","237600000000","169400000000","171600000000","132000000000","132000000000","131000000040","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","130000000000","130000000000","130000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","128000001459","128000000000","127000000000","127000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","125660000000","125000000000","125000000000","125000000000","125000000000","124000001459","124000000000","124000000000","124000000000","123900000233","123900000233","123900000233","123000001123","123000001123","123000001123","122000000000","122000000000","122000000000","122000000000","122000000000","171000000000","171000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000"],"12290493":["1242000000000","1212000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","500000000000","500000000000","239521176837","215548076937","198950000000","198950000000","198950000000","198000000000","196415495901","193000000000","192000000000","191341800000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","189200000000","188000000000","187500000000","187000000000","184000000000","182000000000","180999000000","178000000000","175380001728","175380001728","175380001728","175380000000","174590000001","174590000001","174590000001","174590000001","173010000000","173010000000","250000000000","500000000000","500000000000","173000000000","172700015801","171000000000","171000000000","170000000000","170000000000","164000000000","164000000000","162000000000","158400000000","158400000000","158000000000","157000000000","157000000000","156906000000","156250000000","156000000000","155000000000","154000000000","153000000000","151000000000","148000001459","145000000000","145000000000","144100000000","144000000000","142000001459","138000000000","135880000000","134930000000","134930000000","134929999999","133880000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","130000000000","128000000000","127000000000","126000000000","124230000000","122100000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","121900000000","121395000000","121395000000","121395000000","121000001604","121000001604","121000001604","121000001604","121000001604","121000001604","121000001604","121000001604","121000001561","121000001459","121000001459","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","121000000000","120000000000","130000000000","148000000000","161000000000","161000000000","142000000000","149000000000","155000000000","140000000000","140000000000","140000000000","154000000000","132000000000","133000000000","133000000000","159000000000","153000000000","144000000000","144000000000","150000000000","160000000000","156000000000","146000000000","132000000000","141000000000","141000000000","138000000000","141000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","119790000000","119500000000","119000001459","119000001347","119000000000","119000000000","119000000000","119000000000","119000000000","119000000000","118000000000","117000001459","117000001459","117000001459","117000001459","117000001459","117000001459","117000001459","117000001459","117000001459","117000001459","117000001459","117000001459","117000001459","117000001459","117000001459","117000001459","117000001459","117000000000"],"12290494":["1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","500000000000","320000000000","227000000000","225000000000","203050000000","202000000000","201000001561","200005000000","200005000000","196415495901","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","190000000000","189200000000","182000001561","176460000000","176460000000","176460000000","175000000000","174000000000","172438461550","172200001572","172200001572","171000000000","170000000000","170000000000","161000000000","158400000000","158000000000","157200000000","153940000000","151000000000","150000000000","149000000000","148000001459","145000000000","144100000000","144100000000","144000000000","144000000000","144000000000","143000000000","141000000000","137550000000","137000000000","132000000000","132000000000","132000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","130000000000","129000000000","127430000000","126000000000","126000000000","125000000000","125000000000","125000000000","124000000000","120000000000","118500000000","117200001459","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","116928571428","116928571428","116928571428","116640001454","116160000000","116000001459","116000000000","116000000000","116000000000","116000000000","116000000000","116000000000","116000000000","116000000000","115000001459","115000001347","115000001347","115000001347","115000001347","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","216000000000","165900000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000","115000000000"],"12290495":["2000000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1000000000000","812000000000","810000000000","700000000000","500000000000","480000000000","480000000000","480000000000","300000000000","255354912698","251000000000","251000000000","251000000000","250000000000","240093065341","240093065341","229000000000","225000000000","225000000000","225000000000","225000000000","225000000000","225000000000","222300000000","220969397043","220000000000","212800000000","212736101590","207123750000","206700000000","201000001561","200005000000","200000000000","200000000000","200000000000","198950000000","198000000000","196500000000","196500000000","196500000000","196500000000","196415495901","196415495901","194856462058","194000000000","194000000000","216000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","192000000000","192000000000","192000000000","191200000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","191000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","189200000017","189200000000","189200000000","189200000000","189200000000","188100000000","187999999999","187500000000","187500000000","187500000000","187500000000","187000000000","184000000000","183650000000","181000000001","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","180000000000","180000000000","180000000000","179900000000","179200000000","179000000000","178000000000","178000000000","177800000000","177000000000","177000000000","176460000000","176460000000","174590000001","174590000001","174000000000","173710841900","174420000000","174420000000","174000000000","174000000000","174000000000","174000000000","173100000000","173000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","171000000000","171000000000","171000000000","171000000000","170823381547","170300000000","170000000000","170000000000","170000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","169000000000","168000000000","167200000000","167000000000","167000000000","162000000000","161000000000"],"12290496":["0","131000000000","0","1212000000000","1212000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1000000000000","808000000000","488840000000","450000000000","444000000000","260000000000","256000000000","225000000000","225000000000","220000000000","207001952505","207001840001","202418510013","202418510013","202418510011","200000000000","198600001795","197800000000","192000000000","192000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","188100000001","187500000000","187500000000","182000000000","181650000000","181650000000","180000000000","179000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","176460000000","175440000000","173000000000","173000000000","172210200001","170000000000","170000000000","170000000000","168000000000","167700000000","167200000000","167200000000","167200000000","167200000000","167200000000","167200000000","167200000000","166000000000","166000000000","166000000000","166000000000","166000000000","165000001459","165000000000","165000000000","165000000000","164000001561","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","163900000233","163000000000","163000000000","163000000000","162000000000","162000000000","161000000000","161000000000","160922159998","160746000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","159000000000","159000000000","158400000000","158400000000","158400000000","158400000000","158400000000","158400000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","157200000000","157200000000","156250000000","156000001459","156000000000","154800000000","154800000000","154800000000","154800000000","154800000000","154800000000","154800000000","154800000000","154000000000","153214286918","153000000000","153000000000","152900000233","152900000233","152900000233","152100000000","152000000000","151800000233","151000000000","151000000000","151000000000","150700000000","150000000000","155000000000","155000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149600000233","148350000000","148350000000","148350000000","148350000000","148350000000","148350000000","148350000000","148350000000","147400000000","147000000000"],"12290497":["1000000000","114000000000","1000000000","1212000000000","1212000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1000000000000","806000000000","700000000000","444000000000","444000000000","305000000000","277765000000","260489506546","239000000000","227722847951","225000000000","225000000000","225000000000","225000000000","214000000000","205400000000","223600000000","200000000000","200000000000","200000000000","198000000000","198000000000","192030000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","191000000000","189200000000","189000000000","187500000000","187500000000","187500000000","187500000000","187000000000","184800000000","184800000000","184799999999","183400000000","182000000000","181000000000","180000000000","179000000000","178000000000","176460000000","176460000000","175000000000","174590000001","174000000000","173000000000","173000000000","173000000000","172000000000","172000000000","172000000000","172000000000","172000000000","170823381547","170300000000","170000000000","170000000000","170000000000","169000000000","169000000000","169000000000","168000000000","168000000000","168000000000","168000000000","167200000001","167200000000","167200000000","166000000000","166000000000","166000000000","165000000000","165000000000","165000000000","165000000000","164000001561","164000000000","162000000000","162000000000","162000000000","162000000000","161000001459","159375000000","159000000000","159000000000","159000000000","158400000000","158400000000","158000000000","157000000000","156787500000","156000001459","156000000000","156000000000","156000000000","155000000000","155000000000","154800000000","154800000000","154800000000","154800000000","154000000000","153000000000","152900000233","151319083871","151200000000","151000000000","151000000000","150000000000","150000000000","150000000000","150000000000","149000001459","148350000001","148350000001","148350000001","148350000001","148350000000","148350000000","148350000000","148350000000","148350000000","148000000000","147000100001","147000000000","147000000000","147000000000","147000000000","147000000000","146719021900","146000000162","146000000000","146000000000","146000000000","146000000000","146000000000","145999999999","145200000000","145200000000","145000000000","145000000000","145000000000","145000000000","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000"],"12290498":["10000000000","10000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","300000000000","208845000000","208845000000","208845000000","192000000000","192000000000","191200000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","187500000000","180000000000","175200000000","174590000001","174590000001","174590000001","173000000000","172000000000","166000000000","166000000000","165000000000","163000000000","162000001500","159642857143","157200000000","154000001561","154000001561","149138847840","148000000000","147500000000","146363000001","145200000000","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000","144100000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","143900000000","143000000000","143000000000","143000000000","141900000000","141900000000","141900000000","141900000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","140800000000","140800000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","139000000000","139000000000","138301109405","138000000000","138000000000","138000000000","137550000000","137550000000","137000000000","137000000000","137000000000","137000000000","136316880000","136000000000","136000000000","135600000000","300000000000","300000000000","300000000000","178800000000","178800000000","177600001751","135500000000","135000000000","135000000000","134930000000","134000000000","134000000000","134000000000","133100001764","133100001764","133000001459","133000001459","133000001459","133000000000","133000000000","133000000000","133000000000","133000000000","133000000000","133000000000","132000010000","132000010000","132000001459","132000001459","132000001459","132000001459","132000001459","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","131000001561","131000000000","131000000000","131000000000","131000000000"],"12290499":["1122000000000","1122000000000","1122000000000","188969942615","174590000001","170000000000","166000000000","166000000000","165000000000","162000000000","160000000000","156000000000","140800000000","136000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","130640256001","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","128000000000","128000000000","128000000000","128000000000","128000000000","127430000000","127070000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","173000000000","127000000000","127000000000","127000000000","126835200000","126500000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","125000000000","125000000000","125000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","123900000233","123500000000","123500000000","123220000000","123000001459","123000001123","122000000000","122000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","119000000000","119000000000","118080000000","118000000000","118000000000","117000001561","117000000000","117000000000","117000000000","116000001459","116000001459"],"12290500":["0","161000000000","0","1212000000000","1200000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","999000000000","802000000000","802000000000","800000000000","800000000000","700000000000","500000000000","500000000000","350000000000","251000000000","251000000000","251000000000","251000000000","250000000000","248300000000","225000000000","225000000000","223600000000","220000000000","208000000000","208000000000","207000000000","206000000000","206000000000","205000000000","202800000000","202800000000","525200000000","200948633102","198950000000","198950000000","198950000000","193501720001","193501720001","193501720001","193501720001","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","189200000000","188145000000","188145000000","187500000000","187500000000","187500000000","187500000000","185000000000","184800000000","184800000000","184800000000","184800000000","181650000000","181650000000","180400000000","180000000000","180000000000","179900000000","177800000000","177000000000","176460000000","176460000000","175000000000","174590000001","174590000001","174590000001","174590000001","174590000001","174590000001","174590000001","174000000000","173485000001","173000000000","172000000001","172000000001","172000000001","171033749999","171000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169381249999","168555000000","168000000000","168000000000","168000000000","167200000000","167200000000","167200000000","167000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","164000000000","162000000000","162000000000","161939484001","161000001459","161000000053","160351842000","160100000000","160000000000","160000000000","160000000000","159000000000","159000000000","158000000000","158000000000","158000000000","157210200001","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","156787500000","156250000000","156000000000","156000000000","155000000000","155000000000","154000000000","154000000000","154000000000","153600000000","152400000000","152000000000","152000000000","151000000000","150000000000","150000000000","150000000000","150000000000","150000000000","1212000000000","1212000000000","150000000000","150000000000","150000000000","147000000000","147000000000","145000000000","145000000000","145000000000","144100000000","144100000000","144100000000","144100000000","144100000000","144000000000","144000000000","144000000000","144000000000","144000000000"],"12290501":["0","0","0","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1110000000000","1110000000000","798000000000","700000000000","600000000000","600000000000","445000000000","340000000000","300000000000","300000000000","271694276187","265100000000","260000000000","251000000000","251000000000","251000000000","251000000000","250860000000","238614600000","225000000000","220200000000","218000000000","217355420950","217355420950","217355420950","213200000000","1314300000000","1314300000000","325000000000","325000000000","1215500000000","1215500000000","1215500000000","243100000000","243100000000","243100000000","202000000000","202000000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198469000000","197800000000","196500000000","193501720001","193000000000","1212000000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","188145000000","187500000000","187500000000","187500000000","187500000000","185000000000","210000000000","184800000000","184800000000","183000000000","183000000000","183000000000","183000000000","181000001561","180600000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179900000000","179900000000","178000000000","176460000000","176460000000","175380001728","175380001728","174590000001","174590000001","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172380000000","172000000001","172000000001","172000000000","172000000000","172000000000","173000000000","173000000000","173000000000","171000000000","171000000000","171000000000","171000000000","171000000000","170300000000","168000000000","168000000000","166091675838","166000000000","166000000000","165000000000","165000000000","164000000000","164000000000","164000000000","163059000000","163059000000","163059000000","163059000000","163000001459","163000000000","162000001500","162000000000","161000000000","160000000000","158400000000","158000000000","158000000000","157000000000","156250000000","156000000000","155817857143","155430000000","155000000000","154080000000","154000000000","152900000233","152900000233","152000001561","152000000000","152000000000","151000000000","151000000000","150516000000","150516000000","150516000000","150516000000","150516000000","150516000000","150516000000","150516000000","150516000000","150000000000","174000000000","150000000000","150000000000","150000000000","150000000000","147000000000","147000000000","146000000000","145000000000","144100000000","144100000000","144000000001","144000000000","144000000000","143350001459","142239051700","142200000000","141900000000","141900000000","141900000000","141900000000","141000001459","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","140800000000","140000000000","139700000000","139000000000"],"12290502":["0","129000000000","0","1333200000001","1333200000000","1212000000000","1212000000000","1212000000000","1212000000000","1185000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1122000000000","1000000000000","858000000000","794000000000","675000000000","600000000000","488840000000","488840000000","462731739800","400000000000","346000000000","333000000000","316000000000","310000000000","300200000000","300000000000","284400000000","268600000000","258000000000","252800000000","251000000000","251000000000","251000000000","251000000000","251000000000","251000000000","245700000000","237000000000","234588000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","221200000000","221000000000","220000000000","220000000000","220000000000","217355420950","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","212000000000","236000000000","236000000000","205400000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","200000000001","200000000000","200000000000","200000000000","199920000000","198950000000","198950000000","198950000000","198950000000","198950000000","198000000000","193000000000","192030000000","192030000000","192030000000","192030000000","192030000000","192030000000","192030000000","192030000000","192030000000","192030000000","192030000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","190000000000","189600000000","189000001561","188000000000","187850000000","187850000000","187850000000","187850000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187000000000","213000000000","227000000000","187000000000","184800000082","184800000000","184800000000","184800000000","184800000000","184800000000","184800000000","184800000000","184500000000","184500000000","184000000000","198000000000","198000000000","183000000000","183000000000","182600000000","182285714286","182000000000","182000000000","182000000000","182000000000","182000000000","181000000000","181000000000","181000000000","181000000000","180400000000","180400000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179900000000","179900000000","178200000000","178200000000","178200000000","178200000000","178000000000","178000000000","178000000000","178000000000","176460000000","176460000000","176460000000","176460000000","176460000000","176460000000","175430000000","173958000000","173800000000","173800000000","173000001123","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172000000000","171000000000","170300000000","170300000000","170000000000","170000000000","168751500001","168000000000","168000000000","168000000000","167200000000","166000000000","166000000000","166000000000","166000000000","165000000000","165000000000","165000000000","165000000000","165000000000","163059000000","163000001459","163000000000","163000000000","162000001500","162000000000","162000000000","161785714286","161785714286","161000001459","161000000000","161000000000","161000000000","160600000000","160600000000","160600000000","160600000000","160000000000","160000000000","159900001459","159000000000","159000000000","158600000000","158000000000","156000000000"],"12290503":["1212000000000","800000000000","499000000000","300000000000","248000000000","246000000000","240000000000","236000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","218000000000","205000000000","202000000000","202000000000","202000000000","200000000000","198950000000","198000000000","195000000000","192030000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","187795851709","184800000000","182000000000","182000000000","180000000000","180000000000","178200000000","168751500001","167000000000","162000000000","160000000000","160000000000","160000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","159000000000","158400000000","158100000000","158000000162","158000000085","158000000010","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","156000000000"],"12290504":["1000000000","0","1000000000","1000000000","1000000000000","800000000000","786000000000","499000000000","400000000000","350000000000","240000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","227000000000","202000000000","198000000000","194106000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","188145000000","183000000000","182000000000","182000000000","182000000000","181660500000","181000000000","180000000000","180000000000","180000000000","179900000000","178200000000","178000000000","173000000000","167200000000","167200000000","162000000000","162000000000","161000000000","160000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","157999999999","157000000000","157000000000","160000000000","157000000000","157000000000","157000000000","157000000000","156250000000","156250000000","156250000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","155000000000","155000000000","155000000000","153000000000","153000000000","152900000233","152000001561","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","151800000233","151000000000","151000000000","150516000000","150516000000","150000001459","150000000001","150000000001","150000000000","153000000000","153000000000","153000000000","153000000000","150000000000","150000000000","150000000000","534000000000","534000000000","159000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149490000000","149138847840","149138847840","149000000000","148526000001","148000001459","148000001459","148000000000","147735483000","147600001347","147600000000","147600000000","147600000000","147600000000","147600000000","147600000000","147600000000","147600000000","147600000000","147600000000","146400000000","146000000000","145880000000","145642000000","145552200000","145200000000","145000000000","144254994810","144100000000","144100000000","144000000000","144000000000","144000000000","144000000000","144000000000","143900000000","142000000000","142000000000","141900012919","141900000000","141000001459","141000000000","141000000000","141000000000","141000000000","140000000000","140000000000","140000000000","143000001123","140000000000","140000000000","139000000000","138600000000","138000000000","138000000000","138000000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000"],"12290505":["0","1459500000000","0","0","123000001123","0","3434200000000","3434200000000","3434200000000","1800000000076","1800000000000","1800000000000","1569000000000","1212000000000","1138420000000","1110000000000","1110000000000","1110000000000","1000000000000","921001800000","899000000000","899000000000","898999999999","500000000000","499000000000","401000000000","346000000000","346000000000","340000000000","270612348568","251000000000","250000000000","238614600000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","227000000000","239000000000","239000000000","220000000000","213600000000","206800000000","204000000000","202000000000","202000000000","202000000000","201000000000","200000000000","200000000000","200000000000","200000000000","198000000000","198000000000","197000000000","194267710000","191251700001","191251700001","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190300000000","190300000000","190000000000","190000000000","190000000000","190000000000","187500000000","187500000000","187500000000","187500000000","186000001561","186000000000","184500001684","183000000000","181000000001","181000000001","181000000000","181000000000","181000000000","181000000000","180700000000","180000000000","180000000000","180000000000","179900000000","178000000000","177000000000","176460000000","173100000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172000000000","172000000000","169000000000","169000000000","165000000000","164000000000","164000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","162000000000","161250000000","160000001500","160000000000","160000000000","160000000000","158000000000","158000000000","157000001561","157000000000","157000000000","157000000000","156250000000","156000000000","155000000000","155000000000","155000000000","153750000000","153000000000","152900000233","152000001561","151800000233","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","147084000001","146400000000","144000000000","141900000000","141900000000","141450000000","141450000000","141450000000","141000001459","141000000000","140800000000","140400000000","139000000000","139000000000","138000001459","138000001459","138000001459","138000000000","138000000000","138000000000","138000000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000"],"12290506":["1000000000","162000000000","1000000000","1242000000000","1212000000000","782000000000","365000000000","261000000000","242057235996","231400000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","215160075018","203626810001","202000000000","202000000000","201000000000","200000000000","198950000000","191251700001","191251700001","191251700001","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","187500000000","187500000000","180000000000","180000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172000000000","170000000001","168000000000","163800000000","163000000000","162000000000","162000000000","160000000000","158000000000","157000001459","157000000000","157000000000","156000000000","153000000000","153000000000","152142857143","152000000000","150000000000","146400000000","145000000000","144254994810","143910001287","140400001750","139200001750","138000001459","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137973000000","137500000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","136000001459","136000001459","136000001459","136000001459","136000001459","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","135464400000","135430000000","135300001235","135300001235","135300001235","135300001235","135300000000","135300000000","135300000000","135300000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","134930000000","134930000000","134930000000","134550001678","134550001678","134500000000","134200000000","134200000000","134200000000","134200000000","134200000000","134200000000","134200000000","134200000000","134182999999","134000001459","134000001459","134000001459","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","134000000000","133880000000","133500000000","133000001459","133000001459","133000001459","133000001459","133000001459","133000001459","133000001459","133000001459","133000001459","133000001459","133000001123","133000000000","133000000000","133000000000","133000000000","133000000000","133000000000","132870000000","132870000000","132000010000","132000001459","132000001459","132000001459","132000001459","132000001459","132000001459","132000001459"],"12290507":["0","1900000000000","0","10000000000","10000000000","2090141662141","1242000000000","1212000000000","999000000000","780000000000","272153975769","250000000000","250000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","224900000000","220000000000","220000000000","220000000000","201000000000","201000000000","200500000730","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","188100000000","187500000000","183000000000","181000000000","180000000000","180000000000","180000000000","179900000000","179900000000","178000000000","176460000000","175000000000","174000000000","173800000000","173800000000","173800000000","173000000000","172700000000","170000000000","168000000000","167000000088","167000000085","167000000085","167000000000","162000000000","162000000000","159900000000","157000000000","155000000000","152000000000","151000001459","151000001459","151000000000","151000000000","150000000000","147400000000","145000000000","140400000000","138000000000","138000000000","137000000000","137000000000","137000000000","137000000000","135300001235","135000000000","135000000000","134200000000","134000000000","134000000000","134000000000","133000001123","133000000000","132000001459","132000001459","132000001459","132000001459","132000001459","132000001459","132000001459","132000001459","132000001459","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","131701500000","131500000000","131500000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","130788682500","130430000000","130000001459","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","129600000000","129600000000","129215000729","129192900000","129192900000","129192900000","129192900000","129150000000","129150000000","129150000000","129150000000","129150000000","129150000000","129150000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000"],"12290508":["3569000000000","3111000000001","3111000000000","3111000000000","1354500000000","1333200000000","780000000000","778000000000","778000000000","778000000000","778000000000","778000000000","778000000000","778000000000","778000000000","778000000000","778000000000","776000000000","676500000000","500000000000","488840000000","400000000000","355000000000","309400000001","300000000000","280210200001","280000000000","280000000000","280000000000","259669026694","251000000000","250000000000","243100000000","243100000000","243100000000","241800000000","241800000000","241800000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","225000000000","224900000000","247000000000","220000000000","207645000000","206400000000","205000000000","203000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","198950000000","198950000000","198950000000","198950000000","198000000000","198000000000","195216000000","198861600000","192030000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190285714286","190000000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187000000000","185393500000","181650000000","181650000000","181650000000","181000000000","181000000000","181000000000","180000000000","180000000000","179900000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","178000000000","176460000000","176050161591","176000000000","175428573096","174000000000","173800015848","173800000000","173800000000","173800000000","173800000000","173000001561","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172000000000","172000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","170000000001","170000000000","170000000000","169000000000","168000000000","168000000000","168000000000","168000000000","168000000000","167000000000","167000000000","167000000000","166000000000","165000000000","165000000000","162000000000","162000000000","161000000000","160600000000","160000000000","158000000073","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","157000001459","157000000000","157000000000","157000000000","155817857143","155100000000","155000000000","155000000000","155000000000","157300000000","155100000000","155000000000","154000000000","154000000000","154000000000","153214286918","153000000000"],"12290509":["0","129215000729","0","400000000000","400000000000","340000000000","300000000000","250000000000","230000000000","230000000000","198950000000","198950000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","180000000000","180000000000","174000000000","173800000000","173800000000","173400000000","173000000000","170000000000","168000000000","162000000000","161000000000","160000000000","159900000000","158000000000","157000000000","154000000000","153000000000","152768000000","152000000000","154000000000","152000000000","151800000233","151800000233","151000001459","151000001459","151000000000","173000000000","151000000000","150700000233","150000001459","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","189000000000","150000000000","150000000000","149500000000","149000000000","146250000000","146000001459","146000001459","145200000000","141900000000","141000000000","141000000000","140000000000","140000000000","139973000000","139200001750","139200001750","139200001750","139200001750","139000001561","139000001561","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","138400000000","138000001459","138000001459","138000000000","138000000000","138000000000","138000000000","138000000000","137000001561","137000001536","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","136000000000","136000000000","135000001459","135000001459","135000001459","135000000000","135000000000","134930000000","134000000000","134000000000","134000000000","134000000000","133000001459","133000001459","133000001459","133000001459","133000000000","132000001459","132000001459","132000001459","132000001459","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","131000000000","131000000000","130319000000","130000000000","129215000729","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","134000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","129000000000","128799141300","128710000000","128710000000","128700000000","128430000000","128430000000","128430000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","127600001604","127600001604","127600001604"],"12290510":["1000000000","150000000000","1000000000","2117000000001","2117000000000","2117000000000","2117000000000","1227000000000","1212000000000","1212000000000","1200000000000","1110000000000","1110000000000","800000000000","774000000000","774000000000","774000000000","765000000000","519000000000","519000000000","515000000000","500000000000","500000000000","488400000000","420000000000","400000000000","333200000000","310000000001","310000000000","274895859375","251000000000","241100000000","238500000000","234000000000","234000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","224000000000","220000000000","215160075018","212160000000","212160000000","212160000000","206250000000","203000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","200000000000","200000000000","199410000000","198950000000","198950000000","198950000000","198950000000","198950000000","198150000000","198000000000","198000000000","198000000000","192030000000","192030000000","192030000000","192030000000","192030000000","192030000000","192030000000","192030000000","192030000000","192030000000","192030000000","192030000000","192000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","190000000000","187500000000","187500000000","187500000000","186000000000","183700000000","182000000000","182000000000","181650000000","181650000000","181650000000","181000000000","180000000001","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179800002261","179300000000","177100000000","176868000000","176460000000","176460000000","175500000000","175500000000","175500000000","175500000000","175000000000","173800000000","173800000000","173800000000","173800000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172000000000","172000000000","171000000000","171000000000","171000000000","171000000000","170000000001","170000000000","170000000000","170000000000","170000000000","169000000000","169000000000","169000000000","168000000000","168000000000","168000000000","168000000000","168000000000","168000000000","168000000000","167000000000","167000000000","167000000000","167000000000","167000000000","167000000000","166000001459","166000000000","165020000000","165000000000","165000000000","165000000000","163000000000","163000000000","162000000000","162000000000","162000000000","162000000000","162000000000","160000000000","160000000000","160000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","157600001605","157000001459","157000000000","157000000000","156250000000","156250000000","156000000000","156000000000","155100000000","155100000000","155100000000","155100000000","154080000000","154000000000","153000000000","153000000000","152900000000","177100000000","173800000000","188000000000","152000000000","152000000000","152000000000","151800000233","151800000233","151800000000","150516000000","150516000000","150000000000","150000000000","150000000000","150000000000"],"12290511":["181000000000","1000000000","1212000000000","1212000000000","1212000000000","774000000000","772000000000","772000000000","770000000000","346000000000","300000000000","250000000000","230000000000","213696408357","202501800001","191000000000","190000000000","187500000000","187000000000","183300000000","182000000000","181000000000","181000000000","181000000000","181000000000","180001600001","180000000000","180000000000","175500000000","173800000000","173800000000","170000000001","170000000000","168000000000","168000000000","165000000000","164118285000","162000000000","160000000000","157000000000","157000000000","157000000000","157000000000","156250000000","155100000000","155000000000","155000000000","153000000000","152000000000","152000000000","152000000000","151000000000","151000000000","151000000000","151000000000","150000000045","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149000000000","149000000000","146785715849","146000001459","146000001459","146000000000","145000000000","145000000000","144642857143","144000000000","144000000000","144000000000","142000000000","141000001459","141000000000","141000000000","141000000000","141000000000","141000000000","140400000000","140400000000","140000001459","140000000000","140000000000","140000000000","140000000000","139200001750","139200001750","139200001750","139200001750","139000000000","139000000000","138000001459","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","137000000000","137000000000","137000000000","136000000000","136000000000","136000000000","136000000000","136000000000","135000001459","135000001459","135000001459","135000000000","135000000000","135000000000","134000000000","134000000000","134000000000","133100000000","133000001459","133000001459","133000001459","133000001459","133000001459","133000000000","132015900000","132015900000","132000010000","132000001459","132000001459","132000001459","132000001459","132000001459","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","131100000000","131000000000","131000000000","131000000000","130880000000","130000001459","130000000000","130000000000","129920001634","129687123005","129280000000","129215000729","129000001561","129000001561","129000000000","129000000000","129000000000","129000000000","128910200001","128700000000","128700000000","128700000000","128700000000","128700000000","128000001459","128000000001","128000000001","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","127738349315","127600001605","127600001604","127600001604","128700000000","127600001604","127600001604","127600001604","127600001604","127600001604","127600001604","127600001604","127600001604","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","126500000000","126500000000","126500000000","126500000000","126500000000","126430000000","126360000000","126000001459","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000"],"12290512":["0","300000000000","0","10000000000","10000000000","10000000000","2116000001460","2116000001459","2116000001459","2116000001459","1242000000000","1000000000000","770000000000","765000000000","700000000000","555000000000","500000000000","500000000000","500000000000","488840000000","488840000000","422000000000","333000000000","300000000000","300000000000","300000000000","275000000000","251000000000","250000000000","247000000000","220000000000","213545473287","212000001667","204624000000","204300000000","203448000000","202000000000","202000000000","202000000000","202000000000","199530551221","199299100000","199281000093","199281000000","198950000000","198950000000","198000000000","198000000000","193000001561","193000000000","202000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","189200000000","187500000000","187500000000","186205714286","186000000000","183150000000","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","178000000000","178000000000","177000000000","175000000000","175000000000","174000000000","173400000000","173000000000","173000000000","173000000000","172500000000","172500000000","170000000000","170000000000","170000000000","170000000000","167000000000","167000000000","166157189813","166157189813","163000000000","163000000000","160000000001","159900000000","158000000000","156250000000","155100000000","155100000000","155100000000","155100000000","155100000000","155000000000","155000000000","154000000000","152000000000","151000005601","151000000000","151000000000","150500000000","150000000000","150000000000","150000000000","149500000000","147000000000","146250000000","145000000000","144000000000","142000001459","141912873160","141000000000","141000000000","141000000000","140000000000","140000000000","140000000000","139200001750","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","138000000000","138000000000","137000000000","137000000000","137000000000","137000000000","137000000000","136000000000","135000001561","134000000000","134000000000","132000000233","131000000000","131000000000","130000000000","130000000000","129000000000","128700000000","128000000000","127600001604","127600001604","127600001604","127000000000","127000000000","127000000000","127000000000","127000000000","126500000000","126500000000","126500000000","126500000000","126500000000","126360000000","126000001459","126000001459","126000001459","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","125660000000","125660000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","149000000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","124000001459"],"12290513":["0","2569000000000","0","1212000000000","1212000000000","1212000000000","1212000000000","1000000000000","766000000000","488840000000","444000000000","277200000000","275000000000","275000000000","251000000000","250000000000","230000000000","230000000000","230000000000","230000000000","227000000000","222001500000","202000000000","202000000000","202000000000","200000000000","200000000000","200000000000","199999999999","198950000000","198950000000","198950000000","198000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190300000000","187500000000","187500000000","181000000000","180000000000","180000000000","180000000000","180000000000","178000000000","176460000000","176460000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172500000000","172500000000","172500000000","172000000000","170000000000","170000000000","163000000000","158000000000","158000000000","158000000000","157000000000","156000000000","155817857143","155100000000","155100000000","155000000000","152000000000","152000000000","151000000000","150000000000","150000000000","149500000000","148000000000","147000000000","146000000000","145500001415","144000000000","144000000000","143000000016","143000000000","143000000000","143000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","139000001459","139000001459","139000000000","138000001561","138000000000","138000000000","138000000000","138000000000","137000000000","137000000000","136000000000","136000000000","136000000000","135300000000","135000001561","135000000000","134000000000","133100000000","163900000000","170610000000","164010000000","163900000000","131000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","128000001459","128000000000","127600002839","127600001604","127600001604","127600001604","127000000000","127000000000","126500000000","126500000000","126500000000","126250001474","126000001459","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125430000000","125000001123","125000000000","125000000000","125000000000","124000001459","124000000000","124000000000","124000000000"],"12290514":["116000001459","0","1212000000000","1110000000000","1110000000000","764000000000","700000000000","666900000000","601877250000","355000000000","350000000000","320000000000","300000000000","250000000000","249600000000","231000000000","230000000000","230000000000","202000000000","200000000000","198950000000","198950000000","198150000001","198150000000","198150000000","198000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","188500000000","188500000000","188500000000","187500000000","182000000000","181650000000","180000000000","180000000000","178000000000","175428573096","175000000000","173000000000","173000000000","172500000000","172000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169000000000","169000000000","166750000000","164000000000","163900000000","163900000000","163000000000","161000000000","159000000000","158000000000","158000000000","158000000000","157000000000","155100000000","155100000000","155000000000","152000000000","152000000000","152000000000","152000000000","151800000233","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","151000000000","150000000000","149000001459","149000001459","149000001459","145000000000","145000000000","168085000000","168085000000","168085000000","168085000000","301000000000","301000000000","301000000000","301000000000","301000000000","301000000000","144000000000","144000000000","142000000000","141000000000","139000001459","139000001459","139000001459","139000000000","139000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","136000000000","133000000000","132250000000","132250000000","132000001459","131000000000","131000000000","131000000000","130000000000","129000000000","129000000000","128000001459","127600001605","127000001561","127000000000","126500000000","126500000000","126500000000","126500000000","126500000000","126500000000","126000000000","126000000000","125000001459","125000000000","157000000000","130638000000","125000000000","125000000000","124430000000","124000001459","142000001459","124000001459","124000001459","124000001459","124000001459","124000001459","124000001459","124000001123","124000000000","127000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123500000000","123500000000","123000001347","123000001347","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000001123","123000000000","123000000000"],"12290515":["1212000000000","1212000000000","1000000000000","1000000000000","1000000000000","1000000000000","762000000000","762000000000","760000000000","759192310000","516000000003","511000000001","511000000000","511000000000","511000000000","444400000000","444400000000","444400000000","444000000000","444000000000","399378550001","301000000000","300000000000","300000000000","251000000000","251000000000","251000000000","250000000000","248300000000","237900000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","221000000000","220000000000","206000000000","202653310091","202000000000","202000000000","202000000000","202000000000","202000000000","202000000000","200000000000","200000000000","200000000000","200000000000","198950000000","198950000000","198950000000","198950000000","198950000000","198000000000","198000000000","198000000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","190000000000","190000000000","188955000000","188955000000","188955000000","188500000000","188500000000","188500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","181000000000","180001600001","180000000000","180000000000","180000000000","178000000000","178000000000","178000000000","177000000001","176460000000","176460000000","175000000000","173400000000","173000000000","173000000000","173000000000","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000001","172000000000","171000000000","170000000000","170000000000","170000000000","164000000000","164000000000","164000000000","163000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161200000000","161200000000","161200000000","161200000000","160000000000","160000000000","158000000000","158000000000","157000000000","156600001969","156250000000","155100000000","155100000000","154000000000","152000000000","152000000000","151000000000","151000000000","150700000233","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149500000000","149000000000","149000000000","149000000000","149000000000","149000000000","148200000000","148000000000","147822841163","145714287278","145000001823","144000000000","143750000000","143750000000","143000000000","142000000000","142000000000","142000000000","141570000000","167000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","140000000001","140000000000","140000000000","140000000000","140000000000","140000000000","139000001561","139000000000","139000000000","138000000000","138000000000","137000000000","137000000000","137000000000","137000000000","136000000000","135000000000","135000000000","135000000000","134015900000","133000000000","132000000233","132000000000"],"12290516":["10000000000","2569000000001","2569000000000","2569000000000","2569000000000","1611000000000","1212000000000","1212000000000","1000000000000","1000000000000","1000000000000","500000000000","320000000000","241800000000","241800000000","241800000000","241800000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","202000000000","202000000000","200000000000","200000000000","197800000001","197800000001","197800000001","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","190000000000","191000000000","187500000000","187500000000","185000000000","180000000000","180000000000","180000000000","178000000000","176460000000","173100000000","173000000000","173000000000","171000000000","170000000000","170000000000","166000000000","163900000000","162000000000","161700000000","161200000000","160000000000","159600000000","159000000000","159000000000","158000000000","157000000000","155100000000","155100000000","152000000000","150000000000","150000000000","150000000000","149000000000","146000000000","145000000000","145000000000","139000001561","139000000000","137000000000","136800000000","136800000000","136800000000","136000000000","136000000000","136000000000","132250000000","132250000000","132000001459","132000001459","132000000000","132000000000","132000000000","131100000000","131100000000","131100000000","131100000000","131100000000","131000000000","131000000000","131000000000","131000000000","130500001642","130000000000","130000000000","130000000000","130000000000","130000000000","129000000000","129000000000","129000000000","128700000000","128700000000","128000001459","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","127600001605","127600001605","127600001604","127600001604","127600001604","127600001604","127000001561","127000000000","127000000000","127000000000","126500000000","126500000000","126500000000","126500000000","126500000000","126500000000","126000001459","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","125600000000","125400000000","125400000000","125400000000","125400000000","125240000000","125000001459","125000001459","125000001459","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","124900000233","124000001459","124000001459","124000001459","124000001459","124000000000","124000000000","124000000000","123900000233","123000001459","123000001459","123000001123","123000001123","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","122850000000"],"12290517":["10000000000","10000000000","1227000000000","1212000000000","1212000000000","1200000000000","1000000000000","754000000000","754000000000","754000000000","700000000000","622001160499","600000000000","600000000000","599999999999","444400000000","444000000000","444000000000","411000000001","411000000000","411000000000","411000000000","324800004085","301000000000","251000000000","250000000000","250000000000","249777600000","232000002918","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","221000000000","213200000000","209300000000","235300000000","235300000000","235300000000","213200000000","213200000000","213200000000","213200000000","213200000000","213200000000","213200000000","235300000000","235300000000","248300000000","248300000000","248300000000","205400000000","202000000000","202000000000","202000000000","202000000000","202000000000","200000000000","200000000000","200000000000","198950000000","198950000000","198950000000","198000000000","194000000000","193000000000","192030000000","192030000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","187500000000","181650000000","181650000000","181000000000","181000000000","180000000000","180000000000","180000000000","178200000000","178200000000","176460000000","176460000000","176460000000","176460000000","176250000000","175000000000","174000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","171000000000","174000000000","171000000000","170000000000","170000000000","170000000000","166100000000","166100000000","164000000000","163900000000","161200000000","161000000000","161000000000","160000000000","160000000000","159000000000","158000000000","158000000000","158000000000","157000000000","157000000000","157000000000","156342000093","156250000000","155100000000","155100000000","155100000000","155000000000","155000000000","155000000000","155000000000","155000000000","154200000000","152000000000","152000000000","152000000000","152000000000","151000000000","151000000000","150700000233","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149500000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148500000000","148000000000","148000000000","147000000000","146000001459","146000000000","146000000000","146000000000","146000000000","145714287278","145200000000","145000000000","144000000000","143000000000","143000000000","142000000000","142000000000","141000000000","141000000000","141000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","139230000000","139200001750","139200001750","139200001750","139000000000","139000000000","138726000000","138000000000","137000000000","137000000000","136800000000","136000001459","136000000000","136000000000","136000000000","135000000000","133400001677","133000000000","133000000000","132000001459","132000001459","132000000000","132000000000","131000000000","131000000000","130000000000","130000000000","130000000000","130000000000","129000000000","129000000000","129000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","127600001604"],"12290518":["1000000000","135000000000","1000000000","250000000000","250000000000","250000000000","250000000000","248300000000","247000000000","247000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","220000000000","202000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","185900000000","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","175440000001","174000000000","163000000000","159000000000","158000000000","158000000000","155100000000","151000000000","150800001896","150000000000","150000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","143000000000","142000000000","142000000000","140000000000","139150000000","138000000000","138000000000","138000000000","137000000000","136000000000","132000001459","129000000000","128000000000","128000000000","128000000000","128000000000","128000000000","127600001604","127600001604","127600001604","127600001604","127600001604","127000000000","127000000000","127000000000","126500000000","126500000000","126500000000","126500000000","126500000000","126500000000","126000000000","126000000000","126000000000","165000000000","126000000000","126000000000","126000000000","126000000000","125660000000","125400000000","125048001140","125000001561","125000001561","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","124230000000","124000001459","124000001459","124000001459","124000001459","124000001459","124000001459","124000001459","124000000000","124000000000","124000000000","124000000000","123900000233","123000001459","123000001459","123000001347","123000000000","123000000000","123000000000","123000000000","122820000000","122500000000","122215000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","131000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","122000000000","121667100000","121571121466","121325000000","121325000000","121325000000","121325000000","121325000000","121325000000","121325000000","121325000000","121215000729","121215000729","121215000729","121215000729","121000001459","121000000000","121000000000","120750000000","120510000000","120000000000","120000000000"],"12290519":["2569000000001","2569000000000","2569000000000","2569000000000","752000000000","676000100001","676000100000","676000000000","500000000000","305250000000","264000000000","260000000000","250900000000","250000000000","247000000000","247000000000","232000002918","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","222000000000","222000000000","222000000000","208000000000","202000000000","202000000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198000000000","193000001561","192030000000","192030000000","192030000000","192030000000","192030000000","192030000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","189000000000","187500000000","187500000000","187500000000","187500000000","179750000001","179750000000","179750000000","173000000000","172700000000","226000001459","233000001459","171000000000","195000000000","170000000000","169290000000","166100000000","164251460000","164000000000","163000000000","161000000000","158000000000","158000000000","156250000000","155100000000","155100000000","155100000000","155000000000","155000000000","152000000000","152000000000","152000000000","152000000000","151000000000","150000000000","149000000000","145200000000","145200000000","145200000000","145000001823","145000001823","145000000000","145000000000","141000000000","140000000000","139276500093","139000000000","137625001718","137000000000","137000000000","136000000000","136000000000","135643200000","133766100000","132000000000","132000000000","131000000000","131000000000","131000000000","131000000000","130000000000","130000000000","129000000000","128700000000","128000000000","128000000000","128000000000","127600001605","127600001604","127000001561","127000000000","127000000000","127000000000","126500000000","126500000000","126500000000","126280000000","126000001459","126000000000","126000000000","126000000000","126000000000","126000000000","125664000000","125100000000","125048000000","125047999999","125000000000","124000001561","124000001459","124000001459","124000000000","124000000000","124000000000","124000000000","124000000000","123000001459","120510000000","120510000000","120510000000","120510000000","120510000000","120510000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","120000000000","119790000000","119480001502","119480001502","119480001502","119310000000","119000001459","119000001459","119000001459","119000001459","119000001123","119000000000","119000000000","125000000000","119000000000","119000000000","119000000000","119000000000","118800000000","118450000000","118450000000","118000000000","135000000000","118000000000","118000000000","118000000000","118000000000","117160000000","117000001459","117000001459","117000001459","117000001459","117000001459","117000001347","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000","117000000000"],"12290520":["1200000000000","752000000000","752000000000","752000000000","752000000000","750000000000","750000000000","555000000000","445000000000","301000000000","301000000000","300000000000","255200003208","255000000060","255000000000","255000000000","251000000000","251000000000","250000000000","250000000000","250000000000","250000000000","240000000000","234588000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","215000000000","213265000000","213265000000","213265000000","213265000000","202000000000","198950000000","198950000000","198950000000","198950000000","198950000000","195559385514","195559385514","193000000000","193000000000","193000000000","191740000000","191740000000","191740000000","191740000000","191740000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190350000000","189000000000","187500000000","187500000000","183000000000","181500000000","180000000000","178000000000","176460000000","176460000000","175500000000","175000000000","173010000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","170000100001","170000000000","170000000000","168000000000","166100000000","166100000000","166000001459","167000000000","220000000000","165150000093","165000000000","165000000000","163500000000","163000000000","162000000000","162000000000","162000000000","160000000000","159000000000","159000000000","158000000000","156250000000","156000000000","156000000000","155727000000","167000000000","165000000000","155100000233","155100000000","155000000000","155000000000","152100000000","152000000000","152000000000","151000000000","150800000000","150800000000","150800000000","150700000233","150700000000","150000000000","150000000000","150000000000","150000000000","150000000000","149000000000","148000000000","147000000000","146250000000","146000001459","145200000000","145200000000","145200000000","145000001823","145000001823","145000000000","145000000000","144000001561","144000000000","143000000000","143000000000","143000000000","142000000000","142000000000","142000000000","141570000001","141000000000","141000000000","141000000000","140400000000","140000000000","140000000000","140000000000","139200001750","140400000000","140400000000","140400000000","139100000000","139000000000","137500000000","136000000000","135000000000","132000000000","131000000000","131000000000","131000000000","130000000000","130000000000","130000000000","128817000000","128700000000","128700000000","128700000000","128700000000","128000000000","128000000000","128000000000","128000000000","127600001605","132000001459","127600001604","127600001604","127600001604","127600001604","127600001604","127000000000","127000000000","127000000000","127000000000","127000000000","126430000000","126000000000","126000000000","126000000000","125400000000","125400000000","125400000000","125400000000","125400000000","125400000000","125400000000","125400000000","125000001561","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","123900000233","123900000233","123900000233","123900000233","123000000000"],"12290521":["0","137000000000","0","1551000000000","1212000000000","1212000000000","445000000000","322001167198","300000000000","300000000000","299999999999","255600000000","251000000000","251000000000","251000000000","250000000000","250000000000","250000000000","233000000000","233000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","202000000000","202000000000","202000000000","201700000000","201300000000","199000000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","195559385514","195000000000","193000000000","193000000000","192030000000","192030000000","192000000000","191740000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","187500000000","187500000000","185000000000","185000000000","183000000000","181650000000","181650000000","181650000000","181650000000","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179000000000","178000000000","178000000000","176460000000","176460000000","176460000000","176460000000","175428573096","175000000000","175000000000","175000000000","173800000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","166000000000","165186258515","164000000000","162000001459","162000001459","162000001459","162000001459","162000000000","160000000000","159000000000","158000000000","156450000000","156250000000","155100000000","155000000000","154000000000","154000000000","152900000233","152000000000","152000000000","152000000000","150837000093","150837000000","150800000000","150800000000","150800000000","150800000000","150000000000","150000000000","150000000000","1212000000000","150000000000","149912871701","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148000001459","147000000000","145200000000","145200000000","145200000000","145000000000","145000000000","144000001561","143000000000","142000000000","142000000000","142000000000","141570000001","141570000001","141000000000","140400000000","140400000000","140000000000","139000001459","138000000000","138000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","136000000000","135000000000","132000000000","131039126400","131000000000","131000000000","131000000000","131000000000","130000000000","130000000000","129000000000","129000000000","128700000000","128700000000","128700000000","128700000000","128700000000","128700000000","128700000000","128700000000","128700000000","128280000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","127000000000","126000000000"],"12290522":["1242000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1200000000000","1110000000000","1110000000000","1110000000000","1110000000000","1000000000000","900000000000","771000627960","769000000001","769000000000","769000000000","769000000000","744000000000","740000000000","740000000000","736000000000","736000000000","734000000000","520000000000","511000000000","504000000000","426700000000","400000000000","400000000000","367965000001","350000000000","346000000000","333210200002","333210200001","333000000000","333000000000","333000000000","320000000000","320000000000","310000000000","300000000000","300000000000","300000000000","299200000000","260000000000","251000000000","251000000000","251000000000","251000000000","247000000000","240000000000","240000000000","234000000000","234000000000","248300000000","248300000000","248300000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","224000000000","223500000000","222000000064","222000000000","222000000000","222000000000","222000000000","221999999999","221000000000","221000000000","221000000000","221000000000","221000000000","221000000000","231400000000","231400000000","231400000000","235300000000","235300000000","235300000000","234000000000","234000000000","234000000000","223600000000","223600000000","223600000000","223600000000","235300000000","235300000000","235300000000","235300000000","220000000000","216000000000","216000000000","216000000000","213265000000","213265000000","213000000000","210000000000","205000000000","205000000000","205000000000","204107879453","203571428571","203448000000","203448000000","202503600017","202501800001","202501800001","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","199000000000","198950000000","198950000000","198950000000","198950000000","198950000000","198950000000","198000000000","196767562500","195000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","192000000000","192000000000","228000000000","228000000000","228000000000","228000000000","191400000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000"],"12290523":["0","120000000000","0","10000000000","10000000000","10000000000","10000000000","10000000000","1212000000000","1212000000000","1000000000000","732000000000","444400000000","315070000000","273676500000","270000000000","251000000000","251000000000","250900000000","250000000000","235000000000","235000000000","238000000000","230000000000","221000000000","218000000000","218000000000","218000000000","216000000000","212300000000","205700000000","205700000000","205000000000","203000000000","200100000000","200100000000","200100000000","200100000000","200000000000","200000000000","199000000000","198950000000","198950000000","194000000000","194000000000","193140000000","193140000000","193140000000","193140000000","193140000000","193140000000","193140000000","193140000000","193140000000","193140000000","193140000000","193140000000","193140000000","193000001561","193000000000","193000000000","193000000000","193000000000","193000000000","192030000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191000000001","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","192000000000","192000000000","192000000000","192000000000","191000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","190000000000","188000000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187000000000","187000000000","187000000000","185952451729","185912871701","183000000000","183000000000","183000000000","182000000000","181650000000","181650000000","181650000000","181650000000","182700000000","182700000000","182700000000","182700000000","182700000000","181650000000","181650000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","184500000000","184500000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","178000001561","178000001561","178000001561","178000000000","178000000000","178000000000","177000000000","177000000000","177000000000","176571428572","176571428571","176460000000","176460000000","176460000000","176460000000","176460000000","176460000000","176460000000","176460000000","176460000000","176460000000","176000000000","175500000000","175440000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","174600000875","174600000875","174600000875","174590000001","174000000000","174000000000","173750000000","173750000000","173750000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000"],"12290524":["0","169000000001","0","1242000000000","1242000000000","1212000000000","1212000000000","1200000000000","728000000000","728000000000","724000000000","724000000000","722000000000","722000000000","722000000000","700000000000","569042683976","520000000000","519000000001","469000000000","469000000000","469000000000","444000000000","411000000000","352000000000","348000000000","302000000001","300000000001","278442450023","257000000000","251000000000","251000000000","243100000000","241738672520","241738672520","238000000000","239000000000","239000000000","239000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","222000000062","222000000000","222000000000","222000000000","220000000001","218000000000","214876910001","206232379394","205700000000","205700000000","205700000000","205700000000","205000000000","204804600001","202400000000","200100000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","199000000000","199000000000","198950000000","196426746985","196426746985","196000000000","196000000000","196000000000","195000000000","195000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","193000000000","193000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191000000001","191000000001","191000000001","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","194000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","194000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","189750000000","189500000000","189000000000","189000000000","188000000000","188000000000","188000000000","187740000000","187500000000","187500000000","187500000000","187500000000","187000000000","187000000000","186000000000","186000000000","185000000000","185000000000","185000000000","184800000000","184800000000","183000000000","183000000000","182000001459","182000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","178000000000","176460000000","177480000000","177480000000","179520000000","176460000000","176460000000","176000000000","176000000000","176000000000","176000000000","176000000000","176000000000","176000000000","176000000000","176000000000","176000000000","175500000000","175000000000","175000000000","174960000087","174100000000","174000000000","173000000000","174000000000","174000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172000000000","172000000000","171350460345","171000001459","171000001459","171000001459","171000001459","171000000000"],"12290525":["145000000000","0","1242000000000","1215000000000","360000000000","263000000000","250000000000","231000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","208000000000","200000000000","200000000000","195000000000","195000000000","195000000000","195000000000","195000000000","194000000000","193000000000","191000000001","191000000001","187500000000","184000000000","182600000000","180000000000","179520000000","175500000000","173800000000","172000000000","180000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","170500000000","170500000000","170500000000","170500000000","170000000000","190000000000","190000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169000000000","169000000000","169000000000","168300000000","168000001561","168000000000","168000000000","168000000000","168000000000","168000000000","168000000000","167100000000","167000000000","166100000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","165000000000","165000000000","165000000000","164500000000","164370000000","164000001459","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","202500000000","164000000000","163900000000","163500000000","163000000000","163000000000","163000000000","162800000000","200000000000","162000001459","162000001459","162000001459","162000001459","162000001459","162000001459","162000001459","162000001459","162000001459","162000001459","162000001459","162000001459","162000000000","162000000000","162000000000","162000000000","162000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","160000000000","159900000000","159900000000","159375000000","159375000000","159000000000","158100000000","158000000085","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","158000000000","157100000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","156700000000","156250000000","156250000000","156250000000","156000000000","156000000000","155624547606","155100000000"],"12290526":["700000000000","228000000000","192000000000","182000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","176000000000","170000000000","168000000000","156100000000","156000000000","156000000000","156000000000","159000000000","159000000000","159000000000","159000000000","156000000000","156000000000","156000000000","155727000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","153900000233","153214285715","153214285715","153000001459","153000001459","153000001459","153000000000","153000000000","153000000000","153000000000","153000000000","153000000000","153000000000","153000000000","153000000000","153000000000","153000000000","153000000000","153000000000","153000000000","153000000000","152900000233","152865000000","158000000000","158000000000","180000000000","180000000000","152800000000","152100000000","152100000000","152100000000","152100000000","152100000000","152100000000","152100000000","152100000000","152000001459","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","152000000000","151100000000","151000000000","151000000000","151000000000","150800000000","150800000000","150800000000","150800000000","150800000000","150700000233","150700000233","150700000233","150700000000","150000000001","150000000001","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","161000000000","161000000000","152000000000","152000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149000000000","149000000000","148200000000","148000000000","148000000000","148000000000","148000000000","148000000000","147600001604","147000000000","231000000000","147000000000","147000000000","146785714286","146785714286","146000001459","146000001459","145200000000","145200000000","145200000000","145200000000","145200000000","145200000000","145200000000","145200000000","145044001489","145000001823","145000001823","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","144642857142","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","143000000000","142000000000","142000000000","141900000000"],"12290527":["0","120000000000","0","1230146931398","1230146931360","1212189314925","720000000000","718000000000","718000000000","600000000000","469000000001","469000000000","469000000000","469000000000","444400000000","432000000000","348000000000","311000000000","250000000000","247044000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","223391858358","222000000000","211200019245","209000000000","206232379394","206232379394","205700000000","205700000000","205700000000","204759395282","202929000000","202929000000","199000000000","198950000000","198950000000","198950000000","198000000000","197114749145","196000000000","195000000000","195000000000","195000000000","194253789926","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","193000001561","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191000000001","191000000001","191000000000","191000000000","190000000000","189000000000","187500000000","187000000000","187000000000","187000000000","186000000000","185000000000","185000000000","184500000000","184500000000","184500000000","183700000000","182700000000","181000000000","181000000000","180400000000","180400000000","180000000000","180000000000","180000000000","180000000000","180000000000","179178937501","179178937501","177000000000","177000000000","176460000000","176000000000","175000000000","174000000000","174000000000","172700000000","172000000000","169000000000","168000001561","168000000000","168000000000","167000000000","166361100093","166361100000","166000000000","165200000000","165000000000","165000000000","165000000000","164000001459","164000001459","164000000000","164000000000","164000000000","164000000000","163000000000","161000001459","161000000000","159375000000","159000000000","158000000000","157999999999","157250000000","157000000000","156250000000","155100000000","155000001459","155000001459","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","154000000000","153900000000","152000000000","150700000233","149000000000","148500000000","148335200001","147600000000","146908900001","145500000000","145000000000","144000000000","144000000000","144000000000","143000000000","143000000000","160000000000","200000000000","190000000000","143000000000","156000000000","143000000000","142630000000","142000000000","141900000000","173800000000","173800000000","141634944816","141000000000","141000000000","141000000000","141000000000","141000000000","172000000000","141000000000","141000000000","141000000000","141000000000","141000000000","140800000000","140420000000","140400000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","139700000000","139700000000","139100000000","139000000000","139000000000","139000000000","139000000000","139000000000","138000000000","138000000000","138000000000","138000000000","138000000000","138000000000","141450000000","138000000000","138000000000","137500000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","136000000000","136000000000","136000000000","135000000000"],"12290528":["1215000000000","1200000000000","1000000000000","1000000000000","718000000000","714000000000","500000000000","444400000000","444400000000","444000000000","400000000000","348000000000","320100029126","291000000001","291000000001","291000000000","291000000000","258432142918","251000000000","250900000000","250900000000","246000000000","246000000000","230000000000","230000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","222000000000","221000000000","221000000000","221000000000","215000000000","214876910001","213000000000","209100000000","207900000000","206745714335","206745714335","205700000000","205000000000","205000000000","204000000000","200000000000","200000000000","200000000000","199410000000","199410000000","199410000000","199000000000","199000000000","199000000000","197114749145","197000000000","196000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","195000000000","194000001561","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","193000001561","192000000000","192000000000","192000000000","192000000000","192000000000","195000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191000000001","191000000001","191000000001","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","195000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190500000000","190000000000","190000000000","190000000000","189000000000","189000000000","188000000000","188000000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187000000000","187000000000","187000000000","187000000000","186250000000","185000000000","184500000000","184500000000","184500000000","183000000000","183000000000","182070000000","182000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","180400000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179989200000","179000000000","179000000000","179460000000","177480000000","177480000000","177480000000","177480000000","176460000000","176460000000","176460000000","176000000000","176000000000","175000000000","174000000000","174000000000","174000000000","174000000000","174000000000","174000000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173400000000","173000000000","172000000000","172000000000","172000000000","171299700000","171000001459","171000001459","171000000000","170800000000","170000000001","170000000000","170000000000","168085000000","168000001561","167000000000","167000000000","167000000000","167000000000","167000000000","166000000000","166000000000","166000000000","250000000000","300000000000","166000000000","166000000000","165000000000","165000000000","165000000000","164000001561","163000000000","163000000000","162000000000","161000001459","161000001459","158000000000"],"12290529":["469000000001","469000000000","469000000000","469000000000","255000000000","241000000000","241000000000","228000000000","228000000000","228000000000","200000000000","191000000000","191000000000","181000000000","180000000000","176868000000","171000000000","167000000000","167000000000","165000001561","171000001459","163000000000","162000000000","162000000000","160000000000","160000000000","159900000000","158000000000","157000000000","156000000000","156000000000","156000000000","156000000000","156000000000","155100000000","155000001459","155000001459","155000001459","155000000000","155000000000","155000000000","154000001459","154000001459","154000001459","154000001459","154000000000","154000000000","153600000000","153000001459","153000001459","153000000000","153000000000","152100000000","159900000000","152000000000","153000000000","150700000233","150000000000","150000000000","146900000000","146900000000","145714287278","145000000000","145000000000","144000000000","144000000000","143000000000","138000000000","138000000000","137000000000","137000000000","137000000000","136000000000","135300000000","135300000000","135300000000","135300000000","135300000000","135300000000","135300000000","135300000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","134399104000","134200000000","134200000000","134200000000","134200000000","133100001605","133100000000","133100000000","133100000000","133100000000","133000001459","133000001347","133000000000","133000000000","132249999999","132000001459","132000001347","132000000233","145000000000","132000000000","135300000000","135300000000","135300000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000"],"12290530":["0","117000000000","0","1212000000000","1000000000000","712000000000","276205714285","255000000000","251000000000","247800000466","230000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","221000000000","213000000000","211000000000","200000000000","200000000000","200000000000","198000000000","197000000000","221000000000","194250000000","194000001561","194000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","191000000001","191000000001","191000000001","191000000001","191000000000","191000000000","191000000000","188000000000","188000000000","188000000000","188000000000","187500000000","187500000000","187344423013","184500000000","185850000000","184000000000","183000000000","183000000000","181000000000","181000000000","181000000000","180400000000","180400000000","180000000000","178400000000","176571428571","176250000000","176000000000","175000000000","175000000000","175000000000","175000000000","173450000000","173400000000","173000000000","173000000000","171600000000","171600000000","171000001459","170000000000","170000000000","169000000000","168085000000","168000000000","167000000000","165000001561","165000001561","165000001561","165000000000","165000000000","163000000000","163000000000","162000000000","162000000000","162000000000","162000000000","161000001459","161000001459","160000000000","155000000000","168000000000","194000000000","154000001459","154000001459","154000000000","154000000000","154000000000","154000000000","153000000000","153000000000","151000000000","151000000000","151000000000","150000000000","150000000000","148680000279","148680000279","148680000279","148000000000","146785714286","145000000000","143900000233","142834012944","142485000267","141450000000","141450000000","142485000268","140000000000","140000000000","139000000000","139000000000","139000000000","137300000000","136290000256","136000000000","135000000000","135000000000","133100000000","133000001459","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","131000000000","130000000000","130000000000","130000000000","130000000000","130000000000","130000000000","129000000000","129000000000"],"12290531":["0","222000000000","0","710000000000","504000000000","370000000000","282000001459","269108623212","268620024439","254137200000","251000000000","245700000000","244476652891","239850000000","235000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","225000000000","223864555000","222000000000","215000000000","205000000000","202070000073","202070000070","201250000000","200000000000","199410000000","195000000000","195000000000","195000000000","195000000000","193794900001","193794900001","193794900001","193794900001","193794900001","193794900001","193794900001","193794900001","193794900001","193794900001","193000001561","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192500000000","192500000000","191000000000","191000000000","190000000000","188000000000","187500000000","187000000000","187000000000","186000000000","183319500001","183319500001","183319500001","183319500001","183000000000","183000000000","182700000000","181000000000","180400000000","180000000000","179590000001","179590000001","179590000001","177000000000","176868000000","176590000001","176590000001","175000000000","175000000000","174590000001","174590000001","174590000001","171600000000","171600000000","170000000001","169000000000","168000000000","167000000000","167000000000","164000001459","164000000000","164000000000","164000000000","163000000000","160715930211","159000000000","156250000000","156000000000","155000000000","155000000000","152000000000","151000000000","148680000279","148000000000","147600000000","147000000000","147000000000","146000000000","146000000000","145000000000","145000000000","142485000268","142485000268","141000000000","139827000000","136290000256","136000000000","136000000000","136000000000","136000000000","136000000000","135300000000","133000001459","133000001459","132000000000","131300000000","130095000244","130000000000","130000000000","130000000000","129000000000","129000000000","129000000000","128900000233","128700000000","128700000000","128700000000","128700000000","128700000000","128700000000","128700000000","128700000000","128700000000","128700000000","128700000000","128700000000","128700000000","128700000000","128700000000","128700000000","128700000000","128700000000","128700000000","128700000000","128700000000","128700000000","128500000000","128500000000","128500000000","128280000000","128000001459","128000001459","128000001459","128000001459","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000"],"12290532":["1212000000000","1200000000000","1000000000000","1000000000000","550000000000","500000000000","370000000000","360000000000","350000000000","277000000000","263000000000","253500000000","253500000000","251000000000","251000000000","250900000000","250000000000","250000000000","243100000001","240000000000","235000000000","239000000000","230000000000","230000000000","230000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","230000000000","230000000000","230000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","228000000000","230000000000","230000000000","228000000000","228000000000","228000000000","230000000000","228000000000","228000000000","228000000000","228000000000","230000000000","228000000000","230000000000","228000000000","230000000000","230000000000","230000000000","228000000000","230000000000","230000000000","230000000000","230000000000","228000000000","225000000000","225000000000","237000000000","222000000000","221000000000","220210200001","220000000000","220000000000","220000000000","217000000000","215000000000","213000000000","213000000000","260400000000","211055000000","210100000000","210000000000","205700000000","205571428571","205000000000","201250000000","201250000000","201250000000","201250000000","201250000000","201250000000","201250000000","201250000000","201250000000","201250000000","201250000000","200000000000","200000000000","200000000000","199410000000","200778500001","197000000000","197000000000","197000000000","195000000000","195000000000","195000000000","195000000000","195000000000","194000000000","194000000000","193000001561","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192500000000","192000000000","192000000000","193000000000","192000000000","192000000000","191400000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","193000000000","191000000000","191000000000","191000000000","191000000000","190050000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187344423013","187000000000","187000000000","187000000000","186155371504","185000000000","185000000000","184500000000","184500000000","184500000000","184500000000","184457143123","183750000000","182700000000","182000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","180400000000","180400000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179000000000","178500000000","177000000000"],"12290533":["0","120000000000","0","1212000000000","702000000000","700000000000","500000000000","480000000000","344000000000","244400000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","228000000000","221000000000","221000000000","228000000000","228000000000","205700000000","200000000000","200000000000","200000000000","195880000000","195000000000","195000000000","193000001561","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192500000000","188000000000","187500000000","187500000000","187500000000","187500000000","187500000000","187000000000","187000000000","187000000000","186000000000","185000000000","184800000001","184800000000","184500000000","186000000000","181000000000","181000000000","181000000000","181000000000","178500000000","177000000000","176868000000","176860000000","176590000001","176590000001","176000000000","176000000000","176000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","174590000001","174590000001","174590000001","174590000001","174000000000","174000000000","173000000000","173000000000","173000000000","173000000000","173000000000","172000000000","171600000000","171600000000","171600000000","171600000000","171600000000","171600000000","171600000000","171000001459","170000000001","170000000001","170000000001","170000000001","170000000001","170000000001","170000000001","170000000001","170000000001","170000000001","170000000001","170000000001","170000000001","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169100000000","169000000000","169000000000","169000000000","169000000000","169000000000","168085000000","168000000000","168000000000","168000000000","168000000000","168000000000","168000000000","167000000000","167000000000","166000001500","166000000000","166000000000","166000000000","166000000000","165000000000","165000000000","165000000000","165000000000","164000001561","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","163000001561","163000001561","163000000000","163000000000","163000000000","163000000000","163000000000","162000000000","161785714286"],"12290534":["0","117000000000","0","1212000000000","1000000000000","1000000000000","426700000000","380000000000","300000000000","254137200000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","227760000000","227760000000","220439999999","213000000000","213000000000","214000000000","210100000079","210100000000","210100000000","210100000000","205700000000","201480000000","201480000000","200778500001","200000000000","200000000000","200000000000","200000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","191000000000","191000000000","189946867691","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","185000000000","184000100001","184000000000","182000000000","181000000000","181000000000","181000000000","181000000000","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","178500000000","174590000001","174590000001","174590000001","174590000001","174590000001","173800000000","172000000001","172000000000","172000000000","171600000000","169000000000","169000000000","168000000000","166000000001","165000000000","165000000000","165000000000","164000001459","164000000000","164000000000","163000000000","163000000000","163000000000","162000000000","162000000000","161700000000","161700000000","161200000000","161070000302","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","160000000000","160000000000","160000000000","160000000000","159900000000","159900000000","159900000000","159000000000","159000000000","159000000000","159000000000","159000000000","161000000000","161000000000","161000000000","161000000000","158000000000","158000000000","157100000000","157000000000","157000000000","157000000000","157000000000","157000000000","156250000000","156250000000","156250000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","155000001459","155000001459","155000001459","155000001459","155000001459","155000001459","154000000000","154000000000","153750000000","153065000000","153000000000","153000000000","153000000000","153000000000","153000000000","153000000000","152000000000","152000000000","151000000000","151000000000","151000000000","150700000233","150700000233","150700000233","150000000000","150000000000","150000000000","149000000000","148800000000","148680000279","148000001459","148000000000","147600000000","147600000000","147600000000","147600000000","147600000000","147600000000","147600000000","147600000000","147600000000","147600000000","147000000000","147000000000","147000000000","147000000000","146000000000","146000000000","146000000000","146000000000","145200000000","145001000000","145000000000","145000000000","144500000000","144000000000","144000000000","143900000233","143900000233","142485000268","142000000000","142000000000","141900000000","141000000000","139000000000","137000000000"],"12290535":["0","0","0","124000000000","0","0","123000000000","0","0","182000000000","0","1242000000000","300000000000","254137200000","251000000000","250000000000","232899999999","230000000000","222900000233","219000000000","217000000000","217000000000","217000000000","217000000000","217000000000","217000000000","217000000000","210100000079","200000000000","200000000000","199500000000","199500000000","199500000000","199500000000","199500000000","199500000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191000000000","189000000000","188500000000","188500000000","188500000000","188500000000","188500000000","188500000000","188500000000","188500000000","188500000000","187000000000","185850000000","185850000000","185000000000","185000000000","185000000000","185000000000","182700000000","182000000115","182000000000","181650000000","181000001459","181000000000","180000000000","180000000000","178500000000","178500000000","176000000000","175000000000","174590000001","173800000000","173800000000","173800000000","173800000000","173800000000","173800000000","173800000000","173800000000","173800000000","173800000000","173800000000","173800000000","173800000000","173800000000","173800000000","173800000000","173800000000","173800000000","173800000000","173000000000","173000000000","173000000000","171790875000","171000000000","171000000000","170500000000","170000001459","170000000001","170000000000","169000000000","168000000000","165000000000","165000000000","161000000000","161000000000","156250000000","156000000000","155100000000","154000001459","153750000000","151853699806","151000000000","150700000233","150000000000","149000000000","148000001459","147000000000","146000000000","146000000000","145000000000","145000000000","144000000000","144000000000","143900000233","143900000233","143900000233","143000000000","142570699050","142000000000","142000000000","141000000000","141000000000","141000000000","140360000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","139000000000","138000000000","138000000000","138000000000","137759081600","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","136439600000","136439600000","154000000000","136400000000","136290000256","136290000256","136290000256","136290000256","136290000256","136290000256","136290000256","136290000256","136290000256","136290000256","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","135300000000","135300000000","135300000000","135300000000","135300000000","135300000000","135300000000","135300000000","135300000000","135300000000","135300000000","135300000000","135300000000","135300000000","135300000000","135300000000","135135000000","135000000000"],"12290536":["247800000466","214649850000","199870000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","192000000000","185000000000","184800000001","184800000001","181000000000","170000000001","169000000000","165000000000","165000000000","165000000000","164000000000","163000000000","157100000000","146000000000","143000000000","141000000000","141000000000","138000000000","135300000000","135217237950","135200000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","135000000000","134200000000","134000000000","134000000000","134000000000","133000001459","133000001459","133000001459","133000000000","133000000000","133000000000","132000000000","132000000000","132000000000","132000000000","132000000000","132000000000","131334000247","131000000000","131000000000","131000000000","130290000000","130000001561","130000001561","130000001459","130000001459","130000001459","130000000000","130000000000","130000000000","129000001561","128700000000","128500000000","128000001459","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","128000000000","127738349315","127600001604","127600001604","127600001604","127600001604","127600001604","127600001604","127600001604","127600001604","127600001604","127600001604","127600001604","127600001604","127600001604","127600001604","127600001604","127600001604","127600001604","127600001604","127600001604","127600001604","127600001604","127600001604","127600001604","142000000000","127600001604","127600001604","127260000000","127000001459","127000001459","127000001459","127000001459","127000001459","127000001459","127000001459","127000001459","127000001347","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","127000000000","126900000233","126900000233","126690000000","126690000000","126690000000","126690000000","126690000000","126690000000","126000001459","126000001459","126000001459","126000001459","126000001459","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000"],"12290537":["1212000000000","1200000000000","400000000000","333333333333","230000000000","210100000000","195000000000","194000000000","194000000000","194000000000","194000000000","194000000000","194000000000","193000000000","192720000000","192000000000","192000000000","192000000000","192000000000","192000000000","191625000003","191625000001","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","188000000000","187500000000","185850000000","185141283389","185000000000","181000001459","181000000000","181000000000","181000000000","181000000000","178704000000","178081800001","176000000000","175000000000","175000000000","175000000000","173000000000","173000000000","173000000000","173000000000","174000000000","174000000000","171000000000","171000000000","170500000000","167400000000","166000001500","166000001500","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","164000000000","164000000000","163000000000","161070000302","161000000000","160600000000","158000000000","154000000000","151000000000","150000000000","150000000000","150000000000","143000000000","142000000000","141900000233","140000000000","137640000000","137000000000","137000000000","136400000000","136290000256","136290000256","135900000233","135300000000","135000000000","133000000000","133000000000","132000000000","130450000116","130000000000","130000000000","128700000000","128000000000","127720000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","126000000000","125660000000","125660000000","125430000000","125430000000","125430000000","125430000000","125430000000","125400000000","125400000000","125400000000","205700000000","125400000000","125070000000","125000000000","125000000000","125000000000","127000000000","159000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","125000000000","124900000000","124215000000","124000000000","124000000000","127600001604","124000000000","124000000000","158000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000"],"12290538":["700000000000","700000000000","248300000000","248300000000","213265000000","213265000000","213265000000","206700000000","206700000000","206700000000","206700000000","199500000000","198950000000","198000000000","195000000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","187500000000","185000000000","185000000000","185000000000","185000000000","184800000001","181000000000","181000000000","181000000000","181000000000","180000000000","174631901602","173900000233","173850000000","171000000000","170000000000","169000000000","168000000000","163000000000","159000000000","155000001459","151000000000","149000000000","146785714286","146000000000","143900000233","139000000000","137000000000","136290000256","136000000000","135300000000","220000000000","300000000000","135000000000","134200000233","132000000000","125345000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","124000000000","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123900000233","123600000000","123600000000","123600000000","123600000000","123600000000","123600000000","123600000000","123000001459","126000001459","128000001459","153000001459","123000001459","123000001459","123000001459","123000001459","123000001459","123000001459","123000001459","123000001459","123000001347","123000001347","123000001123","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000","123000000000"],"12290539":["1000000000","1000000000","154000000000","1000000000","1000000000","171000000000","1000000000","1000000000","174900000000","1000000000","1242000000000","1222000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1212000000000","1000000000000","1000000000000","1000000000000","800000000000","796777990825","772070931885","769790092626","730905237200","694000000000","690000000000","688000000000","688000000000","688000000000","684000000000","520000000000","350000000000","350000000000","340000000000","340000000000","340000000000","326000000000","312000000000","300000000000","260000001406","257999994880","255000000001","255000000000","255000000000","255000000000","255000000000","254137200000","254137200000","253500000000","251000000000","251000000000","251000000000","275000000000","251000000000","251000000000","251000000000","251000000000","251000000000","251000000000","250900000000","250877230001","250000000000","250000000000","250000000000","248000000000","248000000000","240800000000","233891658019","233891658019","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","224619520000","224000000000","223600000000","223000000000","221000000000","221000000000","231400000000","231400000000","234000000000","234000000000","234000000000","249600000000","249600000000","237900000000","237900000000","237900000000","237900000000","221000000000","250900000000","250900000000","220000000000","220000000000","220000000000","216990000000","215000000000","211000000000","210100000000","210100000000","210100000000","210100000000","210100000000","210100000000","210100000000","210000000000","208000001125","208000001125","208000001125","207901848001","206400000000","429475010349","544695191299","205806000000","201250000000","201250000000","200000000000","200000000000","200000000000","200000000000","200000000000","199870000000","198950000000","198000000000","198000000000","197800000000","197800000000","197800000000","197800000000","197800000000","197800000000","197800000000","197800000000","197800000000","195800000000","195585000000","195561363500","195000000000","194000000000","194000000000","194000000000","194000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192200000000","192200000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","192000000000","191092500000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190920000000","190300000000","190000000000","190000000000","190000000000","190000000000","191000000000","191000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000"],"12290540":["0","200000000000","0","1212000000000","682000000000","682000000000","682000000000","682000000000","682000000000","682000000000","680000000000","360000000000","250900000000","250900000000","250900000000","250900000000","250900000000","250900000000","250900000000","250900000000","250900000000","250900000000","250900000000","250900000000","250900000000","250900000000","248000000000","240000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","228000000000","222000000000","220000000000","219000000000","215000000000","213142857143","211880000000","208000001125","208000001125","207920000000","200000000000","200000000000","200000000000","200000000000","200000000000","200000000000","193000001561","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","191000000000","190000000000","190000000000","190000000000","190000000000","191000000000","190000000000","191000000000","191000000000","190000000000","190000000000","191000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","191000000000","190000000000","191000000000","190000000000","190000000000","190000000000","190000000000","191000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","191000000000","190000000000","189200000000","189000000000","189000000000","189000000000","189000000000","188500000000","188100017101","188000000000","187850000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187000000000","187000000000","187000000000","186000000000","186000000000","186000000000","185000000000","185000000000","185000000000","185000000000","184500000000","184000000000","183000000000","183000000000","183000000000","182600000000","182000000000","182000000000","182000000000","182000000000","210000000000","210000000000","223000000000","223000000000","223000000000","223000000000","223000000000","182000000000","181650000000","181650000000","181000001459","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","180600000000","180600000000","180600000000","180600000000","180600000000","180210200001","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179418000000","179410000000","179000000000","178700000000","178578578322","178450000000","178000000000","177000000000","177000000000","177000000000","177000000000","177000000000","176460000000","176000000000","176000000000","175440000000","175000001459","175000000000","175000000000","175000000000","175000000000","175000000000","174900000000","174900000000","174900000000","174900000000","174900000000","174900000000","174900000000","174900000000","174631901602","174420000000","174285714286","174000000000","174000000000","174000000000","174000000000","174000000000","174000000000","174000000000","173800000000","173599999998","173599999998","173460000326","173400000000","173000001459","173000001459","173000000000","173000000000","173000000000","173000000000","172700000000","275000000000"],"12290541":["0","114000000000","0","0","114000000000","0","0","116500000000","0","230000000000","230000000000","206912871701","200200000000","192880000000","191000000000","187500000000","187500000000","187500000000","181000000000","181000000000","181000000000","181000000000","181000000000","181000000000","180000000000","174000000000","173600000000","172700000000","172100000000","172100000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","172000000000","171000000000","172700000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","170000001459","170000000001","170000000001","170000000001","170000000001","170000000001","170000000001","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169660745083","169400000000","169000000000","169000000000","168000000000","168000000000","168000000000","168000000000","167400000000","166000010000","166000001500","166000001459","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","166000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","164000000000","164000000000","164000000000","164000000000","163900000000","330000000000","163900000000","251000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","162000000000","207000000000","209000000000","209000000000","209000000000","209000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161700000000","161200000000","161200000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","161000000000","160000000000","160000000000","160000000000","159375000000","159000000000","159000000000","159000000000","159000000000","158000000000","158000000000","158000000000","158000000000","158000000000","157000001459","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","157000000000","156250000000","156250000000","156000000000"],"12290542":["1212000000000","1212000000000","680000000000","678000000000","548480316330","495100096437","374922667685","350000000000","304141282157","251000000000","241000000000","240800000000","239000000000","239000000000","231876001977","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","222300001896","220000000000","215000000000","210000000000","210000000000","210000000000","205806000000","200000000000","200000000000","197800000000","196764249001","195000000000","195000000000","194700000000","193000001561","193000001561","193000000000","192150000000","192000001561","191000000000","191000000000","191000000000","191000000000","191000000000","190000000001","190000000001","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","189000000000","189000000000","189000000000","189000000000","189000000000","191000000000","189000000000","191000000000","187500000000","187500000000","187500000000","187500000000","186000000000","186000000000","186000000000","185900000000","185900000000","184800000000","184000000000","183000000000","183000000000","183000000000","183000000000","183000000000","182000001459","181000000000","181000000000","181000000000","180000000000","180000000000","180000000000","180000000000","179550001587","179550001587","179000001459","179000000000","177000000000","176500000000","176101706571","175000001459","175000001459","175000000000","175000000000","175000000000","174900000001","174900000001","173800000000","173400000000","173400000000","175000000000","175000000000","175000000000","174590000001","172000000000","172000000000","172000000000","172000000000","172000000000","171000000000","171000000000","171000000000","169600001605","169400000000","169000000000","163000000000","163000000000","163000000000","162000000000","162000000000","160000000000","160000000000","159000000001","159000000001","159000000000","159000000000","158000000000","158000000000","158000000000","157000000000","157000000000","157000000000","157000000000","157000000000","156250000000","156250000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","156000000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155100000000","155000001459","155000001459","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","154285714286","154000000000"],"12290543":["1242000000000","1212000000000","1212000000000","1212000000000","1212000000000","1200000000000","1000000000000","901100000000","676000000000","676000000000","674000000000","674000000000","444400000000","444400000000","400077904509","400077903961","400068988865","300000000095","300000000000","300000000000","260000000000","254137200000","251000000000","251000000000","250900000000","250900000000","250900000000","250900000000","250000000000","250000000000","247000000000","241000000000","241000000000","239000000000","239000000000","232800000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","229900000233","215000000000","215000000000","210100000000","210100000000","210100000000","208000000000","208000000000","207000000000","207000000000","207000000000","202400000001","201000000000","201000000000","200000000000","200000000000","197800000000","197000000000","196650000000","196650000000","196650000000","196650000000","194000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","193000000000","192000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","191000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","190000000000","189720000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","191000000000","191000000000","189000000000","189000000000","191000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188700000000","188000000000","188000000000","188000000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","187500000000","186000000000","186000000000","185000001561","185000001561","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","184000000000","183000000000","183000000000","183000000000","183000000000","183000000000","182000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179550000000","179000001459","178578578322","177357600001","177000000000","176500000000","175658006217","175365000000","175000001459","175000000000","175000000000","175000000000","175000000000","175000000000","175000000000","174000000000","174000000000","173880000000","173700000000","173700000000","173700000000","173700000000","173700000000","173700000000","173700000000","173000000000","172000000000","172000000000","172000000000","172000000000","172000000000","171100000000","171000001459","171000001459","171000001459","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","171000000000","169000000000","168000001561","167000000000","166000000000","165770000000","163000000000"],"12290544":["670000000000","340000000000","266000000000","255000000000","248000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","222300000000","211000000000","209950000000","207900000000","203448000000","201000000000","200000000000","200000000000","196650000000","196650000000","196650000000","196650000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","189810000000","189810000000","189810000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","191000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","189000000000","188000000000","188000000000","188000000000","187500000000","187500000000","186000000000","184800000000","183000000000","183000000000","182700000000","182000001459","182000001459","182000000000","182000000000","180000000000","180000000000","180000000000","180000000000","180000000000","179300000000","179000000000","178354578682","178081800001","178081800001","178000000000","178000000000","178000000000","178000000000","176460000000","176460000000","176000000000","176000000000","176000000000","175440000000","175440000000","175440000000","175000000000","175000000000","175000000000","174420000000","174420000000","173700000000","173700000000","173700000000","173700000000","173460000326","173000001459","171100000000","170000000000","170000000000","170000000000","170000000000","169000000000","168703588898","166000000000","166000000000","166000000000","166000000000","165000000000","165000000000","165000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","164000000000","163000000000","163000000000","163000000000","163000000000","163000000000","163000000000","162000000000","162000000000","162000000000","162000000000","162000000000","161200000000","161000000000","161000000000","161000000000","161000000000","161000000000","160000000000","158400000000","157000000000","157000000000","157000000000","157000000000","156000001459","156000001459","156000001459","156000000000","156000000000","155100000000","155000000001","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","155000000000","154285714286","154285714286","154285714286","154178571679","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","152900000000","152900000000","152000000000","151790000000","151000001459","151000001459","151000000000","151000000000","150700000233","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","150000000000","149600000233","149600000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","149000000000","148830000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148800000000","148680000279","148800000000","148800000000","148500000000","148000001459","148000000000","148000000000","147000000000"],"12290545":["1212000000000","1000000000000","668000000000","251000000000","251000000000","248000000000","240473025020","231876000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","213200000000","205200000000","205000000000","201480000000","200000000000","198000000000","193149007390","193000000000","192880000000","192000001561","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000001","189810000000","189810000000","189810000000","189810000000","189810000000","189810000000","189810000000","189810000000","189810000000","189810000000","189139741488","189000000000","189000000000","191000000000","189000000000","189000000000","189000000000","189000000000","189000000000","191000000000","189000000000","191000000000","189000000000","189000000000","188000000000","187500000000","187500000000","187500000000","187500000000","187500000000","184000000000","184000000000","182000000000","181999992832","181000000000","180000000000","180000000000","180000000000","180000000000","180000000000","178000000000","176000000000","174420001488","173700000000","172000001459","171000001459","171000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","167000000000","166000000000","166000000000","166000000000","165000000000","165000000000","165000000000","165000000000","165000000000","163000000000","163000000000","163000000000","163000000000","162000000000","160000000000","159000000000","159000000000","157000000000","156250000000","156250000000","154000000000","154000000000","153600000000","153600000000","152100000000","152100000000","152100000000","152100000000","152100000000","152000000000","151200000000","151200000000","150800000000","150800000000","150700000000","150040000000","150000001459","150000000000","150000000000","150000000000","150000000000","149600000000","149000000000","148800000000","148000001459","148000000000","147400000000","147400000000","147000000000","147000000000","147000000000","146000000000","146000000000","146000000000","146000000000","146000000000","145919999999","146879999999","145714287278","145200000000","157300000000","145000000001","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","145000000000","144500000000","144500000000","144000001561","144000001561","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","144000000000","143000000000","143000000000","143000000000","143000000000","143000000000","143000000000","142600000000","142600000000","142600000000","142600000000","142600000000","142600000000","142600000000","142580000000","142485000267","142000000000","142000000000","145000000000","142000000000","142000000000","142000000000","142000000000","142000000000","142000000000","141900000000","141570000000","141450000000","141000001459","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","141000000000","140900000233","140831057225","140800000000","140800000000","140800000000","140000001459","140000001459","140000001459","140000001347","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","140000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","139000000000","138879074100","138000000000","207000000000","138000000000","138000000000","138000000000","138000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000"],"12290546":["114000000000","0","10000000000","10000000000","1212000000000","1200000000000","1000000000000","666000000000","664000000000","411000000000","411000000000","345000000001","345000000000","345000000000","345000000000","340000000000","333000000000","270000000000","251000000000","251000000000","251000000000","244400000000","239400000000","238000000000","234300000000","230000000000","230000000000","230000000000","230000000000","230000000000","238000000000","238000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","230000000000","222300000000","222000000000","220000000000","220000000000","218750000000","217200000000","215000000000","213142857143","211000000000","210100000000","210000000000","206800000000","205200000000","202000000000","201480000000","200000000000","200000000000","198000000000","198000000000","198000000000","197000000000","197000000000","196650000000","196650000000","196650000000","195800000000","194000000000","193000001561","192000000000","198000000000","192000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","190000000000","190000000000","190000000000","190000000000","189720000000","189720000000","189720000000","189720000000","189000000000","188700000000","188700000000","188000010000","188000010000","188000000000","188000000000","188000000000","188000000000","187500000000","187500000000","187500000000","187500000000","187500000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","187000000000","183319500001","183000000000","183000000000","183000000000","183000000000","183000000000","183000000000","182000000000","182000000000","182000000000","182000000000","181000000000","180000000000","180000000000","180000000000","179550000000","179300000000","179300000000","179300000000","179300000000","178000000000","178000000000","177000000000","177000000000","176000001459","176000000000","175440000000","175440000000","175000000000","173700000000","172100000000","172000001459","172000000000","172000000000","171250000000","171100000000","171000001459","171000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","169000000000","166400000000","166000000000","171000000000","166000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","165000000000","164000000000","164000000000","164000000000","163000000000","163000000000","162000000000","162000000000","161000000000","161000000000","161000000000","160000000000","165000000000","165000000000","160000000000","160000000000","159000000000","158400000000","158400000000","158400000000","156250000000","156250000000","155000000000","155000000000","155000000000","154000000000","154000000000","154000000000","154000000000","154000000000","154000000000","153600000000","153000000000","152000000000","151000000000","151000000000","151000000000","151000000000","150040013750","150000001459","150000000000","150000000000","150000000000","147630000000","147000000000","146000000000","146000000000","145000000000","145000000000","145000000000","145000000000","144100000000","144000001561","179000001459","144000001561","142600000000","151800000000","151800000000","151800000000","141000000000","141000000000","140800000000","140800000000","140000001459","140000001459","140000001459","140000000000","140000000000","140000000000","139900000233","138000000000","138000000000","137000000000","137000000000","137000000000"],"12290547":["1212000000000","1212000000000","662000000000","240000000000","235300000000","209950000000","209950000000","206800000000","193000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","191000000000","189000000000","189000000000","189000000000","189000000000","183000000000","179300000000","179300000000","175200000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","170000000000","286459886360","286459886360","170000000000","165000000000","160000000000","155000000000","149999992832","149000000000","148800000000","153600000000","147000000000","142000000000","142000000000","140000000001","138000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","137000000000","136400012493","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","145200000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","140800000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136400000000","136290000256","136290000256","136290000256","136290000256","136290000256","136290000256","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","136000000000","1360000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment