-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathevents_and_time.html
659 lines (549 loc) · 274 KB
/
events_and_time.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
<title>Crime events and time</title>
<script src="site_libs/header-attrs-2.10/header-attrs.js"></script>
<script src="site_libs/jquery-3.5.1/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/lumen.min.css" rel="stylesheet" />
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<style>h1 {font-size: 34px;}
h1.title {font-size: 38px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 12px;}
code {color: inherit; background-color: rgba(0, 0, 0, 0.04);}
pre:not([class]) { background-color: white }</style>
<script src="site_libs/jqueryui-1.11.4/jquery-ui.min.js"></script>
<link href="site_libs/tocify-1.9.1/jquery.tocify.css" rel="stylesheet" />
<script src="site_libs/tocify-1.9.1/jquery.tocify.js"></script>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<script src="site_libs/navigation-1.1/codefolding.js"></script>
<link href="site_libs/highlightjs-9.12.0/default.css" rel="stylesheet" />
<script src="site_libs/highlightjs-9.12.0/highlight.js"></script>
<script src="site_libs/htmlwidgets-1.5.3/htmlwidgets.js"></script>
<script src="site_libs/plotly-binding-4.10.0/plotly.js"></script>
<script src="site_libs/typedarray-0.1/typedarray.min.js"></script>
<link href="site_libs/crosstalk-1.1.1/css/crosstalk.css" rel="stylesheet" />
<script src="site_libs/crosstalk-1.1.1/js/crosstalk.min.js"></script>
<link href="site_libs/plotly-htmlwidgets-css-2.5.1/plotly-htmlwidgets.css" rel="stylesheet" />
<script src="site_libs/plotly-main-2.5.1/plotly-latest.min.js"></script>
<link href="site_libs/font-awesome-5.1.0/css/all.css" rel="stylesheet" />
<link href="site_libs/font-awesome-5.1.0/css/v4-shims.css" rel="stylesheet" />
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
</style>
<style type="text/css">code{white-space: pre;}</style>
<script type="text/javascript">
if (window.hljs) {
hljs.configure({languages: []});
hljs.initHighlightingOnLoad();
if (document.readyState && document.readyState === "complete") {
window.setTimeout(function() { hljs.initHighlighting(); }, 0);
}
}
</script>
<link rel="stylesheet" href="styles.css" type="text/css" />
<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
img {
max-width:100%;
}
.tabbed-pane {
padding-top: 12px;
}
.html-widget {
margin-bottom: 20px;
}
button.code-folding-btn:focus {
outline: none;
}
summary {
display: list-item;
}
pre code {
padding: 0;
}
</style>
<style type="text/css">
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #cccccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #adb5bd;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
border-radius: 6px 0 6px 6px;
}
</style>
<script type="text/javascript">
// manage active state of menu based on current page
$(document).ready(function () {
// active menu anchor
href = window.location.pathname
href = href.substr(href.lastIndexOf('/') + 1)
if (href === "")
href = "index.html";
var menuAnchor = $('a[href="' + href + '"]');
// mark it active
menuAnchor.tab('show');
// if it's got a parent navbar menu mark it active as well
menuAnchor.closest('li.dropdown').addClass('active');
// Navbar adjustments
var navHeight = $(".navbar").first().height() + 15;
var style = document.createElement('style');
var pt = "padding-top: " + navHeight + "px; ";
var mt = "margin-top: -" + navHeight + "px; ";
var css = "";
// offset scroll position for anchor links (for fixed navbar)
for (var i = 1; i <= 6; i++) {
css += ".section h" + i + "{ " + pt + mt + "}\n";
}
style.innerHTML = "body {" + pt + "padding-bottom: 40px; }\n" + css;
document.head.appendChild(style);
});
</script>
<!-- tabsets -->
<style type="text/css">
.tabset-dropdown > .nav-tabs {
display: inline-table;
max-height: 500px;
min-height: 44px;
overflow-y: auto;
border: 1px solid #ddd;
border-radius: 4px;
}
.tabset-dropdown > .nav-tabs > li.active:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
content: "";
border: none;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs > li.active {
display: block;
}
.tabset-dropdown > .nav-tabs > li > a,
.tabset-dropdown > .nav-tabs > li > a:focus,
.tabset-dropdown > .nav-tabs > li > a:hover {
border: none;
display: inline-block;
border-radius: 4px;
background-color: transparent;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li {
display: block;
float: none;
}
.tabset-dropdown > .nav-tabs > li {
display: none;
}
</style>
<!-- code folding -->
<style type="text/css">
.code-folding-btn { margin-bottom: 4px; }
</style>
<style type="text/css">
#TOC {
margin: 25px 0px 20px 0px;
}
@media (max-width: 768px) {
#TOC {
position: relative;
width: 100%;
}
}
@media print {
.toc-content {
/* see https://github.com/w3c/csswg-drafts/issues/4434 */
float: right;
}
}
.toc-content {
padding-left: 30px;
padding-right: 40px;
}
div.main-container {
max-width: 1200px;
}
div.tocify {
width: 20%;
max-width: 260px;
max-height: 85%;
}
@media (min-width: 768px) and (max-width: 991px) {
div.tocify {
width: 25%;
}
}
@media (max-width: 767px) {
div.tocify {
width: 100%;
max-width: none;
}
}
.tocify ul, .tocify li {
line-height: 20px;
}
.tocify-subheader .tocify-item {
font-size: 0.90em;
}
.tocify .list-group-item {
border-radius: 0px;
}
</style>
</head>
<body>
<div class="container-fluid main-container">
<!-- setup 3col/9col grid for toc_float and main content -->
<div class="row">
<div class="col-xs-12 col-sm-4 col-md-3">
<div id="TOC" class="tocify">
</div>
</div>
<div class="toc-content col-xs-12 col-sm-8 col-md-9">
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Home</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
Passenger
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="PassengerEDA.html">Passenger flow with location based Kmeans</a>
</li>
<li>
<a href="https://chaoqiwu0324.shinyapps.io/subway_passenger/">Subway Passenger Animation and Crime Lookup App</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
Crime
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="events_and_time.html">Analysis by Time</a>
</li>
<li>
<a href="events_and_location.html">Analysis by Location</a>
</li>
<li>
<a href="https://stephenyuan.shinyapps.io/CrimeMapShiny/">Crime Dashboard</a>
</li>
</ul>
</li>
<li>
<a href="report_model.html">GNN model</a>
</li>
<li>
<a href="https://zheyanliu.shinyapps.io/NYC_subway_findroute">Crime-free Subway Route Identification</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="report.html">Report</a>
</li>
<li>
<a href="mailto:<[email protected]>">
<span class="fa fa-envelope fa-lg"></span>
</a>
</li>
<li>
<a href="https://www.youtube.com/watch?v=7Sk-PvxaoZc">
<span class="fa fa-youtube"></span>
</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
<span class="fa fa-github fa-lg"></span>
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="https://github.com/zheyanliu99/SubwayCrime.git/">Website</a>
</li>
<li>
<a href="https://github.com/zheyanliu99/NYC_subway_findroute/">No-crime Navigation App</a>
</li>
<li>
<a href="https://github.com/chaoqiw0324/subway_app">Subway Passenger App</a>
</li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
<div id="header">
<div class="btn-group pull-right float-right">
<button type="button" class="btn btn-default btn-xs btn-secondary btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span>Code</span> <span class="caret"></span></button>
<ul class="dropdown-menu dropdown-menu-right" style="min-width: 50px;">
<li><a id="rmd-show-all-code" href="#">Show All Code</a></li>
<li><a id="rmd-hide-all-code" href="#">Hide All Code</a></li>
</ul>
</div>
<h1 class="title toc-ignore">Crime events and time</h1>
</div>
<p><link rel="stylesheet" href="academicons.css"/> <link rel="stylesheet" href="styles.css" type="text/css"></p>
<div id="number-of-crime-events-each-year" class="section level3">
<h3>Number of crime events each year</h3>
<p>Overall, the number of crime events showed an increasing trend from year 2006 to year 2021, and year 2013 is the watershed: the number of events before 2013 is generally lower than that after 2013. Sepcifically, the number of crime events is over 10,000 almost each year, for year 2016, 2017, 2018, and 2019, total number of crime events reached at 12,000. However, there is a sudden decrease from year 2019 to year 2020, the number of crime events reduced by a half, and that low quantity keeps in year 2021, updating to September, 2021.</p>
<pre class="r"><code>sub_crime_year =
raw_sub_crime %>%
select(start_date, start_time_hour, crime_event, law_cat) %>%
mutate(start_date = substring(start_date, 1, 4))
plot_1 =
sub_crime_year %>%
group_by(start_date) %>%
summarise(event_num = n() / 1000) %>%
plot_ly(
x = ~start_date, y = ~event_num, type = "bar", colors = "#2171B5"
)
layout(plot_1, title = "Crime events over years", xaxis = list(title = "Year"), yaxis = list(title = "Number of Crime Events (K)"))</code></pre>
<div id="htmlwidget-ef5827ee3e0f13f7be72" style="width:672px;height:480px;" class="plotly html-widget"></div>
<script type="application/json" data-for="htmlwidget-ef5827ee3e0f13f7be72">{"x":{"visdat":{"60581521206d":["function () ","plotlyVisDat"]},"cur_data":"60581521206d","attrs":{"60581521206d":{"x":{},"y":{},"colors":"#2171B5","alpha_stroke":1,"sizes":[10,100],"spans":[1,20],"type":"bar"}},"layout":{"margin":{"b":40,"l":60,"t":25,"r":10},"title":"Crime events over years","xaxis":{"domain":[0,1],"automargin":true,"title":"Year","type":"category","categoryorder":"array","categoryarray":["2006","2007","2008","2009","2010","2011","2012","2013","2014","2015","2016","2017","2018","2019","2020","2021"]},"yaxis":{"domain":[0,1],"automargin":true,"title":"Number of Crime Events (K)"},"hovermode":"closest","showlegend":false},"source":"A","config":{"modeBarButtonsToAdd":["hoverclosest","hovercompare"],"showSendToCloud":false},"data":[{"x":["2006","2007","2008","2009","2010","2011","2012","2013","2014","2015","2016","2017","2018","2019","2020","2021"],"y":[5.675,6.776,7.098,6.993,7.29,7.071,7.138,7.894,7.868,8.637,9.586,10.08,10.05,10.23,6.407,5.621],"type":"bar","marker":{"color":"rgba(31,119,180,1)","line":{"color":"rgba(31,119,180,1)"}},"error_y":{"color":"rgba(31,119,180,1)"},"error_x":{"color":"rgba(31,119,180,1)"},"xaxis":"x","yaxis":"y","frame":null}],"highlight":{"on":"plotly_click","persistent":false,"dynamic":false,"selectize":false,"opacityDim":0.2,"selected":{"opacity":1},"debounce":0},"shinyEvents":["plotly_hover","plotly_click","plotly_selected","plotly_relayout","plotly_brushed","plotly_brushing","plotly_clickannotation","plotly_doubleclick","plotly_deselect","plotly_afterplot","plotly_sunburstclick"],"base_url":"https://plot.ly"},"evals":[],"jsHooks":[]}</script>
</div>
<div id="number-of-crime-events-each-season" class="section level3">
<h3>Number of crime events each season</h3>
<p>Basically, the peak of crime events appeared on the first quarter for almost each year, the bottom point of the quantity of crime events appeared on the third or fourth quarter for nearly every year. The overall trend of quantity of events was increasing, and the overall quantity of events after the fourth quarter of 2013 is higher than that before the fourth quarter of 2013.</p>
<pre class="r"><code>sub_crime_season =
raw_sub_crime %>%
select(start_date, start_time_hour, crime_event, law_cat) %>%
separate(start_date, into = c("year", "month", "day"), sep = "-") %>%
mutate(season = case_when(
month %in% c("01","02","03") ~ "Q1",
month %in% c("04","05","06") ~ "Q2",
month %in% c("07","08","09") ~ "Q3",
month %in% c("10","11","12") ~ "Q4"
)) %>%
mutate(event_quarter = paste(year, season, sep = "-"))
plot_2 =
sub_crime_season %>%
group_by(event_quarter) %>%
summarise(event_num = n()) %>%
plot_ly(
x = ~event_quarter, y = ~event_num, type = "scatter", mode = "points", colors = "#2171B5"
)
layout(plot_2, title = "Crime events over quarter", xaxis = list(title = "Quarter"), yaxis = list(title = "Number of Crime Events"), width = 800)</code></pre>
<div id="htmlwidget-1fcb8672d04d03a913af" style="width:672px;height:480px;" class="plotly html-widget"></div>
<script type="application/json" data-for="htmlwidget-1fcb8672d04d03a913af">{"x":{"visdat":{"60583aaf5988":["function () ","plotlyVisDat"]},"cur_data":"60583aaf5988","attrs":{"60583aaf5988":{"x":{},"y":{},"mode":"points","colors":"#2171B5","alpha_stroke":1,"sizes":[10,100],"spans":[1,20],"type":"scatter"}},"layout":{"width":800,"margin":{"b":40,"l":60,"t":25,"r":10},"title":"Crime events over quarter","xaxis":{"domain":[0,1],"automargin":true,"title":"Quarter","type":"category","categoryorder":"array","categoryarray":["2006-Q1","2006-Q2","2006-Q3","2006-Q4","2007-Q1","2007-Q2","2007-Q3","2007-Q4","2008-Q1","2008-Q2","2008-Q3","2008-Q4","2009-Q1","2009-Q2","2009-Q3","2009-Q4","2010-Q1","2010-Q2","2010-Q3","2010-Q4","2011-Q1","2011-Q2","2011-Q3","2011-Q4","2012-Q1","2012-Q2","2012-Q3","2012-Q4","2013-Q1","2013-Q2","2013-Q3","2013-Q4","2014-Q1","2014-Q2","2014-Q3","2014-Q4","2015-Q1","2015-Q2","2015-Q3","2015-Q4","2016-Q1","2016-Q2","2016-Q3","2016-Q4","2017-Q1","2017-Q2","2017-Q3","2017-Q4","2018-Q1","2018-Q2","2018-Q3","2018-Q4","2019-Q1","2019-Q2","2019-Q3","2019-Q4","2020-Q1","2020-Q2","2020-Q3","2020-Q4","2021-Q1","2021-Q2","2021-Q3"]},"yaxis":{"domain":[0,1],"automargin":true,"title":"Number of Crime Events"},"hovermode":"closest","showlegend":false},"source":"A","config":{"modeBarButtonsToAdd":["hoverclosest","hovercompare"],"showSendToCloud":false},"data":[{"x":["2006-Q1","2006-Q2","2006-Q3","2006-Q4","2007-Q1","2007-Q2","2007-Q3","2007-Q4","2008-Q1","2008-Q2","2008-Q3","2008-Q4","2009-Q1","2009-Q2","2009-Q3","2009-Q4","2010-Q1","2010-Q2","2010-Q3","2010-Q4","2011-Q1","2011-Q2","2011-Q3","2011-Q4","2012-Q1","2012-Q2","2012-Q3","2012-Q4","2013-Q1","2013-Q2","2013-Q3","2013-Q4","2014-Q1","2014-Q2","2014-Q3","2014-Q4","2015-Q1","2015-Q2","2015-Q3","2015-Q4","2016-Q1","2016-Q2","2016-Q3","2016-Q4","2017-Q1","2017-Q2","2017-Q3","2017-Q4","2018-Q1","2018-Q2","2018-Q3","2018-Q4","2019-Q1","2019-Q2","2019-Q3","2019-Q4","2020-Q1","2020-Q2","2020-Q3","2020-Q4","2021-Q1","2021-Q2","2021-Q3"],"y":[1266,1223,1528,1658,1641,1652,1670,1813,1847,1809,1711,1731,1844,1769,1665,1715,1789,1884,1784,1833,1799,1878,1639,1755,1908,1768,1861,1601,1800,1953,2057,2084,2011,2006,1955,1896,1973,2107,2223,2334,2442,2436,2226,2482,2573,2498,2371,2638,2617,2384,2402,2647,2656,2513,2421,2640,2562,1027,1279,1539,1781,1864,1976],"mode":"points","type":"scatter","marker":{"color":"rgba(31,119,180,1)","line":{"color":"rgba(31,119,180,1)"}},"error_y":{"color":"rgba(31,119,180,1)"},"error_x":{"color":"rgba(31,119,180,1)"},"line":{"color":"rgba(31,119,180,1)"},"xaxis":"x","yaxis":"y","frame":null}],"highlight":{"on":"plotly_click","persistent":false,"dynamic":false,"selectize":false,"opacityDim":0.2,"selected":{"opacity":1},"debounce":0},"shinyEvents":["plotly_hover","plotly_click","plotly_selected","plotly_relayout","plotly_brushed","plotly_brushing","plotly_clickannotation","plotly_doubleclick","plotly_deselect","plotly_afterplot","plotly_sunburstclick"],"base_url":"https://plot.ly"},"evals":[],"jsHooks":[]}</script>
</div>
<div id="number-of-cirime-events-each-month" class="section level3">
<h3>Number of cirime events each month</h3>
<p>The overall trend of the number of crime events in a year is decreasing, the peak of quantity appeared on January whereas the bottom of events number appeared on December. Generally, March, May, and October have comparatively high frequency of crime events whereas February, April, and July have comparatively low frequency of crime events.</p>
<p>As for three degrees of crime, violation events showed a flat trend over a year, as for felony and misdemeanor events, the high quantity of them both appeared on January, which is consistent with the total crime events. However, for felony events, the lowest frequency of events number appeared on April.</p>
<pre class="r"><code>sub_crime_month =
raw_sub_crime %>%
select(start_date, start_time_hour, crime_event, law_cat) %>%
separate(start_date, into = c("year", "month", "day"), sep = "-") %>%
mutate(month = ifelse(month == "01", "January", ifelse(month == "02", "February", ifelse(month == "03", "March", ifelse(month == "04", "April", ifelse(month == "05", "May", ifelse(month == "06", "June", ifelse(month == "07", "July", ifelse(month == "08", "August", ifelse(month == "09", "September", ifelse(month == "10", "October", ifelse(month == "11", "November", "December")))))))))))) %>%
mutate(month = ordered(month, level = c("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December")))
plot_3 =
sub_crime_month %>%
group_by(month, law_cat) %>%
summarise(event_num = n() / 1000) %>%
plot_ly(
x = ~month, y = ~event_num, type = "scatter", mode = "points", color = ~law_cat, colors = "viridis"
)
plot_4 =
sub_crime_month %>%
group_by(month) %>%
summarise(event_num = n() / 1000) %>%
plot_ly(
x = ~month, y = ~event_num, type = "scatter", mode = "points", color="TotalNumber", colors = "#2171B5"
)
subplot = subplot(plot_4, plot_3)
layout(subplot, title = "Event number over month", xaxis = list(title = "Month"), yaxis = list(title = "Number of crime events (K)"), width = 1000)</code></pre>
<div id="htmlwidget-1cc7b7a95b0253db7ffe" style="width:672px;height:480px;" class="plotly html-widget"></div>
<script type="application/json" data-for="htmlwidget-1cc7b7a95b0253db7ffe">{"x":{"data":[{"x":["January","February","March","April","May","June","July","August","September","October","November","December"],"y":[11.313,10.315,10.881,9.863,10.951,9.957,9.99,10.3,10.478,10.864,9.97,9.532],"mode":"points","type":"scatter","name":"TotalNumber","marker":{"color":"rgba(33,113,181,1)","line":{"color":"rgba(33,113,181,1)"}},"textfont":{"color":"rgba(33,113,181,1)"},"error_y":{"color":"rgba(33,113,181,1)"},"error_x":{"color":"rgba(33,113,181,1)"},"line":{"color":"rgba(33,113,181,1)"},"xaxis":"x","yaxis":"y","frame":null},{"x":["January","February","March","April","May","June","July","August","September","October","November","December"],"y":[4.591,3.952,4.084,3.784,4.285,4.021,4.067,4.303,4.327,4.399,4.151,4.194],"mode":"points","type":"scatter","name":"felony","marker":{"color":"rgba(68,1,84,1)","line":{"color":"rgba(68,1,84,1)"}},"textfont":{"color":"rgba(68,1,84,1)"},"error_y":{"color":"rgba(68,1,84,1)"},"error_x":{"color":"rgba(68,1,84,1)"},"line":{"color":"rgba(68,1,84,1)"},"xaxis":"x2","yaxis":"y2","frame":null},{"x":["January","February","March","April","May","June","July","August","September","October","November","December"],"y":[5.818,5.481,5.855,5.246,5.737,5.164,5.078,5.132,5.249,5.561,4.997,4.532],"mode":"points","type":"scatter","name":"misdemeanor","marker":{"color":"rgba(33,144,141,1)","line":{"color":"rgba(33,144,141,1)"}},"textfont":{"color":"rgba(33,144,141,1)"},"error_y":{"color":"rgba(33,144,141,1)"},"error_x":{"color":"rgba(33,144,141,1)"},"line":{"color":"rgba(33,144,141,1)"},"xaxis":"x2","yaxis":"y2","frame":null},{"x":["January","February","March","April","May","June","July","August","September","October","November","December"],"y":[0.904,0.882,0.942,0.833,0.929,0.772,0.845,0.865,0.902,0.904,0.822,0.806],"mode":"points","type":"scatter","name":"violation","marker":{"color":"rgba(253,231,37,1)","line":{"color":"rgba(253,231,37,1)"}},"textfont":{"color":"rgba(253,231,37,1)"},"error_y":{"color":"rgba(253,231,37,1)"},"error_x":{"color":"rgba(253,231,37,1)"},"line":{"color":"rgba(253,231,37,1)"},"xaxis":"x2","yaxis":"y2","frame":null}],"layout":{"xaxis":{"domain":[0,0.48],"automargin":true,"type":"category","categoryorder":"array","categoryarray":["January","February","March","April","May","June","July","August","September","October","November","December"],"anchor":"y","title":"Month"},"xaxis2":{"domain":[0.52,1],"automargin":true,"type":"category","categoryorder":"array","categoryarray":["January","February","March","April","May","June","July","August","September","October","November","December"],"anchor":"y2"},"yaxis2":{"domain":[0,1],"automargin":true,"anchor":"x2"},"yaxis":{"domain":[0,1],"automargin":true,"anchor":"x","title":"Number of crime events (K)"},"annotations":[],"shapes":[],"images":[],"margin":{"b":40,"l":60,"t":25,"r":10},"hovermode":"closest","showlegend":true,"title":"Event number over month","width":1000},"attrs":{"6058abb1ab9":{"x":{},"y":{},"mode":"points","color":"TotalNumber","colors":"#2171B5","alpha_stroke":1,"sizes":[10,100],"spans":[1,20],"type":"scatter"},"605838623fbb":{"x":{},"y":{},"mode":"points","color":{},"colors":"viridis","alpha_stroke":1,"sizes":[10,100],"spans":[1,20],"type":"scatter"}},"source":"A","config":{"modeBarButtonsToAdd":["hoverclosest","hovercompare"],"showSendToCloud":false},"highlight":{"on":"plotly_click","persistent":false,"dynamic":false,"selectize":false,"opacityDim":0.2,"selected":{"opacity":1},"debounce":0},"subplot":true,"shinyEvents":["plotly_hover","plotly_click","plotly_selected","plotly_relayout","plotly_brushed","plotly_brushing","plotly_clickannotation","plotly_doubleclick","plotly_deselect","plotly_afterplot","plotly_sunburstclick"],"base_url":"https://plot.ly"},"evals":[],"jsHooks":[]}</script>
</div>
<div id="degrees-of-crime-event-v.s.-occurrence-time" class="section level2">
<h2>Degrees of crime event v.s. Occurrence time</h2>
<p>Based on the heat map, it is easier to obtain that the quantity of misdemeanor events is the largest, the second largest is felony, and the least is violation. For misdemeanor crime events, it most happened in the afternoon, around 3:00 pm and 4:00 pm, as well as felony events happened most frequently from 1:00 to 6:00 pm.</p>
<pre class="r"><code>sub_crime_degree =
raw_sub_crime %>%
group_by(law_cat, start_time_hour) %>%
summarise(event_num = n()) %>%
rename("crime_degree" = "law_cat", "hour" = "start_time_hour")
plot_5 =
sub_crime_degree %>%
plot_ly(
x = ~ hour, y = ~ crime_degree, z = ~ event_num, type = "heatmap", colors = "YlGn"
) %>%
colorbar(title = "Events Number", x = 1.1, y = 0.8)
layout(plot_5, title = "Crime frequency: Degree v.s. Hour", xaxis = list(title = "Hour"), yaxis = list(title = "Degree"), width = 850, height = 400)</code></pre>
<div id="htmlwidget-3beb0cd84eba03995c7e" style="width:672px;height:480px;" class="plotly html-widget"></div>
<script type="application/json" data-for="htmlwidget-3beb0cd84eba03995c7e">{"x":{"visdat":{"605814775bda":["function () ","plotlyVisDat"]},"cur_data":"605814775bda","attrs":{"605814775bda":{"x":{},"y":{},"z":{},"colors":"YlGn","alpha_stroke":1,"sizes":[10,100],"spans":[1,20],"type":"heatmap"}},"layout":{"margin":{"b":40,"l":60,"t":25,"r":10},"xaxis":{"domain":[0,1],"automargin":true,"title":"Hour","type":"category","categoryorder":"array","categoryarray":["0","00","01","02","03","04","05","06","07","08","09","1","10","11","12","13","14","15","16","17","18","19","2","20","21","22","23","3","4","5","6","7","8","9"]},"yaxis":{"domain":[0,1],"automargin":true,"title":"Degree","type":"category","categoryorder":"array","categoryarray":["felony","misdemeanor","violation"]},"scene":{"zaxis":{"title":"event_num"}},"hovermode":"closest","showlegend":false,"legend":{"yanchor":"top","y":0.5},"title":"Crime frequency: Degree v.s. Hour","width":850,"height":400},"source":"A","config":{"modeBarButtonsToAdd":["hoverclosest","hovercompare"],"showSendToCloud":false},"data":[{"colorbar":{"title":"Events Number","ticklen":2,"len":0.5,"lenmode":"fraction","y":0.8,"yanchor":"top","x":1.1},"colorscale":[["0","rgba(255,255,229,1)"],["0.0416666666666667","rgba(253,254,214,1)"],["0.0833333333333333","rgba(250,253,200,1)"],["0.125","rgba(247,252,185,1)"],["0.166666666666667","rgba(237,248,178,1)"],["0.208333333333333","rgba(227,244,170,1)"],["0.25","rgba(217,240,163,1)"],["0.291666666666667","rgba(202,234,156,1)"],["0.333333333333333","rgba(188,227,149,1)"],["0.375","rgba(173,221,142,1)"],["0.416666666666667","rgba(156,213,135,1)"],["0.458333333333333","rgba(138,206,128,1)"],["0.5","rgba(120,198,121,1)"],["0.541666666666667","rgba(103,189,112,1)"],["0.583333333333333","rgba(85,180,102,1)"],["0.625","rgba(65,171,93,1)"],["0.666666666666667","rgba(55,158,84,1)"],["0.708333333333333","rgba(45,145,76,1)"],["0.75","rgba(35,132,67,1)"],["0.791666666666667","rgba(26,123,63,1)"],["0.833333333333333","rgba(14,113,59,1)"],["0.875","rgba(0,104,55,1)"],["0.916666666666667","rgba(0,92,50,1)"],["0.958333333333333","rgba(0,80,46,1)"],["1","rgba(0,69,41,1)"]],"showscale":true,"x":["0","00","01","02","03","04","05","06","07","08","09","1","10","11","12","13","14","15","16","17","18","19","2","20","21","22","23","3","4","5","6","7","8","9","0","00","01","02","03","04","05","06","07","08","09","1","10","11","12","13","14","15","16","17","18","19","2","20","21","22","23","3","4","5","6","7","8","9","0","00","01","02","03","04","05","06","07","08","09","1","10","11","12","13","14","15","16","17","18","19","2","20","21","22","23","3","4","5","6","7","8","9"],"y":["felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","felony","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","misdemeanor","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation","violation"],"z":[51,1583,1576,1754,1798,1655,1160,837,1063,1646,1773,74,1793,1914,2282,2797,3040,3570,3305,3256,2848,2313,47,1898,1746,2225,1755,53,50,53,41,62,70,70,105,2750,2117,1838,1354,1240,903,881,1472,2653,2593,97,2391,2638,3082,3583,4236,5070,4730,4345,3755,2914,48,2358,2071,1933,2164,53,52,40,73,65,115,131,17,243,233,185,142,130,131,208,403,614,523,12,457,388,483,538,633,790,709,751,637,509,11,449,412,339,295,7,3,12,26,33,46,37],"type":"heatmap","xaxis":"x","yaxis":"y","frame":null}],"highlight":{"on":"plotly_click","persistent":false,"dynamic":false,"selectize":false,"opacityDim":0.2,"selected":{"opacity":1},"debounce":0},"shinyEvents":["plotly_hover","plotly_click","plotly_selected","plotly_relayout","plotly_brushed","plotly_brushing","plotly_clickannotation","plotly_doubleclick","plotly_deselect","plotly_afterplot","plotly_sunburstclick"],"base_url":"https://plot.ly"},"evals":[],"jsHooks":[]}</script>
</div>
<div id="day-of-week-v.s.-occurrence-time" class="section level2">
<h2>Day of week v.s. Occurrence time</h2>
<p>From the heat map, it is easier to be judged that most of crime events were mainly occurred in the afternoon from Tuesday to Thursday. We can say that in the noon around 12:00 pm on Tuesday and Wednesday may be the most dangerous time on in a week, whereas there are not that many crime events on Saturday and Sunday.</p>
<pre class="r"><code>sub_crime_dow =
raw_sub_crime %>%
mutate(day_of_week = wday(as.Date(start_date), label=TRUE, abbr = FALSE)) %>%
mutate(day_of_week = fct_relevel(day_of_week, "Saturday", "Friday", "Thursday", "Wednesday", "Tuesday", "Monday", "Sunday")) %>%
select(day_of_week, start_time_hour, crime_event) %>%
group_by(day_of_week, start_time_hour) %>%
summarise(crime_num = n())
plot_6 =
sub_crime_dow %>%
plot_ly(
x = ~ start_time_hour, y = ~ day_of_week, z = ~ crime_num, type = "heatmap", colors = "BuPu"
) %>%
colorbar(title = "Events Number", x = 1.1, y = 0.8)
layout(plot_6, title = "Crime frequency: Day v.s. Hour", xaxis = list(title = "Hour"), yaxis = list(title = "Day of week"), width = 850, height = 430
)</code></pre>
<div id="htmlwidget-63e35a108d7a474a5653" style="width:672px;height:480px;" class="plotly html-widget"></div>
<script type="application/json" data-for="htmlwidget-63e35a108d7a474a5653">{"x":{"visdat":{"605853b2e13":["function () ","plotlyVisDat"]},"cur_data":"605853b2e13","attrs":{"605853b2e13":{"x":{},"y":{},"z":{},"colors":"BuPu","alpha_stroke":1,"sizes":[10,100],"spans":[1,20],"type":"heatmap"}},"layout":{"margin":{"b":40,"l":60,"t":25,"r":10},"xaxis":{"domain":[0,1],"automargin":true,"title":"Hour","type":"category","categoryorder":"array","categoryarray":["0","00","01","02","03","04","05","06","07","08","09","1","10","11","12","13","14","15","16","17","18","19","2","20","21","22","23","3","4","5","6","7","8","9"]},"yaxis":{"domain":[0,1],"automargin":true,"title":"Day of week","type":"category","categoryorder":"array","categoryarray":["Saturday","Friday","Thursday","Wednesday","Tuesday","Monday","Sunday"]},"scene":{"zaxis":{"title":"crime_num"}},"hovermode":"closest","showlegend":false,"legend":{"yanchor":"top","y":0.5},"title":"Crime frequency: Day v.s. Hour","width":850,"height":430},"source":"A","config":{"modeBarButtonsToAdd":["hoverclosest","hovercompare"],"showSendToCloud":false},"data":[{"colorbar":{"title":"Events Number","ticklen":2,"len":0.5,"lenmode":"fraction","y":0.8,"yanchor":"top","x":1.1},"colorscale":[["0","rgba(247,252,253,1)"],["0.0416666666666667","rgba(239,247,250,1)"],["0.0833333333333333","rgba(232,241,247,1)"],["0.125","rgba(224,236,244,1)"],["0.166666666666667","rgba(213,228,239,1)"],["0.208333333333333","rgba(202,219,235,1)"],["0.25","rgba(191,211,230,1)"],["0.291666666666667","rgba(180,203,226,1)"],["0.333333333333333","rgba(169,196,222,1)"],["0.375","rgba(158,188,218,1)"],["0.416666666666667","rgba(152,175,211,1)"],["0.458333333333333","rgba(146,163,205,1)"],["0.5","rgba(140,150,198,1)"],["0.541666666666667","rgba(141,136,191,1)"],["0.583333333333333","rgba(141,122,184,1)"],["0.625","rgba(140,107,177,1)"],["0.666666666666667","rgba(139,94,170,1)"],["0.708333333333333","rgba(138,80,164,1)"],["0.75","rgba(136,65,157,1)"],["0.791666666666667","rgba(134,52,146,1)"],["0.833333333333333","rgba(132,36,135,1)"],["0.875","rgba(129,15,124,1)"],["0.916666666666667","rgba(111,8,107,1)"],["0.958333333333333","rgba(94,3,91,1)"],["1","rgba(77,0,75,1)"]],"showscale":true,"x":["0","00","01","02","03","04","05","06","07","08","09","1","10","11","12","13","14","15","16","17","18","19","2","20","21","22","23","3","4","5","6","7","8","9","0","00","01","02","03","04","05","06","07","08","09","1","10","11","12","13","14","15","16","17","18","19","2","20","21","22","23","3","4","5","6","7","8","9","0","00","01","02","03","04","05","06","07","08","09","1","10","11","12","13","14","15","16","17","18","19","2","20","21","22","23","3","4","5","6","7","8","9","0","00","01","02","03","04","05","06","07","08","09","1","10","11","12","13","14","15","16","17","18","19","2","20","21","22","23","3","4","5","6","7","8","9","0","00","01","02","03","04","05","06","07","08","09","1","10","11","12","13","14","15","16","17","18","19","2","20","21","22","23","3","4","5","6","7","8","9","0","00","01","02","03","04","05","06","07","08","09","1","10","11","12","13","14","15","16","17","18","19","2","20","21","22","23","3","4","5","6","7","8","9","0","00","01","02","03","04","05","06","07","08","09","1","10","11","12","13","14","15","16","17","18","19","2","20","21","22","23","3","4","5","6","7","8","9"],"y":["Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Saturday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Friday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Thursday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Wednesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Tuesday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Monday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday","Sunday"],"z":[31,863,821,891,804,759,488,272,246,314,345,39,383,443,585,721,755,857,816,821,776,711,18,678,621,663,641,32,17,19,17,12,20,28,22,710,578,544,424,390,278,268,469,797,761,19,739,752,860,1050,1283,1549,1438,1366,1189,1021,16,873,783,908,867,12,20,17,18,24,45,39,18,654,561,498,393,305,258,303,478,914,965,28,861,947,1049,1201,1384,1701,1516,1460,1255,922,19,725,659,665,647,7,11,6,29,22,34,43,32,644,497,433,347,285,241,269,532,913,916,25,832,927,1112,1286,1411,1728,1624,1581,1287,973,11,721,642,647,598,15,13,21,18,34,50,36,24,509,414,367,303,253,207,259,490,917,870,21,808,870,1034,1204,1453,1767,1609,1407,1278,932,11,702,564,590,604,21,11,10,22,27,30,38,16,461,401,321,296,253,237,266,476,802,769,21,701,663,792,955,1113,1272,1150,1073,890,671,12,522,494,515,485,12,14,17,23,25,34,23,30,735,654,723,727,780,485,289,247,256,263,30,317,338,415,501,510,556,591,644,565,506,19,484,466,509,372,14,19,15,13,16,18,31],"type":"heatmap","xaxis":"x","yaxis":"y","frame":null}],"highlight":{"on":"plotly_click","persistent":false,"dynamic":false,"selectize":false,"opacityDim":0.2,"selected":{"opacity":1},"debounce":0},"shinyEvents":["plotly_hover","plotly_click","plotly_selected","plotly_relayout","plotly_brushed","plotly_brushing","plotly_clickannotation","plotly_doubleclick","plotly_deselect","plotly_afterplot","plotly_sunburstclick"],"base_url":"https://plot.ly"},"evals":[],"jsHooks":[]}</script>
</div>
<div id="proceeding-time" class="section level2">
<h2>Proceeding time</h2>
<p>When it comes to the proceeding time of three <strong>degrees</strong> of events, we can see that the median proceeding time between misdemeanor and violation events are not so different, whereas median time for felony events is slightly higher than the other two so misdemeanor and violation events may be easier to handle with, excluding some extreme outliers.</p>
<p>Generally, the range of the proceeding time for misdemeanor events is comparably less than the other two, and the maximum proceeding time for misdemeanor events is approximately 5 minutes less than felony events and violation events.</p>
<pre class="r"><code>crime_prcd_time =
raw_sub_crime %>%
drop_na(start, end) %>%
mutate(prcd_time = difftime(end, start, units = "mins")) %>%
filter(prcd_time < 35) %>%
filter(prcd_time != 0) %>%
mutate(quarters = quarters(as.Date(start_date)))
plot_7 =
crime_prcd_time %>%
plot_ly(y = ~ prcd_time, color = ~ law_cat, type = "box")
layout(plot_7, title = "Crime type", xaxis = list(title = "Proceeding time"), yaxis = list(title = "Crime type v.s. Proceeding time (mins)"))</code></pre>
<div id="htmlwidget-b1bcdb93d4d70c437ce1" style="width:672px;height:480px;" class="plotly html-widget"></div>
<script type="application/json" data-for="htmlwidget-b1bcdb93d4d70c437ce1">{"x":{"visdat":{"6058260126d6":["function () ","plotlyVisDat"]},"cur_data":"6058260126d6","attrs":{"6058260126d6":{"y":{},"color":{},"alpha_stroke":1,"sizes":[10,100],"spans":[1,20],"type":"box"}},"layout":{"margin":{"b":40,"l":60,"t":25,"r":10},"title":"Crime type","xaxis":{"domain":[0,1],"automargin":true,"title":"Proceeding time"},"yaxis":{"domain":[0,1],"automargin":true,"title":"Crime type v.s. Proceeding time (mins)"},"hovermode":"closest","showlegend":true},"source":"A","config":{"modeBarButtonsToAdd":["hoverclosest","hovercompare"],"showSendToCloud":false},"data":[{"fillcolor":"rgba(102,194,165,0.5)","y":[5,5,10,10,5,30,15,3,5,30,11,10,5,19,20,10,29,5,5,13,15,13,5,20,5,5,10,18,20,5,19,9,30,15,10,7,5,1,10,30,11,10,4,30,10,15,5,1,5,5,5,10,20,10,5,10,20,10,15,14,30,15,5,3,5,5,5,15,5,5,5,5,5,2,5,15,30,20,15,28,5,5,15,5,20,30,7,20,20,1,5,7,9,10,5,6,11,5,30,3,5,1,1,8,4,5,14,5,17,5,30,5,8,5,12,10,5,11,10,1,3,5,25,10,5,9,9,10,3,10,25,5,5,3,10,11,34,9,5,8,7,30,20,11,6,15,20,10,5,15,5,7,7,22,2,8,10,8,25,5,10,10,10,10,15,18,10,9,17,7,10,3,5,10,25,2,1,5,8,4,5,10,14,5,30,1,6,7,20,2,13,3,5,15,8,5,15,10,30,12,5,25,10,10,30,20,8,8,30,30,10,14,4,7,5,5,9,5,2,20,5,6,9,31,13,7,10,15,2,3,10,20,10,1,20,5,10,9,20,4,10,8,10,5,1,31,18,1,5,12,2,4,10,5,19,15,5,9,7,2,10,22,20,10,6,8,1,10,12,5,13,11,4,20,10,1,5,8,1,5,9,11,12,10,10,7,4,5,2,5,5,10,5,14,1,5,1,4,10,10,10,5,19,10,15,6,6,32,9,10,15,10,5,1,7,15,10,14,6,14,20,5,10,10,18,6,15,20,3,5,10,30,5,5,5,10,5,1,20,8,10,5,20,5,5,5,3,30,8,9,10,20,6,13,10,4,5,8,25,30,9,11,15,3,10,15,5,10,33,4,8,10,5,5,5,25,30,10,10,5,13,12,4,30,7,15,25,30,2,19,5,30,10,3,25,10,16,15,5,4,4,30,8,5,1,30,6,6,20,20,5,28,1,10,21,5,12,15,5,10,3,7,15,13,10,10,10,10,30,6,22,10,20,4,9,2,5,22,7,2,4,5,14,1,10,29,8,10,20,7,5,4,20,15,7,2,7,5,10,2,10,5,10,31,30,7,5,30,2,15,9,2,4,30,10,2,10,9,5,8,10,24,15,10,9,5,10,20,17,10,12,1,20,21,5,20,8,5,8,6,8,10,5,7,30,2,25,30,21,2,5,30,16,21,5,5,33,12,6,10,10,5,29,5,7,5,9,7,13,14,5,10,10,5,8,8,5,5,2,20,9,5,5,9,10,2,4,10,10,21,4,5,23,1,7,3,5,6,5,27,10,14,12,5,10,5,20,10,10,25,5,3,4,5,3,3,5,7,10,10,30,5,13,15,4,9,14,5,14,5,10,8,5,22,10,30,15,2,15,7,30,5,10,5,8,10,5,15,6,5,30,15,5,13,5,15,10,4,6,6,4,10,10,14,10,10,10,20,11,5,5,5,5,30,9,10,4,17,5,1,9,5,20,5,20,9,5,6,10,5,4,10,15,5,5,9,4,1,5,4,5,9,10,13,21,20,7,5,5,1,10,25,5,5,15,10,15,5,15,15,5,25,8,5,5,10,30,3,9,5,7,10,10,5,30,20,9,5,13,1,30,2,1,5,28,4,15,5,20,18,10,30,10,5,23,4,10,10,6,20,10,10,2,5,34,2,5,16,3,1,15,5,30,5,5,10,10,17,5,10,5,10,7,5,20,10,1,6,2,5,3,5,10,12,2,13,2,10,12,7,10,3,25,15,15,5,4,20,25,10,22,8,23,10,5,6,5,2,10,18,5,5,1,3,5,15,11,5,5,10,20,20,11,34,5,5,15,8,5,7,5,5,1,5,5,1,5,10,10,11,10,5,5,5,15,5,30,5,6,20,9,20,6,5,5,13,5,10,5,10,20,10,5,10,10,2,12,10,10,10,3,22,30,30,26,6,30,30,10,23,10,10,10,30,5,7,20,2,7,5,2,10,10,5,5,10,2,10,5,1,30,15,10,5,11,5,24,5,5,16,8,10,30,3,15,5,5,5,15,7,20,5,20,5,10,15,20,15,5,10,10,9,30,10,12,3,12,15,20,30,15,2,1,30,10,6,5,10,22,5,3,10,6,5,5,10,16,3,4,8,1,15,10,6,5,1,5,10,7,15,10,8,30,10,8,18,2,5,5,8,30,30,5,3,5,5,14,6,5,3,5,10,6,5,5,1,22,10,5,16,5,15,25,5,5,14,8,32,5,5,10,10,20,10,10,10,30,19,20,30,9,6,5,5,29,8,9,10,2,5,14,18,5,10,15,10,10,15,21,25,10,15,16,16,5,10,5,20,5,10,5,30,15,4,19,10,20,5,3,7,30,7,5,10,5,5,10,3,7,10,5,10,14,12,6,5,10,5,10,10,15,2,7,10,12,5,7,8,5,15,15,5,17,30,7,34,5,5,5,5,2,10,5,1,5,3,23,1,5,5,5,5,2,20,5,25,5,6,9,5,3,2,10,5,15,5,10,4,10,2,7,10,5,7,5,30,6,5,5,15,10,5,4,4,10,13,5,4,15,5,5,30,28,15,5,5,15,1,10,5,5,10,30,2,25,7,10,4,2,16,5,5,5,19,10,10,2,6,10,5,10,7,3,5,10,6,15,10,8,7,5,20,30,11,5,5,5,15,10,20,22,5,10,5,10,9,10,5,13,10,8,6,10,12,30,30,17,22,7,16,15,14,5,24,10,10,7,8,25,4,6,10,5,30,11,21,12,30,10,3,10,10,15,10,5,20,8,5,5,15,7,5,18,5,7,15,5,5,7,2,7,22,10,10,13,20,10,30,5,5,15,6,8,15,17,10,11,5,5,6,7,7,5,24,10,10,10,5,4,30,5,10,3,2,2,5,20,18,5,15,10,30,30,6,10,15,30,4,15,10,5,8,25,5,5,7,5,5,5,10,9,7,15,6,5,10,16,14,20,10,8,8,10,5,2,5,9,5,20,8,5,2,10,10,5,10,13,8,10,2,7,1,10,2,8,27,7,12,10,5,10,5,6,5,10,10,28,8,5,8,8,1,5,25,3,10,10,8,2,1,1,15,10,15,15,5,5,12,5,28,3,5,10,5,5,5,30,20,15,5,7,5,33,20,10,10,5,5,10,15,5,5,15,10,5,15,30,5,3,5,10,9,7,15,5,5,10,14,3,5,5,3,9,3,10,5,10,6,15,5,15,10,14,2,5,5,21,10,5,10,10,20,5,23,5,5,16,15,5,5,7,25,25,5,5,15,24,10,12,5,10,20,7,5,6,2,25,25,5,5,5,6,10,18,2,5,5,5,3,12,10,5,5,11,18,12,25,5,9,8,8,2,10,10,5,20,10,10,5,5,15,5,5,10,1,5,5,3,7,10,15,10,10,11,15,3,10,5,5,10,10,20,8,10,5,15,20,10,5,10,10,10,14,14,11,5,10,5,10,10,7,5,1,1,30,6,10,2,30,5,5,10,10,8,5,10,11,30,10,30,1,5,5,5,3,18,9,23,2,15,20,18,5,10,14,10,10,30,28,21,5,10,5,7,5,10,5,14,5,7,1,10,20,2,6,10,7,5,2,10,10,5,17,12,11,3,25,5,3,30,10,6,23,10,5,5,5,5,22,23,12,2,5,10,5,15,5,4,5,1,5,15,15,15,17,5,30,2,15,5,4,5,30,7,22,20,10,30,5,3,7,4,2,2,5,1,1,5,10,9,5,7,5,5,5,29,15,4,9,28,5,10,10,15,10,10,5,15,5,30,10,10,5,2,25,4,5,10,10,5,5,6,5,3,5,15,30,7,5,5,2,10,5,10,10,15,3,5,5,15,5,9,30,5,5,10,15,5,8,24,15,18,10,10,5,10,5,7,10,5,20,6,20,2,10,5,10,2,12,2,9,2,5,1,8,5,28,5,30,5,8,7,11,30,31,7,10,1,10,10,5,15,11,21,15,10,9,30,13,5,10,10,2,5,15,5,24,5,10,5,9,1,10,5,12,5,5,10,10,15,3,7,7,5,20,2,5,3,5,30,5,20,11,9,2,5,30,20,5,4,5,10,1,30,5,5,5,20,5,5,10,10,5,10,2,28,5,5,10,13,1,5,6,10,2,10,13,25,1,11,1,5,10,4,15,5,20,30,5,2,14,1,15,20,30,20,30,4,5,6,10,5,5,30,15,3,5,8,5,5,16,10,6,7,15,15,6,5,2,10,7,30,13,6,30,30,1,4,5,30,10,10,10,6,5,30,2,5,3,5,32,15,20,5,10,10,3,9,10,5,10,10,2,20,5,15,5,10,5,10,5,10,2,30,10,6,9,10,10,5,1,10,10,5,30,10,5,1,13,8,15,25,15,10,5,30,15,10,10,13,2,20,9,5,7,10,10,15,15,10,1,11,10,10,11,5,27,2,5,10,5,10,6,4,7,5,5,10,12,12,5,18,15,2,5,30,5,5,5,5,12,5,25,30,20,16,15,30,2,13,5,5,13,15,5,5,5,2,5,5,10,5,17,5,11,15,10,20,15,33,10,10,9,5,21,10,5,10,8,6,4,9,8,17,5,5,10,4,5,6,5,5,30,15,27,3,13,5,17,3,11,30,5,10,5,2,10,5,5,5,15,18,30,15,5,3,9,5,4,5,3,5,12,3,15,30,5,5,5,12,5,5,10,10,5,2,2,15,15,5,8,2,9,30,2,5,1,3,15,2,5,10,3,5,1,10,5,10,15,10,5,5,10,6,5,1,12,9,5,5,12,1,3,20,15,2,10,5,1,20,3,5,30,15,20,4,10,30,30,14,5,5,1,3,7,10,5,15,5,10,5,15,4,5,17,5,5,2,5,5,5,10,30,15,5,8,5,14,30,2,21,20,20,15,15,10,10,3,5,15,6,1,3,15,5,5,10,5,7,3,10,15,5,15,30,20,30,7,8,20,20,31,30,30,4,19,6,5,5,5,5,30,9,15,18,9,10,5,5,5,15,10,15,29,14,3,5,16,10,30,10,5,18,5,3,9,10,34,11,5,20,5,6,15,5,5,1,6,8,5,5,5,5,6,15,15,10,5,30,20,5,10,5,5,5,5,15,5,10,30,10,10,5,5,15,5,5,5,5,25,5,10,27,4,1,10,20,5,10,5,25,30,5,20,10,5,10,10,15,7,7,5,15,15,30,2,15,10,10,10,30,10,5,5,30,20,10,4,5,5,11,15,3,6,30,3,1,22,15,10,10,10,4,2,5,1,10,5,10,16,5,20,4,1,13,2,5,5,5,15,22,10,5,30,5,9,11,5,5,5,5,15,10,5,5,11,20,7,30,2,10,2,15,10,5,2,20,10,7,30,5,10,5,6,7,2,30,27,18,1,10,19,10,5,10,10,11,5,30,30,30,5,5,6,5,7,30,5,4,5,10,3,10,6,11,5,4,30,5,2,10,5,10,5,10,5,1,1,5,10,5,3,5,5,10,10,5,10,30,25,5,5,7,10,5,10,25,5,2,5,13,10,10,10,5,5,17,10,5,20,20,10,30,20,12,19,6,10,10,30,5,5,7,5,30,2,15,18,5,15,5,10,20,20,10,10,10,15,6,10,30,2,3,10,16,15,10,5,10,5,7,30,15,5,10,5,1,4,15,5,30,10,30,24,2,4,5,15,5,5,1,15,30,5,30,20,30,5,20,10,6,30,30,5,20,5,11,17,6,5,5,32,10,2,6,2,2,5,10,3,3,25,5,5,20,14,5,34,10,5,5,20,10,8,3,5,14,5,10,2,10,10,5,15,21,5,15,2,30,5,5,10,10,24,20,10,5,30,22,30,1,10,7,10,22,30,30,13,30,5,17,5,14,30,5,5,10,2,15,10,20,28,20,5,5,10,5,10,9,20,30,5,15,5,10,10,10,3,4,6,10,19,10,10,30,5,5,5,10,10,3,30,30,30,10,14,10,5,15,20,3,5,1,5,10,8,11,11,20,30,25,30,5,10,20,15,5,5,25,5,5,5,10,5,25,20,15,5,10,6,5,20,10,10,5,10,15,15,10,15,5,5,25,15,15,5,34,5,30,15,15,5,11,15,5,5,5,5,5,20,5,5,4,15,9,5,5,5,5,5,13,20,1,30,5,2,30,10,20,10,22,5,5,5,15,20,5,10,30,10,11,15,20,4,5,30,5,15,5,5,13,5,15,20,24,5,10,10,5,6,12,16,15,5,5,6,10,15,27,15,30,15,3,10,30,10,30,5,5,5,30,11,19,18,30,10,30,5,5,2,5,11,30,5,5,5,15,7,5,5,30,5,8,25,10,8,3,22,6,5,5,6,15,5,2,5,5,7,10,5,20,10,5,20,5,5,5,5,15,15,5,10,15,30,5,10,6,10,10,4,15,14,25,21,5,15,10,15,10,5,20,10,34,10,8,2,14,10,3,1,8,4,13,18,15,15,10,10,8,15,5,5,15,20,5,5,6,10,5,15,1,10,15,10,17,10,10,22,30,7,5,20,21,10,5,5,2,10,15,10,14,12,12,2,5,5,5,30,10,20,10,25,2,30,5,5,5,10,20,5,10,5,14,24,5,10,10,5,5,5,5,6,10,3,9,10,5,15,5,30,2,25,10,30,15,8,20,25,3,18,30,25,10,15,5,27,10,15,10,20,5,5,15,15,17,5,2,5,9,18,30,5,5,20,15,5,5,10,5,16,10,30,7,13,15,1,10,10,5,10,10,5,5,20,5,6,15,3,5,10,2,5,30,8,15,5,30,5,9,11,9,2,10,15,5,30,30,25,15,20,10,5,5,11,1,30,20,25,10,10,5,10,10,9,15,15,15,1,30,15,8,5,11,30,5,20,10,4,15,7,20,15,21,1,20,20,3,10,5,30,17,5,8,4,10,5,6,5,15,15,15,15,2,5,15,5,15,19,6,15,30,3,20,5,10,5,10,5,10,5,10,1,24,5,30,25,15,20,5,24,15,30,10,15,10,5,5,5,20,4,10,15,15,5,3,5,3,10,3,5,20,16,5,15,10,2,30,30,13,8,10,10,14,3,5,5,5,30,5,19,5,27,5,5,5,25,7,5,10,20,2,7,10,5,5,20,10,15,26,5,10,10,5,5,5,10,6,30,15,8,10,7,6,5,18,5,5,4,5,5,20,11,9,10,5,9,20,1,15,5,30,20,30,14,4,1,10,10,14,5,8,10,5,5,8,1,7,5,15,10,5,5,10,11,5,5,10,8,30,22,3,15,10,15,2,3,3,20,10,2,10,2,10,2,30,2,10,9,17,5,10,15,15,5,6,5,5,5,4,3,5,20,9,24,10,18,10,1,20,5,5,5,1,5,5,5,10,10,12,10,10,2,20,10,20,2,5,15,2,9,10,2,15,5,5,5,2,10,1,15,9,10,7,5,13,5,11,5,20,2,5,5,7,1,7,20,10,15,29,10,5,9,5,29,5,15,5,10,5,30,3,5,5,5,20,10,24,5,9,21,5,5,5,30,10,15,5,30,5,5,3,10,30,10,5,14,10,4,15,5,5,3,7,14,5,5,6,10,11,5,5,10,7,15,7,5,6,10,12,17,5,10,20,1,5,14,10,25,10,3,5,14,30,5,2,20,1,5,10,4,4,5,30,7,10,5,3,10,5,10,20,20,6,3,19,7,14,15,6,7,5,30,5,3,11,10,2,4,9,2,5,10,5,10,4,10,16,5,13,5,4,5,2,10,10,9,4,15,5,15,10,10,5,10,2,10,1,5,1,5,4,5,8,5,5,5,5,5,10,5,3,15,10,11,2,5,20,30,5,8,5,10,3,4,30,10,15,15,33,5,5,20,4,15,13,20,9,15,5,5,14,5,4,10,11,10,10,10,5,30,20,5,10,7,6,11,20,4,2,5,5,15,15,15,7,5,2,4,20,23,10,20,7,15,9,5,18,10,10,15,4,22,10,5,5,30,5,20,6,15,15,5,5,5,10,5,10,5,5,30,2,10,5,30,16,20,3,15,5,5,30,7,5,5,10,15,5,8,15,12,15,10,15,5,15,3,10,10,8,20,2,30,15,9,32,11,10,7,5,15,1,5,5,4,2,15,11,10,20,8,7,8,15,10,10,15,5,1,10,30,15,25,20,6,10,7,5,30,30,7,30,4,4,5,30,7,5,5,5,15,30,15,10,20,5,7,15,1,30,8,10,8,30,10,10,10,25,3,5,5,17,15,10,30,6,5,20,9,30,5,20,10,5,15,10,2,33,30,5,5,5,5,20,20,5,9,15,17,5,22,5,4,5,6,15,8,7,1,10,20,30,5,5,30,5,7,20,5,7,5,5,30,4,5,3,6,20,20,30,5,13,10,10,2,12,8,20,10,4,20,5,5,7,5,7,8,5,30,10,15,5,13,15,20,6,5,20,17,20,5,6,2,5,11,5,5,25,1,5,13,15,20,6,7,3,4,14,2,10,3,4,19,5,10,5,5,10,10,10,10,5,7,5,5,5,5,5,30,12,20,10,10,5,30,10,5,10,28,5,6,30,5,25,10,1,10,12,23,30,4,20,4,2,11,3,5,2,30,24,15,5,10,10,5,10,10,16,6,10,10,29,2,30,30,5,3,4,7,6,1,10,10,10,5,10,9,15,10,10,10,15,10,5,5,20,12,10,15,10,6,10,10,5,10,5,3,5,25,25,20,1,10,5,5,15,19,10,3,27,25,15,5,15,12,25,7,15,10,4,11,3,30,10,5,2,10,20,5,30,2,2,25,30,10,7,5,10,10,21,4,9,4,10,33,5,5,5,5,10,5,8,5,1,5,10,5,1,5,15,10,10,15,10,10,27,7,7,10,5,15,10,11,5,10,10,25,2,5,10,11,4,9,10,30,9,10,5,5,5,7,20,10,30,5,5,4,10,10,10,5,6,10,5,10,17,15,10,5,20,3,10,2,10,18,10,2,3,5,15,15,7,10,10,30,10,4,9,5,30,5,10,10,10,5,5,5,10,14,10,5,30,10,10,11,30,5,6,5,15,8,15,30,5,10,10,9,10,7,5,8,5,10,15,30,15,5,30,20,10,8,15,20,9,10,20,10,30,27,10,15,10,2,29,10,10,10,19,5,5,20,15,5,16,3,15,20,5,7,1,5,25,5,3,20,5,30,11,15,30,15,2,5,15,5,15,15,5,10,5,30,25,10,5,30,5,19,10,8,15,10,10,12,5,20,7,5,30,10,10,10,5,10,5,5,5,15,10,17,17,30,10,5,15,5,10,30,5,11,30,5,5,10,3,12,15,24,10,15,2,10,13,5,2,30,15,5,10,20,10,2,2,30,20,5,31,20,30,15,5,31,1,5,10,5,25,2,5,10,30,28,1,1,15,5,10,31,8,1,10,10,7,10,19,5,5,3,5,19,4,4,5,28,20,6,10,30,6,20,10,10,10,30,5,2,15,5,10,8,15,10,20,30,20,14,3,13,30,10,30,30,28,34,5,6,10,10,5,17,8,11,29,30,10,8,12,20,10,10,30,19,15,5,30,15,30,5,18,30,9,10,28,13,22,17,5,8,24,28,4,15,15,8,26,24,26,2,32,6,4,32,10,25,7,10,6,9,20,5,2,8,11,2,23,15,20,30,10,13,15,2,30,5,15,10,5,10,15,25,10,20,30,10,10,10,5,10,22,10,10,5,10,3,10,15,15,13,4,30,8,3,10,5,30,20,10,33,10,4,10,20,30,19,10,26,5,5,30,10,5,5,10,5,5,14,6,6,5,5,4,10,5,27,7,2,1,5,1,1,10,30,20,5,17,32,12,15,30,20,10,7,10,3,4,5,2,10,12,10,9,5,8,25,9,30,9,5,10,10,5,5,10,19,15,5,25,25,25,10,5,5,10,1,5,3,15,10,10,25,3,10,23,5,11,5,15,10,10,6,20,23,6,30,5,18,2,2,10,5,15,15,4,1,5,20,5,10,25,5,12,10,5,15,20,3,15,11,5,5,30,5,25,15,10,15,4,16,19,5,4,5,25,20,25,10,5,15,5,5,30,3,30,30,5,20,1,10,5,5,20,10,10,30,5,5,10,10,7,10,15,5,15,5,5,10,4,15,5,21,5,19,10,3,30,10,20,15,17,10,30,10,10,15,20,20,30,30,6,8,15,3,30,5,10,4,5,8,20,6,30,24,5,20,30,14,7,10,30,18,10,1,5,5,10,30,25,15,4,30,7,30,7,5,10,10,10,1,20,5,10,15,5,20,7,30,5,10,30,5,10,5,30,5,32,5,10,30,13,5,20,10,6,30,30,10,5,3,10,15,5,15,11,5,1,9,30,30,7,5,15,10,5,10,10,15,15,30,5,25,10,1,1,1,5,15,10,10,22,5,10,15,15,30,9,30,10,5,2,25,5,2,21,5,10,1,30,2,5,30,15,10,15,2,25,5,30,5,25,10,15,9,5,5,7,15,14,5,30,15,8,8,25,5,12,8,10,2,30,4,3,10,5,10,5,15,9,2,15,15,2,15,9,5,10,30,1,20,5,5,5,25,10,7,8,9,30,5,1,4,5,5,10,20,18,15,10,5,5,5,20,10,6,20,5,15,5,5,6,10,5,16,10,17,25,4,30,8,1,1,6,20,10,25,10,10,21,14,19,5,31,2,25,5,10,6,15,14,2,6,10,10,10,5,5,22,5,5,25,5,5,30,5,5,5,5,5,9,15,20,15,8,5,10,5,4,5,10,2,30,10,5,6,5,5,3,21,8,10,1,2,3,5,20,5,6,30,15,7,20,20,6,10,2,5,10,10,30,12,16,2,16,20,2,10,10,12,10,8,5,27,23,5,10,5,10,10,1,8,1,25,5,30,5,10,2,25,4,14,5,10,1,15,10,15,10,5,20,5,30,10,14,5,22,5,5,10,7,4,10,5,5,20,10,30,10,15,5,5,10,33,10,5,30,4,5,3,30,8,5,2,30,10,1,4,5,15,15,5,5,10,25,1,10,10,1,17,5,7,10,20,4,4,5,10,1,10,5,13,15,2,10,21,12,10,2,10,15,5,6,15,10,8,15,27,15,12,2,5,30,5,2,5,6,5,10,1,5,10,12,15,30,5,12,12,1,9,4,3,30,5,5,4,2,16,15,5,7,30,9,15,20,5,15,5,5,5,5,5,15,10,5,5,15,5,5,10,5,15,20,15,25,5,20,1,5,6,1,4,11,5,7,5,14,30,5,17,4,4,5,2,5,5,20,15,10,5,7,11,6,10,19,25,10,4,21,30,5,5,10,5,1,5,5,20,4,15,5,3,5,15,5,1,5,27,15,10,5,10,5,2,20,10,5,5,4,20,30,5,10,12,2,5,24,2,9,15,7,10,30,20,30,15,6,6,9,5,5,2,10,4,3,9,10,15,6,25,16,2,2,30,15,10,11,15,5,25,5,5,10,25,2,10,15,30,4,17,4,5,5,5,5,7,5,6,20,10,1,15,15,7,10,20,10,2,20,5,10,15,4,15,15,5,15,7,2,15,10,5,5,15,20,10,2,12,5,17,9,15,5,15,5,5,2,8,5,5,3,3,5,15,8,30,5,29,15,30,3,7,15,1,10,13,30,5,10,3,15,21,5,3,2,20,30,20,25,15,25,2,5,1,4,10,29,16,20,5,3,10,20,20,5,3,5,10,8,15,15,15,5,2,18,5,12,30,15,3,10,10,5,5,5,5,10,10,4,2,9,10,3,4,10,10,30,20,10,8,12,5,1,2,5,12,5,8,10,6,10,9,6,2,10,20,5,5,8,15,5,5,10,5,10,10,5,10,10,15,4,5,1,30,10,15,5,7,10,10,14,30,16,30,15,8,2,5,5,15,6,7,10,5,5,3,10,10,10,5,20,5,30,5,15,5,7,3,15,5,5,1,5,5,30,5,8,5,15,20,20,15,30,10,7,10,5,5,30,15,5,10,20,10,10,30,10,10,15,10,10,5,5,10,10,11,10,11,10,11,5,14,10,12,5,6,10,10,10,10,10,5,6,5,30,6,30,5,10,5,16,10,5,4,5,10,5,3,5,10,1,10,30,10,7,5,10,2,15,8,19,5,10,4,5,30,5,5,15,18,5,15,9,1,10,30,30,6,5,5,5,9,11,15,5,8,10,15,15,15,12,5,11,10,30,4,7,5,5,4,10,32,5,20,12,11,3,20,10,30,13,1,30,6,5,6,5,15,15,10,4,13,13,10,5,10,10,10,15,11,19,15,10,5,10,10,10,5,30,5,5,8,15,25,2,30,10,4,5,5,5,5,10,10,10,20,15,8,5,3,10,2,5,30,10,29,14,16,10,11,15,10,10,15,19,5,5,10,15,20,5,25,5,9,16,10,5,10,7,10,2,1,10,3,6,7,20,30,15,5,5,17,15,1,2,5,5,9,10,10,5,30,9,23,19,4,15,15,10,12,20,14,10,15,10,4,10,6,7,11,11,5,10,3,15,8,14,9,20,20,7,15,8,9,15,14,7,15,7,5,5,10,2,9,10,10,20,5,3,5,5,10,30,10,1,7,5,10,5,6,15,12,5,5,22,17,14,4,1,1,15,5,2,9,8,9,30,2,27,3,7,4,5,2,10,5,15,12,8,6,15,9,5,2,5,5,20,1,7,1,10,10,5,30,5,10,4,5,9,5,10,10,10,10,10,18,19,5,10,6,10,9,8,15,10,5,5,10,9,5,5,4,6,11,2,16,12,10,7,5,8,5,5,1,9,19,1,10,9,5,6,13,6,15,15,4,13,12,5,13,8,5,15,15,10,6,1,15,1,25,15,3,10,13,30,15,10,3,10,2,29,16,6,5,5,10,10,7,25,5,5,5,10,15,11,15,10,10,16,1,5,4,11,5,10,2,12,8,18,10,4,15,15,1,4,29,14,13,3,5,5,8,24,5,5,10,10,10,16,15,30,14,31,30,25,25,5,1,5,15,12,30,5,15,10,5,6,30,5,5,10,10,5,23,15,5,5,9,5,20,31,11,5,2,5,10,15,30,10,5,7,11,15,19,10,20,8,14,5,15,5,10,15,15,5,1,5,3,30,5,15,4,5,15,15,5,10,5,30,20,10,5,12,5,17,13,9,5,30,5,5,15,8,5,20,2,5,5,6,10,5,30,30,2,5,3,1,2,5,7,8,10,15,10,10,10,4,8,5,19,3,10,22,5,10,30,8,10,8,20,5,2,13,5,24,10,4,25,13,26,30,15,20,30,15,6,11,5,5,30,10,5,3,4,30,25,10,10,30,1,30,7,30,5,25,8,10,4,15,10,2,5,25,9,5,5,5,28,30,10,15,5,10,15,30,16,10,2,6,20,10,10,5,10,24,6,8,20,5,5,5,9,1,4,19,10,4,5,20,5,15,11,2,10,7,15,30,5,5,5,11,10,18,5,4,2,5,30,15,9,2,3,15,3,5,5,5,5,3,5,4,1,15,5,32,5,8,1,4,20,32,5,6,4,5,1,2,12,7,30,5,10,10,10,18,5,5,5,10,6,15,10,16,5,5,25,7,5,15,15,15,5,9,5,5,10,7,5,10,7,11,2,5,11,5,2,15,30,4,5,6,16,17,4,1,5,25,30,2,7,30,5,16,5,10,6,10,30,15,6,4,5,25,5,2,1,30,5,10,5,11,15,5,10,3,6,10,15,11,30,30,10,10,18,10,30,10,30,1,5,1,10,25,5,10,15,5,7,10,7,2,6,31,15,10,4,4,20,5,9,5,4,10,9,15,10,15,17,1,10,1,11,10,7,10,15,25,4,10,5,5,3,5,7,5,15,3,11,5,4,4,7,5,14,5,2,30,5,5,2,5,2,5,5,3,15,12,10,10,16,3,21,4,10,10,2,5,22,5,5,3,3,30,3,5,5,5,10,25,22,28,7,17,2,5,5,14,10,30,10,10,5,20,2,5,5,5,15,1,5,3,20,4,2,13,17,3,3,3,3,10,5,25,5,3,5,7,11,4,5,1,5,5,6,12,5,5,5,5,1,10,15,5,5,15,2,6,5,4,15,5,5,20,1,5,5,1,5,1,5,2,8,5,6,5,5,2,10,5,2,5,9,4,5,2,10,5,5,10,15,1,5,5,10,2,1,5,5,13,7,3,1,5,7,5,5,5,30,15,4,5,10,5,1,5,1,5,5,4,10,9,2,5,5,12,7,1,10,14,5,5,10,1,5,8,2,16,12,4,5,6,5,5,5,20,21,5,22,20,15,20,5,5,5,5,9,5,5,2,10,5,10,1,5,14,5,2,20,2,30,10,3,10,5,5,12,16,5,5,8,5,5,5,5,5,10,5,10,5,2,10,3,3,1,5,10,5,5,11,7,10,3,5,5,30,10,10,9,2,2,10,5,1,34,5,5,10,5,1,5,5,10,2,8,5,14,5,20,10,8,5,10,5,2,10,8,9,5,8,5,30,10,2,11,6,7,3,8,5,10,5,4,23,10,5,1,6,2,5,11,5,2,2,5,4,15,2,10,10,5,10,31,5,10,10,5,16,4,5,10,1,10,30,1,30,5,10,10,5,22,5,9,17,5,5,8,10,10,20,10,5,15,5,9,15,3,12,2,20,30,2,15,5,5,13,2,5,8,5,10,17,10,2,10,7,6,1,4,15,6,5,5,8,15,10,7,6,13,9,15,5,3,9,2,31,5,10,6,5,2,3,5,10,2,7,5,5,5,5,5,10,10,17,1,10,10,5,5,13,6,5,20,10,15,5,15,20,30,1,5,5,10,5,8,5,8,25,8,10,4,10,6,10,10,30,5,4,5,10,5,15,1,3,7,5,10,20,4,5,12,15,20,15,3,1,11,9,5,5,10,18,5,5,5,5,10,4,2,2,15,12,24,8,9,20,9,5,5,3,15,8,30,5,5,7,5,5,5,5,17,20,15,11,12,5,2,10,8,8,5,10,5,1,12,4,1,10,2,9,3,10,30,23,7,10,10,13,15,24,2,20,30,18,5,12,5,3,2,5,1,10,3,5,15,15,5,27,10,8,10,25,5,12,2,17,15,10,10,5,5,9,22,10,10,10,5,5,24,15,3,10,5,7,10,10,15,20,5,5,10,6,1,17,1,30,5,5,10,5,8,5,9,4,6,2,10,15,5,14,10,19,7,5,19,5,5,22,5,10,7,5,2,10,5,24,5,5,25,21,2,5,10,25,10,15,11,4,30,31,7,4,15,7,5,5,25,5,10,25,11,2,17,5,15,15,2,4,30,20,5,5,8,6,10,5,7,5,4,5,6,5,5,10,30,15,5,5,10,9,5,9,5,22,6,4,8,10,20,10,9,4,5,8,15,9,7,31,9,10,10,4,20,12,5,2,1,16,1,6,11,3,3,2,20,5,20,29,8,10,14,18,10,4,15,10,8,5,5,5,6,13,8,30,11,6,30,20,7,15,3,8,10,34,5,10,15,4,12,3,11,15,10,15,7,5,14,5,8,5,15,15,6,5,5,9,2,6,15,4,2,8,9,8,5,1,6,3,1,13,10,5,5,14,10,30,1,5,12,3,2,7,6,16,5,9,10,5,15,10,25,5,3,14,10,13,15,13,30,2,20,10,4,5,5,10,4,7,5,6,10,5,5,30,16,12,12,4,5,10,15,9,7,10,4,10,6,6,6,17,5,19,14,15,5,5,2,1,15,5,9,30,5,5,5,10,4,10,9,5,10,1,1,6,15,2,7,5,31,9,13,3,9,30,1,5,13,4,19,6,10,5,10,16,5,10,18,2,4,21,32,4,30,5,5,3,5,5,5,15,6,12,5,3,3,1,6,31,10,25,5,3,7,10,15,7,8,5,4,1,3,20,5,15,17,1,5,5,5,5,7,22,1,30,10,30,5,6,5,16,6,6,1,33,1,10,17,17,3,15,11,1,6,20,10,24,26,5,2,1,21,6,5,5,25,10,9,6,8,7,30,5,4,10,10,2,10,19,9,10,7,1,1,5,10,1,5,4,14,12,6,20,14,17,29,5,15,10,13,30,5,7,6,5,2,10,4,5,10,5,25,10,5,8,10,9,5,3,4,12,3,10,4,1,22,24,9,7,5,5,8,10,10,15,1,5,8,2,30,1,1,6,1,12,5,8,5,12,2,10,5,8,5,9,5,1,10,5,20,5,7,5,7,2,16,15,5,1,7,25,5,12,2,6,5,1,7,15,3,10,5,3,10,5,17,21,15,5,6,20,10,17,5,15,16,15,9,7,10,5,15,15,10,5,2,15,7,25,10,5,7,10,30,1,12,10,2,5,28,19,5,10,20,1,7,5,10,10,10,8,9,5,15,10,5,1,30,2,6,2,17,5,15,2,15,10,5,15,5,10,20,12,2,10,2,5,17,2,26,2,5,10,25,5,1,15,30,5,3,5,2,19,5,15,10,10,4,5,5,5,30,10,10,7,10,5,10,25,5,18,5,30,10,10,10,2,9,10,4,30,15,5,20,17,5,20,20,20,5,10,4,29,2,5,15,5,3,15,25,11,5,2,10,10,1,5,5,30,5,19,9,30,9,15,2,5,5,10,1,5,5,5,10,10,20,6,5,10,15,10,1,2,30,5,5,10,2,8,2,5,1,10,6,5,10,13,15,2,5,3,2,15,10,10,6,4,5,25,15,10,23,11,12,9,5,2,10,10,10,15,5,7,24,8,10,1,30,15,5,2,11,25,6,10,30,5,5,10,5,5,1,3,25,10,1,15,30,30,5,10,5,1,20,3,1,5,5,15,5,20,5,20,5,5,9,10,1,12,4,5,10,8,11,1,9,10,10,15,20,8,11,1,27,10,5,5,5,5,5,20,5,5,3,13,11,10,5,5,15,10,7,10,5,5,10,17,6,7,5,8,5,25,5,3,2,5,2,30,9,5,8,15,11,1,5,15,5,5,15,15,7,17,22,16,31,5,9,5,7,7,8,30,4,20,1,13,6,20,5,5,10,10,31,7,16,15,5,25,25,10,6,15,1,11,8,5,4,15,10,30,5,30,10,10,5,5,13,10,1,24,5,10,7,30,15,20,5,26,5,17,13,10,30,30,10,25,5,1,6,3,2,30,1,25,34,5,18,10,5,4,5,5,5,6,7,2,5,5,5,2,15,9,2,10,4,15,8,3,4,5,5,5,5,15,3,5,15,2,15,8,8,8,5,10,30,5,1,5,5,10,4,15,14,5,15,10,7,1,20,3,1,3,10,31,15,12,5,1,14,1,5,1,10,10,5,5,5,5,5,3,15,15,2,10,11,5,10,30,5,2,10,10,10,30,22,15,20,11,10,10,10,10,2,5,3,21,5,4,25,12,5,5,5,10,6,7,5,5,5,5,5,8,15,15,4,25,10,10,5,15,5,25,3,3,10,7,20,9,31,9,17,5,9,9,5,5,8,5,10,10,30,5,5,19,30,5,6,30,8,8,2,5,30,5,5,15,4,10,5,30,15,10,4,30,15,5,25,4,10,7,3,1,8,10,5,30,5,1,10,30,8,5,5,10,3,5,20,12,10,7,5,15,25,30,10,8,12,5,7,10,5,10,5,10,15,34,2,5,10,5,25,5,15,17,2,32,10,15,15,5,4,5,7,1,5,11,25,20,20,1,30,25,5,1,10,10,10,10,5,15,20,2,10,5,5,15,7,20,2,10,15,2,5,21,1,5,5,6,7,10,30,15,10,5,20,10,8,8,5,4,20,5,10,10,10,25,20,10,20,27,5,5,1,20,10,15,5,5,5,5,5,18,10,25,12,6,10,10,13,25,10,10,15,10,10,6,14,5,5,5,10,5,5,5,2,5,10,4,15,9,15,10,25,20,5,20,7,30,10,2,4,20,25,20,25,15,1,10,10,14,4,5,30,1,7,1,15,4,20,10,5,5,5,15,10,6,1,1,5,1,5,15,13,5,16,30,5,5,20,17,5,10,5,10,30,9,2,10,5,12,10,4,1,20,20,5,15,10,1,10,10,2,1,8,15,10,15,5,15,30,10,5,13,5,20,1,2,5,5,3,20,1,6,10,12,7,5,5,30,8,5,5,10,10,5,5,10,15,5,5,30,9,20,10,8,10,15,20,10,10,5,5,1,30,10,5,18,5,5,9,5,10,1,30,30,5,3,5,1,15,7,13,5,10,7,5,13,1,15,3,20,10,5,5,5,6,30,10,30,30,18,15,10,20,15,5,20,20,5,5,7,6,5,12,5,3,28,30,30,10,5,25,5,5,14,10,20,11,15,2,5,3,5,10,10,2,1,5,30,5,30,20,1,10,5,6,6,3,17,30,1,10,5,20,1,30,8,13,5,2,7,5,15,30,20,15,33,1,6,10,5,5,3,15,5,7,25,1,10,25,5,30,5,7,5,20,10,10,15,1,20,30,2,15,3,1,2,3,5,10,2,7,5,9,10,15,6,15,5,1,10,5,30,5,15,10,21,30,10,3,30,5,5,15,16,4,14,3,6,8,10,20,20,6,10,2,20,15,30,8,16,15,5,30,30,13,19,20,5,20,20,8,1,15,17,20,2,6,10,4,15,15,2,4,15,10,29,5,19,25,5,5,14,8,5,10,30,30,1,2,20,8,25,8,10,13,5,7,10,1,5,12,6,30,5,2,3,12,20,34,12,13,10,5,15,10,1,9,5,10,5,15,10,5,1,5,30,1,20,6,28,8,2,15,2,2,5,31,10,5,5,30,5,10,30,10,21,5,10,8,33,5,1,4,10,5,8,9,15,1,15,5,30,2,10,5,10,15,2,5,5,15,10,20,24,7,4,1,5,20,11,30,4,28,15,4,30,3,2,7,10,10,2,10,5,4,25,5,18,10,28,12,5,18,30,5,4,5,5,10,20,5,10,20,4,10,19,10,10,15,30,8,2,10,9,15,8,15,15,8,10,5,15,20,10,15,8,10,2,34,5,12,2,2,5,15,8,20,1,30,5,28,20,5,30,10,10,8,15,15,6,34,15,8,6,9,2,10,3,30,5,11,15,5,10,8,5,13,30,20,7,6,17,3,4,6,10,5,13,5,3,5,5,24,7,19,15,7,21,10,15,10,15,13,10,5,4,13,5,10,10,6,20,5,5,5,4,15,7,5,1,5,28,10,22,20,4,14,3,2,5,15,3,15,20,5,10,5,10,12,10,6,30,1,30,16,5,10,4,12,5,10,10,10,9,16,9,20,7,15,5,5,22,10,10,20,1,15,12,30,9,1,2,5,25,8,9,5,5,5,5,30,10,10,15,5,30,8,20,5,2,1,15,10,20,10,15,1,10,1,4,5,15,15,30,10,6,25,6,15,1,5,5,10,30,6,5,1,10,26,5,10,1,5,10,19,6,5,27,9,4,10,3,10,10,5,10,10,30,2,12,10,1,15,1,1,10,5,20,20,25,2,17,10,10,10,18,17,8,5,15,2,1,1,3,16,15,5,10,5,5,5,5,10,8,8,5,25,25,10,15,30,10,20,3,10,5,15,3,5,5,10,4,4,11,5,1,8,28,10,10,5,30,8,24,7,5,30,10,4,22,2,9,9,10,5,5,3,2,5,18,4,5,15,4,17,10,15,15,22,5,20,5,10,25,15,33,20,7,22,20,5,9,2,5,18,10,1,15,30,30,5,25,20,2,1,1,10,7,5,1,10,5,1,10,11,2,30,15,10,25,20,30,10,11,20,10,4,8,2,5,25,15,10,5,15,11,1,8,12,5,1,29,1,5,30,3,20,2,5,15,5,6,30,18,6,30,10,20,15,10,20,8,1,23,30,7,5,1,14,12,5,15,5,7,30,1,27,25,12,10,15,1,25,10,10,11,2,10,31,11,15,5,5,6,2,15,3,5,10,15,3,5,15,20,5,2,1,10,5,10,2,6,5,20,9,12,2,30,1,1,23,4,3,13,12,5,10,8,13,5,5,3,10,23,30,5,17,4,30,7,5,2,20,32,3,5,10,10,5,15,5,10,23,1,6,9,10,10,5,10,1,5,2,20,5,5,28,5,16,5,5,5,10,10,5,10,20,21,12,1,5,18,20,2,8,3,5,5,5,27,1,30,15,15,30,5,10,17,20,8,1,4,5,20,10,3,20,12,3,30,5,1,2,10,5,8,1,19,1,30,14,10,5,5,5,5,10,5,10,10,10,13,12,10,19,5,15,10,15,4,22,3,30,6,1,5,1,10,5,10,15,4,5,30,1,10,1,10,12,5,5,30,15,5,24,9,20,30,16,7,15,15,30,9,8,20,5,1,5,5,4,5,10,20,10,5,4,4,9,15,10,15,23,15,2,11,10,30,5,7,3,7,10,10,1,32,5,4,10,10,5,6,7,5,10,1,10,5,2,5,5,4,5,5,25,15,5,1,20,15,10,3,23,2,4,15,11,6,5,10,29,30,5,5,10,1,1,30,5,20,10,8,2,10,10,10,1,3,18,5,5,10,5,8,10,15,13,23,5,26,20,9,1,5,6,6,15,2,11,7,10,5,14,5,2,5,19,30,5,17,10,1,20,10,12,5,7,15,20,2,2,20,20,30,3,2,3,5,1,14,5,2,10,9,5,5,5,15,7,7,10,3,10,5,5,1,5,8,6,24,5,6,20,5,5,10,20,4,8,20,5,5,30,25,24,5,10,23,4,2,6,5,5,3,5,10,5,4,8,20,5,15,15,29,4,2,15,5,30,5,5,5,10,10,1,15,10,2,5,3,1,5,8,5,30,10,5,10,5,4,5,10,15,5,15,10,15,5,5,5,22,30,5,1,5,20,15,3,5,4,15,5,10,6,5,10,1,8,5,7,5,30,5,8,17,4,2,5,5,5,8,5,10,5,1,2,4,20,10,3,10,17,5,2,15,8,30,5,5,15,5,3,20,5,5,10,3,5,5,33,15,9,20,5,5,21,6,30,20,26,5,5,9,15,5,2,15,6,5,5,18,5,31,5,30,5,5,10,10,15,3,5,10,15,5,15,10,14,8,15,2,15,1,15,2,5,20,1,5,20,2,5,15,15,22,22,15,4,7,15,20,10,15,30,5,15,10,18,5,15,10,10,5,32,5,5,3,7,30,4,30,5,9,10,15,25,21,1,2,3,15,2,5,20,5,10,5,1,4,6,9,28,30,18,10,33,20,7,5,2,5,9,5,1,2,10,20,5,10,29,5,4,3,10,8,14,1,12,2,30,10,20,10,10,5,25,5,20,5,5,15,15,10,11,10,30,2,15,30,18,10,5,8,2,5,10,6,10,6,17,20,2,5,1,10,4,20,10,8,5,3,1,5,10,15,6,8,1,5,20,6,30,30,10,15,11,5,5,15,25,5,12,5,15,10,8,7,15,10,4,10,5,7,9,7,10,10,1,10,10,20,7,10,5,10,30,13,16,31,5,5,1,15,1,10,10,30,5,10,15,10,10,5,10,5,30,21,4,18,18,3,4,4,12,5,7,5,10,10,12,32,5,10,5,10,4,10,10,10,10,5,30,27,10,5,30,10,3,15,16,5,15,1,5,15,12,20,30,5,21,20,15,5,12,15,2,2,15,5,3,10,10,12,15,5,5,31,1,10,10,10,15,20,11,10,20,2,10,10,15,17,5,10,5,13,27,3,10,5,11,5,25,3,24,3,12,3,5,4,13,10,3,30,11,5,5,7,10,15,20,8,15,15,9,10,5,20,9,5,2,15,4,5,7,10,2,15,13,5,20,13,10,2,5,8,2,10,22,10,10,15,20,12,10,15,5,20,5,12,3,4,6,5,9,17,20,1,11,10,10,2,2,21,6,4,10,20,3,5,2,30,1,15,30,10,10,2,20,1,10,15,1,5,5,5,2,10,3,2,5,14,5,5,9,10,26,15,1,5,10,5,15,10,5,8,5,10,14,3,20,5,5,20,10,27,10,5,15,1,29,32,10,5,10,10,10,15,5,5,25,5,10,4,5,30,20,30,5,10,12,5,25,14,10,10,5,15,8,10,5,30,7,15,7,20,16,34,30,5,5,30,5,2,5,5,20,1,18,5,1,5,5,5,1,30,5,12,30,3,10,12,30,10,5,15,5,5,5,10,5,1,2,5,15,5,20,1,3,5,5,20,5,5,5,5,31,5,5,15,10,3,5,10,5,2,20,7,5,5,2,5,10,5,10,2,4,12,5,5,5,10,24,10,5,20,2,10,25,10,13,2,28,1,2,12,30,5,19,10,5,18,3,21,5,1,15,3,7,10,2,5,4,5,10,5,2,10,10,14,5,4,15,5,3,1,2,5,6,20,10,14,5,25,10,30,10,15,5,10,5,25,10,5,5,17,5,15,2,10,5,20,19,5,5,25,10,7,4,5,15,1,10,10,5,8,3,20,10,27,30,5,5,7,10,10,6,26,28,25,5,10,30,10,10,5,1,10,5,5,15,7,1,5,22,10,20,20,7,7,10,23,10,10,15,15,8,15,30,34,7,2,3,10,15,16,15,9,5,20,15,20,18,23,10,12,7,10,8,1,30,6,10,9,30,5,15,22,28,6,2,2,3,3,7,12,4,14,25,5,8,5,6,16,30,10,7,17,3,30,8,16,12,7,5,14,10,12,5,14,26,9,2,30,8,20,2,2,30,5,10,10,30,9,10,10,30,10,10,24,3,23,20,5,9,12,15,29,8,5,10,10,5,7,15,15,5,5,10,5,1,10,19,10,5,5,9,23,10,10,20,5,5,5,4,9,5,10,20,6,10,4,4,15,25,6,3,14,19,18,19,30,9,10,20,20,30,5,6,10,10,10,13,30,2,6,2,30,10,4,5,10,1,20,5,25,15,20,6,5,3,15,5,14,30,5,20,7,2,5,5,30,1,21,5,8,15,5,5,20,7,24,2,20,2,5,5,3,7,3,10,13,5,10,5,10,5,10,25,10,26,25,6,20,15,11,13,20,6,7,10,5,5,18,3,10,12,12,10,10,10,16,23,2,2,10,5,18,20,20,20,10,10,8,5,23,28,5,5,15,11,26,2,10,20,5,5,12,11,1,30,8,5,2,10,13,10,5,10,2,15,5,30,3,12,5,12,15,5,10,14,10,25,5,7,5,10,10,7,20,5,19,10,5,5,10,4,5,5,8,1,3,30,15,25,5,16,20,10,26,6,1,20,5,2,3,10,12,6,5,12,5,5,21,10,21,15,15,14,15,5,14,1,5,4,15,3,10,15,15,8,10,20,1,2,5,5,20,2,5,3,7,9,5,15,3,20,29,10,14,5,5,11,5,5,25,9,22,30,10,10,5,2,6,10,5,5,3,5,5,15,10,32,5,2,5,25,11,18,15,5,3,17,9,5,5,10,1,2,5,16,10,15,20,30,5,5,15,5,15,1,10,5,15,10,26,7,8,5,5,10,5,5,10,25,20,2,5,3,9,8,15,30,5,20,4,10,25,2,30,5,10,30,5,28,7,6,19,20,5,15,4,15,21,9,10,5,11,5,3,12,1,14,15,5,5,9,5,11,13,10,5,5,5,10,10,10,15,5,15,20,25,30,11,5,8,10,5,5,30,20,5,5,23,5,30,30,15,10,15,10,26,8,13,20,9,2,10,10,10,15,10,5,5,7,1,5,5,5,15,5,2,10,5,6,10,30,5,5,5,10,6,4,5,1,10,5,5,15,5,1,2,1,15,5,15,5,5,10,4,12,5,1,20,9,1,1,10,5,9,10,9,15,15,5,5,15,30,1,8,4,9,10,20,10,1,10,17,5,19,30,10,2,24,11,5,5,10,5,5,20,10,10,5,5,5,10,20,13,5,25,24,3,5,10,5,31,10,10,5,20,30,30,10,8,7,5,10,15,10,20,20,15,5,5,5,8,10,15,17,14,14,30,5,4,2,1,30,5,15,10,7,9,5,5,4,30,5,16,10,12,6,19,18,5,10,3,3,10,15,30,21,4,30,5,13,5,30,1,5,30,25,5,5,10,10,5,5,20,10,30,10,30,5,30,2,16,15,20,7,7,4,16,17,5,10,5,5,11,2,4,5,23,4,5,3,13,10,1,1,6,5,15,30,8,25,2,12,5,10,6,12,2,8,5,8,15,1,10,26,20,4,12,7,9,5,18,6,15,30,11,7,2,6,21,10,10,10,10,33,10,16,6,10,5,25,6,10,7,1,19,10,4,10,14,20,4,1,32,1,5,27,5,1,1,16,1,5,11,3,7,15,27,6,1,10,1,20,5,5,21,10,5,33,4,1,1,12,30,10,5,10,7,2,16,5,10,7,2,18,7,5,12,6,6,3,2,2,8,14,5,5,20,5,30,1,10,1,7,10,1,11,25,9,5,15,5,14,5,5,1,20,13,6,2,8,5,5,11,1,2,6,11,16,5,2,34,15,10,1,20,20,15,5,4,17,10,1,15,1,20,3,5,28,10,1,2,5,16,2,1,15,11,5,8,10,5,15,5,30,13,5,17,13,1,6,15,5,8,12,5,1,8,29,20,15,15,10,20,10,18,10,30,1,5,8,5,6,20,5,10,5,8,5,10,5,5,9,18,10,22,10,1,5,4,4,10,2,24,20,16,10,33,10,5,30,10,15,5,20,14,1,1,4,1,10,5,2,5,6,1,5,5,2,5,5,5,12,31,2,4,30,7,7,10,4,10,5,5,4,10,15,1,10,14,15,15,5,15,15,2,15,5,30,4,2,22,15,14,15,1,15,20,6,5,15,6,1,23,23,10,20,30,1,20,15,5,30,10,9,15,10,5,5,1,5,2,5,10,10,24,13,1,6,13,1,7,10,6,10,8,5,7,2,5,15,10,15,13,29,10,2,8,11,1,5,1,13,17,13,15,26,5,1,8,4,5,1,10,7,4,5,3,25,7,5,30,1,18,5,8,2,10,15,7,2,12,5,10,9,15,10,10,15,5,9,6,13,5,20,1,12,1,5,2,6,2,10,14,5,10,3,30,30,1,25,10,1,20,21,3,30,10,3,10,4,16,5,14,15,11,7,14,15,1,18,20,9,10,5,10,1,5,18,10,1,10,8,10,5,9,5,5,10,6,25,5,9,15,2,15,1,7,10,5,10,5,5,7,10,2,10,15,8,6,5,4,10,2,5,10,2,7,10,1,30,30,20,5,10,5,31,5,30,13,10,15,17,3,20,4,1,15,4,27,20,5,8,5,5,2,19,15,20,4,10,5,5,10,13,10,10,6,10,4,9,1,1,2,10,6,5,1,10,15,13,20,5,10,4,5,14,18,4,5,5,13,15,5,12,10,5,26,1,15,13,23,11,7,19,20,10,15,5,20,5,5,30,1,9,1,4,5,6,5,5,5,18,15,10,5,25,15,10,1,7,5,4,1,13,10,22,10,1,20,25,10,20,3,20,1,8,3,2,5,15,10,8,32,10,30,18,2,3,15,25,12,3,1,10,10,3,15,5,7,10,9,11,5,15,17,14,4,20,11,9,5,10,5,20,18,10,17,6,20,5,30,2,4,15,19,10,31,2,30,30,10,7,4,25,25,10,14,20,10,10,2,8,25,10,30,16,15,5,3,10,6,13,12,5,10,10,5,10,5,30,30,10,10,5,7,4,10,5,10,1,5,5,15,7,10,5,8,1,5,8,16,10,5,7,20,10,15,4,15,30,15,4,7,5,12,30,10,21,21,5,12,19,5,5,5,1,15,24,6,12,8,30,5,10,20,11,14,8,30,5,11,23,15,10,5,6,10,10,5,8,33,8,5,5,8,1,17,19,10,10,5,11,11,10,5,4,5,6,15,3,10,18,17,25,4,5,20,10,10,2,20,5,14,19,10,15,20,9,2,15,11,2,13,20,3,30,5,2,2,5,17,30,5,3,30,5,10,1,30,10,15,16,31,5,15,3,5,6,11,5,3,4,5,10,20,15,15,19,5,5,10,10,3,10,15,15,10,10,10,5,15,30,5,2,25,7,1,10,33,2,10,20,11,9,5,1,1,10,20,10,5,1,25,2,16,7,5,3,30,10,10,2,1,5,5,10,5,10,20,5,15,17,15,20,23,17,5,4,5,5,20,5,5,5,28,10,2,5,10,10,10,15,17,8,22,5,5,10,10,5,5,5,30,20,5,2,15,4,5,20,28,30,28,2,20,13,20,20,8,5,15,12,8,13,6,8,10,5,25,10,5,10,10,5,10,3,8,5,10,5,11,10,30,5,7,6,5,10,2,10,5,1,7,3,3,5,22,30,7,28,5,7,31,10,15,30,5,16,1,7,13,1,10,5,15,15,5,29,24,5,9,15,9,4,12,10,10,6,6,10,5,5,27,5,8,4,3,13,5,13,4,15,4,15,5,20,12,20,20,1,5,10,13,3,4,8,5,23,5,5,4,5,8,5,1,1,9,20,6,5,19,10,15,21,1,16,2,20,10,10,21,1,25,4,5,2,5,22,5,2,10,5,18,30,27,31,15,15,3,22,9,7,5,5,15,20,7,1,5,10,19,5,5,3,5,13,12,10,11,6,7,5,5,1,1,14,15,18,5,5,32,11,1,9,1,25,7,15,7,17,20,30,5,5,14,15,2,10,1,23,10,5,15,5,25,24,5,1,5,22,5,8,10,8,4,15,5,3,10,5,10,7,4,15,5,2,8,6,10,15,5,6,8,14,15,19,19,10,3,7,5,5,1,4,10,5,10,5,8,25,19,11,2,6,10,6,10,10,14,10,20,1,4,5,17,5,15,4,3,8,14,15,20,7,10,20,12,10,30,15,10,4,8,12,8,5,5,4,10,2,5,10,15,26,15,5,5,23,13,10,5,1,6,5,1,3,20,12,30,7,30,24,3,5,15,5,4,5,5,5,4,5,4,10,20,5,21,7,22,4,8,5,10,10,10,22,5,10,3,5,5,5,10,15,10,13,15,5,30,20,5,17,5,5,15,5,5,5,9,5,15,18,5,25,16,5,5,7,6,5,6,3,5,30,3,13,26,5,1,17,5,34,22,12,1,8,5,20,10,14,4,19,10,6,15,3,33,5,5,8,1,6,2,2,9,30,7,5,34,7,25,7,15,1,4,15,5,7,5,6,3,2,1,5,5,4,15,13,6,10,20,22,5,2,15,2,25,12,11,8,10,1,10,15,6,12,15,5,13,6,6,6,10,17,30,4,15,4,9,29,8,5,10,5,4,9,5,5,26,2,9,15,22,20,3,5,28,2,15,13,5,3,11,2,21,5,25,10,5,5,14,10,5,9,5,13,30,11,10,5,17,30,5,2,15,10,12,5,30,18,30,15,17,10,5,13,1,13,5,15,17,5,1,6,2,10,1,5,11,10,3,6,8,30,2,20,5,30,10,5,2,3,5,30,3,5,8,25,5,3,30,20,1,10,10,2,2,30,15,5,16,5,20,4,5,30,2,5,30,15,5,10,8,14,7,20,1,5,10,15,5,30,4,5,30,27,1,5,9,13,5,12,2,15,30,10,5,10,15,22,5,7,10,7,33,5,9,5,14,20,5,20,10,15,5,30,12,10,30,13,5,11,6,31,30,16,20,10,5,30,10,6,6,6,5,15,15,10,2,5,30,5,5,15,5,2,10,15,7,30,2,5,7,12,3,5,7,5,5,10,10,10,5,5,5,10,5,25,11,26,10,2,3,3,1,10,8,5,20,8,5,2,3,5,30,5,5,5,5,14,10,14,10,6,6,10,13,6,5,25,10,15,8,4,20,30,15,5,5,6,5,13,2,15,13,5,5,5,1,1,1,5,10,5,6,2,10,10,5,5,15,5,15,5,5,20,10,5,5,24,2,15,4,30,30,1,5,10,2,5,5,20,9,7,15,5,10,4,7,1,5,20,6,6,20,8,1,15,6,3,5,5,3,5,16,10,2,9,25,15,4,25,1,2,10,10,5,20,6,5,4,3,10,17,5,10,20,23,30,4,12,4,10,5,4,22,10,5,5,5,10,5,5,5,5,2,15,5,5,23,1,5,7,10,15,16,6,1,5,6,10,30,10,9,15,5,5,7,5,15,10,10,8,10,5,5,9,9,25,14,5,3,5,15,10,10,1,15,4,10,23,5,5,5,5,30,3,5,5,5,7,6,5,5,14,5,10,17,6,9,15,10,5,5,15,10,10,4,5,2,15,2,20,10,5,10,8,5,30,5,2,8,11,10,15,1,6,5,3,10,5,27,20,9,15,8,5,10,6,5,10,5,15,30,20,10,5,5,12,30,12,5,15,30,5,5,19,10,5,2,10,10,5,5,7,5,5,15,6,1,5,20,2,17,10,5,5,25,15,20,10,30,9,5,5,2,5,30,5,15,15,5,5,9,5,5,2,5,8,3,12,20,10,2,20,1,6,9,2,10,5,5,15,5,5,8,12,15,10,4,1,7,5,5,5,7,10,22,20,20,10,6,14,10,10,5,8,5,25,2,10,15,10,15,25,20,15,10,10,5,12,5,15,5,5,5,9,10,19,15,15,5,12,10,1,12,2,5,6,10,5,15,5,5,30,5,5,2,5,30,24,6,5,24,16,26,7,5,10,5,20,13,11,5,3,5,10,13,7,14,30,30,5,5,16,5,1,5,5,1,5,5,3,30,2,30,15,10,11,30,19,5,30,10,15,12,14,5,5,10,3,8,5,5,15,15,5,32,5,10,7,7,10,1,10,8,5,12,15,15,17,5,5,30,1,11,30,5,6,6,1,2,10,5,5,5,10,5,10,12,5,3,20,5,30,15,11,15,9,5,10,8,10,25,10,7,30,2,26,10,15,10,10,11,13,18,5,12,12,20,30,16,15,5,5,7,5,30,5,5,3,5,7,5,24,5,10,5,8,5,5,2,13,6,15,5,10,9,7,3,7,21,25,5,15,25,9,2,10,2,20,3,5,13,24,10,30,20,10,5,8,5,10,5,2,5,30,34,20,15,5,8,1,8,27,15,10,5,5,4,5,5,1,2,5,15,10,5,1,9,6,3,10,15,5,7,10,5,15,18,5,10,5,20,5,5,4,5,5,2,1,5,5,1,5,10,10,20,1,5,5,10,10,2,5,10,10,29,10,22,3,26,5,10,6,15,15,13,3,2,5,10,26,5,4,5,2,5,10,6,8,12,15,30,20,8,11,2,2,10,30,2,2,9,5,30,10,10,10,5,2,9,10,10,21,8,5,20,10,20,20,2,5,15,5,5,10,7,1,10,5,5,5,15,6,15,10,5,20,9,18,10,13,10,1,9,10,30,3,3,5,25,10,5,10,10,5,30,8,6,5,18,2,26,5,5,10,10,5,10,12,5,2,10,5,5,5,5,5,5,1,5,30,10,15,30,6,7,5,15,10,10,5,10,15,3,5,5,17,10,5,10,5,20,5,11,10,10,4,2,15,3,5,20,5,12,5,15,18,10,10,5,15,1,15,10,5,4,5,5,8,1,5,5,25,10,5,2,4,10,25,16,2,15,10,4,1,9,5,9,30,1,18,5,5,30,5,5,5,2,5,30,5,5,3,25,5,11,7,5,5,8,30,10,20,20,24,10,6,17,8,5,7,5,32,5,30,5,2,5,10,10,4,4,5,1,10,5,10,10,25,5,2,10,3,19,10,12,3,5,15,5,18,10,8,10,5,5,3,9,25,13,13,6,2,10,10,7,13,30,5,12,10,6,1,10,5,20,30,10,29,10,10,4,13,10,8,10,20,8,2,10,10,3,20,5,5,10,6,5,13,30,6,15,5,5,20,10,1,5,4,5,5,20,15,5,5,5,10,3,13,11,28,6,4,3,2,15,11,1,5,4,21,10,6,11,10,19,4,30,2,3,20,15,30,15,9,10,1,10,8,8,15,10,2,10,9,9,5,5,2,10,5,2,3,10,5,17,30,23,5,5,4,10,13,1,10,20,1,10,10,6,15,5,9,10,2,5,30,9,10,5,10,30,10,7,10,30,14,2,5,5,4,7,10,1,15,5,5,5,15,10,2,4,12,17,7,5,19,13,10,16,7,10,10,10,7,5,5,3,8,27,13,8,25,10,3,10,2,8,11,4,16,8,1,8,1,17,9,10,20,5,10,5,12,5,23,20,13,22,25,30,6,5,16,7,9,10,11,2,21,3,10,1,5,19,20,1,7,10,19,10,12,4,12,5,15,3,10,10,20,10,4,10,14,23,10,23,5,5,20,12,9,3,14,25,15,19,5,24,10,2,9,11,7,8,19,12,24,5,20,2,25,6,21,2,22,2,20,15,10,30,5,5,8,26,15,10,18,5,18,10,30,15,10,31,23,6,18,5,20,1,1,22,2,13,26,5,21,5,11,3,12,1,15,11,2,27,8,34,10,1,30,1,4,2,26,14,10,5,8,18,5,34,27,3,33,23,10,9,25,6,20,7,2,1,8,10,16,25,31,14,13,3,11,8,9,10,7,23,10,10,30,12,7,17,27,5,13,5,33,30,24,11,1,16,10,6,5,8,1,18,2,15,6,9,30,25,10,16,3,21,8,25,20,5,3,30,14,13,19,15,15,2,3,13,3,23,14,4,10,33,1,2,3,1,12,9,10,13,8,10,14,10,3,4,7,1,1,9,12,9,10,15,31,22,19,1,31,9,10,5,3,3,22,18,15,15,11,2,9,2,5,2,2,8,3,18,7,4,12,15,11,9,10,19,2,4,18,21,18,2,8,19,9,4,5,9,12,8,20,6,5,3,13,5,8,2,26,3,33,10,21,5,17,10,30,5,3,10,3,7,8,18,7,1,8,23,5,5,5,21,6,11,5,8,10,5,13,5,21,15,7,19,3,1,5,15,5,26,4,23,6,3,3,3,2,31,30,29,27,10,28,8,10,5,10,1,5,5,20,1,10,2,1,2,4,5,1,3,12,5,2,21,1,4,25,9,10,7,6,6,3,6,15,24,12,5,11,9,5,3,1,8,3,7,19,4,10,15,11,5,10,2,6,3,2,10,33,30,31,23,10,16,8,8,2,9,5,2,10,5,13,2,5,1,10,15,10,30,30,5,5,30,10,10,2,2,5,5,10,2,5,15,4,15,4,5,5,5,8,30,7,4,4,5,5,20,31,3,8,10,5,33,5,2,10,5,1,10,5,5,10,7,10,5,15,5,5,26,3,13,8,15,2,1,10,15,5,20,5,20,20,10,24,22,5,5,5,2,5,10,6,5,5,10,10,5,30,5,5,3,20,10,2,9,8,20,30,8,30,1,5,10,5,2,4,30,5,10,5,3,2,16,10,5,1,5,5,10,10,5,9,5,10,3,5,10,10,10,5,2,10,8,9,5,5,10,10,34,17,2,2,27,15,5,18,15,8,14,4,9,10,5,15,7,10,30,10,15,15,16,25,5,5,15,6,10,5,8,20,5,17,6,10,15,10,13,1,9,12,6,3,18,31,20,14,7,10,20,18,20,20,5,5,5,4,6,9,15,10,6,4,5,5,30,25,8,10,5,8,10,2,2,4,1,13,8,30,14,16,20,5,18,10,20,5,5,18,5,10,5,20,5,15,20,5,15,5,5,15,20,9,19,5,3,5,20,15,17,15,5,18,6,20,5,21,15,16,5,10,30,2,20,22,5,10,30,14,10,15,25,15,1,1,10,7,15,15,30,30,10,8,10,10,30,10,30,15,1,10,15,5,30,11,1,2,5,30,15,5,5,5,5,20,1,25,4,1,4,5,8,10,30,1,15,15,5,21,9,10,9,10,2,15,6,5,6,10,30,13,30,2,25,30,10,1,10,10,2,1,10,5,5,20,20,5,5,1,4,5,25,5,5,30,5,10,30,15,16,4,4,10,7,5,10,30,10,10,5,30,20,15,5,10,2,3,5,23,5,1,5,2,10,15,5,15,19,10,3,22,4,8,5,20,30,34,5,9,5,5,12,5,10,16,4,5,2,5,10,20,15,10,15,10,10,14,15,9,30,10,20,5,20,15,5,15,5,15,20,27,10,10,5,5,15,15,11,13,30,2,6,8,10,10,5,20,5,10,10,5,20,10,4,2,10,14,5,5,10,30,20,30,12,5,2,4,30,10,20,8,5,5,7,30,2,20,15,10,31,30,20,20,5,8,11,20,30,5,5,5,9,23,24,5,5,8,8,6,10,1,30,3,5,10,5,10,30,5,10,5,5,30,15,9,7,25,2,2,15,25,10,10,1,16,5,15,3,3,10,20,4,10,3,2,5,30,31,5,15,6,25,25,2,5,1,20,2,7,15,30,5,5,14,30,5,5,29,8,10,20,5,5,5,5,5,1,20,9,5,15,4,5,5,1,30,1,14,5,5,5,22,2,9,25,10,5,1,5,5,5,10,20,2,5,5,30,19,5,20,7,5,10,15,20,10,5,25,30,10,5,5,5,10,30,6,10,10,1,10,12,6,5,30,10,30,10,10,8,5,10,3,15,15,15,20,2,8,30,14,1,10,11,2,5,30,10,15,33,25,5,5,30,10,30,10,5,5,20,15,11,9,10,10,25,5,10,15,6,5,15,30,3,10,5,5,2,10,15,25,30,12,1,5,15,10,8,5,34,22,5,10,14,5,2,5,5,5,10,5,30,3,30,5,7,7,13,5,4,23,5,2,10,20,6,10,10,8,20,10,4,3,15,15,11,10,5,6,10,30,30,10,2,15,30,25,15,10,10,7,5,10,5,10,9,5,10,24,30,10,15,4,2,4,6,5,20,2,30,30,10,1,1,12,7,25,1,9,5,5,18,1,18,1,20,11,6,7,5,5,5,5,10,5,5,5,5,15,9,13,10,19,5,31,10,5,10,1,8,4,20,5,23,6,5,2,10,5,5,25,4,10,5,30,10,4,15,7,15,2,17,1,20,9,5,15,10,16,10,7,4,10,8,15,20,24,10,11,14,18,10,17,10,10,9,5,10,10,5,10,10,1,5,6,2,5,14,5,11,10,16,20,2,5,6,5,5,3,15,9,15,30,5,10,1,5,10,5,3,5,8,5,5,10,5,10,15,6,5,5,30,12,5,15,5,25,5,25,5,5,20,30,6,1,12,5,9,30,16,20,10,30,12,5,4,5,26,5,10,5,5,15,10,16,15,10,5,25,10,3,10,5,10,10,10,4,10,30,27,19,10,10,5,10,30,5,21,10,13,8,10,20,5,5,30,16,5,5,15,10,2,15,15,2,7,15,20,5,18,14,6,4,5,14,5,10,10,5,10,8,5,5,30,5,5,24,3,5,5,5,5,14,5,5,30,10,5,5,1,10,4,5,5,5,10,3,8,5,5,5,30,5,15,5,8,5,5,10,25,8,10,15,10,2,5,16,2,10,10,5,5,1,18,10,8,10,5,20,5,5,10,25,15,22,8,5,10,25,20,5,14,10,25,5,15,9,5,10,10,5,5,12,1,1,20,2,1,15,22,28,7,5,5,2,10,1,23,7,2,20,3,8,10,5,2,10,5,3,5,8,5,3,10,15,20,15,10,10,15,7,5,2,5,14,15,7,20,30,7,5,10,30,15,1,15,30,5,10,10,30,10,5,20,5,10,27,15,2,5,12,2,25,5,6,5,9,2,12,15,6,5,30,5,7,2,5,1,5,10,31,5,10,15,10,10,15,13,2,10,15,20,5,18,20,1,9,4,2,10,10,2,13,5,17,5,17,5,8,10,5,10,18,5,20,2,5,10,5,20,10,2,2,20,15,30,5,8,15,7,5,5,10,10,5,15,5,30,5,15,15,15,5,5,9,15,5,5,15,2,10,5,5,5,5,2,5,1,15,20,6,2,5,30,14,10,5,5,3,15,10,4,15,7,4,10,5,5,10,5,3,10,10,15,5,20,15,5,16,15,5,15,30,5,4,32,2,15,5,10,4,30,30,15,4,10,7,4,10,10,4,5,3,10,15,5,3,15,10,30,5,15,1,16,30,9,15,2,20,9,4,1,3,5,30,34,2,2,2,5,15,21,10,20,6,7,30,2,5,20,15,10,5,5,5,10,3,10,31,20,10,15,5,15,13,1,5,5,16,15,11,2,15,10,5,10,15,5,20,11,26,14,2,2,4,5,5,11,5,15,10,2,9,8,20,2,5,5,15,2,5,5,10,2,1,30,30,15,7,25,30,7,30,6,15,8,3,5,5,17,30,10,10,1,5,20,5,5,7,30,30,9,3,10,10,1,1,5,15,2,17,10,30,6,14,5,1,5,10,11,15,10,5,2,2,10,10,10,5,5,3,15,10,25,10,10,2,5,30,20,4,22,5,22,6,5,3,2,15,15,8,25,30,15,6,1,15,25,2,20,2,25,5,5,7,6,15,10,10,15,15,5,27,10,15,5,30,10,5,5,19,5,18,5,15,2,14,5,12,5,8,12,30,1,5,5,5,30,30,30,17,5,10,5,5,15,30,15,5,4,5,3,10,14,30,5,18,2,15,5,7,8,20,12,15,1,4,3,7,5,10,19,6,4,5,15,20,24,9,5,5,30,10,15,15,5,2,9,2,6,2,3,10,5,5,15,10,5,15,24,9,10,1,10,3,25,5,4,2,5,5,10,2,2,5,1,1,8,15,15,14,10,8,10,27,6,10,11,5,8,5,2,13,5,10,12,33,20,30,30,5,1,8,1,18,30,30,5,5,20,30,10,4,5,10,8,26,10,3,5,5,10,5,7,5,10,20,15,30,3,6,10,5,8,5,32,6,5,10,3,30,3,15,30,1,1,15,5,15,11,8,10,20,10,19,5,15,15,5,24,10,1,5,5,29,15,12,1,5,3,7,5,5,6,10,10,2,30,15,10,30,12,15,2,2,5,15,5,5,7,30,10,5,5,5,7,11,8,14,15,10,12,5,3,18,12,7,15,30,10,5,7,15,5,23,10,5,20,5,10,5,15,1,2,30,30,5,10,5,15,5,10,10,5,10,2,15,5,5,5,10,5,20,5,10,20,10,5,5,30,20,5,15,30,10,17,8,25,5,5,7,5,2,25,15,15,10,6,3,5,5,10,10,14,5,5,10,2,10,2,10,10,1,10,5,20,9,2,5,10,29,30,15,8,10,25,8,10,15,5,10,30,5,5,20,10,19,5,15,10,5,15,2,30,1,5,3,15,12,10,5,20,12,10,15,10,5,10,30,4,8,10,5,5,28,10,10,10,15,10,5,5,10,30,5,5,8,5,5,5,10,8,1,25,5,23,1,22,5,17,10,10,15,14,30,2,4,20,15,2,15,5,3,15,10,15,5,2,5,1,5,16,4,31,15,1,8,2,5,5,15,20,30,5,3,5,2,5,3,3,12,5,5,10,20,5,1,20,9,7,10,5,11,5,5,10,15,8,30,7,20,9,25,2,13,15,10,6,10,5,2,5,15,15,2,16,34,4,10,15,30,7,4,10,2,11,5,15,5,5,10,17,7,5,2,10,14,15,5,15,13,5,7,2,5,5,7,15,10,10,9,5,10,25,13,5,3,5,20,5,15,15,5,10,7,20,5,8,10,5,15,9,15,5,14,5,20,4,5,17,4,5,25,30,5,5,3,30,5,5,10,5,5,5,5,11,25,30,34,11,10,3,13,4,16,8,9,5,15,30,1,15,5,3,20,15,5,10,5,3,5,2,15,10,25,7,10,5,5,25,1,4,15,9,10,5,17,22,5,15,7,5,5,5,12,30,5,30,5,5,7,25,9,10,5,20,7,10,10,5,20,16,30,15,10,3,5,15,20,17,7,10,10,20,10,6,5,21,14,10,2,5,3,5,10,10,8,5,20,10,4,15,15,24,7,5,1,13,10,2,12,12,23,5,5,10,15,5,1,5,10,5,2,9,11,5,13,1,18,16,10,10,2,5,25,16,20,5,10,6,5,2,5,10,10,5,5,15,15,12,10,15,2,5,15,10,1,30,7,5,15,31,10,20,15,2,10,7,1,6,11,14,10,5,2,2,10,1,5,10,6,5,8,20,8,2,11,15,8,30,10,2,5,20,27,20,10,5,5,1,5,2,20,10,10,8,5,2,34,5,15,5,16,10,10,5,30,27,10,10,10,25,3,5,16,5,10,5,5,10,14,20,15,10,5,5,10,10,30,10,20,20,3,8,5,5,5,5,10,3,5,10,9,16,5,8,2,10,10,20,19,5,5,15,5,5,9,10,15,5,5,10,10,10,12,30,9,10,10,10,5,10,8,3,8,30,4,10,2,15,5,8,10,10,10,14,5,10,5,10,5,15,5,21,30,5,5,5,15,20,30,9,20,15,2,15,7,8,2,5,23,6,23,2,23,6,30,6,25,15,10,10,34,4,25,30,5,5,5,8,5,5,10,3,1,15,9,10,3,1,15,30,5,30,1,15,3,6,8,10,5,5,7,20,20,31,5,11,8,5,5,5,3,12,5,20,6,5,5,12,9,3,5,15,5,34,8,5,31,30,1,20,1,6,5,2,4,5,6,2,21,5,4,6,3,10,8,3,10,6,1,6,15,5,7,8,5,10,10,5,2,5,5,5,14,9,2,4,3,7,11,10,5,5,5,11,5,11,5,17,16,10,25,15,15,5,3,14,5,3,10,5,30,20,18,10,1,5,5,2,5,12,3,5,5,2,30,20,6,20,15,16,5,15,5,15,5,20,5,1,11,10,5,3,10,10,1,12,5,1,10,2,8,4,6,1,2,7,12,5,8,1,15,1,5,5,14,7,1,10,5,10,5,2,5,4,8,10,17,24,5,5,3,5,10,14,2,20,1,5,21,2,1,5,5,7,6,5,4,5,1,5,10,5,10,1,5,5,1,5,1,4,2,1,5,10,5,7,4,5,3,10,1,3,10,6,2,21,12,1,13,5,10,10,14,10,10,3,7,5,2,1,10,1,19,1,5,10,3,10,5,5,6,10,3,1,15,7,10,10,8,1,21,3,2,5,15,2,23,12,3,6,5,1,10,12,10,5,5,6,11,13,10,20,10,9,10,1,2,5,6,5,5,5,3,15,7,15,1,10,10,10,3,10,3,2,7,1,13,7,2,30,1,5,13,5,9,16,2,10,10,11,2,10,10,2,1,5,5,5,25,8,5,5,5,5,5,10,7,23,8,4,3,5,3,5,15,1,5,8,10,2,5,5,6,30,8,2,5,1,5,5,10,8,5,2,5,6,7,6,20,15,5,12,28,1,10,1,10,5,13,5,2,2,1,3,11,3,2,3,3,5,13,10,5,5,5,4,10,5,10,5,10,6,25,8,1,4,4,10,10,20,10,5,5,30,15,2,5,25,2,10,3,18,5,5,15,1,5,11,1,9,10,3,1,4,5,1,8,1,10,22,5,5,1,4,3,4,10,11,6,5,4,10,1,4,15,5,20,15,4,10,24,6,5,5,5,5,10,10,10,2,5,13,5,10,1,15,10,30,9,5,5,10,5,7,12,3,15,9,3,5,10,5,2,10,30,10,5,6,3,1,2,10,15,10,3,10,6,30,5,9,10,7,24,10,5,10,20,13,10,5,10,5,5,3,1,7,5,4,7,5,3,1,33,10,10,1,1,10,2,9,1,5,10,1,10,10,7,4,2,5,15,3,7,5,3,24,3,30,5,5,11,10,5,5,2,5,6,10,7,10,3,30,3,27,22,5,10,6,1,20,8,3,5,1,6,5,10,9,5,10,10,3,4,15,2,5,5,10,9,5,5,15,2,5,20,15,5,5,18,5,9,10,20,5,25,10,7,4,5,10,13,5,15,10,10,15,5,5,18,10,3,2,10,5,10,2,5,3,15,5,1,5,6,5,8,15,20,2,20,9,2,3,1,2,6,12,2,10,15,2,3,4,24,1,22,18,24,15,5,1,2,20,5,1,1,1,5,9,17,15,12,5,15,5,1,2,20,5,10,5,1,15,1,10,2,1,12,20,15,10,5,13,6,18,27,30,20,5,12,4,10,5,7,5,2,33,20,15,5,5,12,5,4,14,5,2,1,6,2,10,8,5,10,4,5,5,5,1,30,5,10,10,5,15,20,30,5,10,6,2,5,15,12,1,5,10,5,10,3,3,5,5,4,5,5,9,10,33,1,5,5,20,1,10,8,10,21,18,6,4,2,15,5,10,30,20,20,5,2,1,5,4,4,5,20,13,2,10,3,11,8,1,8,6,6,1,2,5,7,5,6,10,5,5,10,11,6,5,25,10,10,20,5,5,12,3,1,3,15,5,3,5,3,10,7,30,8,15,15,28,7,5,8,10,11,5,5,10,8,15,15,20,10,3,30,2,2,6,5,15,22,2,5,16,15,10,6,9,7,11,4,5,12,10,10,23,5,11,2,12,15,9,5,5,5,5,10,5,5,5,5,5,2,5,5,2,8,10,12,30,5,5,5,5,7,5,5,10,5,25,5,2,25,15,5,10,5,15,2,30,10,19,22,28,8,3,17,5,5,17,5,5,30,10,16,6,9,6,30,10,10,3,6,6,20,6,12,21,1,5,5,5,9,10,30,5,9,5,20,15,5,15,21,10,30,20,15,5,10,6,10,30,15,10,5,2,5,5,13,1,20,6,7,10,1,10,4,14,5,30,30,5,5,20,5,5,15,15,15,10,5,10,8,5,5,5,7,20,10,10,6,1,1,10,15,3,12,2,5,2,7,10,5,10,14,5,10,10,8,15,1,10,20,6,5,3,30,5,13,15,10,10,15,25,20,15,4,10,6,4,30,10,10,5,1,10,20,7,2,12,10,15,5,10,20,9,3,30,2,18,1,5,6,7,30,7,20,5,8,10,4,5,10,10,25,5,2,10,10,7,1,2,1,2,5,10,8,9,10,30,5,4,3,10,1,5,11,10,5,5,11,5,8,15,18,10,12,3,5,15,5,5,8,9,6,4,5,1,25,30,10,15,25,20,10,5,14,20,5,5,24,15,10,5,2,7,9,10,10,7,15,5,16,3,19,8,4,15,5,2,1,5,5,10,10,4,10,10,10,30,5,5,10,5,15,5,7,10,10,15,30,8,5,24,3,5,3,11,6,22,22,10,5,10,10,30,30,2,10,19,6,15,5,20,10,9,5,4,5,9,5,9,15,5,2,5,15,30,2,10,15,5,5,5,20,5,3,3,30,10,2,4,5,3,30,5,3,4,5,10,15,20,19,10,10,15,10,15,20,3,15,2,5,20,3,5,1,5,5,10,4,5,15,30,24,15,5,12,11,5,5,25,10,3,15,3,3,30,5,12,30,30,5,15,5,10,2,16,8,15,5,5,20,19,10,5,15,30,15,10,6,5,10,12,15,1,6,5,1,10,30,5,5,1,30,15,10,8,15,30,5,5,30,18,7,5,5,30,10,3,10,15,4,27,5,15,5,20,5,10,20,20,10,25,10,15,2,5,1,15,3,30,10,10,5,15,1,5,20,15,6,13,1,6,5,15,5,27,15,30,18,30,10,8,18,1,30,10,15,3,5,5,2,4,5,2,4,10,1,2,10,20,1,6,10,6,5,15,19,30,10,5,15,5,5,10,5,10,2,1,5,7,1,30,5,5,2,30,9,2,3,5,3,10,20,15,8,5,10,10,5,5,1,15,10,5,5,6,10,5,10,10,6,4,15,4,15,25,5,20,15,30,5,20,5,2,5,3,5,3,23,11,5,10,15,5,10,4,16,15,5,15,5,10,5,5,15,16,6,12,1,30,5,10,10,10,5,20,15,5,10,11,3,5,17,5,5,30,10,14,2,5,3,7,10,10,15,12,30,5,23,21,2,5,32,4,9,5,5,10,5,5,19,5,2,5,30,5,15,10,11,9,26,5,10,20,4,2,30,30,15,10,9,5,16,10,16,30,5,10,10,9,3,5,10,5,5,14,5,20,15,30,5,11,10,5,1,30,5,13,10,15,9,8,5,3,1,2,20,25,20,10,10,5,2,10,10,10,20,16,1,2,32,30,5,5,30,20,5,4,30,5,3,10,5,10,4,10,15,1,14,5,2,11,7,10,3,18,15,10,5,5,5,5,2,5,15,7,7,15,30,3,16,5,5,8,5,5,10,5,31,5,10,5,5,5,1,3,15,5,10,30,8,2,30,5,14,15,5,8,5,10,5,30,4,20,5,3,10,19,15,5,3,10,5,1,5,32,11,10,5,14,3,10,30,34,8,8,5,5,1,15,5,30,1,5,10,15,5,30,30,5,9,20,15,15,20,15,18,5,20,15,12,10,3,15,10,11,5,9,12,5,10,1,5,2,10,5,4,2,5,5,14,30,5,1,15,30,15,30,24,5,10,15,5,25,5,5,23,4,30,7,30,17,15,3,30,5,9,5,26,5,2,5,5,5,5,5,2,5,5,5,7,5,2,15,7,4,5,9,5,2,2,5,5,5,4,10,5,30,3,1,10,25,30,2,10,1,15,12,10,10,5,5,5,11,25,2,14,22,7,5,5,5,3,15,15,10,5,8,5,30,15,5,15,17,10,5,15,30,5,5,1,4,15,9,30,15,10,12,10,5,17,1,5,5,5,20,2,5,5,5,11,15,15,13,15,10,6,20,5,8,15,4,5,5,10,5,30,5,10,10,12,25,5,10,5,5,5,4,5,20,1,5,30,7,20,30,10,20,5,12,5,9,10,1,5,25,2,10,10,2,10,2,5,5,4,10,10,1,10,16,26,10,5,3,13,2,5,25,5,15,2,30,23,30,10,10,30,4,10,10,10,15,14,5,5,28,1,1,15,15,2,10,5,15,20,2,10,8,31,8,5,5,10,22,5,4,4,3,33,14,5,1,10,10,5,5,30,10,10,5,5,4,5,12,6,6,2,10,15,1,20,5,15,15,26,5,10,15,30,15,13,21,13,5,4,5,5,27,10,4,2,2,10,5,10,4,10,5,10,5,2,25,19,7,10,5,10,5,3,25,7,10,4,15,2,5,15,7,10,30,15,5,5,4,10,10,10,15,10,5,15,33,5,5,3,30,2,15,7,30,6,6,3,12,5,1,10,15,3,2,28,12,15,12,5,5,5,3,5,30,5,5,1,8,2,2,5,10,10,10,10,10,30,5,5,10,8,5,10,10,7,15,1,4,5,30,20,5,5,3,5,9,10,6,10,10,10,8,10,10,15,5,16,6,6,5,20,10,13,10,5,10,15,5,6,15,2,15,5,10,10,10,5,7,16,10,4,20,3,30,5,19,20,18,5,5,5,1,10,7,7,3,15,30,30,2,5,10,8,5,15,21,10,15,10,5,15,30,30,8,5,15,10,5,5,31,4,5,10,20,13,10,3,30,8,3,12,10,9,5,7,5,6,30,6,5,6,10,15,5,5,16,10,5,5,15,10,30,1,7,10,5,5,5,7,8,7,1,5,10,30,10,20,10,10,25,5,10,1,8,18,2,9,13,30,8,29,30,30,8,2,3,15,20,5,3,28,2,32,13,10,10,5,2,18,10,20,2,10,10,5,14,28,15,6,30,5,30,5,15,12,10,30,10,15,1,27,30,20,20,20,12,10,10,5,5,2,30,5,10,15,1,1,5,5,1,15,10,7,15,1,5,5,9,25,8,1,4,10,30,30,12,2,3,5,15,26,4,10,15,30,17,5,1,17,10,30,5,5,27,10,30,15,5,10,3,10,8,10,5,7,5,15,10,30,30,30,30,5,17,5,12,5,10,10,1,5,5,5,5,5,15,30,28,9,5,10,30,5,8,5,5,3,5,1,25,17,16,20,10,10,10,1,11,10,10,5,5,5,5,2,5,10,5,15,5,12,30,10,2,13,5,20,5,5,3,15,14,2,10,30,20,20,7,5,6,5,20,34,10,5,5,15,20,33,30,4,9,15,15,3,31,5,10,5,20,5,30,30,15,14,15,20,5,10,5,7,8,10,26,15,16,5,8,5,10,25,8,15,5,5,15,10,5,7,10,9,30,15,17,10,10,8,9,5,10,5,5,8,15,7,20,12,5,3,15,30,3,30,5,10,9,7,5,17,10,15,30,5,10,15,10,5,16,10,4,5,10,15,26,25,20,10,5,10,4,4,2,15,15,5,10,25,15,15,5,5,10,10,32,15,3,10,5,5,30,4,10,3,15,5,15,10,13,10,3,10,15,7,6,2,21,10,7,21,10,15,10,5,30,5,30,20,10,10,6,26,5,30,5,10,5,9,34,5,10,10,18,30,22,5,30,30,19,1,30,5,5,10,3,5,5,5,5,5,1,2,15,5,10,5,5,10,5,11,5,15,6,14,10,5,15,5,10,5,4,4,10,5,10,4,30,4,10,11,2,10,7,30,10,6,14,20,4,5,10,10,5,15,18,20,4,20,6,20,5,5,13,16,1,18,3,20,19,2,5,20,30,30,30,21,8,5,20,15,5,1,12,5,1,9,15,20,1,15,15,10,2,15,10,30,15,15,5,2,15,25,6,30,6,5,10,15,10,10,30,10,15,17,5,10,15,15,2,1,5,21,1,6,6,22,24,5,7,10,15,10,5,30,11,30,5,10,10,20,5,5,6,1,10,10,30,5,1,20,5,15,5,3,2,10,3,20,17,2,4,10,10,30,5,20,30,12,3,5,15,10,20,3,7,25,10,2,5,30,10,11,5,7,5,5,30,10,7,5,20,5,6,13,3,5,5,13,5,5,5,10,4,7,5,5,7,5,1,20,20,20,30,5,17,24,5,5,30,28,4,10,2,8,1,3,10,10,10,3,30,4,5,4,7,24,4,5,5,30,3,3,20,5,10,3,10,5,5,10,20,19,10,5,15,29,10,30,2,3,2,5,9,26,11,4,30,5,17,15,5,30,2,1,30,10,20,16,5,32,34,3,14,5,30,4,12,10,5,20,10,2,2,15,9,5,5,5,15,14,30,30,30,15,21,14,5,30,1,5,5,20,18,3,5,2,10,10,1,10,10,10,7,15,8,6,30,5,5,5,5,5,6,7,10,20,3,5,1,7,5,25,30,10,5,5,4,28,6,10,33,7,10,8,7,21,20,7,19,26,10,2,21,10,9,18,15,5,14,15,10,10,12,15,10,11,30,14,6,3,5,30,20,15,30,10,5,18,30,15,5,13,8,15,10,5,7,5,10,20,5,33,3,10,4,10,15,5,1,26,15,30,1,10,10,13,10,10,4,5,5,6,1,5,8,10,30,10,1,5,15,6,10,2,14,6,5,14,19,5,5,1,10,10,34,5,11,1,15,15,1,30,30,4,25,25,10,27,10,13,8,8,20,30,6,9,5,5,30,30,6,17,1,20,26,10,10,5,25,5,2,30,5,3,10,7,3,5,3,15,15,2,5,15,5,15,15,5,31,5,15,4,30,15,15,5,5,5,1,5,26,9,10,30,10,5,1,21,20,5,5,5,5,20,30,5,22,5,5,5,5,5,16,30,30,15,1,10,20,5,15,4,10,26,5,10,5,5,5,10,8,15,5,15,25,1,2,10,15,10,18,5,10,20,5,10,15,18,10,25,5,5,17,10,5,5,20,18,20,30,13,10,30,15,5,10,5,15,6,5,17,30,5,30,5,2,5,5,20,3,5,2,30,10,5,30,5,10,8,5,25,5,5,10,9,5,5,2,10,5,10,5,5,5,15,5,4,30,15,5,5,30,10,30,5,10,4,2,12,2,10,10,2,15,20,10,2,1,5,27,10,20,5,1,5,30,20,5,10,5,20,15,5,5,5,15,10,8,10,15,15,30,30,10,5,25,13,5,15,5,15,15,15,5,4,25,30,15,4,5,10,15,7,30,6,15,10,5,5,2,10,5,5,1,30,5,10,15,7,25,10,1,5,6,15,5,10,15,30,19,5,2,15,15,1,7,30,5,1,10,5,15,10,15,5,5,5,24,12,10,10,10,10,5,5,5,10,15,6,5,10,6,5,20,5,30,5,10,20,10,11,10,10,8,14,18,20,30,5,5,5,10,10,1,5,16,10,5,5,2,2,5,5,4,10,10,30,20,10,3,3,5,5,5,10,30,3,25,5,5,20,8,3,25,14,2,10,20,20,30,10,31,20,5,2,7,5,6,29,10,30,2,25,10,5,5,7,10,5,30,9,5,5,5,20,30,5,5,15,20,15,9,4,5,10,10,5,1,10,5,15,30,10,26,10,5,5,8,2,10,15,10,10,25,10,5,15,10,30,10,30,5,7,3,1,10,5,1,5,10,5,3,5,27,5,5,30,1,15,30,8,5,30,10,30,30,5,7,1,22,30,20,10,10,30,5,23,10,30,5,1,15,10,12,15,10,10,5,10,15,5,7,3,10,5,25,12,15,24,20,5,5,20,29,5,8,5,5,5,5,10,10,15,10,5,33,5,5,5,10,5,15,5,8,5,5,25,5,5,3,10,10,10,34,5,10,10,2,5,5,5,10,10,30,5,5,3,29,10,20,20,25,1,10,30,5,5,19,5,1,25,30,1,5,30,7,10,2,10,20,15,13,10,14,5,5,30,10,27,5,10,25,15,15,25,5,10,5,5,27,25,5,5,3,20,10,10,5,21,15,15,20,15,5,10,15,5,5,10,5,3,10,3,5,13,2,11,15,16,15,5,5,5,10,10,1,15,20,10,5,10,24,9,10,6,5,30,27,5,5,10,10,5,15,25,30,30,15,5,30,5,25,6,1,20,10,5,30,15,13,5,1,5,25,15,30,13,30,5,5,5,8,6,9,30,20,20,15,5,5,5,1,1,5,10,15,10,7,5,15,6,20,15,5,9,7,15,15,15,2,11,15,10,20,30,10,22,11,7,5,11,5,10,13,11,5,2,20,10,10,30,6,34,5,5,5,10,2,4,8,20,10,10,20,23,10,5,5,5,15,10,2,15,25,25,5,5,20,15,30,5,5,5,5,20,7,5,6,5,26,15,10,11,14,1,5,10,25,10,10,11,31,5,10,5,5,10,22,18,15,1,5,25,27,5,19,15,11,30,14,5,5,5,10,9,10,5,2,6,10,3,16,8,5,7,5,5,25,15,11,15,14,20,10,5,5,10,25,10,15,10,10,18,5,12,4,11,5,34,30,8,13,3,7,30,5,4,5,20,5,10,15,1,6,17,1,10,5,10,10,14,1,5,20,10,6,5,10,30,10,10,20,30,15,30,15,15,20,12,20,3,5,1,5,5,5,5,5,15,20,25,3,20,5,3,10,9,20,4,6,5,8,30,15,5,15,30,5,13,4,20,10,5,30,5,20,5,16,20,2,5,25,2,8,5,10,6,10,28,7,1,5,15,10,28,5,5,5,9,10,10,10,10,20,1,14,20,15,5,5,13,7,15,3,6,5,10,12,1,5,30,10,5,10,5,5,4,2,5,15,10,5,5,5,2,10,1,10,10,10,10,30,10,30,15,16,5,30,17,10,1,10,32,20,1,5,20,25,3,6,5,20,23,10,5,5,28,25,5,8,2,15,1,14,15,5,30,5,5,2,5,5,25,25,15,5,20,10,1,1,10,5,5,30,14,2,2,25,1,4,30,15,5,10,10,5,5,1,3,2,10,10,5,2,3,5,20,20,5,18,10,15,30,20,10,30,15,10,5,5,9,5,5,10,5,8,4,25,18,1,5,2,20,10,20,5,5,15,5,5,10,5,5,30,5,16,5,20,5,4,10,5,15,2,5,5,10,19,30,8,20,4,30,15,30,5,20,30,5,30,5,10,10,5,10,2,1,10,3,10,15,15,30,10,5,6,30,10,16,17,5,5,25,30,1,5,8,10,2,5,5,10,5,4,5,1,5,2,7,7,7,5,17,2,10,12,25,10,5,6,6,10,30,20,13,5,5,10,5,1,17,3,10,10,1,1,20,5,10,25,7,7,10,5,5,6,25,9,18,3,13,9,1,15,9,15,1,10,30,4,3,5,15,3,4,7,30,5,6,5,30,6,10,5,2,30,15,15,3,8,10,11,8,15,2,2,25,5,5,5,15,7,16,17,30,10,30,4,17,5,2,10,14,10,5,10,8,10,9,5,13,5,5,30,13,5,2,9,4,10,5,1,19,10,30,2,15,5,8,11,2,5,10,8,5,4,5,15,5,14,10,10,10,10,10,8,15,15,15,3,5,7,3,12,5,6,5,5,1,10,17,5,5,6,20,10,30,5,4,2,21,33,5,5,5,10,1,5,2,25,10,10,10,13,5,5,3,1,3,3,30,10,5,2,1,5,10,10,10,5,20,5,10,1,5,5,10,25,10,5,4,15,15,15,10,15,2,15,1,6,15,6,2,10,10,15,8,5,20,5,15,1,15,5,5,31,4,10,10,30,9,2,10,9,15,34,5,5,10,5,2,5,4,5,30,15,9,10,10,8,5,1,10,30,5,5,22,2,3,5,6,5,8,1,10,1,10,8,5,5,5,10,5,8,15,2,2,20,3,10,10,5,5,1,15,15,5,10,30,30,10,10,18,15,5,1,5,8,5,16,5,5,30,22,5,5,5,5,10,13,5,10,7,10,5,8,21,30,5,15,20,2,15,15,15,10,27,30,7,5,20,30,2,10,20,3,5,10,10,7,13,5,8,30,10,5,15,6,10,1,30,30,10,15,5,15,5,2,5,5,12,11,10,20,25,5,5,15,10,3,22,15,20,19,2,14,13,10,5,20,30,15,5,11,18,15,25,30,9,10,20,5,5,1,5,30,20,15,5,9,5,5,7,6,13,6,5,10,9,5,5,15,5,19,10,4,15,10,10,10,10,30,10,19,4,5,13,10,10,9,30,6,30,9,4,10,2,10,2,21,5,25,8,5,3,6,4,8,3,10,4,4,5,20,1,1,10,9,10,6,2,1,3,17,25,2,4,13,5,15,1,10,5,25,1,10,17,8,5,1,14,15,25,10,3,10,15,10,12,10,14,15,10,5,10,5,20,30,1,15,5,2,10,16,4,15,10,10,10,3,5,10,11,7,5,5,4,5,15,10,12,3,2,15,10,3,5,10,3,10,5,2,20,3,15,15,5,15,30,5,10,10,30,10,14,15,5,8,25,10,5,30,15,3,17,30,5,20,5,15,10,7,28,10,15,25,30,25,11,5,3,20,30,15,5,15,4,5,10,9,5,5,10,10,10,10,11,10,10,19,9,10,10,22,10,5,10,5,8,15,15,25,10,25,5,5,11,25,15,11,5,10,30,5,30,10,20,10,6,30,3,20,30,15,5,15,4,5,20,25,10,10,12,5,30,10,10,5,5,7,10,10,5,10,22,26,10,2,10,30,5,5,5,5,5,20,5,25,30,15,1,14,10,5,10,5,5,10,2,5,5,30,5,5,20,15,5,5,3,5,34,5,5,30,2,5,20,31,5,15,1,26,13,2,15,1,5,6,10,20,5,7,10,15,5,4,30,5,2,10,15,30,10,30,15,10,10,16,1,30,5,30,27,6,30,13,14,16,7,2,5,2,5,10,5,13,10,10,8,10,5,4,6,4,5,15,2,27,6,30,30,30,10,30,1,5,5,10,10,10,5,5,5,24,6,10,8,5,4,10,7,14,10,7,8,10,7,5,3,15,5,10,20,4,5,10,9,15,13,10,10,2,5,15,25,10,20,12,7,5,5,30,3,4,10,5,9,10,5,15,15,8,14,17,1,20,15,12,28,6,5,10,15,3,5,15,3,6,5,10,15,5,9,10,16,5,15,5,7,6,30,5,20,30,11,30,7,15,5,11,7,10,10,5,5,7,2,10,13,3,11,5,7,3,6,5,5,5,7,2,10,10,13,1,5,18,10,20,10,12,5,7,5,8,5,2,10,17,10,11,25,5,10,7,5,8,10,10,5,5,10,1,15,10,20,5,5,10,10,15,5,4,1,30,5,2,5,5,17,15,20,8,10,10,10,4,5,5,15,10,20,16,13,10,5,1,5,12,10,13,26,24,5,5,5,6,7,5,30,16,11,4,2,6,9,5,23,5,15,10,20,1,7,8,18,10,6,10,5,5,30,5,5,10,18,9,10,3,20,5,5,1,5,15,5,12,15,10,7,6,5,5,11,10,10,9,21,22,6,15,10,10,3,5,8,8,30,10,1,10,22,20,20,12,22,10,5,32,7,5,20,1,15,14,5,30,3,5,15,4,5,5,8,10,9,1,15,20,2,10,24,10,11,16,10,3,10,30,13,2,4,8,6,4,1,10,10,5,18,10,1,6,20,20,10,1,5,2,15,6,6,21,5,10,5,25,8,1,10,9,7,13,15,6,10,28,10,3,7,20,8,15,10,25,7,16,7,10,10,15,11,6,10,10,20,11,30,5,25,10,9,5,2,5,9,5,21,4,10,10,9,5,5,9,15,5,13,11,18,10,8,7,10,9,2,6,10,11,8,7,10,15,10,5,13,5,5,10,8,7,15,25,25,10,22,8,10,2,19,5,8,5,14,7,15,6,6,22,15,5,2,2,6,3,8,10,5,10,8,11,5,17,4,10,5,7,1,8,11,25,9,10,6,6,10,5,5,10,17,7,5,5,7,14,5,1,15,20,1,5,5,20,3,30,10,5,10,5,12,4,10,9,34,25,8,10,2,2,7,8,3,20,5,23,10,7,20,28,4,5,14,4,4,5,10,10,25,15,11,15,4,12,15,1,3,9,5,30,15,5,5,2,15,8,10,5,30,1,10,2,5,8,10,27,5,30,15,13,4,30,10,10,2,10,1,4,5,5,10,9,15,10,4,10,30,5,5,5,5,20,15,16,8,14,5,2,5,10,7,15,15,15,10,5,30,5,15,1,26,5,5,8,30,21,5,30,2,30,5,10,10,10,16,7,10,4,5,20,20,30,10,15,5,5,30,10,32,5,15,5,15,5,5,5,5,5,25,11,20,10,30,14,30,10,5,4,10,5,1,10,20,9,2,15,5,10,3,6,5,10,15,10,18,21,14,7,5,25,4,12,5,5,10,6,30,10,30,1,20,30,5,25,25,8,6,10,23,17,5,5,10,8,25,8,27,5,5,5,10,5,6,5,10,7,29,7,10,5,15,10,15,5,31,15,25,10,2,10,30,30,15,5,11,31,5,30,30,31,5,32,6,19,5,13,5,30,20,20,5,5,5,32,11,5,5,5,5,10,25,5,5,15,15,30,8,10,2,15,5,4,10,24,27,5,10,5,30,20,5,15,5,5,8,5,10,10,5,5,10,5,7,5,15,6,8,10,30,8,15,30,10,14,10,5,9,30,15,15,10,7,6,1,10,7,31,12,10,2,10,10,10,18,30,20,8,5,10,14,25,15,30,25,15,2,5,3,5,10,3,5,14,33,10,5,5,15,5,5,15,10,5,5,10,5,10,4,10,10,5,15,6,15,10,7,30,20,10,10,30,18,30,10,20,11,16,25,8,10,5,10,15,15,10,4,13,5,10,5,5,5,14,16,5,5,24,5,5,10,1,10,5,5,10,34,5,10,30,10,30,7,7,1,5,10,6,5,2,22,14,22,10,25,2,5,5,29,6,4,10,10,10,15,2,10,15,3,5,20,6,10,5,2,29,2,4,5,18,10,15,2,17,2,10,2,30,10,10,2,11,10,5,30,5,2,5,5,2,10,9,5,5,5,10,10,17,5,18,27,15,1,8,28,13,5,2,30,15,5,5,5,4,9,2,5,5,5,4,3,5,10,25,3,26,8,11,5,26,5,1,2,15,2,25,15,3,10,6,1,5,3,16,19,7,3,4,9,5,1,10,5,8,20,2,20,5,10,10,15,8,5,5,20,10,30,20,9,10,10,30,15,10,9,25,5,2,2,2,5,3,10,15,5,5,5,15,5,2,30,30,5,10,3,3,20,5,15,5,30,25,10,5,5,5,10,15,6,18,4,5,20,5,5,5,5,32,1,19,5,5,5,5,14,16,27,5,10,30,2,10,5,30,5,20,5,3,5,2,30,2,6,15,3,1,5,32,20,1,6,1,17,5,10,11,10,5,5,7,5,5,5,10,3,5,20,30,1,5,10,3,5,10,9,15,1,2,5,5,5,21,6,30,6,5,10,5,31,5,10,14,5,10,6,15,5,10,20,5,2,15,15,5,3,33,25,10,3,25,20,2,10,10,24,18,5,15,5,10,2,1,4,19,5,7,12,20,5,5,30,5,15,15,25,30,23,10,10,5,20,30,2,12,5,14,25,1,24,15,10,10,15,6,6,34,10,3,9,3,31,13,1,5,9,20,9,1,13,10,15,14,5,9,10,10,5,8,20,5,1,19,8,1,13,20,31,10,10,2,5,8,20,5,1,10,10,5,1,15,3,7,2,30,30,15,3,30,10,14,11,10,5,6,5,15,11,10,30,3,10,9,10,25,15,5,2,15,6,5,5,21,7,14,5,20,11,5,8,5,3,8,4,15,4,10,15,25,5,5,5,4,24,10,20,22,10,30,5,5,28,13,5,5,15,2,4,15,5,20,6,5,30,5,7,20,5,3,1,5,11,1,10,5,18,10,10,31,11,15,9,5,5,3,4,10,10,15,1,5,2,15,7,5,6,18,10,20,10,15,10,5,10,20,5,5,30,25,10,5,4,10,18,8,10,5,1,5,7,16,5,5,2,10,5,10,2,2,10,2,9,1,15,5,4,21,20,5,15,10,10,10,20,24,5,9,30,5,10,20,10,5,30,6,5,28,10,15,15,7,7,10,6,10,5,7,5,5,5,5,6,25,10,6,3,5,18,30,16,5,6,11,5,7,2,12,10,2,6,15,5,7,5,15,5,10,6,25,10,1,30,30,5,11,6,5,3,23,5,6,11,12,5,6,10,15,6,6,15,20,4,2,1,24,19,15,7,4,3,6,5,15,4,30,10,3,3,28,9,15,12,15,8,23,3,2,16,16,4,5,11,4,5,10,2,23,8,12,5,10,15,4,10,8,3,8,5,12,11,7,7,23,10,10,17,10,5,7,15,26,6,10,8,2,5,6,7,3,3,28,15,2,30,30,5,4,5,16,20,5,12,6,7,5,5,5,10,1,5,5,30,10,3,5,25,10,18,1,30,5,10,20,8,5,4,12,9,6,30,10,2,25,5,8,5,10,2,30,30,25,20,10,5,10,15,5,5,16,5,6,30,5,4,7,3,10,6,5,5,11,5,4,5,9,10,2,9,7,5,6,23,1,15,5,3,10,8,10,5,7,27,5,10,10,10,2,8,12,11,15,11,10,15,12,5,25,10,5,30,7,5,15,5,8,10,15,5,5,20,5,2,26,3,15,2,16,5,15,30,7,5,9,5,10,15,10,4,5,10,7,5,5,8,4,6,13,6,7,13,5,7,10,10,3,2,15,7,5,20,5,30,14,2,16,7,5,5,5,5,30,14,5,5,30,15,1,19,5,8,15,20,10,10,4,7,16,5,10,4,1,7,10,5,30,13,17,15,5,10,9,5,10,15,7,5,16,10,10,5,3,13,2,7,8,8,7,4,10,10,6,5,5,2,9,3,9,10,3,5,24,20,5,2,3,15,8,14,1,5,10,9,2,5,10,10,5,8,4,15,10,10,4,4,4,1,2,5,15,10,5,7,15,5,3,5,3,2,5,16,30,5,15,30,4,13,8,9,20,8,14,30,3,25,5,5,5,5,6,15,30,9,6,5,6,3,10,5,5,5,8,15,10,5,5,10,10,30,15,5,5,15,10,1,4,28,10,10,15,5,5,10,10,15,15,2,5,1,5,30,2,5,10,3,14,10,3,15,4,15,10,4,5,30,10,15,25,5,10,12,5,8,5,19,6,14,9,2,17,8,10,5,15,20,10,5,9,5,15,5,9,20,20,10,3,10,15,10,6,5,4,10,5,3,10,10,1,7,10,14,6,6,15,9,7,13,10,5,7,6,6,25,7,10,4,15,27,8,4,5,5,15,10,9,10,15,20,30,13,5,5,15,15,5,4,23,1,20,4,6,5,10,7,19,5,2,5,5,1,5,12,3,15,5,7,5,2,2,25,4,10,5,1,10,5,10,3,5,3,5,7,7,14,2,15,3,25,5,1,4,12,15,10,5,5,12,5,22,2,16,3,5,5,1,5,5,2,15,5,2,10,5,10,4,10,1,10,10,5,5,25,5,1,10,5,25,5,14,5,10,15,5,15,5,2,11,5,1,16,13,17,6,30,7,2,5,20,10,4,20,5,5,5,5,3,5,5,3,10,30,20,14,5,15,5,4,30,5,5,25,15,8,10,17,9,25,5,2,5,12,3,2,15,5,5,5,7,1,19,5,5,5,3,10,4,5,11,3,10,5,2,1,10,5,32,5,5,5,30,15,14,1,2,22,7,2,13,3,10,4,10,15,5,1,5,15,10,15,11,10,14,10,24,4,7,5,2,30,2,5,5,10,5,5,10,8,2,10,15,5,12,10,5,15,4,25,10,4,9,15,5,10,5,5,5,10,15,20,5,10,5,9,11,15,10,12,5,5,2,17,8,20,5,8,10,10,2,5,30,15,5,13,2,2,15,15,10,5,14,10,15,4,8,5,15,4,5,5,10,20,5,10,5,7,7,10,20,7,8,10,2,10,2,10,5,15,12,9,10,2,5,15,31,5,10,11,7,7,3,20,5,15,8,5,15,4,30,12,16,2,2,13,10,5,10,18,5,10,3,20,10,1,5,5,5,17,2,23,10,10,5,10,15,7,20,2,5,5,5,10,10,5,4,20,5,5,2,5,10,5,5,29,30,10,7,10,5,10,20,20,8,10,2,5,10,20,30,5,5,15,30,4,20,27,24,5,4,10,16,15,5,2,10,5,9,30,10,5,23,10,10,30,7,5,1,5,20,25,7,5,4,11,5,4,15,10,5,15,5,7,19,20,1,3,7,10,5,5,22,5,5,7,2,5,10,5,27,10,20,5,5,5,5,5,10,5,2,2,7,3,6,5,7,10,4,4,1,10,3,25,25,14,5,5,3,8,7,2,5,19,5,2,10,9,2,5,15,5,15,5,7,10,5,20,5,5,2,2,3,13,30,5,5,1,19,15,27,10,15,8,1,30,5,15,10,20,20,7,5,7,1,8,10,10,10,5,1,1,5,10,2,6,5,10,6,10,10,4,25,7,5,5,5,10,5,10,2,25,5,5,11,18,5,7,2,25,11,5,5,5,1,5,5,5,2,15,10,30,1,20,5,5,3,10,5,5,5,3,3,2,15,7,10,10,10,10,3,5,7,21,21,6,10,30,5,5,1,5,15,4,3,10,2,5,5,10,5,4,5,10,15,20,5,10,3,3,7,5,11,5,20,6,5,5,9,5,5,20,10,6,4,11,30,10,8,3,5,4,15,2,20,20,7,10,10,15,28,2,1,17,7,27,6,5,5,2,1,14,9,13,8,8,29,5,20,10,5,20,2,15,3,15,5,19,2,6,26,15,20,10,10,5,5,10,10,15,10,7,3,1,6,5,5,5,1,5,5,10,14,10,5,2,2,13,5,7,5,5,2,10,30,5,15,1,5,15,8,1,20,5,15,7,30,3,10,10,5,8,10,6,5,30,10,30,5,5,1,2,3,3,5,4,5,15,5,7,5,30,15,30,5,10,2,5,10,5,5,10,5,5,5,14,30,5,15,17,10,5,10,10,14,10,7,5,2,5,30,32,10,8,6,2,10,30,25,7,4,13,2,10,9,6,5,10,15,1,3,10,4,5,5,2,6,1,15,2,12,8,8,5,2,1,1,1,6,30,16,3,2,1,2,18,20,7,2,1,7,30,20,10,10,5,5,19,30,10,9,20,10,5,4,10,20,10,12,3,25,7,5,9,30,2,16,15,10,6,6,5,3,5,4,10,10,7,7,15,6,24,1,30,15,10,4,5,5,14,5,5,15,19,10,10,10,20,2,2,5,5,5,15,5,22,15,5,30,5,4,5,1,20,25,10,2,2,22,10,15,18,20,2,6,2,5,20,5,30,15,2,4,5,5,2,19,5,10,20,5,18,10,2,11,8,3,5,5,5,10,15,5,6,8,14,10,5,6,12,3,13,7,10,5,1,5,2,5,1,30,16,5,5,5,12,25,6,12,30,5,11,25,5,5,6,10,30,15,4,5,27,5,10,7,6,10,20,21,5,10,3,15,7,5,5,8,8,6,2,1,19,13,3,7,12,1,6,1,3,3,18,31,5,23,1,1,10,15,2,34,28,5,4,5,30,30,13,13,6,6,2,6,10,11,10,9,7,5,8,6,7,5,5,2,5,5,20,7,5,3,19,22,30,5,29,8,1,8,5,1,15,9,5,5,5,5,15,3,14,2,5,15,9,5,20,20,1,5,7,6,4,2,5,2,18,5,5,2,5,21,5,2,5,10,6,30,20,3,10,7,5,16,15,30,10,5,30,1,12,14,10,6,5,10,8,7,5,5,10,10,15,5,20,9,5,20,30,3,7,14,11,4,10,11,30,2,10,5,8,10,18,5,30,10,5,15,5,31,30,15,2,5,16,5,10,6,14,5,30,29,3,5,11,5,15,5,15,5,8,6,1,10,2,10,5,15,30,14,15,18,16,10,9,10,25,5,30,6,6,5,15,15,3,2,9,15,30,8,5,5,5,30,5,30,8,15,5,5,5,26,4,13,5,5,10,15,20,30,14,7,30,5,29,5,15,25,15,10,16,6,10,25,15,20,7,16,2,12,15,5,5,8,3,5,15,2,5,2,1,5,5,5,30,30,20,10,30,9,30,5,5,5,5,15,5,5,1,5,10,18,8,13,30,5,17,5,2,10,1,5,30,15,24,30,1,5,5,15,11,9,20,5,9,15,5,6,15,30,5,7,5,15,6,5,30,4,30,30,2,1,3,2,10,14,5,5,3,31,32,20,5,2,10,5,3,15,6,10,15,3,5,10,10,5,11,30,1,5,10,4,4,27,2,15,12,7,5,10,10,10,6,4,2,15,30,5,2,15,12,20,15,15,1,5,10,5,10,2,30,5,20,1,20,15,10,2,10,20,9,10,4,5,4,5,1,15,30,15,10,1,4,4,5,10,7,10,5,5,30,1,10,10,7,15,10,10,5,5,5,5,24,15,10,14,10,10,30,20,10,5,8,25,22,10,14,9,5,30,30,5,26,20,7,5,10,10,10,5,5,5,15,3,7,5,12,10,3,20,10,20,3,10,10,2,5,4,5,20,5,5,5,5,8,10,2,3,15,10,5,10,10,5,5,10,8,5,4,5,6,5,30,5,10,10,5,10,5,30,10,10,10,5,5,5,25,5,5,5,30,6,26,28,5,3,10,10,5,3,10,5,20,30,4,2,13,30,10,4,20,5,4,10,15,10,15,5,11,10,17,6,5,5,14,10,5,10,20,5,1,15,5,5,5,8,20,4,4,20,15,5,3,4,15,4,4,5,30,3,5,20,2,2,30,4,5,5,5,20,2,15,15,4,3,15,5,8,4,10,25,25,10,30,1,10,10,10,7,5,5,5,10,30,30,10,10,4,30,5,5,5,33,5,19,30,5,2,8,10,30,30,5,33,9,5,5,5,5,5,6,25,25,5,7,10,10,15,10,15,5,7,5,24,10,8,16,30,5,1,17,30,15,3,5,10,30,26,7,18,2,25,15,10,1,8,9,5,30,10,3,5,5,4,5,9,20,6,5,5,1,15,8,15,1,5,10,30,7,8,5,10,20,15,5,10,11,30,10,1,8,7,1,7,5,30,2,5,5,5,5,26,10,10,1,5,5,5,5,3,20,1,13,1,3,2,11,15,10,5,10,15,10,8,7,10,15,25,5,5,5,1,4,5,26,9,3,10,5,23,10,25,5,9,10,28,5,2,10,15,3,3,13,10,5,3,10,10,10,10,32,15,10,6,15,15,5,3,5,30,10,31,5,15,8,30,16,15,5,15,10,5,5,30,2,5,5,6,15,3,5,30,1,2,6,6,20,5,5,5,5,5,5,1,28,5,26,5,10,20,27,10,5,15,5,30,10,5,15,10,10,20,10,10,20,34,10,6,1,5,9,10,5,27,7,19,5,17,2,15,5,30,19,2,5,30,21,10,30,30,5,1,18,15,20,2,5,5,15,15,22,5,5,1,15,10,30,25,15,15,2,10,10,18,10,4,8,1,10,25,5,10,5,5,10,30,15,3,4,33,5,5,5,5,14,1,1,10,2,10,5,5,2,10,5,5,1,5,23,15,1,30,6,10,10,9,11,10,10,32,20,4,5,5,5,2,1,6,4,17,13,5,5,1,2,7,10,2,1,1,10,9,3,25,5,5,5,30,5,6,1,5,1,13,20,5,30,5,2,9,1,1,4,10,9,15,5,2,5,3,10,10,15,19,10,10,2,1,20,12,5,14,5,15,5,9,5,15,20,3,1,17,1,5,5,5,21,1,23,5,10,10,9,1,2,29,3,11,4,5,5,15,7,1,10,10,1,3,15,5,10,20,1,1,5,2,5,10,10,2,10,5,2,1,5,5,27,9,13,15,21,8,7,4,10,10,10,16,10,2,28,5,20,5,15,30,11,5,1,20,25,20,10,14,10,27,8,20,25,1,19,3,30,16,17,15,5,17,4,5,10,14,6,29,6,12,15,32,25,9,3,18,5,10,5,31,21,15,10,14,8,16,10,5,30,5,8,15,20,10,15,5,23,5,10,5,11,4,34,10,15,2,2,2,5,30,1,13,15,6,10,5,5,5,2,14,30,30,4,5,2,5,4,5,5,10,10,15,2,5,10,12,10,10,15,2,10,3,5,5,5,10,10,5,12,5,5,15,15,5,10,19,10,10,9,15,11,1,15,6,1,30,5,10,2,30,12,30,15,11,20,5,10,10,5,30,10,30,5,2,10,1,5,5,1,15,6,15,20,18,15,5,4,9,1,5,12,5,10,6,4,5,15,10,10,20,10,5,2,8,2,1,5,5,5,10,4,3,20,5,21,1,6,4,6,20,5,5,30,15,2,5,10,3,10,1,5,10,10,7,10,7,10,5,5,5,5,5,5,2,15,7,1,5,4,10,30,6,20,1,21,5,2,5,15,15,9,5,33,5,5,15,22,10,10,19,1,8,4,2,5,5,5,3,4,2,5,10,2,21,1,10,10,13,4,22,19,5,18,2,1,10,10,9,8,2,7,6,14,5,20,2,5,33,5,10,1,5,5,2,5,1,6,9,27,34,15,10,10,6,20,2,4,7,30,10,5,10,8,14,25,3,10,5,10,5,10,5,11,7,3,5,20,2,7,5,6,1,20,5,15,1,1,10,3,10,8,4,30,15,15,12,30,5,6,5,5,13,29,1,9,30,16,3,5,25,6,1,15,6,10,5,10,5,5,10,5,15,10,15,28,2,5,10,1,2,3,5,5,10,5,2,5,11,1,20,5,3,1,10,9,2,4,7,30,11,5,20,25,5,3,5,10,20,1,10,1,2,5,9,11,15,28,15,2,20,5,25,5,5,1,1,1,10,20,1,25,20,2,5,10,15,5,24,5,2,5,10,2,5,1,5,1,2,10,19,8,3,4,10,20,5,3,20,8,7,5,5,13,5,20,5,7,3,3,10,10,5,2,1,5,5,19,3,15,10,6,10,20,30,20,2,1,2,5,10,5,10,1,10,1,22,2,5,5,28,5,10,5,6,1,1,2,7,19,25,18,18,5,15,20,6,1,18,10,2,5,15,5,5,1,5,25,1,5,5,5,1,9,8,10,10,22,30,5,15,10,23,1,2,10,15,22,10,1,10,5,1,1,1,10,1,1,20,13,16,15,5,10,15,10,5,5,30,4,30,10,30,5,20,5,22,20,2,3,30,6,15,15,5,20,10,5,15,8,3,5,10,1,5,32,3,8,1,5,5,10,14,14,17,15,3,18,5,5,5,10,12,10,15,14,5,30,10,6,15,20,20,5,7,15,25,5,5,15,22,3,11,3,10,5,10,7,10,25,5,5,5,17,4,2,2,2,8,10,10,9,5,13,30,10,10,20,5,5,8,15,20,5,20,10,5,5,30,3,10,15,5,10,2,5,10,12,30,4,10,15,5,30,5,10,10,5,29,8,3,10,10,5,5,25,10,5,15,5,10,6,10,18,15,19,10,7,30,3,16,10,10,4,5,5,15,5,20,9,10,26,8,28,5,20,5,10,12,5,5,5,5,32,6,10,5,10,10,25,24,1,29,12,5,10,7,1,5,5,5,9,2,13,5,20,10,10,11,15,5,7,10,1,7,3,30,2,5,15,10,10,5,1,3,14,4,25,11,5,10,11,7,8,10,11,9,30,5,14,5,8,10,5,5,5,5,18,5,5,20,10,5,10,14,5,5,5,25,5,20,7,15,10,5,25,20,5,15,2,5,25,8,29,2,5,20,10,5,6,10,5,8,15,30,9,5,3,17,10,10,10,10,15,2,16,30,6,5,2,1,5,5,30,10,15,30,5,19,20,29,30,7,30,4,13,15,20,10,15,5,10,10,30,10,3,5,5,5,26,10,3,16,5,2,15,28,10,20,9,30,3,30,9,2,16,6,5,25,5,9,5,5,11,5,5,30,10,10,10,5,15,10,32,20,30,10,5,15,10,15,5,5,30,10,10,5,20,3,2,15,10,20,10,10,7,5,3,25,5,5,5,17,30,4,10,30,6,2,3,15,4,25,25,5,5,15,20,15,5,5,2,2,5,33,11,5,15,10,15,4,15,2,30,20,11,9,12,8,5,8,9,20,1,30,2,6,25,5,5,15,15,5,6,15,15,5,32,30,16,10,5,5,10,10,10,19,10,5,3,2,16,15,5,2,5,5,10,24,1,15,2,7,15,30,10,5,5,5,1,15,15,20,5,5,3,30,7,1,30,8,2,5,15,5,16,20,10,2,13,10,5,5,5,30,5,5,20,4,14,21,30,14,7,10,9,5,15,5,2,10,10,17,2,5,9,5,5,5,16,30,10,15,7,1,7,23,5,2,13,5,16,10,25,9,9,8,10,6,10,5,15,4,5,4,5,10,10,23,29,21,3,10,7,10,15,5,6,15,30,5,1,2,5,10,10,12,7,9,10,15,14,5,20,15,15,3,19,5,5,15,5,3,10,5,9,21,14,7,1,5,2,2,3,4,10,4,7,20,5,20,6,2,20,5,15,2,25,5,2,10,5,4,10,5,5,5,5,20,8,5,10,5,30,5,5,1,10,5,2,2,5,32,1,20,20,10,3,1,5,11,6,20,10,10,10,15,10,8,10,6,16,7,5,30,10,4,5,20,30,30,34,3,2,4,25,2,7,4,5,5,9,25,5,29,25,17,5,7,9,6,1,5,3,10,5,15,7,13,10,7,24,5,5,4,14,15,3,5,7,8,11,9,7,2,30,4,5,5,10,4,30,10,5,4,10,10,5,25,9,20,10,2,2,5,10,10,2,30,10,1,30,2,16,2,10,6,15,12,5,18,3,1,6,4,12,28,10,6,17,2,5,5,10,10,5,2,30,15,25,4,15,15,8,11,30,10,10,5,9,15,29,12,4,17,10,5,20,5,5,2,15,10,5,16,8,3,10,3,15,29,15,4,1,10,8,7,3,3,6,11,4,15,20,5,28,18,10,30,5,10,5,5,3,5,5,6,6,4,10,10,30,3,6,10,2,5,11,1,2,15,10,26,25,5,10,3,15,15,3,10,3,30,5,5,4,2,17,30,5,10,30,5,3,7,5,2,28,5,10,6,34,6,5,5,10,5,5,5,5,15,7,7,30,10,5,10,5,10,12,15,13,10,5,10,1,5,7,7,14,5,10,10,8,5,7,3,8,20,2,15,10,10,4,10,4,25,9,7,30,10,27,10,21,10,4,4,4,4,5,2,4,1,5,12,7,10,5,5,25,11,1,5,10,1,30,2,2,7,2,8,2,7,13,20,5,20,13,4,10,5,20,4,15,4,10,1,9,10,10,4,4,3,4,2,1,27,10,10,2,5,3,6,10,29,2,34,1,5,15,5,5,15,3,26,5,17,15,5,4,10,5,4,2,1,30,13,30,11,5,11,5,2,4,10,9,10,2,8,4,9,2,15,13,20,10,4,2,15,3,4,7,4,1,30,10,5,7,5,10,9,5,4,1,10,5,5,2,3,5,3,2,10,10,15,15,1,7,6,3,10,24,8,30,3,5,18,3,17,2,12,10,15,5,1,5,2,5,5,2,11,10,7,15,6,3,3,15,10,6,15,5,2,12,8,20,3,1,20,8,4,6,5,10,12,20,10,5,5,5,9,5,5,10,24,10,3,3,30,10,2,5,19,1,15,2,29,30,15,1,15,1,15,5,1,10,7,9,3,5,1,9,5,14,7,7,10,30,10,30,4,2,4,2,8,10,21,20,9,6,5,2,5,1,1,1,5,5,10,3,4,5,10,3,5,30,9,7,10,10,5,4,5,2,10,14,5,30,19,3,5,7,3,10,30,16,4,10,5,25,1,5,10,1,22,15,5,4,20,2,7,3,15,2,13,5,5,6,8,5,2,5,15,9,10,5,3,5,3,5,10,5,8,5,6,3,5,3,3,5,2,25,5,7,15,15,4,5,3,5,34,3,5,4,5,5,15,4,10,3,3,5,8,10,30,34,6,30,4,15,10,20,7,11,5,10,5,3,30,4,14,2,7,3,8,1,5,20,2,8,10,5,8,5,26,5,5,1,5,16,3,9,6,10,8,8,20,5,2,6,2,3,5,5,15,5,3,1,11,1,4,5,3,1,15,14,7,1,6,15,5,3,15,4,15,7,5,5,5,10,4,20,10,5,5,5,4,2,9,5,17,7,1,10,5,5,4,10,10,30,3,20,15,12,21,30,25,4,7,5,7,5,7,10,7,1,10,5,5,10,15,5,1,15,10,1,30,2,3,15,15,10,2,2,5,10,3,2,3,16,23,9,5,3,5,5,4,20,5,15,3,5,9,3,10,30,5,30,8,4,11,11,1,3,3,20,10,7,20,5,4,6,20,5,4,7,8,31,4,5,33,4,5,10,9,10,1,18,7,5,32,5,9,30,8,5,20,9,15,7,20,9,5,19,1,30,30,6,15,14,3,26,8,10,14,5,5,4,3,10,3,2,6,4,8,5,12,5,6,1,1,4,10,1,15,3,8,6,10,10,14,5,8,10,14,6,5,7,15,11,28,10,10,10,6,7,9,15,20,20,30,17,5,5,25,10,30,6,5,5,15,2,25,10,5,10,3,3,1,5,10,30,30,4,10,30,30,5,16,10,4,6,23,10,9,8,5,30,4,29,20,1,2,10,3,3,7,1,5,18,13,5,6,8,5,10,3,3,7,16,5,4,5,6,10,5,10,5,6,27,9,5,7,4,9,15,10,30,30,5,30,4,10,5,10,5,3,17,20,17,10,10,4,3,2,5,10,5,5,7,7,5,3,3,20,7,6,10,5,10,11,7,15,15,5,5,5,15,8,9,25,23,10,4,15,23,4,4,14,5,15,2,4,1,5,15,2,3,11,5,5,2,2,10,5,10,9,7,10,14,15,3,3,15,1,2,30,5,10,4,5,1,2,16,10,10,1,15,5,7,1,20,15,10,5,6,5,5,5,10,5,2,20,3,5,30,19,3,9,15,4,12,10,20,5,12,24,8,5,2,17,10,9,20,5,2,5,5,8,20,2,5,5,10,5,5,15,5,14,2,30,4,2,16,9,5,16,5,2,5,32,30,7,25,22,5,1,5,16,10,27,5,5,10,10,30,10,5,17,6,1,5,20,30,19,8,5,1,3,11,3,2,10,5,15,10,5,15,3,15,30,10,2,5,15,25,15,1,7,2,10,1,5,7,20,6,25,6,10,10,15,5,12,10,5,20,10,1,4,5,1,5,5,5,15,10,25,10,5,10,5,5,5,5,10,10,20,10,20,9,19,30,30,5,30,1,30,5,15,4,12,15,5,24,3,10,15,15,6,15,5,20,2,18,5,5,10,5,6,30,13,10,7,5,3,15,9,10,12,20,30,5,1,15,10,1,5,5,5,4,10,5,26,2,4,20,15,34,5,8,5,17,6,5,5,24,10,23,19,10,10,30,10,25,20,3,12,10,16,8,1,3,10,8,5,30,14,8,10,7,5,20,30,20,5,16,5,1,5,10,30,2,20,1,15,31,1,29,10,9,3,5,20,5,5,8,3,15,5,20,5,5,4,22,30,5,10,5,10,6,10,11,11,1,14,10,2,23,30,15,30,10,13,5,30,7,1,30,5,6,5,5,13,10,1,5,7,8,15,7,4,10,9,5,9,10,15,4,5,20,5,10,10,25,12,6,19,1,16,2,12,6,6,5,4,18,15,7,5,5,5,5,5,20,5,31,10,18,5,8,1,30,2,33,15,15,20,1,15,5,15,3,10,11,30,31,30,10,5,25,5,5,5,5,5,5,10,10,25,4,10,30,5,10,30,5,6,18,5,22,5,10,3,6,5,15,5,5,5,3,5,5,6,15,3,9,5,10,30,30,25,5,15,5,5,2,5,19,20,19,6,20,5,13,10,10,10,4,10,30,21,5,5,5,23,20,5,9,2,30,20,5,15,30,5,20,5,8,30,9,10,15,30,5,15,5,5,5,15,20,13,5,5,5,5,4,5,15,1,30,5,6,18,5,2,18,5,1,11,17,10,10,5,5,20,10,6,25,5,21,5,1,2,5,1,10,10,30,15,7,5,10,5,5,30,10,13,5,15,5,32,5,20,10,15,5,2,10,5,10,5,3,5,17,5,3,5,30,15,15,15,25,2,26,10,9,5,30,10,6,2,5,10,30,15,2,2,1,6,30,20,22,13,2,5,20,21,3,2,33,6,5,5,4,3,10,27,5,5,10,4,20,3,2,5,16,1,5,10,2,7,10,1,20,15,1,5,5,2,10,5,2,18,2,5,2,5,20,13,10,5,5,3,5,10,10,2,5,20,8,5,1,15,10,24,3,25,10,10,34,15,5,1,7,18,22,14,10,8,27,26,5,18,5,21,10,4,3,33,5,10,25,10,12,18,5,7,5,30,6,23,2,5,6,10,10,5,3,5,15,31,3,9,5,30,2,1,10,15,10,6,8,30,3,12,1,5,5,7,22,33,15,15,10,5,15,5,4,10,3,3,17,5,15,1,3,5,5,15,1,6,10,3,10,12,15,5,6,19,30,30,20,10,5,5,3,1,20,15,9,1,20,17,5,5,1,5,3,10,5,20,20,24,14,11,6,10,10,5,5,5,10,5,5,13,11,10,10,6,6,15,19,5,30,3,32,30,2,2,5,6,10,10,5,5,3,27,10,5,12,4,1,15,15,27,6,10,13,2,13,10,7,9,5,20,30,10,2,10,10,26,20,25,31,4,5,21,13,10,3,19,6,5,1,7,10,5,5,8,10,5,10,30,34,10,5,15,10,5,4,15,30,10,30,10,2,30,15,15,30,20,10,5,6,5,10,30,15,5,22,18,1,15,20,15,5,20,20,6,1,9,10,5,5,30,2,5,2,5,3,15,5,10,5,5,20,5,5,5,19,10,5,25,4,10,5,5,5,10,5,10,10,10,15,10,10,10,15,5,1,21,15,25,25,15,15,6,7,10,2,2,1,5,3,5,2,1,5,30,4,5,25,15,10,5,4,25,10,15,10,14,5,1,3,10,8,28,4,5,13,10,10,6,10,15,3,5,5,30,15,20,3,5,25,5,5,5,10,9,30,5,10,3,5,9,3,5,5,5,7,1,1,28,5,5,10,20,30,3,5,15,20,10,1,10,10,30,25,3,5,3,5,1,10,15,30,8,5,10,5,20,15,5,15,23,10,8,10,5,28,5,15,20,9,30,7,1,5,4,5,10,30,1,5,6,13,7,5,25,3,10,25,15,5,5,15,20,5,15,5,3,17,5,3,5,10,13,4,7,13,6,15,1,1,5,16,5,3,4,6,10,5,8,5,5,10,15,2,1,11,5,5,4,2,5,2,30,11,5,10,10,5,2,6,5,5,5,5,20,5,5,1,5,5,5,5,5,10,5,5,5,5,1,5,24,30,3,1,5,5,2,5,15,10,5,10,6,5,30,10,20,2,5,21,10,8,1,15,15,10,20,8,10,17,15,30,20,10,5,5,15,1,5,5,5,10,6,28,10,10,1,3,10,5,5,10,10,12,10,10,10,8,10,4,12,1,6,8,5,2,30,4,5,15,15,5,10,5,15,15,22,13,5,5,5,5,3,5,7,10,5,33,30,5,9,15,5,12,2,3,6,2,5,10,5,10,3,18,6,1,4,10,9,5,5,10,31,10,1,15,10,25,10,10,5,6,5,4,6,7,2,5,5,10,9,5,15,4,5,1,3,1,30,30,29,14,30,5,10,15,10,7,10,1,15,15,10,3,6,8,5,5,5,5,2,18,6,11,24,10,10,2,5,5,2,5,19,5,5,5,1,10,3,5,1,5,10,1,5,5,1,2,5,10,15,5,5,10,24,10,5,15,10,5,5,10,20,27,14,30,10,5,10,27,5,30,1,7,5,10,10,10,23,2,15,2,8,13,10,6,10,20,7,6,8,10,21,5,15,14,2,2,1,5,10,15,11,5,30,5,10,5,2,8,5,20,30,4,10,3,4,10,2,4,30,10,30,1,1,4,20,5,5,5,5,20,5,5,10,26,5,5,3,11,3,15,15,20,8,1,7,10,1,8,15,10,20,5,12,2,20,5,10,5,2,3,4,15,18,5,15,1,10,5,23,5,5,1,10,5,5,5,4,5,5,1,10,7,10,1,1,10,1,30,15,25,5,2,13,1,14,1,5,2,13,8,5,30,12,25,30,5,1,15,10,2,1,20,6,5,23,20,5,5,6,10,5,5,5,28,3,2,3,10,5,30,5,1,5,5,3,3,5,3,20,5,2,1,9,10,2,25,5,3,5,3,6,1,2,5,30,10,2,20,2,7,10,3,5,5,5,15,20,30,1,7,15,10,4,10,10,10,15,5,15,8,10,5,10,10,10,1,10,5,10,5,10,15,10,3,4,23,2,5,25,5,15,3,11,20,20,5,5,3,10,20,8,15,1,20,4,1,2,10,7,10,25,2,27,7,5,17,1,3,22,24,10,5,2,10,5,27,7,7,6,14,12,5,15,5,30,1,5,10,22,10,5,5,10,1,3,15,9,5,2,5,9,5,8,19,15,15,10,2,3,1,1,1,19,5,10,6,10,15,20,5,5,6,15,30,7,6,5,15,5,10,5,3,5,10,11,10,5,23,25,3,15,10,20,5,15,4,5,5,5,5,10,5,10,15,1,6,5,4,17,3,20,5,2,5,11,5,5,10,5,5,10,1,34,25,5,32,20,4,31,5,5,10,10,5,5,10,5,20,5,7,10,8,3,10,5,1,14,4,5,7,30,8,18,5,5,5,15,30,5,2,10,6,5,15,5,2,25,5,10,2,6,10,25,5,5,20,30,2,20,5,5,4,2,5,7,11,2,3,10,5,30,4,25,15,30,7,8,10,5,2,30,3,5,10,5,10,14,4,25,34,1,20,10,2,2,3,1,2,14,5,5,15,19,15,3,1,15,5,30,2,5,10,8,30,5,5,2,10,1,15,15,5,5,5,8,34,3,5,2,24,10,14,7,5,5,5,30,2,15,5,5,20,10,10,1,10,15,6,5,7,4,10,5,7,10,20,10,10,5,8,15,10,3,15,14,10,3,2,15,30,34,8,1,3,1,30,30,30,10,3,30,5,10,6,15,5,20,10,6,5,12,10,7,30,5,11,9,10,15,2,5,30,4,10,5,15,10,16,3,10,15,15,30,5,5,15,3,5,17,4,8,10,10,5,30,15,25,15,4,3,15,20,5,15,10,10,3,5,5,7,10,15,5,10,15,26,2,4,10,10,30,5,10,19,15,7,7,5,17,20,9,11,15,16,30,5,2,30,3,8,15,1,5,20,3,5,10,30,5,7,24,5,2,8,25,30,10,25,15,30,15,21,30,4,10,5,1,10,11,5,20,10,5,5,12,5,21,10,10,15,5,11,5,10,12,5,5,30,5,8,5,23,10,15,1,8,25,20,5,30,10,5,6,2,15,20,10,10,15,20,20,10,15,5,5,15,20,30,10,30,15,20,10,10,5,20,7,10,17,10,10,15,20,15,15,10,10,3,30,5,5,10,23,1,15,19,15,5,10,6,5,5,3,10,15,20,30,30,9,5,10,5,10,5,10,5,10,7,10,5,3,25,9,10,5,5,5,15,5,15,15,5,30,5,20,5,20,30,10,5,5,10,10,3,10,7,5,25,30,9,1,1,5,25,15,10,14,10,30,3,10,5,10,5,20,8,5,10,20,10,20,10,15,30,3,19,30,12,15,30,2,10,20,10,10,5,10,21,10,30,5,17,5,10,5,5,13,5,8,10,30,10,7,20,4,5,30,30,5,30,20,2,30,10,14,20,3,2,10,5,18,5,5,4,5,1,5,10,20,15,2,10,15,20,10,30,10,5,5,10,10,8,10,1,10,10,4,1,10,2,5,23,5,15,7,10,5,10,13,5,22,5,5,5,8,5,5,10,31,20,5,20,30,5,20,31,5,1,5,10,15,5,3,10,20,4,15,8,10,10,30,5,5,30,15,5,2,3,5,5,10,5,30,10,15,15,5,7,10,7,6,15,15,28,5,1,8,15,5,5,15,5,5,7,2,32,10,10,2,5,2,5,20,22,10,15,4,1,2,5,4,30,30,3,5,6,5,5,10,5,2,2,15,30,15,1,6,30,20,30,5,5,2,5,5,3,15,15,5,20,5,23,8,4,2,3,15,1,30,30,13,30,5,15,20,4,20,5,30,5,21,10,10,30,9,20,12,1,5,5,10,10,3,24,5,5,7,30,5,3,30,5,5,10,5,1,15,10,30,2,12,10,5,9,10,5,1,15,10,30,29,1,3,3,10,5,4,17,5,10,15,1,15,9,5,10,12,3,15,2,16,11,5,22,30,5,2,2,20,20,19,5,10,24,15,10,15,10,1,5,5,2,5,30,4,3,15,5,17,30,10,20,5,5,10,1,5,29,1,2,5,10,30,5,4,1,15,2,10,16,30,5,2,8,19,5,20,17,17,30,1,30,1,8,1,10,5,9,10,30,27,4,16,15,11,13,28,9,6,18,3,14,17,14,5,1,15,1,11,5,18,5,5,4,5,3,15,25,10,1,23,3,10,4,1,10,5,15,25,6,15,10,5,10,25,10,10,20,4,6,15,30,6,8,30,3,2,5,18,20,3,11,6,30,10,15,5,15,7,15,20,2,1,5,5,20,10,1,30,10,5,5,10,5,30,9,10,11,30,3,5,15,7,10,30,14,4,15,2,9,5,7,30,30,5,1,25,10,5,5,5,5,15,15,10,30,19,8,30,5,10,34,30,1,10,3,5,8,5,5,8,5,10,10,18,5,9,15,10,30,6,5,8,6,4,5,5,9,5,5,5,5,7,30,25,4,10,10,5,5,4,11,4,2,32,10,5,10,15,15,5,10,15,10,10,30,10,15,15,5,4,5,10,5,20,10,15,2,15,20,5,1,10,5,25,14,6,13,4,5,5,14,9,4,5,3,26,20,2,5,18,5,5,2,30,18,20,12,12,30,10,10,15,5,14,5,10,3,5,2,4,7,30,15,30,15,30,4,12,20,5,5,15,15,9,10,5,30,4,15,1,2,5,11,16,21,9,4,10,1,20,10,10,24,5,20,30,5,5,30,3,5,10,2,20,5,15,15,12,16,25,5,5,15,5,5,10,10,5,5,2,4,10,2,20,1,10,15,18,5,15,19,7,6,6,5,15,15,27,25,10,2,5,5,12,5,4,1,7,3,10,2,30,30,5,5,5,15,10,10,2,5,25,30,8,16,2,1,10,15,10,10,10,5,5,5,24,2,2,4,20,1,5,10,1,13,1,15,10,8,10,10,5,15,15,5,20,20,25,2,3,5,3,15,1,15,20,1,6,12,15,10,4,15,14,1,25,15,30,10,10,30,30,10,5,10,5,15,10,5,10,5,11,5,10,6,2,8,15,10,15,5,21,20,5,17,21,5,5,10,5,4,5,19,10,1,1,10,30,29,2,15,5,5,2,5,10,24,10,3,5,15,30,1,30,30,3,5,2,20,10,15,10,10,7,4,6,30,20,5,1,1,1,33,10,8,10,15,11,5,10,1,15,20,10,10,5,8,13,5,1,5,30,5,10,10,15,2,6,4,5,15,1,5,15,16,5,10,15,5,11,20,5,5,5,23,5,5,5,15,5,10,10,20,25,10,10,10,5,20,15,8,10,10,10,30,5,10,6,4,5,10,30,15,10,5,5,5,5,10,10,30,15,10,20,12,5,25,10,20,10,25,20,5,5,30,15,5,25,10,11,20,5,15,30,2,30,10,5,5,20,30,5,5,30,15,9,30,20,2,1,31,22,5,15,5,2,15,5,10,5,25,30,5,5,10,10,15,5,10,5,3,2,28,8,30,5,5,5,5,30,5,10,12,15,10,20,6,10,30,8,2,15,5,10,2,3,10,30,5,1,5,33,2,25,14,1,14,10,1,1,19,5,5,2,5,12,27,5,30,5,20,5,5,5,30,5,5,15,10,30,24,30,15,5,8,5,5,5,20,16,5,5,20,15,10,7,30,30,8,5,20,10,30,24,10,20,5,10,5,15,10,30,5,28,5,21,20,10,15,8,2,5,20,5,10,2,2,1,15,5,5,20,30,5,33,5,10,20,15,15,20,10,5,16,30,14,8,10,10,27,4,15,1,10,3,9,10,10,13,5,15,25,30,7,3,5,5,5,1,2,8,17,5,5,9,7,2,2,2,9,5,15,2,11,2,25,25,25,1,15,23,2,6,4,5,23,1,5,15,8,30,10,11,5,8,2,1,15,30,30,29,15,18,16,2,5,10,30,17,4,1,2,5,3,5,21,20,32,15,1,30,15,20,30,10,1,5,1,11,5,10,4,1,10,2,2,2,21,6,23,5,9,5,2,15,4,3,7,4,20,7,4,13,23,11,2,31,12,22,30,17,5,15,1,10,5,20,1,3,4,7,2,2,1,8,4,12,6,5,4,5,1,29,6,15,5,10,3,14,6,5,20,11,2,2,1,30,5,6,30,4,10,6,18,1,22,1,24,13,27,1,9,10,1,22,5,13,20,15,1,2,3,6,20,10,4,20,2,30,5,5,8,7,20,30,5,15,5,10,3,5,20,30,7,30,25,2,5,20,2,10,1,2,5,4,2,10,3,5,3,1,32,12,5,1,20,1,20,9,10,5,10,24,9,8,3,8,5,4,14,9,5,12,14,1,2,15,30,10,1,10,6,4,20,11,10,24,7,5,15,10,2,10,13,12,20,5,5,6,3,5,20,13,19,5,2,20,1,10,5,1,4,10,15,30,4,5,2,2,30,10,13,6,4,12,5,3,9,11,20,2,1,4,6,5,10,6,1,15,4,10,9,6,10,30,12,1,13,1,1,2,19,10,22,5,13,4,5,3,15,1,1,6,11,22,10,5,4,5,15,15,13,10,2,1,30,2,15,20,2,5,15,10,5,5,5,2,5,30,34,30,7,4,21,10,15,5,25,2,10,14,20,2,5,22,5,10,5,1,5,10,1,1,9,30,5,5,12,5,5,6,4,30,25,20,5,15,5,15,15,10,30,30,5,20,23,5,10,27,15,15,20,10,5,10,4,5,22,12,5,30,15,8,10,10,20,10,15,3,21,10,15,4,9,30,15,5,5,10,20,10,1,20,20,15,23,6,16,5,5,5,5,10,5,5,2,20,10,10,10,5,15,30,7,11,25,5,27,5,20,8,5,2,5,4,5,5,5,4,5,30,4,1,20,10,3,10,5,5,30,10,5,5,4,10,2,10,10,5,5,2,9,2,5,1,2,10,3,5,5,20,20,6,2,15,5,30,10,5,10,9,10,30,15,10,5,5,10,15,10,5,5,5,3,3,3,29,5,5,5,30,5,6,1,5,10,10,20,10,5,30,2,30,10,30,15,5,30,5,10,15,10,10,1,20,31,2,13,10,5,10,7,15,15,20,5,1,5,2,2,5,10,5,1,30,5,15,10,17,3,5,5,5,6,5,3,4,5,10,2,5,10,5,10,10,2,5,2,15,12,5,2,10,25,20,9,10,10,10,26,20,30,33,5,5,5,15,10,1,8,7,20,15,4,20,1,30,5,15,5,27,3,15,10,30,10,5,9,30,5,5,11,33,10,5,10,6,10,24,20,15,14,5,19,6,15,4,2,5,30,10,15,10,5,5,5,9,10,5,5,30,15,10,5,25,15,5,30,15,15,5,5,1,15,27,20,5,10,10,1,5,5,10,20,5,10,5,30,5,8,5,20,5,3,5,1,5,20,10,4,5,8,7,20,17,10,20,5,7,10,5,5,10,20,5,10,15,4,5,7,10,10,25,5,15,3,1,6,2,5,13,30,5,5,5,10,5,10,30,5,20,10,10,5,5,5,5,10,10,3,30,3,10,32,3,5,20,30,5,7,5,1,15,5,15,5,4,16,10,1,22,5,5,15,25,14,5,30,16,2,15,30,10,12,26,5,1,10,15,5,10,5,10,18,2,32,30,5,1,22,15,8,25,11,20,5,10,1,10,10,10,2,20,20,5,10,5,15,5,5,3,5,20,12,5,5,5,10,30,23,5,5,5,5,6,10,5,5,14,5,15,15,10,5,30,30,5,10,10,3,30,10,5,23,5,10,1,10,6,5,10,5,5,10,5,5,1,3,5,30,2,15,21,5,5,12,10,20,10,17,30,10,2,15,10,20,5,10,10,5,14,10,5,15,5,5,5,2,2,30,5,20,4,10,15,20,3,5,30,10,5,20,15,30,10,5,5,5,5,1,1,5,5,15,10,10,20,5,10,18,10,5,5,3,23,7,15,13,2,12,10,5,5,20,15,10,13,10,5,5,10,1,5,10,15,5,5,5,15,15,15,4,4,10,5,10,30,14,4,4,5,10,10,1,10,5,1,5,14,5,17,5,1,22,5,10,19,15,5,1,2,1,30,6,20,5,1,2,5,3,2,1,10,10,3,5,15,1,5,10,5,2,1,2,1,3,10,3,30,3,5,10,1,1,20,11,4,1,20,15,5,5,11,2,6,24,5,6,1,5,21,5,5,1,30,5,2,2,12,9,5,9,2,2,30,5,2,1,5,6,15,17,1,4,5,9,1,6,3,5,5,1,2,1,2,15,1,13,15,5,2,3,10,1,10,2,8,2,1,5,4,1,30,15,2,10,2,20,2,15,4,10,1,3,2,6,2,5,2,5,2,2,15,10,5,9,15,9,14,5,2,8,13,1,5,11,1,7,30,3,10,3,7,10,3,6,1,10,1,11,5,23,5,12,5,18,3,21,7,2,10,7,15,4,7,10,25,10,15,6,5,5,10,10,30,12,30,5,5,10,7,6,5,5,15,30,5,10,10,7,15,5,10,9,5,7,10,5,5,10,5,30,1,10,5,2,30,15,10,30,15,6,3,29,25,30,3,10,25,30,10,10,5,30,5,5,10,30,5,5,5,30,23,30,10,15,10,30,5,5,15,10,20,5,10,10,20,15,20,30,5,30,10,10,20,30,5,6,5,5,2,30,10,1,19,5,1,1,29,5,5,30,3,10,5,30,6,5,5,5,5,30,7,2,15,2,10,5,5,20,1,7,20,5,10,5,5,10,7,13,5,5,10,5,10,5,5,23,10,10,5,5,15,5,4,5,5,5,5,6,26,15,5,15,1,10,22,2,15,3,2,15,10,2,10,10,4,5,20,5,10,10,5,15,15,10,8,6,6,2,11,2,15,1,30,5,3,5,5,29,20,8,5,1,5,10,14,12,2,10,5,15,10,30,5,5,10,2,10,15,7,5,20,10,5,20,5,10,10,8,5,5,10,5,15,8,10,15,16,10,30,30,5,5,30,10,5,4,20,5,6,10,14,11,10,5,5,1,15,15,5,10,5,20,10,2,6,20,2,10,30,5,10,10,25,2,3,30,10,1,20,2,13,30,2,30,10,30,3,3,5,21,10,5,13,1,15,5,5,2,5,10,12,4,20,33,1,12,10,25,2,7,15,1,5,10,25,30,15,3,15,15,10,6,13,20,15,5,5,3,10,10,30,4,11,5,10,7,12,2,24,5,15,22,4,5,33,15,4,15,4,1,5,5,31,10,10,5,5,5,11,5,10,10,5,14,10,10,20,20,17,15,30,5,5,5,20,5,2,10,11,15,2,5,5,5,24,5,3,1,30,15,1,13,2,10,12,5,6,11,24,30,14,5,5,16,7,15,10,2,2,30,5,3,5,2,15,5,10,30,30,10,30,5,5,2,19,34,30,12,12,5,30,30,10,10,4,5,1,20,10,10,1,10,6,5,10,3,8,19,6,30,20,10,15,10,3,5,2,10,10,10,8,30,5,30,20,10,7,30,5,25,5,6,27,20,15,10,2,10,15,10,10,5,20,20,2,1,10,10,5,6,13,8,8,15,5,23,5,2,24,1,2,30,2,30,5,4,15,25,25,5,30,10,25,12,12,5,11,17,10,10,11,30,20,5,20,10,10,6,23,10,2,5,16,10,20,5,10,5,10,15,15,1,5,10,10,5,15,5,10,5,5,15,6,13,15,10,17,20,33,4,5,10,10,14,2,3,16,2,15,1,5,15,30,4,1,10,5,10,15,10,10,5,18,10,14,30,5,7,5,5,5,7,10,30,14,6,9,3,15,23,3,5,10,10,10,5,2,10,20,1,30,3,18,30,2,30,15,3,22,1,14,5,15,20,4,10,1,5,5,22,1,9,10,30,5,6,10,10,20,25,20,10,15,5,8,15,10,30,5,20,10,30,30,15,10,10,8,1,10,15,5,5,30,10,15,1,1,20,21,10,5,15,7,3,2,15,10,5,15,15,30,20,18,12,3,30,1,5,27,30,10,5,30,30,6,1,2,5,10,1,2,7,5,10,14,7,2,10,10,27,10,2,5,30,20,10,10,5,3,30,10,25,5,14,5,5,32,19,6,10,10,20,30,5,20,3,26,10,20,8,5,10,30,5,4,10,1,15,10,7,9,5,10,4,30,25,5,31,10,5,17,30,5,2,8,4,10,9,18,5,10,30,16,10,30,3,5,10,7,5,5,4,5,10,10,2,20,10,15,5,5,3,5,10,4,5,10,6,10,15,4,10,5,2,20,21,7,30,6,20,7,26,19,5,19,30,10,10,8,6,10,9,10,25,10,10,1,9,20,10,20,5,5,6,5,10,10,10,2,5,3,20,5,7,5,10,22,20,10,4,29,5,15,16,10,6,8,10,15,10,5,11,8,16,10,20,30,9,30,8,3,1,5,8,5,4,20,2,1,6,10,8,30,33,27,15,9,10,10,10,1,25,5,10,8,10,30,25,15,5,20,1,30,26,30,30,5,6,5,5,10,4,7,30,15,5,25,16,10,30,7,30,2,1,15,16,20,10,30,5,10,5,15,8,10,9,10,10,4,5,5,19,5,15,15,5,20,30,11,3,5,10,28,2,8,30,5,5,20,19,30,30,16,12,15,5,2,1,5,5,30,30,15,8,5,20,10,8,20,9,1,20,15,5,9,10,10,25,2,10,10,15,10,8,5,5,17,5,25,13,6,5,30,5,30,10,9,20,5,5,1,15,10,3,6,5,6,10,10,7,30,10,23,17,10,5,7,4,9,5,10,10,30,2,5,10,22,5,6,2,20,5,1,30,15,10,10,10,4,10,17,8,6,8,10,5,30,1,4,10,7,5,4,15,5,15,1,30,10,6,15,6,2,10,10,5,5,23,20,15,30,5,30,25,10,30,10,20,15,12,30,5,5,15,5,15,15,5,2,15,30,5,10,7,15,30,5,15,12,1,16,30,5,10,15,5,5,2,15,10,20,15,10,19,30,5,5,15,30,16,18,9,5,22,10,10,30,10,4,15,10,5,5,4,15,6,5,1,5,5,5,5,16,10,24,2,29,1,5,20,20,30,5,5,5,30,15,30,6,15,15,10,3,10,22,10,10,1,1,2,20,3,5,10,5,4,15,5,10,30,15,15,5,5,20,4,15,5,5,2,2,5,2,5,30,10,5,5,3,3,1,1,5,7,30,25,30,2,30,15,30,30,15,10,23,10,30,32,2,5,8,5,15,15,15,10,5,13,10,2,5,5,20,15,5,5,5,5,9,11,10,2,10,30,10,5,8,6,1,12,15,5,5,10,10,5,15,5,20,10,5,5,5,22,5,5,15,5,10,1,20,5,18,15,6,15,5,15,10,30,10,15,5,25,3,10,10,5,10,10,5,1,1,10,5,5,15,5,2,5,5,5,20,29,5,5,3,1,10,3,10,5,17,5,5,15,15,20,10,5,10,3,15,15,5,5,5,5,10,3,5,4,15,10,30,6,15,5,5,1,5,5,1,10,32,30,5,5,5,5,3,5,5,17,5,5,5,10,30,5,4,2,10,3,2,30,30,5,10,5,15,10,23,15,5,1,10,11,30,7,10,25,5,5,5,15,30,1,30,30,30,10,15,5,5,10,6,15,15,15,5,5,10,10,30,5,3,10,10,3,5,2,11,3,30,20,2,2,7,10,12,30,8,5,2,1,10,2,5,13,3,9,30,10,5,10,15,5,10,8,10,10,13,6,7,27,34,5,8,2,20,6,26,5,20,2,3,8,15,15,2,15,5,5,7,1,9,15,5,5,5,2,10,10,5,2,1,10,5,14,3,5,20,5,1,5,10,19,5,5,2,15,1,10,2,10,25,3,10,5,5,5,15,15,13,3,4,10,10,10,5,5,5,5,11,20,5,10,4,2,5,5,5,1,2,5,10,26,7,6,3,1,2,10,5,1,3,5,5,20,5,5,1,10,8,25,5,5,5,1,1,10,10,5,5,5,15,7,28,1,5,7,15,9,1,28,15,5,6,27,5,10,30,20,1,11,15,15,2,10,1,20,2,5,2,1,5,2,17,5,20,5,5,10,1,3,5,10,30,2,5,20,6,10,3,2,20,30,18,15,15,30,5,1,5,15,5,10,30,2,5,5,10,5,15,5,7,30,12,5,10,25,15,5,10,20,1,3,5,24,10,5,15,10,10,23,15,22,5,6,5,10,15,12,15,5,5,4,5,2,5,5,5,20,5,5,12,1,1,20,10,10,10,2,21,5,10,28,15,5,6,32,15,10,4,15,5,5,2,4,22,15,15,8,5,1,1,1,6,30,5,33,5,8,3,25,10,5,10,5,5,15,5,16,5,15,13,5,10,18,30,11,10,5,5,22,9,11,10,30,5,8,25,10,14,5,5,5,2,3,30,20,10,2,7,5,5,10,3,10,10,5,5,14,10,18,19,9,30,6,1,2,8,15,8,1,5,4,10,5,5,10,3,5,30,5,30,5,3,12,20,20,5,5,5,5,15,33,15,30,15,5,2,20,5,25,10,10,20,5,5,1,7,5,13,6,8,5,10,10,5,10,10,7,11,3,21,29,1,5,15,10,8,7,10,3,10,10,30,30,5,5,5,5,10,15,6,28,10,15,5,5,1,18,6,6,5,16,30,10,5,22,20,10,10,10,6,15,3,5,11,20,8,9,10,3,9,2,4,15,2,8,20,9,4,10,23,5,4,5,25,8,5,3,4,10,5,30,5,19,3,15,30,5,20,1,10,10,1,5,27,27,2,27,10,10,10,20,4,15,15,12,10,22,14,2,5,5,10,6,5,10,10,5,3,5,4,4,5,5,5,5,30,4,5,15,5,8,1,20,2,15,4,13,5,10,10,10,15,5,2,5,5,5,2,5,7,15,7,5,7,10,30,13,5,8,5,2,10,5,23,15,8,5,30,2,5,10,33,30,20,7,5,7,15,5,15,5,6,2,2,10,2,1,5,30,14,18,30,10,31,30,10,5,30,10,5,7,12,3,2,5,30,8,4,30,5,5,5,10,6,9,6,10,5,5,5,15,13,15,15,1,5,7,16,30,8,15,28,5,30,3,21,10,18,15,2,4,20,5,15,15,10,30,1,20,2,5,10,5,9,15,15,3,9,6,3,10,5,31,30,8,27,23,1,5,3,5,20,10,10,10,2,10,30,5,15,13,15,5,7,5,20,19,5,25,1,10,8,5,2,30,5,5,3,15,8,8,23,29,30,20,5,5,2,3,15,10,10,10,10,5,30,16,7,10,9,30,5,20,10,20,10,5,8,9,15,18,7,10,10,12,15,5,5,11,30,23,2,2,7,10,14,15,13,10,29,5,10,16,5,10,15,4,6,10,5,9,4,7,16,5,2,30,2,5,11,3,5,2,6,5,2,5,23,5,5,22,5,5,5,16,15,7,23,10,5,5,4,12,2,5,10,5,1,2,21,2,30,10,11,3,30,20,10,10,10,5,5,17,1,4,11,20,5,3,13,5,1,30,1,5,5,20,1,10,10,30,25,5,5,5,5,15,3,30,5,10,5,30,5,5,15,30,5,5,5,4,15,5,2,5,10,5,15,3,3,15,5,3,15,9,5,5,30,5,5,5,8,2,5,10,10,5,1,2,5,5,28,3,10,15,2,2,5,7,10,5,30,5,30,5,15,15,10,30,24,5,5,28,5,10,15,10,5,15,10,30,17,1,19,6,10,25,3,14,10,5,10,30,10,17,5,5,12,3,25,5,30,5,20,10,5,20,4,1,4,5,5,15,1,30,30,20,5,4,12,6,10,30,25,5,30,25,10,10,19,15,5,25,5,1,5,33,30,3,20,3,30,10,4,14,14,3,3,6,30,5,8,5,26,5,15,25,5,5,21,25,2,5,5,3,5,2,10,3,15,8,5,32,11,3,20,1,30,10,12,20,7,2,14,10,2,20,4,13,10,15,15,5,15,10,5,10,5,5,5,1,15,30,1,27,10,5,8,3,10,15,4,10,15,5,15,3,12,5,2,8,30,2,10,10,15,27,5,5,16,1,15,14,10,5,15,10,3,5,5,1,5,3,28,10,25,5,10,10,5,30,10,10,5,5,10,5,10,30,6,15,5,5,5,20,30,3,5,5,5,5,5,5,10,5,9,10,13,20,5,5,2,5,20,1,5,30,5,3,4,8,5,5,15,10,10,1,15,15,30,11,10,11,5,7,10,10,25,10,6,3,6,15,5,15,20,5,15,20,20,10,2,2,30,5,13,5,5,5,7,15,5,5,5,20,14,30,1,5,5,4,5,8,15,7,5,10,3,10,5,9,1,10,3,4,10,5,3,5,1,10,5,1,20,6,5,10,10,5,6,10,10,5,5,5,5,10,5,10,30,12,1,3,10,30,10,10,10,2,5,5,15,5,30,5,10,10,14,5,5,5,4,10,3,15,25,2,1,9,5,15,10,10,25,5,21,12,5,2,5,7,10,25,30,30,15,5,5,5,5,5,10,2,5,15,20,5,5,1,5,25,20,5,2,15,10,5,3,10,15,15,15,26,10,34,10,5,5,22,5,10,5,15,2,4,17,15,2,2,4,1,5,20,5,4,5,9,15,5,5,1,10,30,10,20,20,13,10,25,15,15,10,10,5,30,30,10,5,5,15,6,10,21,5,8,10,15,15,20,3,11,15,3,10,10,4,5,1,5,20,5,5,30,30,8,30,2,15,16,30,5,30,5,10,1,1,14,5,7,5,20,20,10,10,7,30,8,4,4,10,5,10,4,3,1,2,30,5,5,2,5,5,5,16,1,2,5,20,5,5,5,10,5,10,17,5,10,30,5,3,3,5,15,2,12,5,13,5,5,21,30,5,5,10,15,5,5,21,5,14,10,10,5,30,10,20,15,30,2,10,5,1,10,15,10,8,30,5,5,30,20,10,20,5,3,3,20,5,5,5,5,1,10,3,5,1,5,5,10,10,5,5,2,30,30,20,5,5,20,2,19,33,15,15,5,26,5,15,10,10,13,2,9,2,5,10,7,10,5,30,2,5,15,5,5,5,27,20,5,9,3,5,4,5,3,1,10,2,1,10,10,2,30,26,5,5,5,20,30,32,30,15,1,11,25,5,15,15,1,5,2,30,5,10,5,5,10,5,5,30,1,2,5,30,1,1,20,5,10,20,18,1,2,10,10,6,5,10,23,5,4,2,30,30,30,25,18,3,2,10,7,20,5,20,20,15,5,30,5,2,1,5,2,5,3,10,5,5,3,5,10,20,23,5,5,8,30,20,5,5,30,10,10,23,13,30,11,30,5,5,8,5,4,10,2,5,15,3,31,10,20,20,20,5,10,5,10,5,1,15,5,25,5,5,26,15,20,30,4,9,18,15,21,25,2,20,25,5,10,2,5,5,5,10,5,10,30,5,5,10,4,13,5,5,10,4,24,20,28,5,5,8,20,3,1,10,3,15,10,2,15,10,10,2,5,10,15,30,5,5,5,5,15,15,5,4,10,5,5,17,5,4,5,10,25,10,9,5,20,1,5,30,30,20,5,5,10,10,10,8,5,10,2,20,30,8,10,10,5,7,10,5,1,5,10,20,3,2,2,5,10,5,20,5,5,3,2,5,10,19,7,5,3,7,5,5,5,1,5,5,10,19,1,2,5,15,2,15,5,5,5,10,5,15,2,15,5,5,5,1,5,5,10,10,5,6,7,5,15,1,3,3,3,5,5,3,5,15,15,5,15,5,5,5,11,30,5,4,10,5,15,5,1,10,10,5,10,3,10,8,10,15,15,16,10,30,5,9,8,25,13,2,30,25,10,15,5,15,10,6,2,20,1,9,13,10,21,15,3,10,15,5,3,20,10,30,6,1,10,16,7,5,5,2,5,10,10,1,1,8,5,15,30,5,16,1,1,30,8,10,10,10,5,15,20,5,2,2,7,10,15,4,2,1,25,5,10,9,15,5,1,5,11,30,26,1,10,15,3,5,5,2,15,10,6,33,10,3,4,15,15,5,5,4,7,20,16,5,5,5,5,10,5,1,2,3,5,2,7,15,5,20,5,5,5,10,15,5,1,5,10,10,5,15,30,6,10,11,20,1,10,15,5,2,5,15,9,10,19,7,3,2,20,10,6,1,15,10,10,10,7,5,2,14,5,10,5,13,10,1,10,5,30,1,5,5,8,6,5,5,10,5,5,1,10,5,6,2,4,9,5,9,16,13,3,6,15,6,6,10,2,11,10,2,2,30,3,5,10,13,1,20,15,2,2,4,8,5,4,14,15,30,9,18,5,5,4,15,5,15,10,2,10,2,20,1,5,2,3,5,23,25,5,5,20,3,10,5,12,1,5,15,1,8,3,6,5,15,15,23,3,20,10,5,9,20,15,10,5,2,5,10,3,10,5,4,5,23,4,5,10,2,22,5,8,8,20,3,5,3,1,7,8,5,10,21,16,10,5,5,16,5,5,5,10,10,20,10,5,25,3,4,2,5,15,20,10,5,5,5,5,2,30,1,10,5,30,1,4,1,15,10,2,15,5,5,6,5,1,2,5,30,10,1,5,2,4,1,5,5,10,6,4,10,10,17,10,5,20,5,10,30,6,18,1,29,20,15,2,15,5,10,20,8,20,7,25,2,7,5,9,10,15,5,1,11,6,6,10,10,5,5,30,10,5,10,25,7,15,7,5,7,10,7,5,30,5,1,14,10,13,30,5,16,10,30,5,30,15,5,5,5,10,5,5,1,23,20,13,30,10,25,2,10,5,10,5,21,25,5,25,12,21,15,10,17,15,10,25,5,30,25,17,5,30,34,20,25,21,20,14,7,20,23,20,5,4,15,20,2,6,30,4,5,5,8,5,5,5,18,15,22,15,28,30,7,5,10,9,5,5,10,1,20,5,10,5,10,5,29,2,5,30,22,10,17,10,15,15,25,3,5,5,5,10,5,15,15,10,10,10,5,15,15,1,15,2,10,4,5,20,5,5,15,14,4,10,5,5,10,20,2,6,33,2,10,10,20,13,5,26,5,3,24,15,1,5,10,25,5,30,4,10,25,1,15,30,5,15,15,10,7,5,10,10,3,10,10,4,1,5,5,5,10,5,10,3,15,2,5,8,8,10,5,27,15,20,5,20,10,25,10,5,5,10,1,5,5,3,1,15,5,10,1,3,8,5,13,30,9,3,15,10,1,20,1,5,20,15,15,20,2,5,15,1,5,10,15,10,10,1,10,15,5,20,5,5,5,29,5,5,4,5,5,5,15,20,1,15,5,10,10,30,1,15,6,5,28,3,20,5,5,17,2,5,31,5,7,5,15,15,5,2,10,20,30,12,10,5,3,5,5,5,2,20,10,10,10,5,15,20,10,5,5,5,7,10,15,5,10,5,30,30,20,2,15,2,5,11,5,15,1,5,5,15,10,30,5,5,5,5,30,5,3,30,17,3,10,5,5,8,5,15,5,5,1,5,30,30,10,7,15,5,5,30,19,30,5,25,5,25,2,1,15,5,5,5,14,10,20,10,5,10,1,30,10,10,15,10,10,5,10,5,9,15,15,2,10,1,10,17,11,2,10,30,3,10,10,3,5,5,15,5,23,3,1,5,5,15,10,5,5,30,10,20,5,10,10,7,5,10,11,5,1,5,30,5,10,30,10,30,1,10,4,21,30,5,30,5,15,5,10,10,6,10,30,5,5,2,2,14,3,30,5,10,5,5,5,10,5,5,3,5,5,2,31,10,5,5,5,10,22,5,5,2,5,5,5,5,15,30,5,10,5,22,2,5,16,30,15,4,20,1,7,10,5,5,20,15,13,5,5,20,26,10,10,20,5,15,12,5,22,15,5,15,5,15,4,20,10,5,15,30,1,10,30,10,10,5,20,5,10,30,2,15,3,5,1,23,11,5,5,20,7,7,14,16,1,11,10,1,16,13,10,10,10,16,10,5,10,1,5,5,10,9,4,10,10,5,10,5,5,6,3,5,10,30,10,4,10,3,10,7,5,15,9,8,4,26,3,10,16,5,10,15,2,11,4,5,5,22,4,5,5,5,5,10,5,10,5,9,10,10,5,1,3,19,9,25,5,8,30,30,20,20,6,20,2,3,5,10,10,21,14,10,30,14,20,10,10,15,10,10,2,8,3,15,4,15,10,10,5,6,16,21,10,9,15,5,9,15,5,5,30,6,25,5,8,5,5,3,15,3,10,18,5,3,23,21,5,30,5,30,7,15,30,10,10,10,30,10,2,9,3,8,5,18,20,3,30,10,15,10,10,8,6,8,30,5,30,10,10,5,15,10,2,20,10,4,15,1,5,9,11,20,10,20,30,10,30,20,4,4,5,3,2,20,5,15,15,20,20,6,6,3,30,1,5,10,10,30,5,25,10,20,10,30,15,5,17,5,5,8,5,3,10,30,5,30,5,30,10,15,5,30,30,20,10,10,10,12,5,10,15,5,5,10,10,10,5,5,5,30,7,5,5,5,25,5,32,15,3,8,4,24,20,11,5,10,5,28,15,20,3,30,14,20,5,14,25,10,5,15,30,5,8,20,6,5,5,10,10,5,5,17,18,5,20,10,5,10,10,11,5,15,10,5,10,5,10,20,5,10,2,30,6,25,5,15,8,5,7,10,6,10,10,5,10,5,5,5,8,5,12,9,7,5,5,5,12,5,10,12,25,11,5,5,5,5,5,32,30,10,5,5,10,2,13,4,10,27,20,2,13,13,5,11,11,10,5,31,6,33,5,5,15,7,7,10,5,15,25,5,5,10,10,28,5,1,15,5,5,2,6,3,20,5,18,25,1,15,5,6,10,15,3,8,5,10,4,3,8,15,10,23,1,14,3,10,10,3,10,10,8,5,25,5,15,15,1,15,5,5,5,2,20,15,30,5,1,20,25,30,10,4,2,5,5,5,1,10,20,15,15,1,15,4,5,11,30,1,10,5,15,10,10,32,18,30,5,3,2,4,2,5,10,14,10,5,5,5,7,7,5,20,15,30,30,2,2,2,10,16,17,30,5,5,14,1,5,30,5,15,5,5,5,2,10,5,5,4,20,5,10,10,5,5,4,16,5,30,20,5,3,3,7,15,15,28,1,15,30,5,11,5,32,7,9,4,5,10,10,4,5,5,5,6,5,6,5,25,4,5,3,15,4,5,10,9,5,30,10,15,5,1,5,2,3,3,19,27,10,5,5,15,3,5,5,9,30,9,10,10,10,5,10,5,28,10,5,5,3,10,30,20,10,2,5,5,14,10,1,16,10,30,5,10,7,2,10,10,7,10,15,5,5,10,5,14,10,4,12,28,2,4,2,4,10,16,5,10,5,5,10,13,6,4,10,15,15,9,5,7,30,10,5,15,5,5,4,15,10,5,10,29,5,19,20,7,10,2,21,25,15,5,5,15,4,1,12,10,5,2,4,5,30,5,10,4,10,5,30,2,11,5,5,5,15,2,5,9,14,5,4,5,10,10,3,15,10,8,7,5,5,10,10,8,10,5,10,1,30,10,10,5,24,7,5,2,19,5,10,2,5,5,5,10,8,10,5,20,6,4,20,15,5,13,5,5,5,3,2,2,4,15,26,10,7,1,10,4,10,20,1,15,10,5,5,13,5,11,30,10,2,1,5,5,3,2,5,5,10,5,25,5,2,7,10,4,3,3,2,6,5,5,5,5,14,5,5,10,12,8,11,20,10,17,15,30,5,20,15,15,10,5,1,5,10,2,25,10,2,5,25,5,10,10,16,20,5,5,8,10,11,2,5,10,15,5,10,19,10,10,2,30,5,1,16,5,1,30,10,10,7,16,5,5,15,30,15,32,20,5,1,15,14,10,20,30,15,10,10,15,27,16,15,5,30,32,10,5,10,30,5,10,2,10,10,5,10,15,1,10,10,30,10,13,1,5,30,30,13,5,20,15,5,12,10,22,10,15,1,10,15,5,15,5,1,10,10,5,10,5,10,20,3,5,30,5,5,5,30,1,11,5,3,3,5,15,30,6,4,5,5,10,20,5,30,30,15,5,25,20,4,1,5,10,7,11,5,10,10,15,30,3,5,5,5,15,5,5,13,5,5,10,15,20,10,3,10,34,21,9,30,20,6,10,5,14,7,30,5,5,30,3,2,5,5,30,15,30,15,15,20,10,30,5,30,16,5,27,20,11,7,30,30,5,10,10,30,5,10,30,15,1,10,5,25,20,3,13,15,30,15,4,5,6,8,30,10,12,5,10,20,30,2,5,10,10,1,15,15,15,5,5,10,2,5,1,15,30,15,20,2,5,9,15,15,15,5,5,10,10,25,5,19,10,15,5,10,15,16,10,8,3,5,30,15,16,10,10,5,30,30,5,6,5,5,10,15,5,15,10,5,5,10,30,15,2,10,5,1,10,10,3,30,14,4,30,3,10,20,5,15,5,10,10,25,5,15,14,15,31,2,12,5,5,20,3,17,5,20,16,15,5,5,16,3,15,4,5,17,5,15,2,2,14,2,10,20,14,2,5,5,29,25,2,15,20,25,5,5,15,1,1,8,5,30,5,1,2,9,2,20,1,1,6,5,20,20,30,15,20,2,10,15,5,15,5,5,8,30,10,6,15,25,10,15,20,30,3,30,30,20,6,30,20,10,30,5,10,8,30,10,3,5,15,30,3,10,10,5,30,17,14,5,5,15,10,5,10,8,5,20,15,30,15,13,2,30,10,5,5,13,20,30,5,30,15,15,9,10,15,5,15,10,20,6,20,1,5,5,1,2,33,10,1,11,5,20,5,5,30,10,10,10,20,10,20,1,15,10,5,5,5,30,24,15,20,5,10,10,10,10,5,20,5,11,5,10,10,5,6,5,10,10,10,10,5,10,30,30,20,16,10,23,18,6,30,5,2,25,5,5,20,20,10,12,3,8,3,10,1,5,5,30,10,5,2,10,10,10,5,10,5,9,2,13,8,5,26,3,5,9,12,2,5,5,9,10,5,1,1,30,16,30,7,7,1,2,15,15,1,10,27,5,5,11,8,5,10,10,15,8,27,10,5,5,5,13,25,5,25,7,10,15,32,5,10,2,2,5,3,5,4,13,12,20,15,5,11,28,10,30,4,25,5,19,12,3,5,5,10,27,12,3,8,19,12,7,14,5,10],"type":"box","name":"felony","marker":{"color":"rgba(102,194,165,1)","line":{"color":"rgba(102,194,165,1)"}},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","frame":null},{"fillcolor":"rgba(252,141,98,0.5)","y":[5,5,2,5,30,2,2,10,15,5,6,32,20,6,15,10,5,5,7,5,10,15,9,10,30,10,20,30,10,9,10,25,27,5,15,5,6,28,6,20,10,10,5,10,5,10,5,1,10,15,15,5,5,3,3,10,5,21,14,25,15,6,5,3,11,4,1,10,9,3,21,5,30,10,9,13,1,12,5,15,10,9,10,6,7,29,17,2,15,10,10,30,10,5,10,8,9,5,5,5,10,5,22,10,15,3,5,15,5,5,10,10,3,8,11,10,5,9,2,27,2,2,6,9,5,15,2,13,10,1,10,5,18,7,9,10,5,2,5,5,13,15,10,7,15,12,1,20,7,10,5,10,25,5,2,10,5,20,5,30,13,6,7,1,21,2,6,10,5,9,7,5,5,5,13,15,9,18,17,4,6,30,6,7,10,14,5,3,4,15,5,10,5,5,17,10,30,15,7,5,10,10,5,4,5,7,15,10,5,10,10,2,6,16,10,10,10,8,3,20,11,28,12,27,28,5,10,10,5,20,3,20,5,5,7,7,5,10,5,5,29,26,5,5,8,10,10,10,9,4,15,5,7,10,4,4,15,20,6,11,5,12,5,8,20,5,5,20,11,16,5,8,14,10,3,2,5,10,5,20,12,5,10,5,10,5,10,15,7,10,7,5,7,5,10,23,2,9,13,6,6,15,3,8,5,5,10,5,4,5,5,10,9,4,3,2,10,17,7,15,10,5,3,8,20,10,20,9,1,10,7,5,10,10,20,10,5,24,7,5,18,12,26,15,10,5,6,10,4,10,8,10,20,10,10,20,5,10,30,10,3,19,10,3,10,3,10,4,5,18,5,23,15,10,5,8,7,5,5,34,5,10,20,5,13,15,10,7,30,12,10,12,3,17,10,30,13,14,13,16,4,6,3,3,3,9,2,10,8,30,16,15,7,15,6,5,5,7,11,5,10,15,10,13,10,6,5,2,8,6,10,10,14,7,20,15,1,5,10,5,10,21,2,7,24,30,4,10,5,12,8,8,2,5,5,4,5,20,7,2,12,9,17,7,5,5,30,20,4,5,5,10,10,2,9,1,2,5,9,10,9,20,30,7,5,1,1,25,5,5,5,5,5,10,10,5,21,30,6,4,10,5,15,9,8,15,15,15,20,5,10,10,6,19,2,12,5,10,33,10,10,10,15,5,7,5,7,4,5,29,15,5,30,1,5,5,10,30,11,5,5,2,10,27,10,3,5,5,7,8,4,10,6,5,20,18,29,10,10,7,5,3,18,13,8,6,30,9,10,6,5,15,5,24,10,11,5,5,27,12,10,5,4,16,3,7,9,12,3,20,2,10,10,13,5,10,10,7,7,10,13,5,25,5,15,15,10,10,5,7,5,20,7,4,5,30,5,20,10,7,10,7,10,10,10,2,17,6,2,9,20,3,6,8,5,10,11,15,6,5,3,10,10,10,10,20,16,10,23,25,5,10,10,2,10,5,10,11,12,5,5,19,10,14,1,15,5,10,20,7,12,1,8,1,5,15,5,2,15,17,10,5,13,1,10,7,20,5,5,5,10,8,5,2,10,30,4,13,13,6,11,15,9,5,8,21,20,10,20,15,15,5,12,5,5,5,9,7,6,6,11,2,10,4,6,22,8,25,10,10,5,7,7,9,5,6,20,25,17,5,2,10,23,10,5,3,9,1,10,10,30,10,3,5,10,30,10,5,2,11,10,10,15,20,4,25,5,16,4,10,30,15,15,5,3,14,7,5,20,10,5,4,20,4,15,10,2,5,27,10,4,3,4,10,10,3,6,6,5,6,10,14,2,5,15,5,7,15,5,2,3,5,10,5,15,2,5,5,5,15,34,3,28,5,4,2,5,5,10,30,5,23,9,15,9,10,20,9,10,12,5,1,27,5,15,11,10,30,10,5,10,29,30,10,5,2,10,9,5,5,5,5,10,4,5,10,2,10,5,10,10,20,3,5,10,15,19,15,5,2,5,8,30,5,2,4,29,6,5,15,5,5,1,25,5,3,5,11,10,11,5,12,9,1,15,5,10,11,17,5,6,10,29,5,20,10,10,20,10,4,10,2,10,5,18,15,10,10,3,8,6,7,5,3,5,10,5,5,3,11,15,8,20,5,5,5,5,5,5,5,5,8,21,5,30,10,3,4,8,6,5,5,10,3,25,5,15,22,5,5,5,5,1,10,3,5,9,10,12,15,9,5,15,5,10,20,19,5,6,14,10,5,15,5,20,5,15,13,4,5,3,5,15,5,11,5,10,5,15,10,4,7,10,7,20,8,14,10,10,2,15,14,30,10,30,9,20,1,6,6,5,15,2,30,5,3,10,2,34,10,5,8,5,10,10,12,5,30,10,10,10,5,10,10,15,5,10,30,10,30,2,10,5,10,6,30,10,20,5,10,8,15,5,10,13,15,7,10,10,1,10,3,10,20,2,8,5,10,3,8,10,20,10,10,10,10,6,5,2,7,4,30,8,2,2,3,2,30,15,5,1,3,3,10,4,5,20,5,3,3,20,8,5,6,15,15,20,5,1,30,20,5,30,15,1,5,15,3,5,14,6,30,5,10,5,14,5,26,10,30,2,10,30,15,5,30,7,20,10,5,8,2,10,12,7,5,20,33,5,22,5,25,5,5,5,15,5,8,5,15,2,5,21,10,15,5,2,14,5,20,5,5,15,9,5,1,5,10,15,4,5,9,5,5,8,3,6,9,6,10,5,15,22,5,6,10,23,5,20,10,17,10,3,1,23,10,6,10,5,2,8,16,5,5,5,6,10,6,9,1,4,5,10,30,23,8,6,5,12,4,12,20,5,8,6,5,5,10,5,30,15,10,5,5,14,5,10,21,8,7,14,2,10,5,7,4,20,15,10,2,2,10,3,10,9,20,5,5,5,25,28,10,20,11,5,5,5,6,5,5,10,5,3,15,2,14,5,6,12,20,20,10,19,10,8,5,4,15,5,18,5,1,15,5,10,5,8,6,10,5,5,12,10,2,10,30,15,5,10,15,6,10,30,2,5,8,5,5,1,30,5,15,10,30,25,2,8,5,10,3,5,5,2,20,10,26,10,2,5,10,5,24,13,26,10,3,3,5,5,1,2,1,15,10,17,5,10,10,10,1,15,10,5,10,5,4,10,1,20,5,10,10,5,30,5,5,15,14,2,10,10,5,5,5,5,5,15,10,15,5,15,5,10,3,10,26,5,10,11,5,5,5,15,28,5,8,15,10,24,4,5,4,5,30,3,10,5,5,6,5,5,5,30,6,5,32,15,5,10,3,5,10,4,5,10,5,15,30,10,7,10,20,4,10,4,10,4,30,2,15,10,15,2,4,11,3,2,5,5,12,10,3,5,15,3,18,10,30,5,5,5,5,15,15,7,11,15,10,30,5,5,7,5,22,12,3,5,10,10,5,30,7,25,5,6,5,15,5,10,15,10,7,6,5,3,8,5,19,12,2,15,5,5,5,5,15,30,5,3,16,5,10,14,10,5,3,5,7,15,10,2,20,5,3,19,25,1,3,15,4,30,3,10,10,7,10,15,16,10,6,10,5,5,9,12,5,30,5,2,15,10,15,10,10,1,5,12,6,10,15,3,5,5,1,10,11,6,15,7,11,24,10,14,13,10,6,5,20,19,2,4,23,5,2,10,5,30,5,3,10,2,3,5,6,15,5,7,5,10,13,24,30,10,7,5,5,5,5,1,10,10,18,2,10,10,7,10,8,7,5,13,4,12,15,5,15,10,16,10,4,9,8,10,10,5,11,30,10,5,17,5,8,14,5,10,5,5,15,7,5,5,15,15,15,7,10,11,20,5,1,14,5,20,30,5,1,30,5,30,5,15,5,10,7,20,5,17,10,10,25,10,6,10,10,5,15,5,7,30,32,10,4,15,5,5,5,4,10,4,1,6,15,10,8,25,7,7,7,10,9,24,10,15,16,15,10,5,1,10,5,11,5,10,5,10,15,10,5,5,5,10,25,6,10,8,5,10,10,2,30,10,5,8,15,7,23,15,5,10,20,25,15,15,5,5,15,5,15,3,14,10,20,5,7,5,10,10,8,7,6,10,8,15,30,10,17,9,8,20,30,10,10,7,4,1,10,24,9,25,7,5,5,10,10,10,5,2,6,30,3,30,15,9,12,5,11,10,5,5,18,5,15,2,19,10,5,10,4,11,32,3,10,10,22,10,10,4,5,5,5,5,10,12,5,5,6,6,3,10,2,9,15,15,5,5,25,5,10,15,20,10,5,10,5,7,5,5,10,5,16,15,14,8,5,8,5,5,10,10,4,4,10,5,10,5,2,5,5,15,5,5,5,5,2,3,5,25,1,10,5,5,5,18,5,17,22,5,15,32,14,20,6,5,8,10,8,20,10,10,10,10,11,15,5,15,12,5,15,6,10,5,15,3,4,5,8,15,3,2,10,8,10,4,5,2,7,26,5,15,15,16,5,5,4,10,30,5,15,14,10,5,16,16,4,10,2,10,5,5,5,2,5,32,25,10,10,23,5,10,5,2,2,25,20,10,5,5,10,5,10,15,4,10,20,7,18,2,10,10,5,20,7,10,5,5,8,14,5,5,5,25,5,4,12,15,20,5,5,10,5,5,5,7,7,5,15,30,3,2,1,5,20,10,5,3,5,5,15,1,10,5,30,10,4,15,10,30,6,5,4,3,30,5,5,20,10,5,5,5,9,30,5,15,2,10,10,10,5,5,10,5,15,5,4,24,15,4,7,3,2,20,3,2,34,15,6,30,5,5,30,1,2,8,5,4,5,5,5,3,10,13,5,5,5,20,5,7,5,7,5,5,3,5,1,10,10,5,4,10,2,26,6,5,10,20,30,30,14,5,5,10,2,5,1,4,10,5,5,10,20,25,3,10,7,10,10,4,4,7,10,5,8,3,5,1,3,10,6,5,10,5,20,20,5,10,5,25,5,20,19,15,5,5,5,5,30,5,24,5,10,30,10,8,15,10,7,10,4,10,10,15,10,26,9,10,1,5,30,5,10,5,5,8,10,9,16,11,6,5,15,27,1,30,5,5,3,14,2,5,33,9,10,5,5,1,1,10,5,3,7,10,34,3,5,5,24,5,5,5,5,5,2,5,10,5,9,8,5,1,5,6,10,10,5,10,5,25,10,5,10,10,4,10,5,2,29,30,20,10,5,7,20,5,10,30,5,10,10,10,13,5,5,15,10,5,1,5,2,15,18,24,32,34,5,10,5,5,5,5,16,5,4,1,3,10,5,5,8,22,5,10,4,20,5,2,10,10,15,5,11,10,15,7,5,5,5,5,10,4,22,6,5,5,7,1,10,10,5,20,30,5,12,4,15,5,2,5,6,10,5,4,5,10,2,10,3,3,5,5,5,5,5,22,5,1,3,2,12,1,5,10,11,4,4,5,5,7,7,6,5,5,10,25,5,30,5,3,10,5,10,15,5,5,5,1,5,10,5,10,15,5,5,30,5,2,10,14,25,10,19,15,30,30,3,10,6,2,5,5,10,3,5,25,5,10,10,15,5,5,5,14,8,10,5,1,33,20,10,2,1,1,5,10,33,9,10,30,16,5,15,5,3,6,4,5,28,2,25,12,5,5,7,1,10,2,10,2,20,4,10,10,3,22,10,8,10,7,30,4,15,4,10,16,2,15,13,10,8,7,5,10,5,5,7,10,4,5,10,3,15,5,20,10,10,5,5,5,10,5,7,5,10,10,10,2,10,11,5,10,5,10,2,12,25,2,5,10,5,5,5,5,5,11,5,15,5,5,4,10,2,20,5,2,15,5,2,5,33,6,23,7,21,5,5,10,5,7,5,5,1,5,5,5,3,5,2,15,5,5,1,22,10,5,5,2,19,2,10,3,3,10,5,5,5,5,3,10,7,5,2,5,12,5,6,5,5,5,12,4,20,1,5,1,5,5,2,10,7,10,5,20,4,8,10,10,15,8,10,10,2,10,15,5,2,15,3,8,5,5,20,15,14,5,10,5,5,8,12,7,5,5,5,5,5,5,10,10,7,10,27,10,15,5,10,13,27,6,32,1,1,20,6,7,1,5,10,10,10,10,5,10,5,5,15,10,10,15,8,20,7,10,2,8,25,10,12,20,1,15,11,2,10,5,4,5,8,10,3,10,20,10,20,2,28,5,5,5,2,5,2,5,8,13,2,10,5,5,2,2,10,5,6,5,10,2,6,10,10,9,8,8,10,10,19,1,5,21,4,15,11,5,5,12,3,5,10,5,5,4,5,5,5,10,5,7,3,5,1,5,4,9,15,5,15,20,3,5,1,10,30,5,13,13,10,2,4,10,6,25,16,10,5,5,10,3,10,7,5,5,5,10,10,25,5,15,10,10,20,10,20,10,11,14,4,20,10,10,4,10,30,5,30,5,10,8,15,5,7,9,10,10,5,19,10,19,5,14,5,11,20,5,2,26,5,5,5,10,5,5,15,10,5,4,5,10,9,26,2,20,20,10,30,8,10,1,15,2,22,5,6,10,6,6,5,30,3,10,5,15,1,1,2,5,10,5,15,6,5,30,11,4,12,15,5,7,15,5,15,10,2,5,5,5,11,4,5,6,10,2,20,2,5,5,4,5,15,2,1,20,34,5,10,5,2,10,2,5,5,5,5,30,5,5,10,5,4,15,7,5,4,10,20,10,15,15,13,4,5,4,6,10,10,1,5,20,5,10,5,5,2,15,20,30,10,10,5,5,31,3,5,5,5,10,10,15,5,1,17,10,10,5,5,5,2,10,7,10,7,3,8,5,5,15,3,15,11,3,5,8,5,9,29,5,10,5,25,10,10,5,27,8,3,5,5,5,5,10,27,10,2,15,27,5,5,7,15,10,4,30,3,17,5,3,10,2,10,20,5,5,10,5,3,15,10,3,5,5,25,5,7,4,5,15,14,5,5,5,10,15,5,10,6,10,2,5,5,1,10,1,3,12,32,7,10,10,10,16,3,10,9,7,5,4,25,5,5,13,4,4,9,10,10,10,15,12,10,11,14,11,25,2,10,5,19,8,15,8,5,10,10,5,5,5,5,10,5,5,20,1,10,4,3,5,20,5,15,5,9,5,15,5,10,4,9,7,13,8,22,5,17,5,5,5,8,10,5,5,27,9,5,5,5,7,10,5,6,7,5,2,10,8,15,5,10,15,5,3,10,5,32,10,10,5,10,3,6,5,15,10,22,5,6,1,5,6,15,7,4,14,10,5,2,5,11,5,16,5,8,6,10,5,10,10,15,15,10,15,4,4,12,8,4,5,5,5,2,5,30,4,12,5,10,10,5,5,5,5,5,5,15,18,10,10,6,5,1,5,5,10,5,5,6,8,7,10,5,4,5,10,14,6,5,2,10,2,1,5,5,20,1,5,5,1,10,15,3,3,10,15,3,25,10,10,30,4,2,13,2,10,10,20,5,5,20,5,2,6,27,7,2,5,12,5,1,5,4,10,2,10,5,10,3,25,5,23,4,14,5,10,5,15,6,5,8,15,5,20,10,4,10,10,3,5,10,5,20,5,6,15,7,10,1,10,4,10,15,5,2,34,5,2,6,5,5,7,2,5,7,3,30,5,11,32,20,15,5,4,10,1,5,10,15,10,26,7,10,10,10,5,10,5,5,8,10,10,15,10,2,2,25,5,2,12,10,5,2,3,2,19,6,5,3,5,15,1,1,5,8,5,1,10,15,15,10,15,11,10,5,2,5,30,20,10,2,1,30,2,5,5,10,5,10,5,30,9,10,5,15,5,15,10,10,10,15,30,10,10,3,5,25,30,5,5,10,30,7,10,5,5,20,20,25,10,3,6,5,10,6,5,20,5,9,1,10,3,15,10,25,10,12,4,15,5,12,5,25,15,6,10,10,5,14,10,30,5,10,5,10,1,30,26,17,21,15,17,12,10,7,15,2,10,4,3,1,5,15,10,7,10,26,5,4,20,15,30,5,10,5,15,1,30,1,5,15,10,3,3,8,10,9,5,10,10,8,12,1,15,15,7,5,15,15,20,5,20,5,25,10,5,5,5,10,10,10,10,30,10,5,10,20,30,12,13,5,16,10,15,15,1,10,10,6,10,10,10,15,10,10,10,15,8,5,14,10,5,20,10,25,20,30,12,5,2,5,10,3,30,5,5,5,1,20,10,4,20,2,3,5,17,20,10,10,10,5,6,2,5,30,4,10,18,20,4,10,10,8,29,9,3,5,15,3,3,7,3,12,30,5,5,10,6,20,4,22,5,16,15,22,7,8,1,10,3,10,30,10,15,10,9,15,8,5,3,8,15,15,10,15,5,4,10,5,10,5,10,21,1,10,21,3,2,15,27,5,8,2,5,9,30,5,30,10,5,5,5,25,15,18,19,10,15,14,10,5,5,15,14,3,2,4,8,5,5,7,1,30,10,5,15,5,5,30,5,10,10,19,12,22,7,10,10,2,30,4,10,2,12,6,10,5,10,5,7,5,5,1,30,10,5,5,21,5,15,10,5,3,14,3,10,4,15,5,1,10,5,8,10,15,23,10,20,6,15,5,10,5,23,5,5,5,12,20,10,11,10,2,10,7,4,4,15,10,17,7,15,10,10,5,5,3,15,29,12,25,10,8,5,10,10,32,19,7,4,2,5,10,5,3,5,30,7,5,5,8,15,17,10,12,7,5,10,3,3,15,19,10,5,10,23,3,20,10,1,17,5,20,12,14,10,10,5,8,10,5,1,10,11,5,15,3,2,25,11,5,10,20,1,30,7,10,17,23,22,5,15,5,30,10,30,10,20,10,30,25,15,15,7,10,5,17,8,30,6,10,10,2,6,5,30,7,5,1,9,3,10,7,6,2,10,10,8,3,10,15,25,3,21,5,10,25,5,12,3,10,13,4,15,27,5,5,15,2,4,18,25,10,30,5,16,5,5,10,5,2,10,2,12,21,15,30,31,10,1,1,9,2,5,4,11,30,15,25,20,3,17,10,26,13,10,1,10,10,2,10,15,7,7,1,10,15,8,15,10,30,5,5,2,7,5,15,10,10,7,10,6,10,15,1,10,15,9,25,1,15,20,20,5,7,5,15,30,1,5,7,5,1,2,30,23,7,9,20,10,1,10,15,11,5,10,10,16,5,5,10,5,20,8,5,5,4,5,2,5,7,2,5,2,10,5,10,10,3,30,29,10,30,10,13,5,15,5,8,10,24,15,15,5,7,10,5,5,15,2,10,8,10,25,5,10,12,5,10,5,1,5,15,10,1,17,15,5,10,5,30,3,5,10,25,10,30,10,12,21,3,5,3,16,2,24,5,10,9,10,3,2,20,10,30,10,20,3,4,5,10,19,5,5,5,10,5,10,30,7,6,15,10,15,5,5,1,5,20,5,5,5,15,3,7,10,15,5,2,5,5,9,20,23,10,5,8,5,1,20,8,10,10,5,5,10,16,4,5,5,25,5,10,5,5,5,5,5,1,20,18,5,11,19,2,10,11,15,15,15,30,3,5,6,11,10,3,15,2,29,5,5,5,17,30,12,5,7,15,5,11,14,5,15,15,26,19,5,2,5,5,20,5,15,10,20,8,14,5,11,5,5,4,10,13,5,30,15,5,5,2,8,5,3,7,15,5,10,5,15,15,15,10,10,23,12,19,10,1,10,20,4,15,5,20,10,5,15,10,5,10,7,15,1,1,10,5,10,19,30,20,7,30,8,5,5,9,30,20,10,5,30,6,5,15,6,5,5,5,12,15,5,30,10,5,5,10,31,1,6,5,12,8,15,2,8,5,4,5,10,3,2,30,10,10,5,10,4,15,7,8,15,14,30,5,5,25,10,5,10,2,8,25,5,25,15,10,10,3,5,21,20,11,5,30,10,8,15,5,8,5,3,1,4,5,20,5,10,15,15,30,7,5,5,12,10,5,10,5,7,5,15,5,25,15,10,2,5,4,5,5,6,5,7,5,15,2,1,5,30,5,9,5,9,10,14,10,15,7,30,20,17,15,5,5,6,3,30,15,10,4,21,10,10,5,12,5,5,25,5,5,5,7,30,6,2,3,22,30,5,5,3,4,26,20,10,10,5,3,2,4,10,3,2,10,15,10,25,11,19,15,5,11,10,13,15,5,9,4,20,2,5,10,9,15,5,5,10,30,7,15,18,15,1,19,9,10,5,9,10,9,1,15,13,10,5,4,30,25,30,15,5,10,5,5,10,6,5,8,10,5,6,10,5,6,25,3,15,10,4,10,5,15,5,5,5,20,20,10,7,7,2,7,5,15,5,10,5,14,6,5,5,3,15,5,30,10,20,10,3,10,5,2,15,10,15,15,5,5,5,5,30,5,15,1,5,5,15,15,2,4,14,19,15,5,15,5,30,1,5,2,5,5,2,15,10,19,5,5,10,5,10,10,6,6,5,8,3,5,10,10,4,4,30,25,10,5,8,32,5,9,7,19,13,5,5,5,15,5,6,7,20,2,10,7,7,20,5,15,30,5,30,5,15,10,20,7,19,6,30,5,5,10,30,2,15,5,2,15,10,9,13,5,15,15,10,10,1,2,2,2,15,29,10,2,10,30,5,5,5,2,5,5,10,16,7,10,5,15,15,5,30,21,8,7,30,10,5,5,7,4,22,5,15,9,5,30,18,10,20,7,13,5,2,4,30,22,20,5,5,2,10,5,4,12,11,10,4,10,10,1,10,10,30,13,10,3,5,5,6,6,25,10,15,5,3,5,30,20,20,10,27,20,4,10,10,22,5,6,17,10,5,20,5,10,1,5,13,20,2,12,5,2,10,20,2,25,10,25,2,10,5,30,5,12,30,1,5,1,15,15,5,5,15,10,5,10,5,5,10,10,4,20,10,12,1,14,15,10,25,4,5,10,8,9,6,5,2,15,18,10,27,12,5,3,6,3,2,5,5,5,5,3,3,10,10,30,18,23,6,20,2,5,7,2,5,2,3,25,15,10,8,10,30,10,8,10,13,5,15,10,10,3,10,3,20,10,15,4,7,15,10,15,3,15,3,5,1,16,5,13,17,5,10,5,1,10,14,10,15,5,6,15,13,7,15,15,15,5,12,5,8,30,20,32,3,30,5,17,1,10,30,26,14,3,16,6,15,30,10,4,10,10,11,5,5,4,10,23,10,18,10,5,5,15,3,10,12,10,30,15,5,30,5,15,8,6,10,4,5,5,5,10,10,10,30,30,15,30,5,3,30,5,3,7,5,1,7,5,5,10,15,4,30,5,5,4,5,3,13,8,10,5,30,2,3,10,5,20,5,1,5,15,30,5,5,5,3,20,13,5,10,15,25,1,13,10,10,7,6,5,7,27,10,25,5,2,10,15,8,20,11,15,1,10,2,6,15,1,5,7,5,22,30,10,30,7,5,2,10,7,10,20,5,1,10,5,3,7,13,9,2,13,7,5,8,9,5,15,15,8,5,5,5,5,10,5,5,7,2,10,1,3,5,5,10,1,13,13,2,2,5,18,5,10,9,8,10,5,1,4,25,5,5,30,20,5,18,5,1,6,30,10,9,10,21,11,7,18,5,5,14,8,5,8,10,5,5,5,5,12,3,2,10,5,5,3,5,30,13,5,5,23,5,30,4,5,15,6,15,4,5,16,10,5,5,5,5,2,5,5,5,1,5,10,30,2,20,5,10,20,6,5,5,5,8,5,6,12,3,20,10,5,12,5,15,15,6,10,20,5,2,8,15,2,5,11,5,30,15,12,2,7,5,7,5,30,10,5,5,7,2,16,5,12,4,11,2,2,5,25,30,1,30,4,4,4,9,13,5,5,29,2,10,1,10,5,5,10,13,10,5,7,5,5,30,1,5,5,9,5,15,15,15,2,20,5,3,10,5,3,10,2,7,2,5,10,1,5,6,5,15,10,5,5,6,10,5,5,10,14,22,8,5,3,4,3,11,20,15,6,9,8,5,5,4,17,5,6,8,3,4,3,30,4,3,20,10,5,7,2,10,10,8,16,5,5,14,1,30,2,5,5,7,10,15,24,5,10,3,10,10,15,9,30,30,5,15,5,12,20,7,8,4,10,15,5,4,3,10,15,2,5,7,7,10,5,3,5,6,7,10,10,11,5,30,10,5,30,26,7,5,5,4,17,5,10,5,5,10,10,22,7,5,5,15,5,5,30,4,30,2,17,5,10,20,14,10,14,6,7,9,5,4,10,5,15,15,20,4,5,8,5,10,15,7,10,10,20,2,5,1,10,12,7,5,10,5,7,1,30,5,5,10,7,15,8,5,5,5,2,11,30,5,5,3,5,15,5,8,15,10,5,15,10,20,30,1,10,5,33,5,6,15,30,15,5,15,6,8,7,5,5,10,30,22,13,2,20,21,1,4,5,1,5,15,8,7,5,10,10,10,10,5,10,5,10,10,14,5,25,15,10,6,6,5,30,5,10,10,30,3,25,5,3,10,3,2,5,5,8,10,30,10,27,10,1,10,20,10,14,10,10,3,15,5,5,7,10,20,30,5,10,5,5,10,10,2,5,1,10,15,11,10,1,10,2,12,5,10,20,30,20,6,10,5,3,10,1,25,2,7,5,5,10,10,30,6,7,10,1,5,20,30,13,5,6,3,34,5,4,10,30,5,6,15,30,3,5,7,10,10,20,30,7,10,5,5,10,15,20,2,5,15,10,5,5,3,15,15,10,6,3,5,10,3,5,5,18,10,5,10,5,15,20,8,14,5,7,5,23,5,6,10,1,5,7,5,5,10,30,18,2,5,13,10,6,15,10,30,6,30,1,20,20,4,11,4,5,5,5,5,8,5,2,10,5,10,2,10,2,5,20,26,5,10,10,2,6,5,1,10,4,10,8,23,5,7,9,13,10,5,1,5,5,5,10,10,8,5,15,25,6,10,10,10,5,5,4,10,2,10,10,20,5,5,10,2,5,3,15,10,15,5,10,5,5,6,30,10,8,5,1,7,5,8,1,15,26,5,8,5,15,15,13,10,10,11,10,25,10,19,20,10,10,1,10,5,10,10,30,5,32,8,11,8,15,15,15,15,10,10,2,12,5,7,10,10,5,15,15,15,1,5,20,5,25,10,5,2,5,8,30,10,5,10,30,5,15,5,6,5,30,10,10,8,15,4,10,1,25,1,5,6,6,15,15,15,1,5,10,2,15,10,5,5,5,3,1,2,3,15,10,30,10,8,15,30,5,25,26,5,10,5,16,5,14,17,34,10,15,5,20,10,2,3,10,20,2,5,15,10,10,8,5,15,10,10,2,10,15,5,30,10,10,5,10,3,10,19,10,13,14,30,11,5,7,10,7,1,9,3,5,5,32,4,3,6,8,15,10,10,5,15,10,5,15,5,5,5,1,3,3,27,4,5,30,10,17,28,2,5,25,7,6,15,10,30,2,11,2,10,10,2,5,9,5,15,10,10,7,5,10,1,20,15,15,10,10,5,5,10,10,3,10,5,10,5,15,7,7,5,10,10,5,5,5,7,10,10,5,8,10,8,10,11,7,5,8,5,8,10,5,30,5,15,5,2,1,10,5,10,10,20,5,10,20,13,5,22,5,10,2,10,10,15,5,1,10,10,20,5,10,30,8,5,10,26,7,6,2,15,5,15,5,10,5,5,20,5,5,20,3,5,10,20,8,16,8,31,18,10,2,10,3,15,15,5,10,2,2,30,5,10,5,5,7,10,10,10,10,16,5,10,1,10,7,16,20,5,10,6,10,10,9,6,32,20,2,8,5,10,5,5,19,20,8,10,5,6,5,5,20,5,8,10,10,15,10,3,10,5,10,5,3,13,5,5,10,5,5,30,20,12,5,5,4,5,10,1,19,11,30,3,10,10,5,8,5,10,10,10,5,12,25,3,15,26,20,10,2,10,10,5,15,5,2,6,20,4,20,30,7,10,10,5,7,30,16,5,15,5,5,10,5,2,30,13,10,1,10,8,5,5,1,5,8,5,10,18,10,20,2,5,5,10,10,15,8,10,8,10,10,15,15,5,5,10,5,15,13,1,30,20,10,13,3,1,5,15,2,6,3,4,3,5,2,5,5,5,15,10,5,25,5,20,5,10,2,2,10,4,20,1,8,30,5,26,15,15,5,20,2,10,5,20,15,5,6,10,5,5,3,6,10,16,19,30,15,16,5,29,2,5,5,5,10,25,31,14,30,16,5,2,15,2,25,5,15,5,5,31,6,6,10,20,4,8,15,10,3,15,5,30,15,10,15,12,6,15,10,4,17,1,5,30,1,3,6,9,8,5,10,5,10,5,15,10,5,10,25,10,4,5,10,10,22,27,1,4,25,3,11,14,5,15,17,10,10,5,2,30,1,5,10,5,5,4,10,9,8,20,10,8,6,5,10,27,15,22,15,8,10,5,30,15,5,5,5,30,2,8,8,3,8,5,15,15,20,3,10,5,22,5,4,5,6,5,10,5,10,7,1,10,27,4,10,25,30,8,15,6,27,5,9,1,2,15,15,15,10,15,30,15,10,2,5,10,3,20,5,5,15,8,6,15,30,15,15,5,5,6,5,15,9,10,2,15,10,10,10,25,15,15,20,15,29,5,10,30,23,10,20,1,10,6,7,9,15,5,10,5,5,9,7,3,7,9,10,6,26,30,4,10,20,20,10,15,5,13,34,5,10,5,20,5,10,18,14,6,5,20,30,2,22,5,16,22,2,9,3,5,5,15,7,1,1,13,3,1,1,30,5,30,7,5,19,5,10,30,15,3,5,32,3,1,5,7,5,17,11,10,20,30,5,3,2,10,25,2,10,4,10,11,26,29,14,12,5,10,8,27,5,15,6,19,20,1,2,20,15,5,30,20,2,15,5,30,10,10,9,30,8,6,10,10,25,7,8,4,5,30,5,5,20,17,30,28,10,10,5,9,5,6,15,15,12,10,19,8,2,2,15,10,5,3,4,5,13,5,7,30,15,15,26,10,3,5,20,5,25,10,4,32,15,10,1,2,25,8,15,5,1,5,7,10,5,15,4,1,10,10,5,7,5,1,18,9,25,10,10,20,3,5,2,10,10,10,3,10,6,7,7,10,10,6,23,15,5,13,3,8,20,5,9,5,15,3,20,20,9,5,3,15,10,5,5,2,5,15,5,6,10,7,8,10,4,20,9,29,10,10,6,10,1,10,6,5,10,9,10,6,10,15,7,9,30,6,16,10,5,10,21,6,10,6,30,6,8,2,10,15,19,17,30,21,1,11,3,20,5,8,5,12,8,6,17,15,10,15,5,23,10,8,10,5,3,4,17,10,4,9,15,12,10,10,10,14,20,13,5,5,2,4,7,15,2,26,5,10,6,12,20,30,10,4,5,30,10,20,15,15,6,10,10,3,30,5,2,10,8,4,15,30,6,5,15,10,5,10,5,24,3,2,30,16,10,16,9,25,30,24,6,15,20,22,25,7,15,15,20,5,18,10,11,5,10,7,10,5,18,6,10,8,10,3,5,14,5,13,15,11,5,5,8,5,7,7,15,10,10,5,7,5,10,10,5,4,10,17,20,15,7,11,30,8,30,10,5,18,11,15,2,17,4,27,5,15,10,3,5,11,7,2,5,12,5,10,5,10,10,12,9,10,10,12,4,3,10,5,1,5,20,2,30,10,2,15,5,3,5,7,5,15,5,1,5,30,12,18,17,30,30,30,5,30,6,1,27,5,2,5,6,5,10,7,10,5,10,15,15,30,30,20,5,10,5,20,4,3,30,5,5,20,30,5,25,20,10,5,5,30,5,10,16,10,8,22,10,1,3,5,10,10,15,29,10,5,10,30,5,5,15,3,5,5,13,15,6,15,3,7,10,10,15,30,5,10,20,2,5,6,4,10,5,10,10,2,1,5,30,11,5,2,15,25,30,10,9,30,10,2,10,6,15,10,20,13,6,12,10,5,5,14,10,15,7,10,6,3,10,12,15,5,23,5,15,5,5,30,15,5,15,20,8,12,5,2,5,30,1,5,5,15,10,10,18,8,29,20,10,5,10,8,8,5,13,2,8,30,5,15,10,16,1,5,2,5,3,5,7,10,5,2,10,5,10,12,5,5,11,15,5,12,2,5,4,10,8,5,10,10,15,5,12,5,1,6,1,4,5,5,2,10,5,30,5,17,5,5,5,20,10,5,20,13,10,25,5,10,5,5,2,3,10,20,15,18,33,15,5,30,5,18,5,12,14,5,4,5,5,30,11,20,5,5,2,4,5,7,5,5,6,5,5,30,6,5,8,5,8,3,8,15,5,10,10,5,20,25,2,8,5,10,6,5,5,20,5,1,15,20,10,10,6,5,2,30,15,10,10,5,5,20,6,4,5,18,15,15,4,7,30,31,10,10,20,9,1,2,1,19,5,10,5,5,1,24,10,5,6,31,5,5,4,15,5,20,5,2,21,15,5,7,5,5,5,3,5,10,14,5,20,8,2,4,10,9,10,2,8,5,15,3,20,25,11,2,15,4,12,2,10,10,5,7,5,5,30,4,5,20,15,5,12,11,2,4,10,10,7,10,9,1,15,8,26,3,3,10,5,10,4,15,5,5,7,5,9,15,5,1,9,5,15,12,10,5,2,15,19,5,15,5,11,10,7,5,10,11,15,2,24,5,4,7,20,4,21,5,5,3,5,5,20,5,2,16,10,10,12,9,10,17,25,20,15,8,4,5,10,5,5,2,25,3,10,8,21,6,5,5,5,5,10,5,5,5,5,1,2,5,11,5,30,5,10,5,12,5,3,9,10,5,4,5,5,5,10,5,10,10,9,7,3,5,21,1,15,5,5,13,17,5,5,10,12,5,8,5,5,5,3,5,2,2,2,10,2,20,16,5,30,25,10,11,6,5,14,10,9,2,14,30,8,10,34,10,5,1,5,15,31,10,10,5,25,10,10,8,30,5,5,10,6,5,10,2,10,20,5,30,10,10,5,10,25,5,25,15,10,13,3,5,10,8,5,3,5,5,7,5,5,5,2,23,20,30,10,25,5,30,10,10,10,2,5,5,10,16,9,6,15,10,14,5,5,5,10,7,5,2,16,13,5,2,10,10,26,1,15,5,4,7,5,14,20,10,5,10,9,1,5,9,4,7,7,10,9,13,4,10,8,5,5,3,2,10,15,5,12,15,5,5,1,1,4,5,15,4,6,10,5,30,6,30,5,10,10,5,15,2,5,18,9,5,5,6,20,5,10,4,28,10,2,5,15,7,20,11,5,30,15,17,10,25,3,21,5,5,5,13,5,5,5,5,15,10,5,3,5,15,4,21,5,10,27,10,5,4,10,5,5,25,10,7,20,10,20,2,15,5,5,5,2,5,5,5,11,5,4,2,23,1,15,9,10,5,8,15,5,10,5,10,10,5,15,2,5,10,10,29,20,4,8,3,25,5,3,30,5,12,15,5,1,21,7,20,15,10,12,5,11,2,5,1,10,3,10,20,17,20,30,15,22,5,5,20,10,10,5,5,7,30,11,15,4,8,5,5,6,5,5,10,5,4,15,5,10,10,20,7,8,7,10,34,10,23,1,10,15,25,2,15,11,30,5,4,2,10,4,5,10,12,7,5,10,6,5,15,10,30,3,5,3,6,4,7,20,10,20,5,10,13,5,2,22,3,2,5,5,7,2,5,3,5,2,10,5,5,6,7,8,4,10,1,3,4,8,4,10,7,5,10,2,5,10,5,7,10,10,11,5,12,15,10,5,5,5,2,27,5,4,8,10,5,19,10,30,5,9,8,16,4,4,5,9,15,1,19,30,5,5,12,7,5,9,30,5,10,1,15,5,19,14,23,20,5,10,5,26,26,5,5,10,20,8,10,15,15,10,25,5,8,5,1,6,5,27,7,2,15,9,20,5,5,10,15,5,10,10,10,5,20,5,16,10,5,10,5,7,7,10,10,2,10,30,10,10,5,4,10,10,3,6,6,3,15,4,5,3,5,10,7,5,5,30,1,10,15,20,2,10,10,5,15,25,5,10,10,12,10,15,15,5,15,13,5,15,10,15,5,5,10,5,10,10,10,15,9,8,6,5,15,22,10,26,24,10,3,10,2,5,5,5,10,5,10,15,11,10,5,8,5,10,5,10,15,11,10,25,5,16,10,5,7,10,10,31,5,5,7,14,30,10,10,2,15,10,5,5,10,10,5,15,15,7,20,7,10,30,15,11,5,5,10,7,5,5,30,15,7,4,30,10,10,10,2,15,30,5,5,13,10,5,11,26,5,10,3,2,10,20,30,5,32,18,13,10,15,5,19,15,9,3,12,2,15,5,10,10,20,30,15,5,5,30,5,10,6,26,8,10,10,6,30,15,10,15,2,7,8,10,10,17,10,5,31,2,5,5,15,10,8,12,10,5,5,32,9,5,10,10,5,5,5,5,25,5,5,19,20,4,10,7,9,10,10,8,5,18,13,8,5,9,15,3,10,17,3,24,20,5,4,5,8,5,10,5,4,3,10,8,5,10,5,17,5,30,10,5,5,10,8,7,5,5,5,8,10,20,8,19,15,20,30,3,10,20,10,6,15,20,5,4,10,2,10,5,3,5,10,15,10,10,10,8,10,20,2,10,15,3,5,2,10,15,13,8,10,11,13,5,12,10,14,3,20,15,11,3,12,30,10,15,10,16,10,1,10,30,11,8,18,10,10,12,15,15,4,2,5,21,19,10,8,5,15,28,8,10,2,19,10,21,16,9,5,10,5,5,23,19,22,6,30,15,11,33,5,10,3,10,10,10,4,10,12,10,10,30,10,11,4,20,10,6,10,3,10,5,14,23,20,5,13,5,4,24,30,7,9,2,5,2,20,6,5,15,15,5,6,5,10,15,8,10,21,1,15,5,3,11,9,4,3,8,2,10,15,4,10,15,5,5,4,5,10,3,15,5,15,5,10,15,4,26,10,24,8,20,3,5,1,5,25,13,1,3,15,5,8,7,1,8,5,5,20,10,6,10,8,27,18,2,10,2,9,10,4,3,4,27,5,6,4,6,23,2,5,1,6,4,2,15,15,10,4,5,9,4,15,6,10,8,25,5,5,6,10,5,12,10,5,21,15,3,10,15,10,26,10,10,10,6,20,5,2,15,7,5,7,5,13,6,5,6,3,15,12,13,6,10,5,12,25,6,7,28,16,32,30,10,1,30,2,1,6,20,5,12,7,1,2,5,10,5,7,10,10,29,14,11,9,5,5,33,5,7,2,1,3,14,25,6,12,3,2,8,5,15,30,8,34,20,10,2,30,6,15,5,6,29,7,5,14,8,5,10,20,1,5,18,1,28,22,9,30,4,15,10,10,25,2,30,4,4,1,1,30,4,5,13,15,15,6,10,15,10,20,5,5,6,30,5,5,5,29,3,15,15,5,30,1,10,33,5,3,3,10,10,10,12,15,30,10,10,1,5,19,10,5,28,9,5,10,18,5,4,1,3,8,15,10,10,6,27,2,10,5,5,4,10,10,14,5,7,10,18,10,24,5,15,10,12,8,25,15,16,10,19,15,8,12,28,14,4,9,28,6,15,9,3,16,3,5,12,10,5,6,2,5,9,25,10,3,7,5,15,2,5,5,5,11,1,5,2,20,4,5,26,34,5,11,21,5,5,7,6,5,32,8,21,12,2,5,10,12,20,9,5,10,14,5,10,20,11,3,5,30,1,4,15,4,2,12,4,10,5,10,2,5,7,10,10,2,5,10,3,10,20,10,10,2,10,10,5,17,27,15,10,10,11,10,1,12,17,18,7,5,10,23,5,12,30,10,4,7,15,5,20,1,3,2,3,10,14,14,3,20,20,10,3,13,30,1,5,6,10,32,6,19,10,6,15,1,5,2,14,7,6,5,15,20,10,30,14,23,30,5,11,6,10,9,5,14,5,21,10,3,5,5,10,7,1,10,2,6,10,5,7,10,12,10,4,5,31,5,15,1,7,6,9,2,13,16,10,15,5,3,8,6,4,6,5,10,8,3,6,30,2,6,5,5,2,25,7,10,15,23,2,30,5,2,10,10,15,5,5,10,2,10,20,7,5,30,15,15,21,3,1,8,8,15,6,19,8,2,5,5,30,12,25,3,3,5,14,10,13,10,15,5,10,9,20,15,15,5,5,5,5,5,10,11,10,5,5,5,30,9,23,30,10,10,5,10,15,15,5,7,13,6,15,11,10,5,5,5,5,3,27,10,3,30,6,15,5,3,10,1,2,8,6,18,5,5,10,2,5,26,10,5,5,5,8,10,5,13,9,5,5,5,5,10,7,10,6,5,5,5,2,3,2,5,10,10,6,5,15,10,8,12,15,2,10,5,5,10,9,7,20,2,2,5,15,6,10,4,5,8,5,5,5,2,5,5,11,5,10,10,2,5,30,3,15,10,10,1,14,5,5,5,15,5,3,15,9,15,9,2,8,5,23,6,10,7,1,7,15,5,10,7,2,10,5,5,7,22,1,10,10,2,1,10,2,1,1,5,4,8,1,3,5,5,1,5,7,5,30,5,30,5,10,4,3,1,2,5,5,5,7,7,20,5,1,6,5,5,5,9,5,5,10,5,10,8,10,5,8,5,5,5,5,5,10,10,5,8,7,9,5,11,7,5,1,10,8,3,4,1,10,15,5,5,24,5,5,5,5,9,5,10,5,6,6,30,9,8,7,6,5,25,5,5,5,5,6,4,5,3,1,4,3,15,27,2,13,5,5,5,5,5,2,5,5,5,15,6,5,15,6,10,11,10,3,10,7,11,10,5,11,10,5,4,6,6,10,3,7,2,5,2,10,4,5,5,20,1,2,6,5,6,10,5,5,3,5,5,1,3,20,10,3,19,2,13,10,5,20,5,7,15,2,10,5,5,7,2,17,9,3,9,5,5,3,1,20,10,19,7,15,7,4,10,7,5,7,5,10,10,12,5,20,2,32,1,10,3,4,3,5,3,5,4,5,5,3,10,10,9,19,5,5,17,5,5,5,5,10,1,10,14,10,25,5,5,5,12,5,30,5,17,4,2,10,10,2,5,5,5,5,5,25,15,6,5,5,5,5,15,3,2,14,12,10,14,5,4,8,10,1,5,10,10,25,5,17,5,2,23,3,10,15,10,3,5,5,1,5,7,10,5,1,2,13,5,11,5,9,7,10,5,6,1,5,25,5,5,9,10,5,5,1,10,7,1,5,15,3,5,5,6,11,5,4,8,20,2,9,5,5,9,5,20,15,8,6,5,2,5,4,5,10,4,5,5,3,2,3,5,24,5,22,3,10,6,11,7,10,5,10,3,5,10,30,5,18,5,5,2,10,4,5,3,5,5,5,5,5,5,20,5,7,1,5,10,6,15,11,5,8,15,5,15,5,5,1,5,27,5,5,7,2,10,5,5,5,5,5,5,5,1,5,20,10,6,5,10,5,1,2,5,2,6,2,4,15,15,1,2,9,5,1,10,5,10,5,1,5,5,5,5,4,31,4,7,4,5,5,5,5,1,10,2,10,7,2,5,5,3,2,7,24,5,3,5,5,5,15,6,1,3,5,5,5,5,30,5,1,2,1,15,3,10,3,1,10,5,10,10,10,5,10,2,5,4,4,2,11,5,5,1,10,6,10,3,5,24,4,5,5,6,5,8,13,20,10,15,5,5,11,1,5,5,5,25,2,5,1,10,5,6,17,5,5,10,1,10,5,5,30,5,6,5,5,8,5,5,1,5,2,3,5,5,15,5,5,5,15,6,10,3,5,5,4,5,5,19,21,1,10,3,1,6,10,2,5,10,22,15,10,10,14,3,5,5,5,10,4,28,5,20,5,5,8,2,5,10,5,20,5,15,5,2,10,10,9,5,15,3,5,10,10,15,5,7,2,5,13,5,5,1,5,5,15,15,5,1,5,5,10,13,20,3,5,7,10,7,7,5,5,6,5,5,5,7,2,3,10,10,5,1,5,1,7,4,5,5,4,19,5,5,25,10,5,2,30,30,8,1,9,3,10,10,14,22,10,9,5,5,5,9,5,5,5,10,5,9,5,5,2,5,2,2,10,1,5,12,10,2,1,5,5,2,15,5,17,8,25,5,2,1,4,2,8,5,30,12,8,10,2,5,8,5,1,5,5,17,11,3,5,5,5,5,2,24,10,5,15,9,10,5,4,5,5,6,9,2,2,1,4,10,5,2,10,16,5,32,10,5,10,4,6,4,10,10,2,3,5,6,3,10,4,10,5,2,10,2,10,5,5,10,3,10,3,5,5,15,11,10,5,5,5,2,10,2,15,5,18,10,7,13,4,6,10,10,2,10,5,5,5,5,5,5,5,5,15,5,6,8,5,7,4,5,15,2,5,5,5,10,15,5,5,5,10,2,5,5,5,5,4,12,10,1,5,5,4,25,6,5,4,5,5,3,1,5,8,14,10,5,5,10,5,8,5,1,5,2,3,5,3,10,8,8,5,5,10,5,5,4,9,2,10,5,5,10,5,5,4,6,1,5,10,4,6,2,5,5,20,5,5,23,5,10,5,5,5,10,13,3,5,6,10,5,10,5,5,12,5,6,10,15,2,20,5,2,16,2,15,3,5,2,2,8,11,3,10,7,10,4,5,4,5,5,2,1,5,6,10,5,5,5,5,10,4,5,8,5,3,25,7,5,6,5,2,5,20,10,5,1,15,3,1,4,5,2,15,1,11,3,5,7,10,12,10,5,5,2,10,5,2,2,30,10,8,11,5,1,15,10,5,5,18,1,4,26,5,5,5,15,5,7,8,2,10,9,20,3,20,5,2,2,4,5,7,5,5,5,5,10,30,5,2,20,2,10,2,5,5,5,25,10,10,7,10,8,5,4,2,19,10,5,3,5,10,5,3,14,10,2,10,16,5,5,10,5,1,8,2,10,10,10,9,3,2,2,5,10,15,5,3,2,30,5,11,9,5,5,7,10,5,20,3,15,5,5,1,2,5,11,3,5,20,5,13,10,5,3,2,5,15,7,5,10,5,5,22,5,5,2,5,20,10,5,2,3,10,10,5,10,2,4,9,5,5,5,5,5,15,5,10,8,10,3,29,3,25,10,5,5,10,5,3,9,5,15,10,3,15,10,1,1,7,1,20,30,1,10,5,5,12,1,10,10,1,8,5,30,7,3,4,10,7,1,10,6,5,10,3,10,20,5,7,12,5,30,18,10,15,5,3,8,15,1,5,5,10,3,13,9,5,5,5,15,22,5,5,2,5,12,10,10,5,7,5,15,2,10,25,10,5,5,5,5,10,5,6,10,5,5,5,5,15,22,15,9,3,5,25,5,14,20,5,5,5,8,10,10,4,5,5,15,5,2,10,7,10,5,5,3,30,10,2,1,20,1,15,1,9,2,5,5,10,4,5,7,1,7,15,15,20,4,22,14,2,10,10,5,10,1,2,5,5,5,5,5,10,1,5,2,5,1,2,5,5,15,8,2,8,26,2,10,10,14,5,20,5,10,1,5,10,5,5,1,6,5,5,10,10,10,7,30,3,5,5,3,4,5,12,4,3,5,10,5,5,5,5,10,1,30,5,3,7,11,5,11,5,5,4,20,10,5,5,5,3,5,5,5,3,5,15,9,1,28,2,5,5,5,8,11,15,10,30,11,5,5,5,10,3,5,2,5,4,30,5,25,2,15,2,9,4,5,4,9,10,5,1,10,5,5,15,5,17,10,19,5,1,5,5,20,5,2,10,25,11,10,11,5,5,15,5,1,10,19,6,10,8,5,4,1,5,6,15,2,1,4,15,10,5,17,5,5,23,3,8,7,4,10,5,5,5,10,6,10,23,11,4,2,5,5,6,6,10,5,7,1,5,9,5,5,15,10,5,4,2,5,15,26,10,5,2,5,5,5,12,2,7,9,7,2,5,5,14,5,9,5,5,5,9,10,3,30,4,5,20,4,25,5,6,4,22,5,10,14,5,5,5,6,25,5,10,15,5,30,30,6,5,10,20,10,15,23,20,5,10,11,30,10,10,10,30,13,10,5,5,17,14,5,7,5,20,6,8,10,5,15,8,2,10,15,5,15,26,7,11,8,5,11,10,5,10,5,2,5,1,2,9,15,10,3,6,5,6,8,9,10,8,10,25,25,4,8,4,10,5,22,7,10,12,14,10,14,16,5,11,7,10,2,1,8,10,16,5,3,10,10,17,3,6,6,10,7,5,15,10,5,30,10,10,7,5,17,15,6,7,2,6,10,5,8,5,12,7,1,30,11,8,15,30,5,5,6,5,4,2,10,5,5,13,5,2,22,10,3,5,25,6,26,25,8,4,4,5,15,5,11,4,12,15,27,5,10,10,9,20,10,3,1,10,10,4,5,8,7,10,13,5,10,5,3,10,5,20,10,9,9,5,10,12,10,4,17,5,5,9,5,10,5,8,1,20,30,6,5,6,30,6,30,5,10,6,7,5,3,10,4,4,13,10,9,10,10,5,1,2,6,34,10,20,1,10,5,10,12,2,15,9,10,15,15,4,6,5,5,6,20,5,7,10,9,10,7,5,5,1,5,4,3,15,14,20,6,6,2,10,2,30,5,5,20,10,10,3,3,33,10,5,10,20,5,7,10,5,20,9,3,1,9,3,10,1,6,6,10,15,6,3,5,23,9,7,5,5,10,10,8,1,6,10,5,13,5,5,2,10,8,5,4,10,7,7,3,13,6,5,5,5,7,9,19,1,5,15,3,10,19,5,10,10,10,10,14,2,12,10,10,3,20,10,10,16,10,15,10,26,1,5,3,11,10,15,12,25,15,9,30,10,15,1,5,4,15,3,8,6,16,1,10,22,24,5,15,5,16,10,5,10,4,8,10,8,5,5,20,6,23,9,12,30,30,5,10,3,5,12,17,15,15,5,20,2,5,5,15,10,5,20,5,1,1,15,7,2,10,5,5,2,5,10,15,5,2,20,2,4,5,15,7,2,6,5,25,9,5,1,7,10,7,1,10,20,5,5,5,8,5,1,6,15,6,4,15,5,5,5,20,5,2,23,5,10,2,5,5,5,21,5,10,10,15,5,11,5,9,5,18,5,1,8,5,8,7,10,4,5,5,12,20,10,7,5,5,5,5,5,20,10,6,13,10,22,5,13,1,12,8,5,8,15,15,5,5,10,5,10,2,15,20,18,4,6,20,5,8,10,3,7,10,15,4,10,10,1,10,19,5,6,6,2,15,24,29,20,5,12,14,5,1,24,3,6,17,21,10,25,1,5,4,5,3,1,10,12,8,5,22,7,8,10,2,15,15,15,6,20,5,30,10,15,5,5,5,10,10,25,5,1,8,9,1,30,5,5,8,18,16,5,10,24,2,5,6,8,15,2,19,10,8,8,5,32,20,5,30,10,5,1,18,1,1,5,3,6,8,30,7,10,2,5,20,15,5,5,4,10,10,2,5,11,30,10,5,1,8,28,5,22,10,5,7,10,20,2,5,20,10,1,10,10,5,10,4,5,5,5,15,5,5,9,5,7,15,10,5,5,6,5,5,10,30,9,3,15,9,1,5,4,20,10,25,2,10,5,5,1,5,10,9,3,7,10,5,7,1,15,7,5,5,2,30,13,7,15,9,1,5,5,5,3,5,15,10,1,30,23,10,10,23,1,2,5,15,6,15,10,5,33,5,10,13,15,5,20,15,15,10,5,5,16,2,10,10,5,5,8,10,5,4,30,1,2,1,5,15,10,10,7,4,5,6,20,5,6,1,1,19,11,15,5,6,5,3,5,5,4,4,10,3,5,5,1,10,5,9,20,1,5,3,20,2,6,4,8,10,25,10,1,4,10,4,2,10,2,12,8,15,1,8,5,10,3,4,5,5,3,10,10,2,1,5,10,5,9,18,5,5,10,1,5,20,10,10,9,15,10,5,5,1,26,5,14,8,10,5,20,1,7,8,1,10,6,1,15,5,9,15,7,7,3,10,5,5,17,30,20,10,4,15,2,9,1,15,10,5,11,5,5,11,3,20,11,10,5,3,5,15,8,15,6,10,6,3,5,10,3,5,10,3,7,2,4,10,1,5,2,5,13,9,15,16,10,25,5,5,8,5,1,4,11,10,5,5,5,15,2,5,9,4,13,5,2,2,10,2,14,30,15,3,5,3,5,5,30,5,30,13,20,7,5,25,3,3,1,10,2,6,5,5,5,14,1,2,15,5,4,1,7,23,5,10,5,5,10,8,3,10,9,1,23,25,1,5,8,10,11,5,11,13,6,5,3,24,10,1,10,6,14,9,30,15,9,5,20,8,6,6,10,1,30,15,12,5,5,10,5,21,15,5,25,4,1,22,1,1,5,11,30,1,8,8,5,13,5,2,1,5,5,9,2,9,5,2,10,5,3,4,30,5,2,15,10,10,10,11,1,24,10,2,10,9,4,5,5,4,8,15,4,9,5,5,15,4,22,5,15,4,1,15,9,10,5,8,15,2,15,5,5,1,5,3,15,3,15,10,8,20,5,5,5,4,4,3,3,2,1,1,5,9,5,6,20,1,10,5,9,6,34,8,5,5,15,20,10,4,5,5,1,20,15,3,30,5,9,5,4,10,23,10,30,16,3,3,10,23,10,20,5,5,30,5,13,5,5,7,10,30,17,2,10,10,30,25,5,9,2,2,5,1,10,2,5,20,16,7,1,2,30,5,5,5,10,5,5,17,32,5,5,20,10,20,15,30,20,1,6,5,15,5,5,5,6,5,5,30,3,15,29,5,14,10,20,26,10,10,5,10,5,10,30,10,15,15,8,15,5,10,10,5,10,10,5,20,25,30,5,5,10,5,5,5,5,2,10,5,20,9,5,10,5,20,5,15,2,3,5,14,1,2,20,5,15,5,5,17,2,10,15,10,10,10,10,30,21,15,11,5,20,3,5,10,5,20,10,10,6,6,20,15,4,5,15,10,1,15,2,20,10,10,20,7,5,7,20,15,4,5,5,5,5,4,4,10,6,5,10,9,5,5,5,10,16,15,14,5,30,5,15,10,5,2,8,14,5,5,5,2,1,4,15,7,20,19,2,5,25,5,5,5,10,20,5,10,5,11,5,2,13,5,8,1,10,10,26,14,5,25,4,2,5,5,15,20,10,34,10,5,5,5,5,5,3,5,7,5,14,2,5,4,5,20,6,5,5,10,10,10,18,5,3,5,6,5,4,1,4,6,9,10,15,14,3,3,7,5,9,5,1,25,5,14,15,5,10,5,13,5,1,5,30,3,20,5,1,2,15,30,15,10,10,5,10,5,22,20,25,12,15,1,1,7,15,3,10,10,10,5,20,10,6,30,5,5,10,12,6,5,5,5,5,1,30,5,10,5,28,3,2,5,3,1,4,8,5,25,11,1,10,8,3,5,2,10,5,10,1,4,10,20,10,5,5,5,4,2,5,10,2,5,12,5,1,5,10,1,4,11,15,1,5,2,11,34,10,30,16,9,30,20,10,6,20,30,5,4,5,33,15,3,18,8,4,3,5,5,5,8,5,2,2,5,10,6,2,2,5,5,4,21,13,15,32,5,5,5,10,5,6,5,5,10,15,1,7,7,13,8,4,1,5,5,1,9,1,4,30,5,4,10,15,6,30,6,12,3,2,2,2,15,5,5,1,5,10,7,5,1,10,10,5,10,5,5,10,5,2,3,1,30,10,6,5,4,1,1,10,30,2,7,21,4,5,30,16,5,10,5,22,10,10,3,11,5,1,4,2,30,4,15,2,1,30,15,5,20,30,20,5,15,33,19,30,28,13,8,1,1,11,13,20,5,2,30,9,9,14,11,10,7,5,5,5,15,5,5,5,6,10,5,5,10,15,10,15,20,15,10,2,5,6,4,30,2,1,19,1,8,10,10,10,30,7,15,30,10,15,15,1,10,1,11,10,1,2,1,2,10,10,10,5,20,20,5,10,5,5,5,15,7,10,1,12,5,5,3,5,5,4,7,13,8,10,15,11,1,4,10,5,2,6,20,10,6,3,25,5,10,15,10,5,1,20,7,5,7,1,2,12,8,4,25,10,5,7,5,5,20,10,13,18,1,5,30,2,2,8,30,1,10,6,5,5,5,4,15,4,5,5,25,5,2,6,2,10,20,10,1,10,6,10,8,12,2,7,8,12,7,24,1,20,4,24,12,11,31,9,3,20,15,1,5,10,20,12,8,6,10,3,5,10,7,6,15,12,5,5,5,10,10,6,10,15,1,2,5,7,5,4,30,13,30,30,12,30,2,10,4,29,30,5,13,30,1,10,10,3,15,20,10,5,8,1,5,6,20,15,12,22,3,2,1,30,10,5,17,15,9,4,5,15,7,6,30,5,10,7,4,4,10,10,30,5,3,6,10,17,30,5,5,7,18,20,1,8,10,1,10,2,6,13,5,30,5,3,10,5,30,20,5,10,5,10,1,10,15,25,10,5,5,4,26,5,30,5,7,20,5,5,5,25,10,5,10,25,5,10,5,20,25,20,10,5,3,5,5,15,11,1,11,5,4,20,5,1,2,4,2,3,1,7,5,16,4,15,10,21,18,30,15,10,10,15,24,15,1,1,5,6,14,21,25,5,10,8,15,5,19,10,27,5,11,10,10,30,7,1,6,15,10,17,5,10,8,20,20,5,6,10,5,1,30,2,5,30,10,18,5,2,15,5,10,2,5,1,32,5,2,5,4,15,1,11,8,5,17,3,8,15,1,5,5,10,5,7,20,30,7,12,10,5,10,14,22,10,5,5,5,5,15,6,5,10,1,1,2,5,5,7,20,10,5,6,10,10,17,5,2,5,8,2,5,9,10,30,5,30,20,1,15,5,15,15,10,5,30,20,11,5,15,14,5,3,19,5,4,5,5,5,12,2,13,2,20,3,5,14,8,10,10,3,5,5,13,7,15,2,5,10,30,5,30,10,22,30,6,5,8,10,3,20,1,5,1,20,3,4,10,2,13,5,5,15,25,14,13,7,4,6,2,20,10,24,6,5,30,30,30,5,17,5,9,10,10,15,6,10,5,20,4,5,30,7,16,15,7,10,2,5,7,15,15,10,8,10,10,15,3,1,18,10,9,5,10,10,10,5,4,6,10,15,26,4,2,10,5,5,10,5,31,12,2,5,7,12,6,20,5,6,5,6,30,17,7,13,29,12,5,7,14,5,2,1,5,5,10,9,6,20,8,7,30,10,10,5,11,30,3,5,10,5,10,3,8,7,6,3,10,6,15,7,8,11,5,5,6,10,1,5,4,5,5,6,10,10,12,18,7,5,12,9,15,20,14,5,5,10,7,7,5,17,30,5,15,1,15,9,15,10,5,10,9,10,4,18,5,3,9,17,20,5,10,10,2,10,17,10,8,2,6,10,25,6,8,5,30,13,10,15,7,5,5,5,2,10,13,5,10,10,4,30,31,2,2,10,7,3,10,10,10,20,16,18,10,1,5,10,19,4,1,15,2,5,18,5,9,15,17,13,6,10,3,12,4,7,5,5,6,28,5,10,15,2,10,10,1,10,5,5,15,34,13,5,10,10,14,5,11,3,10,5,30,8,15,10,2,10,5,11,1,31,7,10,5,1,7,1,2,5,15,10,20,15,2,15,7,18,10,4,3,4,4,20,10,5,5,5,5,4,3,11,10,20,5,10,10,5,15,7,5,9,10,4,3,11,9,30,7,17,7,2,5,1,5,10,10,5,8,5,5,15,5,10,5,5,5,5,32,2,21,10,10,8,8,4,30,5,10,10,10,6,30,10,14,5,10,5,15,10,5,5,15,10,5,20,10,5,10,8,5,6,5,5,7,5,10,10,10,15,23,25,4,5,2,5,10,3,5,10,25,5,5,1,3,15,5,5,16,10,20,9,10,7,19,25,10,6,9,33,6,11,2,4,5,15,5,3,2,32,2,10,5,2,7,8,10,5,5,15,10,5,5,15,10,10,7,10,13,2,30,10,6,10,5,25,15,10,2,10,2,10,6,30,5,10,2,12,5,5,6,11,7,11,10,19,5,18,8,15,20,7,6,5,10,2,5,5,10,5,5,5,3,15,2,10,5,10,10,18,5,15,5,11,15,10,4,5,6,10,1,30,10,4,4,10,5,5,13,10,2,5,5,5,11,5,6,25,31,14,30,10,3,1,3,10,10,15,5,20,2,3,13,3,2,7,7,5,5,3,5,10,8,1,10,8,4,15,10,21,2,5,25,17,30,5,8,5,10,10,7,18,15,15,9,15,24,10,5,17,8,5,5,15,5,5,5,6,8,8,10,15,2,7,20,9,5,13,10,25,14,13,8,15,7,7,20,5,20,13,4,20,12,5,10,10,2,5,1,11,6,1,30,9,20,5,17,13,30,16,10,5,10,7,5,5,15,7,8,33,10,10,20,15,2,10,5,25,12,5,28,14,29,5,10,10,10,3,10,10,6,12,5,8,15,5,25,2,30,5,8,15,2,2,17,33,1,5,30,18,10,18,4,13,1,10,8,22,20,5,10,25,18,26,5,4,5,3,15,9,23,13,20,15,15,10,5,5,25,5,10,14,10,21,10,5,7,1,10,10,10,5,5,7,21,10,10,5,5,5,20,30,1,5,30,10,30,8,25,10,10,5,7,6,24,30,4,1,8,20,20,7,16,10,2,7,5,10,13,4,2,1,13,8,33,5,20,3,15,5,10,25,3,8,7,15,30,13,5,23,10,10,10,25,15,15,13,10,10,15,6,11,5,13,15,7,13,20,7,3,10,4,5,5,30,11,30,7,2,7,3,1,23,5,5,16,5,5,3,23,17,4,20,13,3,10,11,10,5,12,10,5,15,15,6,6,10,11,7,10,10,4,5,7,6,3,25,30,5,4,5,5,10,5,15,2,3,5,4,5,15,25,7,5,5,2,1,10,15,30,10,13,9,5,5,1,25,15,5,20,2,10,3,10,28,10,5,10,10,30,30,10,10,10,6,5,4,2,5,15,9,9,10,9,8,3,2,10,10,5,5,5,10,33,5,25,15,30,3,5,5,13,15,5,10,14,5,5,8,3,5,10,3,10,10,30,5,10,15,10,17,5,2,1,5,20,5,15,9,5,5,5,5,11,10,5,10,30,15,10,2,15,34,5,8,14,5,5,1,8,5,20,3,4,8,5,17,8,15,7,30,10,11,10,5,10,10,5,5,10,15,2,7,13,30,5,5,25,7,20,8,5,5,20,15,10,5,30,5,5,10,4,5,8,6,5,15,5,5,9,10,1,32,8,10,26,5,5,10,15,10,14,20,4,5,8,10,5,23,30,16,20,1,15,5,2,5,5,2,5,2,15,1,2,10,10,5,4,5,15,5,4,20,15,10,15,5,15,7,5,4,31,5,5,20,8,5,7,3,5,10,11,14,34,5,10,5,26,15,20,6,11,15,5,10,2,5,10,19,5,24,2,2,5,4,6,2,14,1,5,3,3,5,15,9,20,12,8,13,5,5,20,10,7,9,6,5,15,2,5,18,1,5,5,15,12,5,5,32,5,3,20,5,5,25,10,10,1,30,1,33,4,5,25,21,10,8,3,10,2,10,20,10,6,2,5,27,20,5,10,5,15,1,3,15,8,2,5,20,9,20,16,25,8,5,2,10,16,14,12,30,2,2,5,1,19,33,9,15,9,6,11,5,18,30,15,18,5,14,10,5,10,7,5,5,24,14,14,18,15,10,10,12,5,1,10,10,18,10,5,15,10,5,15,10,5,7,10,4,24,11,8,10,5,5,15,5,3,30,11,10,15,18,1,22,10,30,3,10,14,9,10,5,8,10,10,10,6,8,1,15,5,10,7,6,14,8,8,5,10,22,5,8,6,15,15,10,10,3,5,7,4,10,20,10,29,2,10,5,7,30,5,3,7,10,11,16,5,32,15,30,4,25,10,5,5,10,12,11,5,6,5,15,10,6,30,10,25,10,10,5,25,15,12,2,2,7,16,10,20,5,10,10,21,5,6,10,6,8,22,5,20,15,22,6,5,2,10,1,11,5,5,5,7,7,10,5,9,15,32,9,3,2,5,22,11,10,7,14,2,4,9,12,5,8,15,11,5,20,10,5,2,12,5,31,20,30,5,26,6,11,10,10,20,20,10,10,10,5,9,10,29,10,2,10,10,15,1,2,15,10,5,5,25,5,22,5,30,10,15,5,1,5,7,30,15,3,5,5,2,5,5,30,5,10,4,8,2,15,5,10,2,10,30,5,5,15,5,10,4,20,15,9,6,25,10,5,10,5,10,10,25,5,15,10,6,10,10,5,5,6,5,5,10,10,5,1,5,5,6,5,4,13,15,5,5,10,5,5,5,2,2,6,3,5,1,7,5,15,10,5,15,5,5,1,20,1,3,15,5,15,5,15,5,10,5,22,5,12,5,17,4,10,4,5,5,2,12,5,5,5,12,25,15,10,5,10,5,14,15,5,6,10,10,5,5,2,5,10,25,5,15,5,8,5,15,26,5,10,10,30,15,16,5,10,5,5,5,5,1,14,5,30,15,5,5,10,5,10,22,27,5,10,5,5,10,5,18,6,4,5,5,8,10,5,15,25,5,30,3,1,5,5,10,5,15,5,10,3,10,5,2,10,5,8,4,10,4,10,25,4,2,15,5,5,15,5,15,10,5,13,10,2,5,5,10,5,10,2,10,10,5,5,3,5,5,15,5,1,10,20,10,15,11,5,2,5,10,10,9,9,1,5,5,5,4,5,5,30,5,2,10,15,1,6,15,10,20,10,20,30,24,32,9,1,4,34,10,10,10,10,2,5,10,3,30,6,7,1,15,5,30,5,15,4,1,7,30,8,8,7,15,2,10,15,5,10,5,10,5,31,6,5,6,5,5,30,1,3,34,15,6,15,10,15,2,3,5,10,30,20,10,30,10,1,5,3,20,5,10,4,3,4,2,10,32,1,20,18,22,1,30,9,5,5,5,2,5,5,19,5,7,5,8,10,15,10,10,10,5,18,10,2,26,15,19,9,1,7,5,4,5,5,20,5,9,10,7,5,4,23,1,10,30,7,4,5,5,4,30,1,13,4,5,10,6,2,30,1,5,4,5,10,3,10,9,31,18,2,10,3,15,15,25,5,5,7,7,30,5,30,10,19,2,5,15,5,5,15,7,3,5,14,3,4,11,15,10,13,6,5,11,30,7,33,10,5,7,15,15,1,13,14,15,6,8,10,10,5,5,30,20,10,28,15,10,5,12,10,15,5,5,5,5,7,4,4,10,30,10,3,10,1,10,9,15,10,25,13,9,7,7,15,5,10,5,7,3,8,12,25,10,1,6,10,10,15,15,12,10,10,3,9,12,33,5,4,15,7,25,10,1,10,4,15,5,1,6,11,10,6,8,4,5,9,15,10,8,10,5,10,10,5,5,5,5,16,15,18,2,11,8,5,5,15,12,14,8,12,5,15,19,25,13,7,21,30,10,7,15,8,4,8,25,3,18,5,1,10,5,2,30,10,15,16,5,15,4,2,16,4,10,2,14,10,13,9,19,8,10,5,6,11,5,3,8,5,10,5,5,6,13,7,5,10,26,5,6,20,4,9,10,12,15,12,20,12,6,10,3,6,10,30,20,10,1,10,5,10,13,5,3,10,5,23,10,10,2,10,5,2,1,10,4,6,3,10,2,25,3,27,25,6,4,5,5,5,5,19,6,5,15,10,5,20,30,5,10,9,15,9,3,15,15,10,10,1,1,5,5,30,1,2,10,5,19,10,15,15,27,33,19,8,12,10,11,10,20,34,34,5,10,26,8,8,5,19,15,10,5,3,5,21,5,29,5,10,2,15,25,25,3,7,10,1,5,10,10,10,16,6,25,10,8,11,15,5,5,2,5,5,5,8,10,30,2,3,15,12,10,12,20,3,30,15,10,4,10,15,20,11,5,10,10,5,5,4,6,6,10,5,10,1,2,30,3,8,5,5,15,15,5,28,15,10,33,25,6,2,10,2,5,1,10,2,10,16,5,7,5,8,5,16,8,10,10,15,11,10,9,4,10,5,1,7,14,9,4,1,2,3,5,15,1,5,1,2,4,20,6,5,15,2,4,20,13,1,30,5,2,3,15,4,5,3,3,5,6,3,16,1,1,20,5,1,10,2,15,30,33,5,34,4,15,16,10,10,4,10,5,1,5,30,10,7,10,20,7,3,5,19,7,30,17,5,32,16,24,16,18,12,25,10,2,7,10,9,15,28,10,2,15,29,8,7,7,5,1,3,1,2,5,15,10,2,4,26,1,2,5,30,8,2,1,30,2,5,10,30,5,4,5,9,1,3,10,1,2,15,10,3,22,1,5,18,10,7,5,11,4,14,15,4,5,5,3,21,10,25,4,3,1,5,2,8,10,15,5,10,5,15,5,10,11,15,5,5,1,19,14,7,20,5,6,6,30,10,20,18,5,5,5,15,5,9,10,20,10,9,20,5,15,30,5,19,10,5,30,5,5,5,30,25,7,15,10,5,6,5,2,5,2,30,5,5,8,1,1,10,10,5,3,25,15,3,10,13,30,5,6,1,10,8,13,28,10,5,6,14,13,5,5,2,19,8,10,1,8,30,1,8,5,27,29,5,4,32,15,5,5,28,30,30,10,5,15,30,1,2,30,5,10,10,10,5,20,15,5,20,3,15,10,5,4,4,1,20,5,3,10,15,3,20,20,5,5,16,10,10,11,11,1,3,20,5,5,25,3,18,3,15,20,4,6,12,12,3,5,1,30,5,5,34,3,5,5,20,5,21,10,25,3,6,8,1,10,24,22,1,2,28,15,6,9,1,4,5,18,8,4,10,11,5,3,17,1,15,5,7,5,3,17,10,20,4,3,15,5,2,10,5,10,6,1,6,31,5,6,10,8,3,7,20,17,1,2,1,30,6,5,2,17,20,15,8,5,13,5,20,6,2,10,8,5,8,10,5,10,4,12,1,1,3,10,1,8,6,31,5,4,19,12,3,11,20,1,5,7,1,10,14,6,5,10,19,5,6,20,6,10,10,5,9,8,5,5,5,3,5,33,5,14,20,10,15,10,15,30,15,5,15,33,5,1,12,5,4,15,8,5,2,7,5,15,18,13,3,10,5,1,9,1,30,11,9,20,14,14,5,10,7,17,30,4,10,29,8,6,5,15,1,5,10,15,10,9,5,5,3,5,5,5,6,2,4,20,7,20,10,10,6,15,5,5,8,30,5,12,2,5,20,6,5,5,3,25,2,9,10,1,5,16,5,6,26,10,25,10,5,20,30,8,15,16,26,10,13,14,5,5,10,10,8,20,6,16,4,10,5,5,5,7,30,10,8,25,30,7,6,12,15,30,6,5,1,20,6,1,5,5,5,5,34,2,20,1,14,16,27,12,3,8,15,17,25,10,6,10,3,11,6,1,5,15,10,5,5,5,20,15,26,10,5,1,3,1,15,4,20,10,9,15,15,7,1,1,10,26,5,4,1,5,1,10,15,2,5,6,6,6,10,5,2,6,10,12,5,7,4,30,3,4,21,13,5,13,9,12,5,2,5,16,31,3,6,6,21,4,25,3,4,15,14,10,5,15,25,3,2,27,1,5,5,5,30,12,6,10,30,1,5,15,10,25,4,1,30,15,18,3,3,20,6,4,1,5,3,5,10,3,1,5,16,8,15,3,15,10,1,10,1,10,1,5,5,22,20,10,30,23,3,10,28,5,5,7,9,29,27,8,11,7,5,19,20,2,5,3,4,6,30,10,5,5,15,15,5,10,9,5,12,19,20,20,30,15,15,4,33,6,5,15,15,6,3,19,6,16,5,4,5,10,10,10,33,1,9,2,5,30,1,6,28,15,3,5,17,10,5,1,5,6,30,7,5,5,10,1,4,15,30,7,15,5,5,24,33,7,1,12,22,10,12,5,7,5,7,3,5,5,2,3,10,5,5,13,5,9,2,15,3,15,2,6,7,5,5,4,9,30,10,20,1,3,10,5,9,6,31,2,29,5,7,5,5,11,1,10,5,9,5,5,10,10,10,15,4,10,6,25,7,6,5,4,5,3,10,32,4,7,27,7,5,5,23,4,3,5,4,5,15,10,3,1,9,6,6,1,20,5,13,14,6,8,10,10,30,3,30,10,30,8,14,5,10,5,8,11,13,2,10,2,5,4,8,2,10,31,10,6,5,33,10,1,11,30,1,5,13,3,6,10,1,10,30,13,15,12,2,11,2,1,5,1,12,6,1,15,7,28,10,4,10,1,5,10,5,3,3,5,1,11,10,17,25,25,5,2,8,10,4,5,5,1,22,5,10,6,10,4,12,10,8,5,5,3,5,5,13,4,6,30,15,3,25,8,16,1,12,5,32,5,9,28,2,6,5,13,5,20,15,5,10,4,20,7,10,24,3,4,5,15,5,7,2,8,10,10,3,10,1,5,5,10,4,17,5,30,11,10,10,2,30,5,23,10,7,5,3,1,4,20,10,5,15,19,5,10,14,8,11,5,17,26,5,21,15,10,5,9,5,15,16,20,2,21,12,3,10,13,13,20,10,15,9,12,2,15,5,33,1,11,8,8,3,5,5,1,5,5,1,4,8,10,8,5,2,5,20,15,5,10,10,6,12,5,10,8,6,7,10,6,10,19,5,5,2,10,5,29,5,10,5,10,18,5,10,10,10,17,10,5,1,10,15,20,5,5,15,7,25,3,5,5,6,25,21,18,18,5,8,5,1,1,10,1,28,18,1,19,4,10,5,18,22,30,1,8,3,30,3,1,15,20,23,14,10,5,30,3,2,5,12,3,9,10,20,1,1,4,5,5,10,2,5,5,5,4,15,10,10,6,23,5,5,5,5,16,1,5,16,10,20,1,5,7,8,13,20,3,3,10,5,5,7,3,10,5,1,5,21,10,26,3,5,32,5,1,1,3,4,3,2,30,10,15,5,10,9,10,5,5,1,4,1,2,1,17,3,8,1,6,10,5,5,15,4,5,10,1,1,10,15,6,5,10,23,30,15,10,1,12,5,15,2,10,10,20,15,3,5,10,1,4,30,12,5,5,20,7,5,5,4,9,10,6,3,4,5,5,5,3,10,3,15,9,1,20,18,1,10,5,5,6,15,5,10,10,5,3,15,10,20,6,20,4,10,33,5,5,5,7,10,5,16,15,10,6,19,16,15,8,8,15,10,11,27,10,2,10,6,5,10,17,1,7,11,2,4,5,10,15,22,8,30,1,5,5,4,18,7,14,5,12,1,16,1,10,6,4,2,8,7,7,30,3,17,10,3,5,5,1,2,8,5,18,15,10,5,1,10,8,12,2,18,2,1,7,4,6,5,9,2,15,5,6,15,30,14,7,30,6,3,32,10,2,10,15,5,30,4,20,3,12,10,25,2,30,7,30,2,1,20,10,5,5,4,10,15,10,14,10,1,4,15,4,5,30,10,1,4,4,10,13,10,3,10,20,25,10,20,24,5,15,16,5,11,13,5,6,4,1,10,15,12,9,5,30,10,4,10,10,20,10,5,1,4,5,10,5,3,10,7,8,12,7,19,3,20,4,1,6,10,5,1,8,9,5,5,10,33,10,13,5,10,5,5,3,15,11,7,5,13,10,10,5,18,30,3,10,2,10,3,10,3,7,2,16,18,2,22,5,29,5,5,5,11,10,10,2,10,10,13,8,10,5,1,12,5,5,6,15,7,10,3,5,5,15,30,10,6,5,10,8,20,15,7,10,3,20,7,12,15,7,8,25,10,8,5,21,5,10,5,6,6,4,6,30,7,5,10,3,10,15,10,10,10,12,5,8,4,2,8,22,24,6,4,7,15,5,10,4,10,5,26,2,5,5,10,10,1,4,5,5,22,5,10,10,5,20,15,29,20,10,16,10,5,34,19,5,5,5,3,5,5,4,1,5,2,4,5,1,24,5,30,2,10,4,10,5,5,5,11,9,1,10,7,5,7,13,5,26,20,5,5,18,5,10,15,12,20,5,2,12,5,5,5,20,11,10,13,5,15,5,10,5,10,7,14,10,20,3,10,10,6,20,10,9,10,9,10,25,10,15,12,3,4,7,11,11,12,4,10,5,1,8,5,5,9,20,10,5,13,8,15,30,30,7,1,10,20,30,2,22,20,4,5,10,5,20,5,2,29,15,3,5,16,5,3,5,15,12,1,10,15,20,11,2,6,15,5,25,5,20,16,5,7,5,10,5,5,6,15,5,10,10,22,5,5,5,25,15,5,10,6,5,16,10,10,19,5,14,30,20,20,6,5,23,11,10,10,30,20,2,5,6,5,5,17,15,5,10,19,6,11,3,21,5,4,4,18,7,10,5,10,10,5,5,13,5,5,15,20,20,5,25,5,20,5,1,5,5,10,10,5,10,10,30,14,13,5,21,20,5,13,6,2,22,3,10,6,16,1,5,5,28,20,6,33,11,10,6,5,10,5,10,15,10,10,30,30,5,5,4,10,16,5,5,20,10,32,4,15,26,5,1,5,10,5,10,5,8,5,6,30,2,8,5,2,5,22,15,5,10,13,7,2,5,10,5,10,5,18,15,20,6,29,10,10,30,4,10,10,20,10,3,16,10,5,15,5,6,5,15,10,9,5,10,5,15,1,10,20,30,5,15,16,27,9,1,25,8,10,5,4,5,5,5,7,5,5,2,10,10,10,5,12,6,20,8,11,15,10,3,10,10,6,7,20,5,15,10,5,1,5,15,19,10,11,3,5,13,30,2,1,5,20,30,28,4,14,20,8,11,20,5,4,5,8,4,30,7,10,5,2,1,9,15,20,20,5,20,4,1,5,4,5,15,1,9,5,10,11,10,5,16,5,3,5,10,30,15,7,25,5,20,10,5,5,4,8,8,10,5,7,5,5,2,4,17,10,4,5,10,5,5,5,5,5,5,5,20,2,10,28,30,5,11,5,2,5,2,15,6,15,5,2,6,15,5,5,1,5,10,5,20,7,6,5,5,5,10,22,2,5,5,10,19,5,5,8,5,7,16,5,10,9,5,5,10,3,5,15,6,10,5,10,10,6,5,2,5,1,5,15,5,12,5,5,1,2,7,25,5,5,2,3,15,7,11,10,20,5,8,6,10,15,10,15,5,5,5,5,5,13,20,10,4,4,5,4,12,10,20,5,12,5,15,5,25,31,8,10,5,30,10,9,6,7,15,20,6,10,10,6,14,17,4,2,4,5,10,5,7,3,7,10,5,5,1,5,8,10,21,10,18,3,15,10,5,5,15,5,10,5,20,7,16,30,5,30,5,15,6,5,15,12,3,5,10,20,10,5,12,10,7,20,9,10,30,2,5,1,30,5,10,5,10,10,2,21,10,10,5,1,5,5,10,18,5,7,5,5,15,10,30,5,5,16,8,5,1,11,10,5,5,5,10,10,6,3,10,23,15,9,10,11,10,15,10,20,10,8,5,6,15,9,10,23,15,5,5,16,11,16,18,10,15,1,5,9,11,7,5,2,15,8,5,30,10,22,27,5,15,10,17,15,5,10,15,2,2,10,4,10,34,10,10,7,5,5,1,25,1,8,1,11,8,6,10,21,10,4,15,15,29,4,14,10,6,5,9,16,10,4,12,30,5,11,10,5,6,23,10,6,5,5,10,5,21,5,5,10,6,10,10,5,8,10,5,15,15,10,14,5,10,2,10,5,5,7,12,25,5,5,15,30,9,10,5,10,15,10,1,15,4,7,5,15,10,5,1,5,10,5,30,21,1,2,12,15,5,10,1,10,1,20,2,10,5,1,5,25,33,15,5,18,7,2,4,5,10,5,27,5,12,10,2,15,20,5,7,6,33,30,34,15,15,19,10,1,10,15,12,5,5,15,15,10,10,10,6,5,1,5,12,9,1,5,2,5,9,15,10,1,14,5,7,30,5,5,13,14,5,2,4,23,15,5,5,30,1,5,15,6,1,3,5,15,30,5,5,11,10,2,15,5,5,8,5,5,7,11,6,5,10,6,30,9,10,5,5,30,30,2,16,2,15,17,10,10,5,6,5,10,6,10,15,9,5,16,3,25,3,5,12,5,5,12,6,7,5,22,5,5,2,5,6,6,12,5,10,5,7,7,10,5,12,10,10,15,5,10,20,5,5,20,15,15,20,4,5,20,3,1,15,10,15,10,2,10,5,5,7,7,3,6,15,2,11,7,7,10,5,12,10,10,2,10,5,18,20,30,9,6,4,14,20,8,9,10,5,19,30,9,10,5,5,4,6,10,9,8,10,10,5,19,25,3,5,5,9,5,1,6,5,7,5,13,19,17,6,1,12,6,10,20,20,16,10,25,12,1,5,15,1,7,5,10,19,5,10,14,2,10,10,6,1,5,10,6,5,1,3,13,4,13,9,13,7,18,2,1,15,8,2,6,20,5,5,4,10,15,24,5,15,30,5,10,5,10,6,15,10,6,5,12,7,5,14,10,2,10,10,20,10,5,5,1,15,7,2,16,5,3,2,33,4,5,10,15,15,7,30,2,10,12,5,7,10,4,5,3,15,6,5,1,5,7,5,4,10,5,10,3,15,30,20,4,10,10,3,4,5,12,3,6,7,5,14,8,8,17,6,10,15,30,27,30,7,5,15,4,1,8,10,10,2,27,10,3,10,18,5,30,5,20,15,10,15,2,15,16,15,5,2,10,15,12,5,5,1,5,4,6,5,4,3,11,8,11,3,13,2,9,5,6,6,14,16,10,14,3,10,8,2,1,5,5,5,17,32,30,6,8,2,4,7,1,1,11,15,5,8,1,13,15,13,15,8,8,22,13,5,4,19,15,30,25,15,7,1,10,5,5,5,5,10,15,5,5,10,33,5,10,12,10,1,30,20,4,8,1,22,5,14,8,17,5,9,10,4,10,15,25,14,10,5,11,4,5,6,28,25,8,7,11,10,8,27,15,11,15,19,5,15,17,10,5,10,5,7,6,6,14,21,2,15,2,5,5,9,5,3,18,24,10,6,22,10,5,3,14,10,26,6,12,7,5,7,5,16,5,7,12,17,16,3,4,5,32,30,21,12,10,30,33,15,3,5,2,22,10,10,30,8,10,5,3,2,8,6,8,1,8,13,10,9,1,5,24,5,23,10,15,5,5,12,9,4,8,25,5,15,12,31,5,8,11,6,16,23,10,10,15,11,3,10,10,5,5,10,20,5,4,20,17,13,11,10,30,1,10,5,9,5,8,5,10,3,10,5,8,5,10,14,8,10,5,20,12,30,13,5,10,15,32,10,20,13,3,22,8,20,25,20,12,20,3,15,6,5,7,15,5,5,25,5,18,3,5,10,10,20,10,30,5,3,2,10,2,9,10,4,8,4,13,5,30,4,33,10,5,10,5,31,5,10,15,25,10,15,10,10,25,9,20,15,11,5,5,11,24,19,15,5,5,4,20,22,5,6,10,4,5,5,5,30,5,5,5,6,10,16,10,15,33,2,30,15,9,5,33,11,15,6,30,12,7,4,5,20,9,3,5,20,25,22,13,5,1,8,5,4,10,8,2,10,5,5,8,18,1,5,10,5,6,8,7,15,5,11,6,5,10,10,18,5,20,7,5,24,15,5,20,4,14,10,30,10,2,20,20,20,10,5,5,31,1,5,30,16,5,15,10,5,5,1,15,10,30,5,24,2,4,5,10,11,5,21,3,10,8,10,5,6,1,11,6,5,30,10,5,15,7,31,9,3,3,30,10,19,10,10,10,5,11,30,15,25,30,6,5,5,9,5,5,2,5,3,5,10,7,2,5,5,10,14,15,10,5,4,5,5,5,8,5,7,5,6,10,13,27,8,5,5,10,5,1,5,5,5,10,5,15,10,20,12,15,8,3,5,15,30,10,3,5,5,10,5,10,15,2,4,20,10,7,5,10,15,12,30,5,5,13,10,2,2,20,2,15,2,8,3,1,8,30,9,8,20,2,5,15,1,25,13,20,34,5,4,1,10,4,3,4,30,24,11,2,1,2,25,9,10,5,1,10,19,4,1,15,9,2,15,5,1,5,34,27,1,5,15,15,15,10,1,4,5,3,9,5,12,3,5,3,20,2,2,2,10,10,9,30,10,15,10,10,4,24,5,3,6,10,6,1,7,2,11,2,34,18,1,2,1,2,10,9,13,7,25,3,32,2,2,10,8,6,2,15,28,2,8,2,2,3,2,10,15,26,10,9,3,3,5,5,1,2,1,11,2,10,7,15,5,5,11,19,5,19,5,5,10,7,5,10,5,2,2,11,25,5,1,20,10,10,14,10,14,10,2,24,10,12,10,4,5,5,10,5,5,2,1,4,7,3,5,27,10,5,5,2,5,5,30,5,25,5,15,11,10,5,10,9,2,20,5,10,2,18,7,2,5,10,13,6,6,9,22,28,3,10,5,10,25,9,30,5,5,30,8,5,20,11,10,10,4,15,3,9,3,15,3,5,8,2,15,4,5,2,6,28,13,1,13,4,2,24,15,5,5,15,15,10,4,1,6,5,13,5,5,20,10,5,11,5,10,10,5,11,30,5,10,6,1,5,15,10,14,1,7,10,30,13,3,30,5,5,10,32,4,10,15,7,10,10,1,10,10,14,2,4,12,2,20,10,5,10,24,21,6,7,10,4,11,10,3,5,5,11,5,21,5,10,15,5,7,5,5,10,6,10,10,12,24,1,16,6,10,10,6,26,8,5,32,13,17,5,27,12,5,20,29,1,3,12,12,5,5,10,34,11,11,10,24,7,3,5,13,20,10,4,10,4,20,2,5,5,15,8,5,9,5,5,15,8,3,5,5,3,5,5,15,10,16,13,5,21,10,20,12,14,5,15,8,4,20,5,7,2,10,33,20,10,30,30,25,7,5,25,2,2,12,13,5,25,18,6,5,30,10,10,10,7,4,13,7,18,11,2,8,5,19,3,7,4,18,15,5,8,5,15,10,5,10,5,6,5,20,11,5,15,10,8,5,10,3,17,5,5,10,10,2,15,10,28,10,5,6,30,10,5,25,27,10,5,5,5,1,2,8,10,32,9,5,13,10,1,21,15,2,5,12,10,18,10,10,21,17,1,23,1,2,30,10,10,10,1,5,5,5,2,10,8,5,6,10,10,10,9,3,8,30,9,12,3,4,5,5,18,15,25,10,24,5,7,25,5,5,27,5,30,30,9,4,20,19,30,2,5,18,5,4,4,31,12,7,10,15,10,5,15,2,8,5,1,10,10,3,2,11,5,10,7,6,24,3,5,10,3,3,12,15,5,10,10,16,2,5,11,5,15,15,6,5,10,10,10,12,5,5,15,5,10,5,5,10,5,10,6,10,3,15,10,10,10,5,15,5,1,5,30,16,2,5,5,10,3,2,10,14,5,15,5,15,12,5,15,10,1,5,6,15,10,28,5,5,2,32,2,21,5,7,12,7,4,1,5,15,10,10,30,5,17,10,4,30,15,15,10,12,5,20,20,10,5,10,5,7,5,8,2,5,11,2,12,10,25,2,20,2,19,15,27,5,4,10,19,28,5,10,10,15,10,20,15,5,5,15,5,15,5,15,17,10,33,5,5,10,9,12,15,10,10,10,5,10,8,30,10,10,15,10,10,15,22,10,8,10,6,2,13,4,5,5,7,30,2,25,2,14,5,2,27,5,10,15,3,13,34,18,10,7,1,5,6,5,5,5,14,10,15,13,1,15,2,18,10,2,3,9,15,10,5,5,5,6,8,15,5,5,10,8,10,10,4,32,4,5,5,5,5,20,10,15,5,10,30,5,25,5,10,10,7,5,5,8,10,5,22,10,2,10,10,5,10,7,5,7,15,7,2,3,3,5,4,12,10,10,32,32,7,5,17,10,1,20,22,15,4,17,5,10,6,5,20,6,34,5,15,10,15,11,2,30,30,18,3,1,5,15,7,15,2,10,11,1,1,25,3,10,15,10,13,10,2,5,4,5,11,5,10,8,5,15,16,2,15,2,5,15,5,6,5,8,14,9,15,5,10,4,6,3,17,3,20,18,13,5,6,13,11,1,21,15,19,5,10,5,10,30,2,10,27,10,4,1,25,5,10,5,5,6,15,20,5,30,7,5,14,4,10,25,14,10,6,15,17,7,5,2,30,4,10,8,7,7,10,1,2,20,16,2,5,10,18,15,19,11,1,1,8,1,10,10,10,6,15,10,10,5,6,5,5,5,5,10,15,3,14,8,12,5,1,5,12,5,5,10,9,5,17,15,20,5,7,6,10,8,3,10,13,4,1,5,2,7,10,5,20,20,20,5,10,3,5,12,7,5,8,4,15,15,7,10,13,15,10,5,10,27,10,2,30,5,20,1,1,5,2,5,30,5,3,15,5,13,15,15,26,3,25,5,5,15,18,8,5,2,5,5,17,10,5,10,5,5,3,10,5,17,1,30,9,12,29,30,10,15,4,20,17,3,7,10,5,3,5,10,8,12,14,2,5,10,1,5,15,17,6,5,10,5,5,1,14,15,20,5,2,5,10,9,10,5,1,5,5,2,16,4,30,23,15,7,5,14,4,16,1,2,9,5,18,5,4,5,11,15,8,10,5,5,5,5,15,18,10,12,5,19,14,2,5,10,15,14,25,5,5,12,7,10,6,5,11,20,1,5,30,5,18,13,11,5,5,10,7,5,15,12,5,30,15,1,2,2,5,3,5,5,15,1,7,9,16,7,10,2,5,4,10,30,30,5,30,10,5,2,10,20,34,25,10,3,15,3,5,5,20,5,5,5,5,4,6,7,10,8,6,10,11,1,6,2,15,5,5,5,10,5,25,15,14,20,7,6,10,10,15,1,5,17,21,6,10,15,9,15,20,2,5,1,5,10,5,6,2,30,19,5,10,5,5,10,8,2,5,10,13,5,10,5,8,20,10,8,10,3,6,3,15,15,15,5,5,2,10,5,1,11,18,3,3,15,5,10,5,10,15,9,15,16,3,5,5,5,10,2,6,2,12,3,9,5,2,5,2,10,30,3,10,9,10,11,8,8,5,10,3,5,11,3,28,4,3,10,5,16,5,12,2,5,5,5,18,18,5,14,3,15,15,15,5,25,5,30,10,10,20,3,15,10,1,2,5,8,20,5,5,5,32,27,10,11,10,30,30,9,5,2,10,5,5,10,5,3,2,30,24,12,10,15,5,3,9,27,20,5,15,1,5,5,30,3,12,12,15,5,1,13,24,5,12,10,4,2,10,2,5,5,5,4,5,8,10,15,7,2,7,7,20,5,10,5,5,20,5,8,8,30,3,5,10,5,5,21,7,20,15,11,5,15,3,16,16,15,10,31,18,3,10,30,5,10,11,10,7,6,13,5,10,15,25,4,7,5,6,5,6,6,5,2,30,10,5,5,10,5,5,10,7,15,2,4,5,5,13,10,5,5,2,10,14,5,5,15,10,5,8,5,15,5,15,11,10,3,9,5,13,2,15,10,2,5,5,1,30,30,10,1,3,15,1,8,10,15,12,16,10,7,1,6,2,10,30,5,16,5,1,12,5,10,20,4,7,5,10,8,9,5,17,1,4,1,18,5,8,19,5,5,5,10,15,17,5,5,10,10,6,2,25,5,20,23,2,10,2,5,10,4,10,2,15,11,17,7,7,15,15,10,5,30,20,4,4,7,10,10,5,1,21,1,5,17,33,11,2,30,15,10,15,1,20,3,20,10,12,15,5,13,1,5,19,10,5,1,12,15,20,1,5,4,10,15,9,1,5,12,15,30,5,10,30,15,24,27,5,5,5,6,10,7,12,9,5,2,24,5,7,30,5,20,8,1,16,12,8,27,20,5,10,15,10,1,8,7,1,10,15,8,5,3,3,2,25,5,7,25,1,2,15,5,15,2,4,1,15,2,10,10,6,10,30,5,5,15,15,22,10,30,20,1,10,16,10,25,10,10,9,10,5,30,10,10,8,8,9,5,5,5,16,15,10,10,5,4,10,6,10,1,15,6,7,15,10,10,5,9,20,10,5,15,33,25,30,5,9,6,1,19,15,20,5,14,6,21,1,15,5,30,2,15,30,1,4,15,5,5,3,20,1,10,10,4,15,5,10,30,5,30,5,5,4,15,10,10,5,5,5,4,15,5,6,3,5,8,7,5,12,5,12,4,5,5,15,12,10,15,5,33,30,12,2,5,10,5,4,4,31,8,6,1,5,11,20,10,3,3,4,15,10,7,4,8,1,4,5,15,5,20,1,10,4,8,2,6,28,10,5,20,22,10,5,5,5,15,6,10,5,5,29,20,3,5,4,15,23,16,5,3,1,11,5,5,10,10,10,10,30,1,5,6,4,5,3,5,17,20,10,1,10,3,10,3,10,2,30,5,8,10,30,5,12,10,4,6,15,15,30,4,5,30,6,2,15,5,4,5,3,9,10,10,15,1,10,3,4,10,7,7,2,2,10,1,5,5,12,10,8,10,10,10,30,9,5,2,8,5,4,10,1,30,4,9,5,1,3,10,5,15,5,5,21,9,10,2,12,5,10,10,30,10,15,5,5,15,10,24,3,10,5,6,20,5,2,4,5,5,20,15,5,5,5,5,6,5,10,5,2,1,15,28,10,30,2,20,11,12,5,14,15,15,7,6,19,1,10,5,5,10,7,3,5,20,5,7,7,6,1,15,5,5,10,10,3,30,19,5,3,3,3,20,10,10,5,2,15,2,3,2,10,21,5,10,10,5,14,5,10,30,9,5,20,10,15,3,10,10,25,20,9,20,5,13,10,20,5,2,5,5,5,10,5,5,10,20,15,13,1,30,5,16,11,7,10,14,5,5,3,15,20,6,5,15,25,10,10,9,1,5,13,6,5,20,4,2,14,7,10,10,5,10,15,10,30,15,10,5,10,10,10,2,1,10,3,5,15,25,5,10,7,6,5,4,1,5,6,8,30,7,15,10,5,8,10,5,5,10,10,20,10,30,18,2,27,20,4,10,5,20,5,5,20,5,20,5,5,5,5,10,8,3,8,1,5,2,2,10,5,10,5,2,5,15,5,5,5,8,15,18,10,30,15,3,5,10,3,5,7,1,2,10,15,13,10,10,10,20,10,5,3,2,10,10,2,3,2,16,10,25,5,12,4,3,10,5,7,5,5,10,10,21,15,1,5,5,10,5,15,10,5,10,30,15,6,30,3,25,14,18,11,10,21,5,13,5,1,10,5,11,5,8,5,2,29,10,1,3,2,2,5,5,7,10,1,5,10,15,5,10,10,30,4,15,10,1,5,7,5,7,10,1,8,15,3,5,5,5,16,15,25,30,8,10,8,5,10,1,8,12,30,10,15,20,1,10,8,7,5,5,5,5,4,29,7,10,20,5,5,25,6,11,5,5,5,6,5,5,10,5,5,15,1,16,10,10,6,10,27,5,2,10,15,15,10,8,2,1,18,10,5,5,10,1,10,5,9,30,15,23,11,12,3,5,5,5,5,10,5,2,5,25,7,20,25,3,2,5,10,15,10,21,15,3,30,12,8,5,5,8,10,3,5,10,4,9,3,2,20,5,9,10,20,10,6,25,5,8,17,10,30,5,5,3,4,6,5,10,1,10,30,10,30,11,20,16,2,5,10,20,5,3,5,10,5,5,9,8,5,7,4,8,30,17,5,5,12,5,2,15,11,4,5,5,5,5,10,8,15,5,9,10,20,5,10,4,10,5,7,10,10,5,20,19,5,5,10,13,10,5,12,13,8,4,2,1,15,5,5,7,30,10,8,10,5,15,7,5,5,10,5,10,5,16,30,10,3,5,5,10,15,1,10,5,2,5,16,1,5,7,10,10,1,5,17,15,5,10,5,12,10,25,10,9,15,14,5,5,9,12,5,5,6,18,2,10,10,30,9,10,7,25,10,5,11,10,15,30,25,5,10,15,2,10,9,1,18,20,11,5,15,3,5,6,5,10,3,10,15,15,2,5,30,15,25,9,3,4,15,5,5,6,1,8,8,5,8,1,5,5,5,28,27,29,15,8,5,1,5,5,20,9,5,10,15,5,23,10,10,5,5,1,10,10,10,10,5,20,10,5,10,10,16,7,5,5,5,7,29,20,20,5,2,11,1,5,10,1,10,10,5,5,5,15,10,10,1,10,4,5,2,10,30,3,15,5,10,9,30,20,17,5,15,5,8,5,10,5,23,20,5,5,8,5,10,5,5,10,10,4,5,20,12,5,15,5,10,30,5,10,5,5,15,7,10,5,4,5,5,10,10,5,5,4,6,2,5,28,9,10,10,5,14,6,1,30,5,10,5,10,5,20,10,5,10,6,15,5,2,9,5,28,30,7,10,5,19,28,5,7,10,5,30,4,1,10,7,20,8,3,7,5,15,5,3,5,10,9,20,20,5,15,5,10,23,10,6,7,28,15,5,30,5,5,5,3,8,5,3,5,10,10,3,5,3,7,10,8,5,10,33,12,9,1,15,15,32,2,30,10,5,30,17,5,5,19,8,5,5,5,11,25,10,10,5,12,30,17,5,4,1,5,4,5,25,5,25,5,5,10,5,7,29,5,5,6,5,15,3,4,8,5,30,5,33,4,10,9,5,20,10,5,1,5,30,22,5,7,4,5,30,15,5,12,4,4,5,16,15,5,15,15,10,5,5,5,10,10,5,18,20,15,7,15,20,3,27,29,7,15,10,10,3,10,2,10,10,20,2,22,4,15,8,10,10,20,2,30,20,5,17,5,8,5,31,20,20,3,6,20,17,5,15,5,5,5,8,3,13,5,12,10,6,1,3,5,20,4,5,4,10,4,3,17,8,12,6,2,5,10,10,1,2,5,3,10,10,16,1,5,15,5,15,5,9,11,3,15,5,2,5,10,5,2,5,10,10,5,2,13,12,5,30,15,4,5,5,10,2,10,3,13,30,4,11,1,19,2,30,5,5,4,10,15,20,5,6,10,4,9,15,15,2,10,5,12,3,5,10,3,5,10,10,8,20,3,13,7,8,10,25,2,23,30,10,20,5,5,15,5,10,10,5,5,12,8,25,13,5,17,15,10,13,13,4,19,20,30,5,5,5,5,4,5,25,10,5,3,34,4,10,14,18,25,10,20,10,15,6,8,15,10,11,2,5,15,5,21,4,16,26,10,4,4,2,17,5,15,19,5,5,15,30,10,4,1,10,14,5,10,7,5,2,5,5,14,5,10,21,1,6,6,5,10,10,5,10,5,5,5,10,10,16,8,5,20,15,5,4,7,9,25,15,5,15,1,5,7,25,1,8,5,5,3,5,10,10,10,5,4,9,5,3,10,30,10,5,7,5,4,11,15,6,25,10,1,10,20,5,6,5,22,5,5,14,4,20,3,15,5,21,10,7,5,5,5,25,5,3,14,5,10,7,20,10,5,20,3,8,8,10,10,5,5,10,11,10,5,10,15,5,15,5,21,4,7,8,5,15,5,10,16,15,5,5,15,10,12,2,30,5,10,6,17,10,10,5,10,9,5,10,10,3,5,1,5,5,9,4,7,10,12,7,4,5,9,10,5,5,2,10,5,5,25,17,2,10,5,5,5,7,6,5,10,5,5,5,10,10,10,3,5,8,5,22,10,2,9,21,5,3,5,10,5,5,7,28,20,20,6,4,7,5,10,8,3,18,5,5,13,11,2,15,12,4,5,5,5,10,30,5,34,5,11,2,10,10,11,5,5,5,10,5,13,10,5,1,7,10,1,10,2,5,5,11,5,5,9,30,30,10,1,15,2,6,8,4,8,7,15,16,4,7,7,5,5,10,10,3,3,10,5,2,20,5,7,2,4,20,5,19,30,1,1,10,27,10,10,15,5,5,10,15,5,5,24,12,5,5,15,3,2,22,9,15,10,5,2,20,5,5,5,5,9,1,10,5,2,1,5,10,15,5,8,10,5,19,5,20,5,3,5,4,3,4,10,3,10,2,4,8,6,4,5,3,5,20,2,5,7,10,20,2,10,5,2,6,20,17,10,5,26,1,20,30,3,5,1,12,6,10,10,4,10,3,5,5,4,11,10,30,5,21,5,15,10,10,10,2,32,14,1,2,10,5,2,15,5,5,15,24,5,5,19,5,4,20,4,15,5,5,2,5,7,20,5,10,20,30,11,2,7,3,5,5,15,17,1,20,6,10,10,14,6,5,15,2,5,10,4,10,5,2,2,20,3,5,8,12,6,10,5,6,20,30,5,5,5,5,7,10,8,4,3,2,5,3,5,8,2,5,10,25,5,5,5,5,2,10,4,15,10,5,15,10,5,18,5,15,10,5,10,12,5,5,5,3,5,18,12,5,10,10,6,8,18,5,5,15,10,15,10,5,5,9,6,8,9,3,7,4,4,15,5,21,3,31,5,5,12,5,15,4,4,5,2,4,9,10,15,10,6,26,31,5,5,5,5,2,5,10,2,2,5,10,5,15,30,20,16,7,2,5,1,2,5,5,5,12,5,25,9,10,3,10,10,5,10,5,4,23,5,21,8,5,5,9,10,1,30,5,5,10,5,10,5,5,15,1,10,5,5,10,27,19,10,8,2,10,10,5,10,7,7,4,19,5,11,8,1,2,15,1,15,3,5,5,10,20,10,7,6,10,5,15,19,10,5,5,19,10,11,5,11,7,7,10,5,10,32,5,2,10,4,3,11,10,8,2,10,10,23,15,2,2,10,5,5,3,21,2,12,7,4,6,3,15,5,7,5,4,2,5,1,3,5,5,3,14,3,10,1,8,19,10,5,1,9,5,5,10,5,15,9,11,27,10,1,10,5,10,15,3,4,5,7,33,3,34,6,32,10,10,3,16,12,1,10,6,9,5,5,30,7,15,7,10,15,20,5,6,10,5,18,9,4,4,10,16,8,30,5,15,4,8,2,5,8,7,5,5,10,30,9,5,5,18,10,5,20,10,5,5,2,5,11,10,13,5,4,4,5,3,10,6,5,10,5,3,5,10,10,25,17,5,5,8,1,5,10,8,30,12,14,16,15,20,5,13,8,15,5,8,5,10,5,5,2,2,5,10,3,5,5,15,2,3,3,4,20,5,2,21,3,1,10,4,15,5,5,10,11,5,5,3,5,2,10,2,12,10,5,1,16,3,7,2,3,8,10,17,5,30,10,15,10,5,15,21,5,10,10,5,10,12,16,15,15,10,5,6,10,15,7,8,5,4,10,5,10,5,3,5,5,5,4,5,19,5,5,10,14,11,5,30,5,8,15,30,10,30,15,10,4,5,15,3,6,5,6,10,5,5,26,5,10,10,1,2,29,5,20,5,1,5,10,20,9,5,10,15,7,10,10,25,10,10,5,6,5,5,10,5,5,15,5,10,10,10,3,24,10,15,5,8,10,10,11,10,5,11,10,20,22,9,5,2,20,7,5,15,17,1,5,2,5,23,15,15,5,10,8,10,5,15,20,17,10,5,15,10,5,10,6,15,30,13,5,3,5,5,5,3,9,7,10,5,10,3,8,20,1,20,10,5,2,5,15,5,3,10,3,10,5,10,5,5,4,33,11,15,5,5,30,5,5,18,26,12,30,5,21,10,10,20,18,6,10,5,5,10,10,20,10,5,5,7,7,24,3,6,5,20,5,15,9,3,11,18,5,15,7,1,5,18,15,1,10,10,10,30,3,2,20,8,1,15,10,20,10,18,5,2,12,4,10,10,20,5,7,34,7,11,32,15,8,2,1,5,5,10,2,10,5,15,5,2,2,10,15,8,10,10,12,15,5,25,21,9,10,10,19,12,10,10,5,5,15,10,10,5,10,5,7,5,12,20,10,20,5,6,5,1,12,15,10,20,14,3,3,10,20,5,8,15,25,5,10,8,17,30,14,10,3,5,5,3,5,10,11,4,10,5,5,15,2,5,10,5,30,8,10,10,10,5,1,15,8,7,5,13,10,20,5,10,9,5,5,15,6,10,5,20,16,10,2,20,11,10,10,10,10,15,5,2,24,2,5,6,5,5,5,1,5,14,1,20,5,2,10,8,5,5,8,23,4,34,3,15,11,5,4,10,10,5,5,8,7,27,15,24,1,10,5,30,5,10,27,7,2,10,5,5,10,17,21,23,30,10,10,5,10,25,1,5,11,5,1,5,5,5,15,5,20,5,5,15,5,1,20,5,5,20,5,10,10,16,5,3,20,5,5,1,15,5,6,19,5,3,5,9,32,2,30,20,5,20,20,4,7,1,25,3,5,10,15,5,3,22,10,17,1,10,30,5,8,1,10,3,10,5,10,9,3,10,4,8,10,5,4,10,10,6,15,10,5,15,3,1,1,5,5,30,5,6,2,15,5,10,30,20,10,5,5,10,5,5,30,5,2,5,5,5,20,15,6,3,3,1,3,5,10,10,5,30,17,4,15,10,12,5,5,10,15,10,2,8,10,13,10,5,10,10,4,15,19,1,1,15,5,10,5,15,5,5,5,1,20,10,5,15,4,6,1,5,2,30,10,8,1,5,20,5,5,1,2,2,5,10,5,15,10,5,19,7,5,2,15,5,7,30,1,1,1,6,5,5,5,8,10,10,5,15,5,5,20,5,20,30,5,20,30,5,8,5,17,5,5,20,5,20,2,20,16,10,30,4,3,12,15,1,20,12,15,9,4,15,5,20,1,12,8,20,10,5,5,12,15,11,10,5,13,5,5,10,30,5,5,10,10,5,30,5,2,10,13,8,2,5,5,25,5,15,15,5,10,3,5,14,8,10,6,6,5,1,5,5,4,15,5,5,10,10,9,5,7,15,3,30,24,10,10,13,14,15,5,12,5,5,5,3,2,8,10,1,10,5,10,15,12,10,2,5,10,3,25,2,15,20,10,2,5,10,3,8,5,30,5,3,33,10,5,20,5,1,5,5,10,5,10,5,5,15,5,5,5,5,12,21,10,7,5,5,20,20,5,10,4,10,10,20,5,5,4,20,5,30,8,10,11,3,5,5,20,15,5,5,10,15,15,5,30,15,5,33,5,4,10,10,20,8,10,15,5,30,24,30,9,5,10,4,20,8,20,10,5,10,30,30,3,5,9,5,3,5,5,10,3,10,15,5,3,15,5,10,32,4,5,2,30,5,5,10,10,15,14,10,5,30,15,15,15,8,10,10,10,30,15,30,2,8,6,20,8,5,15,15,34,3,10,6,5,17,5,10,22,3,33,2,13,10,25,10,20,12,13,5,20,10,2,5,10,6,5,8,7,5,2,3,5,12,15,6,8,1,2,10,5,22,13,7,6,14,3,5,5,5,10,10,10,5,15,5,10,5,10,7,4,7,10,5,5,18,15,5,2,9,15,15,12,22,5,5,3,10,15,5,5,10,6,12,5,10,25,8,10,5,10,1,20,10,1,15,10,5,15,3,16,10,15,20,15,10,5,31,15,5,5,10,5,8,10,30,2,7,10,10,31,2,15,3,5,1,10,20,20,15,10,21,8,10,11,1,10,15,10,6,5,5,5,20,5,5,15,10,5,15,20,10,30,5,25,7,5,2,7,2,10,15,10,3,15,4,10,12,2,5,11,13,5,5,12,5,21,10,1,10,15,19,1,15,10,5,8,20,20,15,15,15,15,12,10,20,1,7,16,5,21,3,10,15,5,12,5,15,9,10,25,20,4,25,10,5,18,20,23,2,10,13,5,8,10,5,10,10,5,5,10,5,1,5,15,4,5,2,6,3,5,24,7,15,23,5,5,18,4,10,5,30,5,3,6,10,20,10,10,25,5,2,10,5,5,9,6,5,5,12,10,15,10,12,5,25,7,8,32,30,18,25,2,3,10,10,16,1,14,1,5,10,10,5,20,5,5,25,5,15,5,15,5,5,5,5,7,15,10,30,10,15,5,20,10,10,5,30,20,10,4,13,30,2,13,10,30,15,3,10,4,4,2,10,5,3,14,10,10,22,5,4,4,30,17,5,12,5,5,10,5,5,5,2,30,5,20,2,20,5,5,10,7,8,2,3,3,5,5,5,5,30,19,30,15,2,20,30,10,5,15,6,15,5,8,1,7,1,5,22,30,15,20,5,5,20,5,19,10,2,5,15,5,1,10,8,10,5,6,10,6,26,6,10,5,13,4,1,20,5,17,15,5,4,5,10,10,4,13,5,7,10,10,10,10,5,5,9,25,16,15,25,5,2,2,15,30,10,15,20,5,30,5,4,10,6,10,5,15,30,12,10,5,16,4,10,15,20,15,5,5,1,5,7,10,15,2,15,18,2,5,8,5,5,20,5,5,5,10,5,5,5,6,15,5,8,10,16,29,5,10,20,9,12,10,4,5,3,20,20,22,5,5,9,18,2,5,10,15,5,5,10,10,5,20,2,10,27,10,2,10,9,33,10,5,11,6,10,20,20,5,5,6,5,17,6,11,30,5,16,8,15,5,4,10,15,17,15,5,5,5,25,10,20,30,4,10,25,5,8,2,10,5,20,5,25,10,27,4,33,13,6,10,15,15,5,5,12,22,20,30,15,10,2,10,15,30,15,5,30,25,1,10,13,5,10,15,1,12,30,8,10,5,10,5,30,5,20,10,30,5,5,20,1,9,5,5,30,5,10,2,10,20,9,30,10,5,10,24,5,5,8,15,10,2,20,25,14,25,5,15,16,23,5,10,26,5,30,10,10,15,20,16,10,30,30,8,8,13,10,7,5,5,6,5,10,20,15,2,10,5,30,30,5,10,5,19,4,7,5,15,12,1,7,5,5,10,10,4,16,19,29,5,5,12,15,5,5,5,10,19,5,5,29,5,5,8,3,5,5,4,5,7,15,10,10,5,5,3,7,8,10,5,30,10,5,15,7,13,14,30,25,15,23,5,5,3,15,28,10,27,5,5,15,10,16,16,17,5,10,4,10,28,10,10,14,20,7,1,20,10,14,12,6,16,17,6,25,3,7,2,5,20,5,15,30,10,20,24,3,7,30,3,10,7,5,1,8,21,10,4,10,20,9,3,11,10,3,2,5,10,7,5,4,11,10,2,5,19,6,5,1,15,5,30,15,30,18,5,20,8,30,2,3,5,5,20,5,10,15,1,1,6,7,5,10,1,15,5,22,30,11,22,8,15,2,2,10,5,5,6,30,1,30,20,6,15,10,5,5,4,5,5,8,10,7,5,10,5,7,30,10,6,18,2,8,3,5,1,4,5,10,10,15,12,20,11,8,5,5,2,30,29,20,5,15,10,4,20,30,5,5,10,10,14,10,25,11,8,11,13,10,5,25,4,8,10,10,5,13,30,5,6,13,5,5,6,20,5,15,12,12,32,2,5,10,15,10,24,5,5,7,31,20,11,12,20,2,5,11,23,5,28,25,10,5,10,2,3,3,1,10,2,15,1,10,5,8,15,8,10,5,2,4,5,4,10,10,15,3,20,8,5,10,5,6,1,5,7,1,18,7,5,5,15,29,10,5,10,10,30,10,1,9,15,29,10,2,5,13,1,10,17,25,5,34,2,9,5,9,10,31,25,4,5,10,18,15,10,10,4,5,7,30,10,2,24,9,25,7,7,5,30,20,7,3,6,4,5,21,5,5,10,5,29,10,20,5,5,2,9,15,3,5,15,13,2,15,17,10,31,5,15,10,10,5,14,5,7,5,10,5,30,6,1,34,10,12,10,10,2,10,10,6,2,10,20,5,2,5,11,5,8,14,10,33,6,13,24,3,15,8,7,20,9,5,10,5,23,10,13,6,1,5,5,10,10,20,25,7,5,5,11,13,25,25,30,10,2,3,30,6,10,5,5,10,10,5,5,28,15,5,15,15,9,5,20,2,20,5,10,10,20,10,25,5,30,11,5,12,10,2,20,10,5,10,2,16,4,5,30,5,20,5,10,6,22,15,10,20,8,15,10,30,10,1,15,2,10,10,2,5,5,4,15,22,10,10,3,20,5,12,15,24,25,15,16,3,30,20,10,8,20,10,6,5,20,3,12,7,10,11,4,15,10,8,10,5,22,10,5,10,2,7,10,10,10,10,12,14,22,25,8,10,20,20,5,10,15,10,2,2,15,8,9,10,5,10,5,2,7,30,5,5,5,15,12,15,4,10,5,8,2,10,20,7,20,10,3,21,5,10,3,7,1,30,10,4,25,10,2,15,5,10,7,4,20,3,20,15,5,8,5,2,30,30,15,10,3,5,20,10,12,7,5,9,6,30,1,10,10,11,15,34,14,5,5,5,20,5,6,2,3,15,9,29,10,15,3,5,30,10,15,18,6,25,6,25,5,5,3,5,19,22,5,7,15,16,15,12,26,6,1,12,8,13,3,5,5,3,15,4,10,10,8,3,5,5,6,3,5,8,29,11,14,5,16,15,10,5,11,2,2,10,12,10,21,5,15,10,2,15,2,15,7,2,18,2,10,10,5,5,20,6,20,5,10,10,15,30,15,10,10,4,8,10,19,5,10,2,6,6,10,7,10,6,5,3,10,3,10,2,5,12,3,15,7,30,5,5,5,3,1,15,19,10,20,10,10,2,10,5,3,15,21,10,5,10,5,10,10,8,10,5,7,10,17,7,18,10,2,1,10,10,5,6,5,3,10,5,20,5,2,10,5,10,19,15,10,9,30,10,30,1,8,5,9,10,10,3,2,5,18,8,22,10,15,5,18,1,10,10,12,5,9,30,15,5,30,8,5,30,25,22,8,5,19,28,20,20,5,5,2,6,11,6,5,6,10,20,5,5,3,5,5,15,15,10,5,10,20,30,2,5,20,2,5,2,15,30,5,10,3,5,10,9,10,1,5,5,5,29,3,25,15,5,10,5,14,20,5,30,17,9,2,12,5,10,20,8,5,20,9,4,10,5,15,5,33,10,3,5,6,10,20,10,10,6,15,20,30,18,5,30,15,2,5,3,7,5,3,5,5,5,5,5,20,4,5,20,10,5,2,5,20,18,15,15,5,15,30,30,10,15,20,10,8,1,1,10,5,5,30,7,5,21,2,9,5,30,10,12,9,5,20,15,8,27,18,17,1,5,5,5,7,14,6,2,4,1,3,5,14,5,10,9,20,29,5,10,10,5,5,5,9,5,15,2,30,5,5,10,30,8,7,10,5,20,10,10,10,10,2,10,5,5,1,3,10,20,5,15,5,30,10,5,19,5,20,1,7,1,10,10,4,5,9,2,20,20,20,5,10,3,3,5,15,2,10,2,5,4,15,15,5,5,5,30,15,2,5,13,5,30,5,4,5,5,3,20,11,14,20,6,17,2,15,10,2,10,5,30,27,14,27,15,5,15,3,3,24,5,15,20,34,15,1,10,30,30,5,20,2,15,10,2,20,5,10,15,20,17,10,16,5,20,15,15,30,25,13,30,23,23,10,5,15,3,30,5,10,3,15,1,10,7,10,8,15,10,10,15,10,10,20,10,10,2,5,10,12,5,10,10,10,11,8,15,1,20,6,5,3,10,2,20,2,5,30,13,25,5,5,8,10,30,10,5,2,2,10,10,5,9,5,6,5,25,5,10,3,10,7,10,3,10,6,5,10,10,1,30,3,10,20,7,30,30,19,20,5,5,8,6,30,10,30,10,5,10,4,20,10,10,10,3,10,20,11,10,10,10,10,28,17,8,10,10,15,5,5,10,5,10,6,10,5,15,22,6,7,2,10,5,10,10,26,5,10,20,5,10,20,15,5,10,15,15,5,5,5,2,15,11,10,5,14,5,10,15,10,30,10,30,10,4,10,5,7,10,10,5,5,3,18,10,32,10,30,15,5,9,3,15,10,10,5,13,5,10,6,10,10,10,10,5,5,8,2,8,20,4,10,10,22,10,15,15,16,5,20,10,15,5,5,10,8,15,2,20,15,10,10,10,30,10,5,15,5,1,22,30,5,10,11,10,5,10,13,4,15,25,4,10,10,20,10,5,5,15,7,10,6,30,9,27,4,5,30,10,15,5,15,4,4,5,10,10,23,15,12,15,6,15,15,3,10,2,5,5,10,21,5,15,30,5,5,5,10,5,10,5,18,5,10,10,5,21,5,5,4,6,26,2,10,15,20,5,6,10,30,17,10,1,10,9,10,26,5,10,5,8,5,15,9,10,30,10,21,5,15,30,33,20,10,8,10,5,10,10,5,10,5,8,25,28,3,5,15,5,9,5,20,10,10,5,10,5,29,2,1,10,8,25,5,5,13,10,10,20,5,10,10,5,10,2,5,10,7,15,17,5,5,10,10,30,5,5,10,4,5,10,20,10,10,10,14,5,30,7,15,10,5,15,4,34,5,10,5,7,12,5,8,10,15,10,20,18,30,20,5,23,6,10,1,15,10,5,12,10,5,5,10,5,15,5,5,10,19,10,12,3,5,22,8,10,7,9,22,30,12,5,5,10,20,15,5,15,15,15,8,10,2,10,5,9,11,20,10,5,2,5,19,5,10,20,10,5,5,5,19,2,20,6,5,5,10,5,4,15,10,5,15,15,15,8,5,6,5,7,10,1,1,20,1,3,4,20,5,15,7,30,20,10,5,30,15,30,2,3,28,5,9,5,5,8,10,10,5,15,26,1,3,2,21,2,5,2,9,20,4,15,13,5,5,5,5,10,1,5,5,5,5,2,1,21,2,20,6,10,12,5,1,2,5,15,5,10,5,5,4,5,10,5,5,10,3,5,5,6,5,3,5,5,6,10,25,1,10,3,5,13,5,10,10,5,20,10,1,5,10,20,2,10,5,30,10,2,2,5,1,13,24,7,10,10,5,5,15,3,1,10,3,5,20,4,5,5,5,10,6,5,5,5,1,20,7,5,5,10,2,10,5,5,5,5,24,6,17,5,1,5,10,5,5,10,5,5,5,10,12,24,15,6,3,1,3,5,5,5,5,5,15,13,16,5,10,10,7,5,10,30,2,5,5,5,5,10,5,10,5,5,5,5,30,15,15,15,20,11,15,15,19,30,8,1,10,14,20,1,30,8,15,5,30,26,7,5,10,10,15,11,5,25,9,5,5,30,2,10,4,4,17,10,10,19,10,5,12,1,3,5,11,5,8,5,30,30,4,5,10,1,10,5,5,10,10,1,5,2,5,1,11,10,5,5,10,10,7,13,3,5,15,10,7,3,5,5,20,10,20,10,2,4,4,20,5,10,6,5,10,7,5,5,15,15,5,5,15,10,33,15,26,18,10,5,1,7,2,5,6,1,30,15,20,10,15,10,5,21,5,1,3,5,10,30,15,21,5,1,15,10,2,9,19,2,15,5,6,4,18,11,11,10,2,13,5,10,13,25,15,5,10,3,3,18,2,5,1,30,2,13,15,5,10,10,32,30,2,10,5,16,10,25,10,8,15,10,10,5,30,1,26,9,10,30,30,20,5,5,30,20,1,10,10,5,5,34,20,9,20,30,4,5,4,2,11,5,10,2,20,5,5,25,15,10,10,25,10,5,15,12,10,5,30,5,10,2,14,10,15,27,20,15,10,5,10,7,1,15,5,15,5,5,30,5,5,2,23,2,10,15,5,5,2,5,9,20,5,5,5,20,10,3,5,1,8,5,20,20,5,2,5,10,15,30,3,10,30,5,10,5,20,5,1,5,5,11,5,10,13,14,5,10,15,5,5,4,5,5,15,15,5,5,29,5,10,5,8,3,4,5,5,1,10,29,15,5,7,5,1,5,10,25,15,10,10,10,5,2,15,8,5,15,10,5,1,10,10,5,5,5,15,10,15,30,10,20,5,5,10,4,25,1,5,9,5,20,1,6,5,20,30,10,5,10,1,5,10,10,20,20,5,5,11,4,20,17,2,10,20,27,25,5,10,15,10,5,1,15,5,12,15,10,10,5,8,5,5,5,16,10,5,2,5,26,15,15,20,30,4,5,30,3,5,5,3,10,10,5,10,3,6,20,5,20,10,10,2,10,12,5,5,5,1,3,1,15,19,5,8,5,7,15,10,3,18,15,2,10,8,5,25,6,30,30,11,5,4,5,20,5,5,3,2,5,5,4,10,15,5,10,15,10,15,10,5,2,14,5,10,15,6,10,4,3,5,5,21,10,30,3,10,10,20,5,9,10,15,6,6,5,5,2,5,5,15,20,20,15,30,13,10,30,30,7,1,20,5,5,8,9,5,15,11,15,6,5,7,6,10,12,10,3,10,5,1,5,30,7,10,5,5,5,5,5,5,5,5,5,1,5,20,2,10,9,5,20,1,10,20,30,15,25,6,8,15,5,7,5,10,10,1,3,5,3,5,25,10,5,10,10,5,30,9,10,6,5,10,10,5,5,6,10,1,3,10,31,7,5,15,25,10,20,5,10,10,10,7,5,5,7,20,15,3,5,15,5,20,10,10,15,20,10,8,2,5,10,15,26,5,25,3,18,9,4,1,3,11,13,28,5,23,10,11,10,13,5,5,7,5,5,3,10,13,10,5,30,10,5,20,15,11,15,9,9,18,15,13,10,5,7,10,1,9,10,29,1,17,6,5,7,30,10,10,11,20,30,9,4,5,6,30,5,5,6,15,10,30,2,10,30,10,9,7,1,8,5,4,10,14,5,10,6,5,6,10,6,17,10,5,2,6,8,5,7,6,7,5,5,15,5,5,7,5,16,11,6,30,15,29,15,10,18,8,10,5,12,5,26,15,7,10,2,22,2,21,13,4,5,15,20,15,15,17,5,5,10,7,17,10,5,7,10,5,2,5,2,9,5,20,10,10,3,3,8,3,9,12,15,13,25,5,7,10,10,1,5,12,30,15,5,2,5,15,5,15,4,5,5,19,2,7,25,20,8,30,5,10,11,18,16,10,5,13,5,5,10,9,5,16,10,15,15,2,15,5,22,5,30,5,25,10,5,10,1,1,28,5,5,6,5,5,15,11,5,4,8,10,10,2,30,5,5,10,15,10,5,10,23,5,25,10,6,10,15,15,8,5,11,15,8,10,9,4,10,20,5,5,10,32,20,5,15,5,7,30,20,5,15,15,5,5,2,4,15,10,6,10,15,15,25,5,10,11,20,15,5,8,20,10,30,8,3,5,10,10,7,5,10,5,28,5,30,15,8,30,4,15,27,10,20,3,15,30,4,3,22,27,5,10,33,10,1,15,30,20,4,5,30,10,23,5,30,33,10,5,25,10,4,1,5,5,5,30,20,6,5,10,2,12,30,30,10,4,10,15,10,20,7,30,12,9,15,17,14,19,1,20,30,20,10,4,5,15,5,30,5,8,10,7,7,2,5,5,5,8,13,10,5,7,6,20,17,5,5,15,9,5,5,2,3,5,3,5,15,10,5,20,5,10,5,10,15,30,10,14,19,13,2,3,1,5,5,5,8,5,5,25,25,10,5,5,1,10,5,2,10,10,5,8,5,20,8,10,6,5,2,2,10,10,5,8,10,30,25,2,30,10,30,7,5,5,8,15,9,10,11,10,13,15,11,14,4,6,2,10,1,3,4,5,5,5,4,2,30,5,5,7,5,15,3,3,10,5,3,10,7,25,32,6,4,15,6,8,1,10,7,20,5,13,7,5,8,1,2,6,10,7,15,5,5,15,1,10,12,10,8,30,10,5,9,10,5,2,3,12,10,10,20,7,10,30,2,3,3,2,11,10,15,5,19,5,8,5,10,5,20,3,20,9,10,5,15,5,10,5,34,30,10,10,5,6,5,10,3,10,9,25,28,5,30,13,30,4,10,7,5,3,5,5,30,9,20,2,10,6,30,5,25,30,10,20,5,5,5,10,23,1,3,15,5,5,6,5,30,10,5,30,5,15,29,5,5,5,20,20,3,29,10,6,6,3,15,12,25,5,7,25,4,3,20,13,10,8,10,10,5,6,9,5,30,15,5,26,15,5,11,12,10,12,18,11,5,7,6,4,20,5,5,20,5,4,10,13,34,30,12,20,13,5,30,20,8,6,26,5,15,3,3,9,15,21,5,10,15,10,10,10,1,20,5,10,1,10,34,1,5,10,27,5,7,16,20,10,10,1,10,30,30,7,6,5,1,7,5,6,5,10,10,5,10,5,5,5,25,5,5,5,5,3,8,20,9,5,13,10,15,10,16,10,5,6,15,10,1,2,16,13,10,7,15,8,15,20,3,5,10,1,5,5,6,5,2,5,5,7,3,20,30,5,5,5,2,5,30,5,7,1,10,5,4,9,5,5,10,3,4,8,8,1,10,7,5,4,10,16,9,20,27,9,20,3,6,10,5,20,16,15,12,2,5,2,30,10,30,1,10,5,5,9,11,20,20,5,10,10,2,10,5,10,5,15,2,5,8,11,4,1,5,14,19,5,20,5,5,2,10,5,2,10,6,9,15,25,12,30,5,15,32,7,5,7,5,15,5,6,5,5,9,10,5,5,22,12,4,30,5,15,13,10,5,17,15,5,5,10,25,10,5,9,14,5,2,20,5,8,2,5,6,10,9,5,10,18,6,5,5,10,5,5,10,8,3,12,15,5,5,9,27,17,4,5,10,6,10,19,7,8,7,8,10,5,12,2,10,10,7,17,8,1,5,5,23,5,8,5,15,14,8,1,2,5,8,11,30,7,3,14,14,12,10,15,5,6,5,3,10,3,9,17,5,6,4,5,6,7,24,5,17,5,5,6,10,5,5,10,10,5,5,10,7,5,5,5,5,1,10,5,8,15,5,3,3,19,10,7,15,5,5,20,10,5,5,3,10,7,5,1,5,5,3,12,9,5,17,3,3,8,5,17,5,7,8,10,4,10,4,3,5,1,9,1,4,10,10,5,11,10,15,12,10,7,10,7,7,5,6,5,7,11,5,2,5,5,5,23,20,5,10,7,9,10,8,14,5,2,15,5,2,14,5,15,5,4,10,13,2,13,5,30,8,11,4,12,5,29,20,15,5,6,5,21,5,15,4,16,10,13,2,1,7,5,5,10,12,33,7,10,5,10,9,5,7,5,5,3,29,14,10,15,10,15,5,2,10,5,20,9,5,18,2,11,27,7,10,9,7,10,15,20,10,10,10,5,2,10,5,5,10,1,10,9,3,7,7,5,20,1,5,5,6,5,6,4,10,2,2,10,8,30,7,5,30,5,5,10,3,8,5,5,5,5,9,5,6,30,10,8,10,12,2,5,5,7,10,5,20,13,7,5,20,10,3,4,10,11,14,5,10,2,2,2,10,20,5,4,10,5,16,6,15,3,30,3,5,10,7,20,5,7,15,30,6,15,5,30,15,20,10,4,30,4,15,15,1,10,15,5,30,8,5,20,6,15,4,5,6,5,5,5,5,5,8,5,11,20,5,5,8,4,1,30,30,30,5,10,10,2,10,10,2,6,5,10,5,10,5,30,20,10,8,5,2,30,6,3,10,5,10,5,20,1,5,5,10,15,5,15,10,5,9,10,8,5,5,5,5,10,5,5,10,10,30,11,10,1,10,3,10,10,10,26,13,4,5,11,9,5,5,30,11,9,5,5,10,7,10,6,15,13,10,5,5,16,10,5,30,18,5,2,10,10,2,3,5,5,1,11,3,5,1,4,5,30,8,19,5,5,10,20,5,10,30,30,20,15,5,1,5,8,10,15,4,18,10,5,10,3,13,16,30,5,15,25,20,15,10,3,9,10,20,30,2,9,5,10,10,5,15,10,9,15,13,10,10,15,19,10,31,15,10,10,10,6,2,2,5,10,3,5,5,5,5,5,1,9,10,15,3,6,20,10,3,13,2,11,10,23,5,5,6,10,11,11,10,9,3,10,20,5,11,20,15,30,6,32,6,10,10,10,10,5,10,5,5,15,8,4,9,19,13,30,15,3,7,23,5,6,6,10,10,10,24,15,7,5,8,6,10,24,10,15,10,9,5,10,5,15,28,10,7,7,9,2,5,5,18,5,9,10,10,2,9,20,5,20,5,20,22,10,5,27,30,10,7,15,30,10,10,10,2,5,10,20,10,5,10,5,5,10,30,4,10,2,21,7,10,30,1,26,6,30,10,10,6,10,5,13,30,25,10,5,5,10,3,15,5,5,10,15,10,10,10,2,9,8,18,17,10,15,5,2,7,10,5,1,7,8,7,10,9,10,30,5,20,15,5,1,30,2,10,10,26,1,5,5,10,34,2,5,12,5,5,5,10,20,6,10,8,10,25,4,5,8,7,9,19,15,1,10,5,5,10,11,10,4,9,15,7,20,10,10,18,10,30,10,30,20,7,28,25,7,5,5,3,5,5,4,10,5,10,4,15,15,5,15,5,10,15,10,30,10,6,4,15,10,5,15,9,8,5,5,10,4,5,5,29,25,15,10,5,13,4,9,30,10,15,2,6,6,5,10,3,10,10,23,10,8,10,2,5,1,9,9,15,5,5,1,20,5,10,10,10,10,10,34,10,6,8,9,9,20,7,2,10,10,10,3,6,13,9,15,30,6,8,10,5,15,10,5,15,18,5,5,4,3,15,30,5,15,14,5,4,5,6,4,3,6,10,3,15,4,25,8,5,5,15,6,3,10,30,12,30,5,12,5,3,3,5,9,10,10,3,10,15,10,15,13,5,7,5,33,30,10,15,7,10,33,7,5,5,9,9,5,6,5,5,17,10,8,5,5,3,5,5,33,10,5,16,4,30,10,7,15,11,11,10,30,6,3,23,33,3,5,20,17,7,7,8,5,30,2,5,8,1,5,5,10,15,12,10,5,21,4,1,5,5,9,5,15,15,8,20,15,5,10,6,5,4,1,20,5,5,5,6,10,10,5,6,4,5,15,20,22,2,30,10,2,7,8,9,3,4,2,5,5,15,20,5,5,10,18,15,2,8,9,25,7,5,1,20,9,15,2,2,2,7,5,10,9,15,8,5,5,5,9,30,14,16,5,1,7,4,10,1,10,33,28,15,5,6,3,4,1,10,20,6,7,10,7,10,10,5,10,1,18,10,1,5,5,30,5,15,7,10,5,5,4,2,5,7,10,7,2,9,17,5,6,5,1,17,18,30,5,5,1,2,10,1,5,1,10,10,25,30,19,15,15,10,7,5,12,30,29,18,1,3,1,3,10,20,15,3,6,11,10,5,10,1,5,20,1,5,5,6,6,30,6,30,7,5,10,10,6,22,10,10,11,10,10,5,5,5,5,20,15,13,21,3,9,5,9,5,10,5,15,8,26,17,5,21,5,30,23,5,2,5,9,3,5,1,9,20,5,3,15,5,6,5,3,5,2,5,6,10,6,5,7,5,5,5,10,7,10,28,10,3,18,25,2,31,25,15,1,17,12,17,5,10,15,10,10,5,16,6,5,10,3,5,23,14,25,14,1,2,5,8,20,6,20,2,27,5,21,15,1,8,19,28,10,1,8,5,1,31,10,10,15,15,5,18,17,7,10,6,5,10,8,8,17,22,5,5,25,1,15,5,1,12,7,2,8,5,10,32,10,5,10,5,17,4,5,10,29,15,10,10,14,1,30,7,34,5,12,30,33,8,10,20,5,6,5,12,5,2,15,21,23,20,15,5,10,5,8,10,5,5,21,2,30,30,15,10,20,34,18,5,6,5,5,7,15,15,4,5,12,12,20,23,17,9,5,5,30,5,5,10,11,20,24,12,12,5,5,5,4,1,5,30,10,4,5,25,5,3,5,10,3,10,15,6,2,5,10,15,10,16,10,6,25,5,10,5,15,5,20,5,15,2,7,9,10,5,5,5,5,10,10,4,2,8,15,5,30,10,2,15,1,5,2,10,7,5,10,10,7,10,8,2,11,5,10,5,5,10,14,28,20,10,5,5,15,10,5,10,10,5,8,5,10,6,5,10,13,10,1,6,5,12,7,4,10,4,5,6,5,30,8,3,30,10,7,4,7,15,5,20,6,5,20,5,9,10,8,5,25,5,5,15,20,6,5,11,10,5,15,5,2,22,5,7,9,16,10,3,15,15,15,12,10,5,4,15,5,3,33,5,15,3,30,5,15,11,11,5,1,6,10,5,10,10,5,5,5,4,3,1,2,10,14,3,2,3,5,10,5,20,4,5,10,5,10,1,15,14,7,10,2,15,8,5,11,5,5,10,8,5,10,5,5,10,10,20,20,15,30,5,10,10,27,5,8,5,5,5,13,5,9,6,5,5,20,15,8,10,10,7,20,5,10,8,6,5,10,34,8,9,5,2,10,31,15,10,1,7,10,30,3,5,1,10,5,5,10,10,5,5,15,5,14,5,5,5,5,3,10,10,10,30,4,15,7,5,4,5,10,4,2,10,10,10,5,5,5,4,5,2,4,21,10,17,2,5,7,6,25,15,3,4,15,7,2,2,1,30,30,12,5,5,30,27,4,12,8,3,26,5,15,5,5,4,2,15,11,5,5,3,10,5,15,10,15,3,27,4,8,10,1,6,5,10,6,10,9,10,5,5,5,5,10,10,10,10,8,15,5,5,17,30,15,5,5,18,5,5,3,15,5,2,5,10,11,10,10,10,4,5,2,1,5,5,10,4,5,5,2,5,10,4,20,15,20,6,5,10,30,30,18,7,2,5,5,5,2,10,5,3,8,10,13,5,10,10,5,10,5,6,10,10,7,12,3,5,15,2,2,19,11,5,30,10,20,13,3,5,3,10,13,5,5,5,5,5,10,9,5,4,10,25,11,26,5,9,10,6,14,5,2,5,10,6,5,5,5,5,30,7,21,5,10,24,5,15,12,7,5,10,7,10,3,5,30,10,5,2,5,9,15,8,25,4,5,5,4,2,1,20,15,3,10,15,5,6,7,21,25,4,5,3,7,5,25,10,9,15,3,15,6,3,5,10,5,4,12,3,5,14,10,5,6,10,20,5,5,7,25,8,10,11,10,10,20,5,10,3,10,30,12,10,8,10,5,20,5,6,30,5,5,10,15,13,5,21,1,5,2,25,5,5,5,11,5,5,15,10,14,1,29,5,10,10,9,5,10,5,5,5,20,2,5,2,30,3,10,5,4,10,5,5,4,5,5,10,30,10,4,10,4,10,5,20,2,10,1,5,5,2,30,3,13,10,6,5,10,10,1,9,5,4,3,5,15,4,30,4,14,5,10,5,10,5,30,25,9,2,1,5,7,5,10,15,10,10,7,11,5,15,14,1,5,5,5,10,5,6,5,10,10,5,5,5,10,5,19,5,28,5,5,20,5,24,10,24,5,12,5,24,30,4,5,10,5,5,20,5,7,2,30,9,12,15,8,5,8,15,2,5,11,3,10,30,5,15,20,2,20,5,5,5,5,5,10,6,12,5,10,2,10,7,10,5,2,5,2,15,10,1,2,34,5,5,5,15,7,2,10,5,5,2,10,5,10,4,2,5,5,5,5,5,5,5,5,5,10,15,1,15,29,3,9,11,2,11,10,6,5,15,5,10,13,13,4,30,4,3,30,5,5,30,5,30,23,10,8,10,5,13,9,10,5,8,5,3,22,1,4,5,8,10,5,5,15,15,10,20,3,15,5,5,7,10,7,10,5,2,8,10,5,4,19,20,10,30,5,25,5,3,24,5,13,1,2,7,5,30,5,10,5,5,6,5,5,10,5,10,5,8,30,3,10,15,10,10,5,5,10,5,8,6,4,11,9,8,6,14,7,19,2,15,2,9,15,1,10,5,6,5,15,5,5,4,25,15,1,5,10,25,4,4,5,5,10,30,5,10,3,25,5,2,6,11,10,5,10,5,7,15,5,6,10,2,6,1,2,12,4,8,5,5,15,12,1,17,5,5,10,15,5,25,5,10,5,5,1,6,15,6,7,5,10,10,8,3,25,10,9,15,5,7,4,8,13,5,5,10,5,4,5,6,30,5,20,10,5,5,5,4,30,5,8,1,15,5,10,9,5,5,15,10,6,5,2,10,5,5,2,5,3,30,13,11,5,4,9,11,15,5,5,5,5,5,7,5,10,9,5,25,9,1,2,12,12,5,22,5,12,18,3,4,11,8,5,15,5,6,2,5,10,5,2,4,15,10,10,10,5,5,15,3,5,5,10,8,5,14,10,13,5,5,10,1,5,10,3,5,20,22,5,30,5,5,5,1,7,10,5,5,30,14,30,23,4,5,5,5,3,5,12,2,5,3,7,9,10,5,5,7,14,5,5,13,12,5,10,5,5,10,12,5,10,15,10,10,23,5,2,6,15,5,3,5,5,23,15,7,15,10,10,5,10,6,5,10,5,5,5,5,7,10,3,12,13,5,2,5,8,5,5,13,10,5,5,5,12,15,5,2,5,8,22,8,5,10,5,15,10,5,5,5,30,5,20,5,2,5,9,9,5,5,10,3,10,5,5,16,4,4,5,13,10,9,5,15,10,5,2,2,10,5,5,5,10,5,3,2,12,5,10,15,30,5,15,5,30,3,9,5,8,5,19,5,5,10,5,2,5,5,4,5,4,10,10,5,10,3,20,5,3,5,13,15,3,5,20,5,5,20,30,5,5,7,6,4,8,10,5,10,30,10,5,9,30,8,30,5,5,1,8,5,8,20,5,5,5,15,9,10,5,29,5,7,10,5,6,2,10,18,20,4,6,10,6,5,7,6,5,1,3,10,7,5,4,10,4,4,10,12,4,10,4,15,9,5,4,10,3,10,5,10,10,5,5,3,5,7,4,4,15,5,9,5,3,5,2,1,3,15,5,4,10,5,21,11,10,5,10,9,7,15,3,5,3,30,5,5,10,10,5,5,5,5,15,18,4,5,30,24,10,4,10,5,20,9,2,5,10,15,4,10,30,20,7,2,5,5,5,4,25,23,8,2,10,21,3,8,10,5,10,15,2,5,6,17,20,12,4,10,5,3,10,10,5,5,5,5,16,10,10,15,5,7,5,10,7,3,5,10,3,5,8,30,5,5,10,3,5,13,10,10,5,5,5,3,5,10,5,7,5,5,8,5,5,2,10,15,5,2,3,5,10,10,7,1,5,8,5,5,10,10,5,10,11,5,13,10,4,11,10,5,5,5,3,5,4,9,15,4,5,10,8,5,7,5,30,3,4,30,2,7,6,5,4,10,14,5,25,5,3,5,5,19,5,8,21,9,15,3,7,5,4,1,1,21,1,5,2,5,15,8,13,20,5,5,5,5,3,3,10,15,26,5,15,10,10,4,10,4,4,26,5,10,1,5,17,5,5,8,10,4,10,5,3,10,6,5,3,1,4,7,4,5,3,2,10,15,6,5,10,5,5,5,1,10,5,27,5,5,5,5,1,3,2,15,10,5,10,20,15,11,5,5,5,9,7,1,4,10,10,10,5,15,5,11,20,12,15,10,20,9,3,6,4,10,1,15,5,5,8,5,3,10,10,5,10,13,20,7,5,7,5,5,16,10,3,9,5,7,25,10,5,4,10,5,5,10,6,4,6,9,10,7,20,7,5,5,8,2,25,5,5,5,5,6,10,15,10,10,16,8,9,3,5,9,5,5,2,5,5,5,5,5,5,12,3,5,10,10,4,21,5,5,10,15,10,7,10,2,10,8,5,3,2,6,10,1,31,5,5,7,5,15,5,5,30,6,10,3,5,5,10,15,5,5,4,5,5,10,3,2,19,4,10,16,8,10,30,5,15,10,5,8,6,12,10,8,5,10,5,17,10,10,5,12,5,30,6,2,10,17,13,10,2,10,5,5,5,15,10,5,30,4,5,1,4,16,5,3,8,10,8,5,5,10,2,14,2,7,6,10,3,5,5,5,2,4,25,8,5,5,20,25,5,7,2,1,10,3,20,1,13,6,9,1,2,3,10,5,5,10,5,10,15,2,10,2,15,5,5,10,4,5,3,20,5,10,5,5,15,4,6,3,12,12,2,10,5,3,5,10,2,13,10,7,3,2,20,10,5,10,6,8,17,3,4,28,9,10,6,5,5,15,3,25,5,7,8,5,5,12,4,2,3,2,10,5,15,13,4,20,10,20,20,7,4,5,5,5,5,5,5,10,1,6,15,5,4,5,5,10,7,15,5,5,2,5,7,5,5,1,4,2,5,20,10,5,10,5,10,10,30,5,10,3,5,2,10,5,11,8,15,26,4,20,3,10,5,10,7,26,5,10,5,28,15,15,18,4,11,5,20,5,10,1,15,6,5,5,4,10,5,1,10,5,6,5,2,10,10,11,12,20,25,2,8,15,5,4,5,5,10,30,10,6,16,3,8,3,15,5,4,7,10,1,6,10,7,15,4,20,15,3,1,10,6,14,2,10,1,5,12,2,2,6,1,5,5,3,10,5,11,15,5,5,6,10,6,25,9,5,12,3,7,21,17,10,5,1,3,5,3,20,3,17,5,4,5,13,5,6,5,5,10,5,5,10,10,5,13,3,4,10,5,5,3,30,10,5,5,5,4,10,20,15,10,2,5,6,5,5,2,13,7,5,14,5,9,7,5,10,5,15,5,4,8,7,10,5,3,5,7,4,5,4,2,15,5,5,5,20,10,7,3,5,16,4,1,3,25,3,9,5,27,9,3,5,4,5,12,5,5,8,5,5,15,3,10,10,5,1,20,8,5,7,5,2,10,25,4,11,5,1,7,10,3,1,12,5,20,5,12,29,5,24,5,5,5,1,5,8,10,10,10,5,6,3,8,10,2,8,5,3,12,10,3,2,10,7,10,10,6,15,19,5,3,5,15,11,5,5,5,15,6,10,5,5,5,1,5,20,5,15,2,2,5,6,5,10,6,21,2,7,5,10,7,5,10,5,2,7,3,23,3,19,15,3,2,10,15,5,5,3,12,5,2,5,5,5,6,15,5,4,8,10,3,8,5,30,2,1,8,5,7,4,5,5,2,5,2,10,30,5,3,8,15,18,5,9,10,19,7,4,10,10,3,17,5,9,2,15,5,5,6,15,5,20,22,10,19,5,5,3,23,5,15,5,5,8,10,5,30,5,22,24,25,28,11,3,2,5,5,2,10,15,20,32,3,10,10,5,5,10,5,5,11,15,5,5,8,5,2,10,2,8,1,2,1,10,2,5,5,10,5,3,7,5,1,2,10,26,5,10,6,19,10,18,7,7,20,30,5,4,20,3,4,10,10,5,9,15,2,1,3,6,1,5,30,5,10,18,10,6,6,5,2,5,1,4,10,5,8,2,5,30,6,15,4,9,5,18,5,20,5,5,5,3,7,1,3,5,5,15,6,10,30,4,20,3,5,20,15,5,3,9,6,15,9,12,5,5,4,5,10,10,10,5,5,5,5,31,5,15,5,5,3,5,6,15,10,2,5,6,5,2,4,5,3,14,10,5,15,5,12,5,6,6,5,9,16,3,15,4,10,10,9,10,5,5,3,10,1,5,10,30,6,10,30,10,5,18,3,10,2,8,15,2,7,20,20,10,5,2,12,5,5,5,15,5,11,10,5,2,3,20,1,5,10,2,8,5,3,4,30,5,14,5,5,5,3,5,8,4,20,5,5,1,5,4,30,1,4,5,1,2,5,1,5,7,30,18,3,10,8,20,12,5,2,6,5,3,4,2,23,5,10,15,10,5,4,6,8,19,6,25,10,32,10,7,16,10,19,16,8,32,10,1,25,5,9,10,2,5,3,8,5,10,20,7,10,3,2,5,1,5,5,14,20,15,8,11,5,9,5,32,5,3,15,5,5,5,6,5,5,10,25,10,5,4,5,10,5,7,2,10,5,2,5,4,4,17,12,10,5,1,15,15,5,5,5,20,1,20,30,20,3,5,25,12,14,10,21,2,5,20,2,5,10,5,5,5,5,3,5,1,13,20,2,1,5,19,2,10,18,2,16,3,2,13,5,13,15,9,33,2,24,2,10,10,5,10,2,6,9,4,5,5,3,5,30,5,10,5,17,3,10,5,2,12,16,25,20,8,6,5,5,7,6,6,7,20,20,5,5,6,2,5,10,5,25,6,15,5,12,10,11,2,17,10,2,2,4,5,5,8,10,5,5,10,5,5,5,15,7,10,7,25,2,1,16,7,4,9,5,30,10,2,19,25,10,3,9,1,3,9,5,23,1,10,5,5,15,22,5,10,6,3,5,10,10,10,11,25,18,4,3,10,1,2,8,5,15,3,5,5,9,13,9,10,5,19,3,10,5,20,7,5,5,7,6,30,12,5,2,10,10,8,5,34,7,10,5,31,2,15,5,17,3,10,20,10,5,3,15,5,6,10,5,10,16,10,3,5,10,6,5,10,6,5,15,2,17,5,5,4,6,15,5,4,5,14,5,5,5,5,5,5,3,3,10,3,3,9,20,10,3,5,4,5,17,5,4,18,5,2,10,2,22,15,3,4,4,10,5,20,5,15,5,5,2,8,5,11,10,10,13,10,15,6,6,2,19,10,13,5,5,4,4,10,4,6,5,5,2,5,7,5,3,28,20,2,5,15,6,9,5,2,10,3,1,5,10,5,20,5,10,6,3,16,5,30,5,30,7,5,1,10,10,5,31,5,8,8,2,3,10,5,2,5,9,9,15,1,5,25,2,5,10,9,5,9,5,3,5,10,5,3,13,7,24,2,10,17,10,2,10,2,5,5,10,5,4,5,5,3,10,2,2,5,10,10,8,5,5,5,9,15,6,5,5,2,20,5,10,2,6,5,2,10,5,30,28,2,10,10,10,1,5,15,15,5,2,20,2,5,6,10,15,3,2,5,9,10,10,25,5,10,1,3,10,10,10,15,4,5,25,8,5,10,11,5,2,10,5,12,25,10,4,10,10,3,6,10,4,2,9,28,16,30,5,5,7,3,5,1,9,5,5,10,20,5,5,10,20,4,10,10,5,15,2,2,10,23,10,5,15,5,10,10,5,2,2,10,3,29,5,5,4,6,3,20,9,15,5,5,5,5,10,7,1,10,8,20,5,2,25,10,5,8,5,5,5,1,10,5,6,2,15,5,20,5,15,2,8,5,10,14,5,4,5,11,10,5,14,5,5,7,1,15,15,3,5,5,2,5,5,25,10,15,10,10,3,10,6,8,10,8,2,5,2,5,30,20,2,12,2,8,23,1,30,1,24,15,14,2,3,9,5,1,2,5,32,30,9,5,4,5,9,25,20,4,5,10,20,5,5,20,15,7,4,6,6,5,10,8,5,10,5,8,3,7,10,12,8,1,15,2,5,15,15,11,10,10,15,1,6,7,2,10,30,20,3,5,27,2,5,12,5,10,10,3,2,9,12,10,10,5,2,4,10,2,13,10,5,30,15,4,30,17,30,4,15,15,15,3,12,2,12,6,17,19,3,10,2,13,4,10,3,10,14,31,17,15,5,15,10,2,20,3,17,1,5,19,12,3,30,18,9,1,2,5,2,10,15,5,31,10,29,25,4,1,30,30,10,6,5,6,4,10,5,1,10,5,25,5,10,5,10,5,2,9,20,10,10,30,5,5,30,3,4,10,20,9,30,5,25,10,8,5,10,30,5,10,20,12,8,1,4,4,20,13,15,15,30,2,10,10,5,15,8,2,15,5,20,20,2,6,5,30,5,5,9,5,5,10,6,5,5,10,4,3,20,30,5,14,6,30,10,1,5,7,10,10,5,5,23,2,20,20,12,11,15,14,3,5,5,5,10,10,17,1,25,2,1,2,16,2,4,30,2,1,20,5,5,7,2,5,5,1,20,10,5,5,25,10,5,30,3,30,4,1,9,1,5,1,10,10,3,5,25,7,10,13,2,15,4,10,17,5,5,2,20,10,5,15,6,5,10,15,10,1,5,6,5,7,12,1,15,5,9,10,4,5,6,30,10,30,29,2,15,5,5,30,4,10,1,6,10,10,2,29,1,3,30,19,5,8,5,6,15,1,5,2,5,30,4,5,10,5,1,5,10,25,25,31,5,5,3,22,10,2,5,8,10,10,10,4,7,5,20,2,9,2,1,5,12,6,4,5,7,10,10,5,15,2,10,10,7,15,30,5,8,20,7,13,3,25,10,4,5,10,5,5,30,7,10,16,7,3,2,2,19,20,15,5,10,5,6,16,16,1,3,31,6,5,30,14,2,9,5,15,5,1,5,5,3,2,6,5,3,5,18,8,10,25,5,5,5,7,10,4,3,6,12,2,15,14,5,5,10,20,1,5,3,4,15,5,1,6,10,1,12,10,10,10,14,10,10,30,4,8,10,5,3,4,10,5,8,4,5,10,5,5,19,5,4,15,12,8,5,3,2,4,5,5,1,5,22,5,4,18,1,5,2,5,7,16,5,15,5,15,10,5,33,7,2,8,14,5,7,2,10,30,10,5,4,1,5,5,18,1,8,10,2,7,12,10,2,11,15,5,17,10,1,8,4,18,10,30,10,15,1,9,1,5,1,10,5,10,5,5,15,20,4,2,5,1,1,5,3,1,16,4,5,10,2,13,5,5,7,10,5,5,10,3,4,25,9,2,4,5,10,5,5,6,5,10,10,15,10,5,9,10,4,4,30,5,5,10,5,5,2,4,2,10,1,3,5,5,8,6,5,10,5,14,12,12,30,14,30,2,16,10,2,10,5,3,4,15,5,2,1,30,1,10,15,6,15,5,3,10,10,5,15,25,2,15,10,5,13,8,5,15,8,15,2,15,4,5,1,8,5,31,11,4,10,10,5,5,5,30,5,15,15,6,1,17,15,10,1,5,20,5,1,6,25,4,2,30,10,1,3,10,10,5,7,5,5,5,5,20,1,3,10,2,7,10,2,3,2,15,5,25,8,5,15,1,12,10,10,3,4,15,1,2,10,5,5,10,30,5,4,10,7,10,15,1,15,6,5,20,10,15,3,5,2,4,5,4,30,5,5,10,5,3,10,5,5,8,24,1,7,5,8,1,5,22,5,5,15,4,4,10,5,2,7,3,21,20,5,10,10,7,2,5,6,15,6,1,5,1,10,30,15,10,5,5,1,4,5,20,3,13,18,8,10,30,1,1,10,12,10,8,30,6,5,12,5,1,2,1,5,2,3,4,6,9,8,2,1,10,4,10,30,5,10,2,10,10,8,15,2,7,12,12,23,2,22,15,5,22,5,30,6,10,2,2,14,5,2,5,1,3,2,2,12,11,30,15,4,22,5,5,5,15,8,4,6,25,7,20,10,18,1,13,2,4,10,6,5,10,6,6,2,15,4,5,10,30,10,1,7,3,10,30,4,10,2,5,6,10,1,7,1,3,5,5,15,29,6,2,5,15,5,6,8,4,1,10,5,1,5,2,5,20,5,7,30,5,1,5,5,5,15,3,5,5,5,7,1,15,5,9,20,15,1,5,5,5,1,5,4,13,1,5,5,10,3,3,15,10,9,5,5,10,15,8,2,5,10,4,5,2,5,5,2,5,4,2,20,17,20,1,30,30,15,2,5,15,4,8,9,10,5,5,9,5,10,7,25,5,2,1,5,5,5,5,5,5,8,10,10,2,5,6,6,10,28,20,5,5,5,15,30,2,4,3,5,3,10,5,10,2,5,10,5,5,16,15,3,9,30,5,4,8,10,5,5,5,10,2,4,10,10,5,3,5,5,5,10,2,20,15,5,10,11,3,10,5,5,6,5,5,5,5,5,5,5,10,13,5,15,14,5,30,5,5,5,5,7,10,5,7,5,5,30,5,15,10,1,2,2,4,5,5,19,5,2,2,15,5,1,6,5,7,20,23,8,5,1,5,2,9,5,2,5,10,5,12,1,5,10,3,1,5,5,3,6,5,5,25,4,10,5,7,15,27,6,10,3,10,30,5,14,10,5,3,3,8,30,5,10,5,5,15,5,5,6,8,5,5,3,5,5,11,5,18,1,15,30,1,5,15,5,28,9,5,10,9,10,8,3,4,8,2,1,1,5,5,4,5,5,10,5,5,5,2,5,5,10,5,10,7,22,10,10,20,1,10,25,5,30,5,3,30,5,5,5,3,10,18,2,15,16,7,5,9,6,1,5,1,13,20,5,10,5,5,3,15,1,2,1,2,10,3,6,1,10,4,3,7,8,10,10,5,15,5,5,5,5,10,5,28,6,20,10,10,10,5,5,5,10,15,5,20,3,1,5,4,9,5,10,5,5,5,20,9,5,5,20,13,5,14,5,2,1,5,2,32,10,5,5,7,15,20,7,5,5,10,5,10,10,1,5,10,5,4,5,5,30,5,5,8,5,5,5,10,5,5,5,10,15,7,20,5,1,10,5,6,2,5,15,5,10,2,5,15,15,10,5,2,2,1,5,5,10,1,5,5,2,5,2,5,7,5,10,13,1,10,5,9,5,28,10,9,5,30,5,19,6,10,10,22,5,30,12,2,5,7,5,1,5,20,20,15,5,15,3,10,21,5,5,6,5,4,9,10,5,30,10,30,5,9,4,15,6,10,10,15,5,5,5,5,10,5,30,5,30,5,10,6,10,10,15,10,5,5,25,5,8,3,11,4,5,5,5,10,3,10,5,16,4,3,5,14,10,4,14,5,5,1,7,10,8,2,5,15,5,20,10,5,5,5,5,10,5,5,5,6,1,5,2,2,6,5,5,5,4,10,5,5,5,5,1,15,3,25,5,3,10,10,5,3,5,15,5,16,2,5,3,2,5,20,5,10,5,15,7,10,10,10,5,5,2,2,12,5,11,5,17,2,20,5,5,5,1,5,15,20,5,5,10,10,5,5,5,5,5,3,5,10,5,14,5,2,10,1,1,15,10,5,13,5,8,10,5,5,10,5,10,7,5,5,5,3,8,30,5,5,1,1,5,12,2,4,8,5,5,2,5,10,5,10,28,20,5,14,5,5,30,10,10,15,5,2,5,8,19,5,7,5,5,13,15,5,5,5,21,15,10,34,10,6,3,10,10,5,30,1,20,15,15,7,7,25,5,7,5,5,5,7,5,5,30,15,10,5,2,10,5,5,20,5,25,10,5,10,5,25,5,4,2,30,5,11,15,4,10,4,25,10,5,2,15,30,20,8,14,5,7,10,12,15,3,27,10,15,5,5,6,30,7,10,30,1,15,6,20,8,14,10,1,10,10,5,10,5,10,5,4,10,10,5,5,33,5,5,5,5,10,13,34,14,5,5,10,5,10,18,8,1,5,5,4,31,15,5,17,25,5,8,27,8,20,10,10,25,15,5,5,14,15,2,6,18,9,30,5,15,30,25,11,3,2,4,23,4,10,20,11,20,30,1,18,5,5,5,10,5,15,4,10,9,3,7,5,29,5,10,1,10,15,15,6,10,5,10,15,25,2,6,32,19,5,5,30,20,15,5,30,5,1,3,1,10,5,10,10,10,5,27,8,10,15,16,15,15,9,3,18,5,7,10,4,28,8,5,10,4,14,8,2,10,5,5,10,4,8,5,10,6,21,5,9,14,9,2,5,17,20,17,20,14,5,5,5,5,4,10,31,5,8,2,5,3,2,4,2,5,27,12,15,5,10,5,25,5,5,10,5,10,12,5,14,10,5,5,10,10,5,10,5,5,5,5,3,10,5,2,7,8,5,5,9,11,21,2,20,18,10,2,5,10,8,5,10,5,5,9,15,6,30,20,10,10,6,5,15,2,15,6,1,7,7,5,34,10,18,8,9,5,5,6,3,20,3,10,10,5,15,5,10,4,5,2,3,5,7,5,5,15,2,12,10,16,17,7,3,5,12,10,7,9,30,3,9,10,15,15,15,10,4,5,1,5,10,10,4,5,5,4,6,10,5,5,7,3,15,1,6,20,10,30,4,10,3,10,10,10,1,2,4,10,10,33,10,10,1,10,2,1,10,5,5,8,10,15,5,3,20,2,10,15,15,6,6,21,15,10,10,10,2,18,10,30,5,7,19,8,5,21,25,13,5,15,7,2,10,10,5,5,5,10,14,6,7,25,10,8,15,5,20,7,10,7,5,5,5,4,8,5,20,16,15,20,6,11,14,5,3,10,13,8,30,31,20,5,13,20,5,17,4,5,10,5,9,10,8,5,30,9,5,5,5,32,5,8,5,5,10,5,10,10,5,30,16,5,26,10,5,3,10,11,3,5,5,10,25,5,5,10,5,23,10,5,10,15,9,10,10,5,2,7,5,6,9,5,8,15,5,12,15,5,19,8,12,15,23,5,19,5,5,22,30,5,5,15,15,10,10,15,20,15,1,4,5,7,2,5,7,15,6,15,10,15,5,7,10,10,20,7,10,1,5,5,25,5,20,5,15,20,2,5,15,9,10,3,6,26,5,8,13,3,5,11,5,10,5,20,5,4,5,24,5,10,1,5,5,5,9,5,10,15,10,2,19,20,20,17,14,24,30,17,5,11,7,13,13,1,5,5,7,5,15,5,18,20,2,9,5,10,6,5,10,25,5,30,5,3,26,5,5,5,12,15,5,5,19,5,5,5,7,9,6,5,7,10,3,7,5,5,5,5,1,3,6,5,34,15,5,5,8,10,10,10,23,3,5,4,2,5,8,5,5,20,1,5,5,5,6,2,6,5,5,13,15,29,5,10,5,2,5,25,15,5,4,16,5,10,5,20,32,10,15,10,9,5,15,5,20,5,12,4,30,5,10,25,10,15,5,5,15,5,5,5,10,10,8,8,2,5,6,11,5,4,2,1,2,8,12,15,1,3,18,1,30,5,30,5,12,5,2,17,8,5,27,15,5,26,15,8,33,10,5,9,6,17,12,5,6,3,10,4,1,2,30,9,5,10,10,10,5,1,30,14,5,5,2,5,20,10,7,30,10,10,30,15,1,15,10,10,6,5,7,4,8,8,20,17,20,15,5,5,26,15,7,26,10,10,4,5,19,2,3,8,8,2,10,13,25,5,20,14,4,26,10,8,10,7,5,25,10,15,7,5,15,22,5,9,15,10,17,10,15,5,1,5,10,20,1,20,7,5,3,5,15,4,5,28,4,5,1,5,12,5,11,10,8,15,23,9,15,3,10,8,1,5,16,16,5,19,5,4,1,9,9,10,20,12,30,10,17,2,15,5,3,10,1,1,3,7,9,20,2,5,5,15,22,10,5,10,10,8,6,7,8,6,10,18,8,5,10,1,30,20,8,21,3,5,5,7,5,15,8,2,9,1,6,5,5,7,5,5,34,11,5,6,3,6,7,13,10,2,33,20,29,10,5,11,5,8,2,5,5,8,10,5,1,2,18,19,9,23,4,3,2,15,8,10,5,7,31,11,10,30,7,7,17,5,3,19,5,3,14,15,10,4,15,13,5,5,20,14,8,4,20,26,3,7,30,5,28,20,2,15,15,11,4,30,5,5,5,22,2,23,2,13,33,1,6,14,14,10,28,1,10,24,5,9,18,9,3,5,8,4,2,15,5,7,5,10,13,5,1,5,5,5,5,10,10,10,5,4,2,30,10,5,10,30,10,5,20,4,12,30,5,11,1,11,25,3,4,5,10,15,5,18,5,10,11,5,5,5,10,2,3,7,15,10,8,5,2,15,14,20,30,10,10,30,4,8,5,20,5,2,13,10,13,5,30,5,15,30,10,10,10,15,5,15,5,13,15,15,2,1,5,9,5,6,20,15,5,5,11,5,20,15,30,5,8,7,5,24,5,20,7,30,11,5,30,15,20,15,5,7,30,10,3,6,10,5,9,5,20,10,4,5,5,10,5,2,30,5,9,10,5,10,5,20,20,5,25,15,20,10,10,4,9,10,20,15,3,10,13,5,15,10,5,11,15,30,3,11,5,10,16,27,10,34,5,3,9,5,15,5,23,15,10,15,15,10,10,30,10,5,15,19,10,2,5,3,10,2,15,15,3,15,5,6,24,4,15,10,5,2,15,33,5,3,5,10,15,4,4,28,8,23,5,15,4,6,17,10,8,30,5,20,10,10,4,8,8,10,20,5,4,4,9,20,10,2,10,5,5,27,5,3,30,5,20,30,13,30,4,15,15,5,12,12,2,5,30,10,10,19,3,15,10,22,20,11,10,4,5,30,5,10,15,8,5,10,30,30,10,10,5,20,8,15,1,15,29,18,15,3,30,5,25,20,8,10,7,17,10,5,10,5,5,23,3,15,5,10,2,5,2,5,11,8,10,1,15,5,6,6,21,23,8,8,1,4,4,4,8,24,1,2,4,30,16,30,14,2,6,30,2,2,5,3,5,10,20,10,15,5,10,20,5,5,1,5,10,5,20,30,2,5,30,12,5,15,17,12,15,7,15,10,5,5,30,5,18,10,10,5,3,25,2,19,15,5,7,1,5,10,5,18,2,17,17,23,20,30,10,27,15,25,5,7,5,5,15,1,5,5,5,3,8,15,5,33,10,19,25,2,13,10,10,21,31,9,16,4,10,30,5,21,5,5,5,5,11,14,5,3,15,4,10,15,6,20,5,20,10,5,20,5,10,5,15,5,5,25,5,3,4,10,18,5,1,9,15,9,15,5,13,10,15,10,15,25,5,10,6,5,5,6,7,2,5,25,7,10,5,6,6,5,5,6,15,20,24,4,3,10,5,20,11,10,4,16,14,15,30,6,5,5,5,12,4,5,26,5,23,5,7,15,17,12,3,2,16,4,5,6,10,10,5,5,6,20,9,5,5,3,4,28,5,20,10,15,5,5,5,5,29,5,15,5,8,30,9,2,5,5,24,5,10,15,5,10,15,6,10,10,5,11,5,25,2,5,5,1,1,10,30,17,2,10,10,10,3,10,5,10,4,5,4,16,5,30,5,5,3,20,1,14,5,18,5,5,5,1,15,9,5,1,3,15,15,5,10,5,4,25,3,5,5,7,5,16,10,30,6,14,3,13,28,5,5,30,3,5,15,5,5,5,5,11,30,13,5,10,15,30,4,10,2,9,30,3,10,3,10,15,10,5,5,2,5,5,5,10,17,5,5,7,6,16,5,5,3,5,19,30,2,3,1,2,1,4,2,5,10,2,15,9,2,15,8,20,20,9,20,5,21,10,10,5,10,5,2,9,7,30,5,13,15,30,15,5,5,3,1,6,5,10,12,4,9,3,5,12,17,10,5,11,15,30,15,6,4,13,1,6,30,8,2,5,5,15,30,5,15,6,1,2,1,1,5,4,15,5,5,10,3,8,12,1,10,5,15,15,10,4,20,10,15,2,4,2,16,1,2,10,20,5,10,33,7,1,13,10,15,12,20,6,10,20,12,8,21,30,25,5,7,5,15,10,10,5,5,5,6,6,10,4,10,5,2,5,15,29,5,1,10,7,12,8,15,4,7,2,8,5,8,10,7,20,2,3,9,2,30,9,5,10,10,16,10,2,10,6,31,5,3,2,2,8,5,3,8,13,18,2,10,20,3,5,15,11,4,1,20,2,10,10,15,5,5,8,10,15,15,7,6,10,5,10,5,4,1,4,5,15,2,13,15,10,2,11,21,25,14,5,10,10,5,4,6,1,6,10,4,3,10,15,5,15,9,24,10,10,5,10,11,5,8,15,5,5,5,5,9,10,6,31,12,8,5,8,1,6,5,15,7,5,30,6,5,2,2,15,8,5,16,7,5,10,25,10,8,5,7,6,5,6,5,7,2,10,18,3,11,32,3,10,3,12,2,5,3,9,6,3,10,32,5,10,6,4,4,1,9,10,5,10,5,2,6,10,5,5,3,5,5,23,3,2,4,22,4,2,22,5,29,10,5,3,15,5,20,5,10,4,1,10,10,10,10,4,6,5,5,13,3,10,10,15,5,8,6,20,2,5,18,5,10,8,5,5,15,4,5,2,6,5,5,2,15,2,5,5,5,15,8,5,5,1,7,2,10,6,5,4,30,8,5,4,3,32,12,30,5,5,6,10,10,2,5,6,10,10,12,16,5,1,5,15,5,10,5,5,5,15,10,4,5,8,8,5,4,5,3,20,5,5,16,10,3,3,11,4,5,10,10,15,26,2,16,5,3,27,20,15,20,1,3,4,6,10,11,10,2,6,15,5,6,5,5,5,5,5,9,9,5,3,20,10,7,13,8,5,5,15,10,25,16,5,12,11,3,10,15,10,7,10,25,10,10,10,2,5,5,5,9,1,12,7,5,1,7,7,10,14,10,10,10,10,7,5,2,5,11,15,7,27,13,22,28,12,5,3,10,4,10,10,8,10,10,6,5,10,8,2,5,5,3,14,8,5,10,7,10,30,7,10,5,5,4,20,30,10,8,6,18,15,3,8,3,5,8,6,10,10,10,15,5,3,15,5,2,5,7,5,5,3,7,3,5,15,7,5,10,25,4,9,30,10,2,2,5,24,7,7,4,5,7,12,8,3,10,6,2,13,7,5,1,8,5,8,10,6,5,5,6,5,5,5,5,10,5,25,5,5,13,5,6,30,5,30,10,6,16,15,5,10,10,2,10,7,5,11,10,7,10,3,4,8,2,11,5,30,33,3,15,1,5,11,7,5,5,2,5,15,5,2,10,5,15,5,8,2,4,9,10,5,10,3,5,10,6,3,20,20,3,15,7,3,2,1,34,5,2,5,2,5,7,25,5,8,5,5,5,11,5,15,10,5,3,3,5,2,2,10,21,5,7,15,16,25,2,4,13,2,6,15,3,9,15,8,7,7,2,6,10,10,1,15,2,10,2,3,5,10,10,3,10,5,7,5,5,10,9,20,5,14,5,3,16,30,5,6,5,1,12,5,5,10,2,15,7,15,16,5,10,3,5,10,6,15,5,10,10,8,5,1,13,3,16,3,10,2,18,4,8,15,3,15,22,5,5,10,5,10,10,23,2,2,5,23,1,5,17,10,10,1,2,2,15,1,2,10,21,30,18,10,2,5,6,8,10,5,5,1,5,14,10,5,10,30,4,4,5,23,15,5,12,4,5,15,10,22,10,5,11,5,10,10,1,5,30,5,30,5,15,30,5,8,1,5,28,1,15,5,10,5,5,4,32,5,2,8,3,10,2,12,5,5,5,4,4,16,15,4,12,3,6,5,4,15,7,11,27,5,10,5,10,20,10,8,20,10,5,30,14,2,3,5,5,3,5,2,15,1,5,5,26,10,5,2,5,9,20,6,5,20,3,1,5,7,8,33,19,17,9,8,10,10,10,6,5,25,15,5,4,10,15,1,15,5,20,4,5,10,15,4,5,5,5,23,6,15,10,2,10,20,5,2,1,1,6,10,3,5,21,30,10,13,2,14,8,5,8,1,10,5,6,26,10,29,6,30,24,2,5,7,20,2,5,7,8,5,2,18,10,15,3,2,10,7,3,6,5,5,5,5,20,10,25,2,23,5,10,10,5,5,5,25,15,5,17,5,5,26,2,5,4,4,9,6,5,8,5,16,5,6,10,5,5,5,24,6,5,2,12,2,2,2,30,5,5,30,5,5,8,2,5,10,10,5,4,3,5,1,13,5,10,7,25,11,5,5,4,10,3,30,9,5,6,15,15,29,4,3,2,5,5,5,8,10,20,5,5,2,3,26,1,10,6,5,10,12,8,6,2,5,10,10,3,19,9,13,13,5,10,5,5,6,10,20,15,2,5,5,10,7,25,10,2,15,2,21,5,5,3,8,15,10,5,5,30,1,3,4,2,30,3,10,25,10,10,1,5,15,8,10,8,22,16,8,5,4,1,10,8,30,10,5,15,5,10,22,1,6,10,22,10,24,5,8,12,28,2,5,10,15,10,22,25,3,3,10,3,20,8,2,3,10,10,7,7,5,4,7,10,15,25,8,3,10,30,1,4,3,12,2,20,13,5,5,3,4,1,10,10,5,15,4,15,8,5,5,20,7,6,9,5,7,9,5,7,4,10,5,5,30,3,5,10,5,6,5,6,7,4,12,10,11,3,5,8,10,7,14,5,5,4,11,8,12,10,5,2,7,12,10,5,15,2,8,3,2,15,16,11,5,5,10,2,8,25,2,30,10,2,7,10,3,2,16,7,3,2,6,5,2,1,5,15,9,15,10,10,8,2,6,5,1,7,30,4,15,12,5,7,4,10,15,10,21,10,10,5,3,3,6,5,10,4,15,10,10,4,7,15,17,11,3,16,22,4,2,2,5,5,3,10,1,5,5,10,5,21,3,9,11,5,12,5,4,6,10,9,10,30,10,5,15,6,8,5,5,3,5,2,8,5,5,10,10,6,5,7,16,5,6,5,5,18,7,15,15,29,10,5,3,10,10,5,4,30,11,5,5,5,5,10,6,7,9,7,4,3,4,4,9,6,6,25,6,10,13,9,3,3,6,4,15,5,2,10,5,10,19,4,1,15,8,13,3,15,10,5,6,5,20,10,15,10,5,15,5,2,2,30,20,10,7,5,15,4,5,1,1,1,6,14,5,10,14,2,7,31,30,5,2,15,3,15,30,20,5,4,5,10,20,5,30,17,15,5,2,10,28,6,11,5,32,10,8,15,1,10,18,34,12,5,5,25,5,5,8,3,5,10,15,16,30,4,20,16,5,4,5,2,5,20,5,4,20,5,33,12,30,7,26,11,15,2,10,5,5,25,2,15,5,8,5,21,5,18,24,8,15,10,5,20,10,12,6,10,5,8,20,25,26,9,5,4,5,6,21,7,22,34,8,5,12,30,5,11,7,4,10,5,28,7,10,24,15,5,7,1,3,10,7,2,10,4,5,2,4,25,15,15,5,10,15,5,10,5,5,8,15,7,4,10,19,5,2,2,5,20,15,10,10,1,11,10,2,4,4,5,1,14,7,25,1,20,14,11,15,9,10,1,5,10,5,16,5,30,20,8,30,10,15,5,13,5,10,5,10,14,19,5,11,29,11,20,30,15,3,5,15,5,30,10,5,3,5,4,4,16,15,15,2,5,1,2,5,5,5,34,25,33,5,5,19,5,10,13,5,20,7,30,5,10,10,2,8,10,15,30,24,10,7,13,5,9,10,3,2,20,8,13,7,28,5,6,5,12,23,10,10,14,18,1,5,5,17,30,19,6,2,3,1,5,5,15,1,6,5,5,5,1,5,20,15,8,3,9,30,15,2,9,5,8,5,5,25,15,24,21,10,15,12,14,1,20,2,25,1,10,3,3,10,3,5,25,30,30,10,15,5,5,5,5,10,15,10,13,3,25,5,3,6,11,7,8,5,3,30,3,2,3,6,10,5,8,5,5,10,6,9,5,10,6,8,15,15,4,3,15,11,20,8,5,3,18,5,3,15,1,12,20,10,11,7,6,2,5,5,3,5,10,1,5,10,8,7,15,5,10,15,20,10,30,1,15,7,16,15,3,7,10,30,14,5,25,5,22,16,2,1,5,11,7,10,15,15,5,5,9,5,7,6,5,10,30,7,5,15,17,5,20,10,10,1,12,6,15,6,8,10,6,5,24,5,10,9,5,5,5,15,26,5,30,18,5,30,1,2,10,10,4,7,20,5,30,30,5,10,10,15,7,10,5,30,5,2,15,11,10,1,15,5,20,30,10,18,10,5,10,11,30,10,5,3,10,5,15,15,10,7,30,5,12,18,4,30,10,2,4,9,1,10,15,5,20,5,5,1,9,14,2,3,4,13,4,10,18,7,10,5,4,2,5,5,3,10,12,7,2,15,10,13,30,5,9,5,2,6,15,5,2,15,15,5,15,3,30,20,10,2,5,6,9,15,25,7,25,5,15,5,5,15,20,5,4,10,20,30,24,20,10,30,4,15,13,15,30,5,10,15,25,5,5,10,6,15,19,20,8,10,10,5,25,7,7,1,5,5,5,2,4,9,33,15,5,4,5,5,5,20,7,28,30,15,15,30,1,2,5,5,5,5,8,2,7,18,5,2,5,10,4,18,10,4,4,1,15,5,5,5,1,19,5,13,1,5,2,30,2,18,20,10,5,30,5,10,20,5,7,5,10,5,7,8,5,20,3,30,5,26,15,10,6,9,5,5,30,1,20,1,5,2,2,2,5,4,5,30,10,15,8,10,19,2,10,31,5,30,2,10,5,5,2,5,30,5,10,2,7,9,5,10,20,9,20,15,11,5,30,2,5,20,10,15,5,15,15,11,20,2,5,15,9,1,2,1,1,5,1,9,10,5,5,5,16,5,16,4,3,30,31,7,10,8,4,5,3,15,15,1,7,22,1,5,7,1,3,3,20,5,5,3,20,5,10,10,2,2,29,5,1,7,10,3,5,4,15,4,13,15,6,15,5,8,6,20,15,8,2,3,5,8,5,15,10,7,12,1,3,10,13,5,10,4,1,15,20,17,5,25,5,5,1,2,5,11,2,5,20,4,14,20,15,14,16,10,15,5,8,10,21,10,5,5,5,3,6,14,5,4,25,20,16,20,17,11,10,2,1,7,18,20,10,23,6,1,1,5,3,17,17,17,15,2,5,12,15,5,15,17,2,15,5,21,15,3,10,4,20,30,3,5,15,3,10,15,15,9,5,4,10,6,15,5,15,1,2,1,5,2,5,4,7,5,4,2,5,10,10,11,6,20,7,5,5,30,15,21,1,6,15,1,2,5,17,7,4,1,10,30,5,4,10,5,5,15,5,10,3,2,11,8,10,20,11,5,5,5,25,15,7,15,30,30,5,30,5,5,2,5,30,8,8,11,5,20,5,10,5,10,30,5,5,12,10,15,5,5,8,10,5,10,1,20,7,20,13,4,4,5,21,10,16,10,1,10,30,15,20,13,15,13,5,5,8,5,20,25,15,12,5,11,10,5,7,5,3,2,30,20,6,12,11,5,10,13,2,3,8,5,1,5,10,30,5,20,4,5,1,10,10,15,2,5,5,7,1,5,15,14,5,7,6,1,8,30,2,10,10,10,34,10,5,5,1,2,6,10,4,5,5,20,3,1,10,2,10,1,13,3,20,7,9,10,17,5,1,5,2,14,5,5,8,5,10,5,16,20,5,3,17,34,4,1,2,1,5,21,11,6,15,7,5,5,5,3,15,16,7,1,7,4,1,9,25,10,1,30,7,8,20,2,10,5,10,3,30,10,2,12,20,10,2,9,10,5,9,4,5,15,5,13,10,5,10,10,10,10,9,10,5,21,7,15,10,30,26,30,5,5,5,14,26,3,4,9,2,5,22,30,15,5,6,1,9,5,4,5,5,5,30,9,5,1,8,14,3,5,3,1,4,10,30,5,17,11,5,5,5,5,9,6,1,2,20,15,1,5,1,11,15,14,11,30,5,30,10,5,4,14,5,5,30,8,11,4,15,5,7,5,5,29,1,12,2,25,15,6,5,3,12,1,5,5,5,5,15,4,30,4,11,5,3,2,5,7,5,5,12,10,1,13,10,1,15,15,5,5,5,3,3,11,10,30,8,10,5,3,5,5,6,3,5,3,4,1,15,5,10,15,5,3,2,20,30,5,5,7,5,4,3,30,4,10,5,13,2,20,5,10,5,10,1,5,10,8,1,6,13,5,30,22,5,5,1,4,3,2,10,30,6,5,5,20,20,4,11,10,3,1,5,6,10,5,5,5,8,15,10,10,10,15,5,12,10,10,15,3,30,2,5,9,20,5,5,10,1,5,10,1,20,10,10,5,10,1,5,21,30,7,1,7,10,12,10,15,10,10,4,5,14,10,5,10,10,15,5,15,7,5,4,11,5,5,5,5,1,30,1,4,10,25,5,5,5,30,7,30,1,5,30,5,5,10,9,29,20,15,4,10,10,30,30,3,20,5,5,30,10,30,12,12,5,23,5,5,10,10,3,2,5,5,20,5,12,5,3,26,10,1,11,5,5,5,15,20,26,30,20,10,15,4,2,15,12,4,7,15,8,13,5,24,3,15,2,5,12,10,15,3,10,10,8,5,30,10,9,3,2,5,3,10,10,5,5,10,15,6,30,8,20,16,1,13,1,7,5,1,10,10,5,1,20,11,7,7,21,1,4,5,7,10,5,1,7,8,5,8,31,21,10,7,6,10,19,30,30,6,1,5,1,2,20,11,5,2,2,28,7,20,5,5,5,1,9,15,10,10,1,7,1,3,26,5,10,5,10,6,11,29,20,15,4,6,13,20,30,1,3,10,1,5,30,1,5,15,13,30,1,7,5,15,8,4,5,30,5,5,30,5,6,1,8,15,5,10,5,21,9,15,30,5,5,25,15,12,15,15,10,5,5,14,5,25,15,20,15,5,5,3,3,13,1,5,5,5,12,20,3,6,5,3,7,10,15,15,20,6,5,15,5,3,5,33,5,29,1,5,13,4,1,30,30,7,15,5,9,23,5,19,10,30,17,24,2,10,1,5,22,28,10,10,8,10,5,10,8,1,24,5,6,13,10,7,13,5,8,5,5,7,26,10,1,3,10,15,5,5,5,2,10,1,7,10,10,5,5,10,5,11,5,4,20,10,1,5,30,7,5,6,5,8,5,4,4,5,21,2,5,4,30,2,6,5,2,4,5,5,20,15,5,20,5,4,3,11,8,24,21,5,5,7,10,12,5,20,15,5,9,7,15,24,2,5,12,1,3,4,6,5,15,20,9,5,8,10,23,5,10,2,10,21,30,4,20,8,3,6,15,5,15,8,5,1,15,1,7,8,13,5,8,20,7,10,28,7,10,10,5,5,10,20,2,5,30,15,5,15,10,5,26,11,2,3,5,10,5,9,5,13,6,6,2,1,10,2,15,1,5,25,30,3,30,7,9,30,30,5,4,10,15,10,15,20,10,15,4,5,1,3,5,5,15,20,17,5,19,2,15,2,15,12,10,2,11,16,5,20,31,13,12,5,8,5,3,4,1,5,15,5,10,10,15,5,10,10,10,5,10,6,5,3,5,5,19,5,5,5,1,10,20,5,30,5,5,27,5,10,3,15,5,3,13,5,25,5,16,15,5,5,10,19,1,19,10,1,5,5,3,30,1,15,10,30,5,5,8,10,30,4,10,10,10,5,10,1,3,15,23,5,18,9,8,15,13,20,8,34,10,30,3,15,30,30,10,2,2,10,15,5,10,30,10,5,15,5,5,16,10,5,5,2,8,6,10,30,2,30,15,1,5,2,13,5,10,7,20,5,5,15,7,3,15,10,10,15,5,4,11,1,5,5,12,10,10,16,5,30,1,5,5,5,2,5,30,10,2,30,15,8,30,5,30,3,7,2,15,30,5,1,10,20,26,10,10,5,4,30,15,15,5,2,11,5,7,3,20,15,30,12,4,16,1,3,13,5,30,3,16,30,31,3,1,10,8,4,16,13,10,10,13,9,2,30,9,5,5,15,20,5,10,5,10,29,5,6,2,1,15,10,15,25,5,5,16,10,3,13,27,4,5,5,9,15,3,21,3,15,10,8,8,10,6,4,2,9,5,10,7,30,4,5,22,10,2,10,5,15,10,10,10,2,15,5,30,10,29,8,25,20,5,2,5,15,11,10,30,25,4,30,9,10,30,1,15,5,15,3,10,6,12,8,7,6,10,5,10,20,5,10,6,10,20,10,7,10,15,5,15,10,6,5,5,14,15,6,15,10,17,33,5,15,6,5,5,10,30,5,15,1,5,5,5,7,15,3,3,13,20,10,16,2,12,16,5,6,10,5,10,3,10,13,5,20,5,12,30,8,15,10,15,10,10,3,30,10,15,10,5,16,5,11,5,15,10,10,1,10,12,10,22,12,2,5,7,20,20,15,15,10,30,25,30,5,7,5,15,10,30,7,5,5,30,5,30,9,5,30,5,15,5,20,10,10,5,15,10,15,5,5,8,2,15,5,2,5,15,20,15,5,5,15,20,10,1,5,5,5,10,2,5,15,2,4,20,5,7,10,12,5,30,2,15,10,13,5,10,1,1,2,5,15,15,10,20,20,30,15,7,10,6,5,26,30,20,5,19,4,17,6,26,30,20,1,15,10,10,15,8,4,20,20,6,20,11,25,30,5,5,4,9,5,5,20,5,2,15,15,15,4,20,1,5,30,15,15,15,30,5,5,30,21,30,10,13,2,30,30,2,30,8,7,1,10,8,5,10,15,9,5,4,2,5,5,5,10,10,11,30,23,30,15,4,11,5,15,20,28,4,5,10,5,15,10,10,5,5,15,11,10,10,9,4,20,30,10,10,8,15,5,10,10,5,10,5,3,5,10,10,5,8,1,5,5,1,15,15,10,1,10,5,1,30,30,5,5,1,11,1,10,2,10,9,5,3,5,5,5,10,15,5,30,10,2,17,30,12,10,15,6,18,15,5,5,7,5,5,3,30,5,15,4,10,25,30,20,15,5,10,24,3,13,20,30,5,5,11,21,25,10,8,15,5,10,30,5,8,2,15,1,20,2,10,3,7,30,5,6,5,5,4,15,30,2,15,5,15,5,30,15,5,30,29,10,4,2,10,32,5,5,10,10,15,10,30,18,1,30,5,20,15,30,30,15,18,23,30,20,10,5,20,5,10,23,5,5,4,5,5,10,10,9,5,5,7,11,25,8,19,2,27,6,5,10,7,15,5,10,5,25,19,17,5,15,30,9,13,25,15,3,7,10,5,4,5,4,20,30,9,30,18,3,18,5,7,5,31,5,7,5,2,10,7,7,5,28,2,10,26,25,18,20,5,10,20,10,15,2,5,1,7,5,10,4,5,9,10,10,25,5,8,20,5,2,5,11,4,5,34,5,6,9,4,6,13,28,5,29,15,5,2,1,21,1,4,10,10,2,27,10,10,5,20,5,5,5,5,2,9,5,5,15,33,20,15,30,34,15,8,13,25,5,14,22,5,5,8,10,10,10,10,10,5,15,15,1,10,5,10,5,6,5,20,10,8,25,34,6,5,9,10,15,30,8,5,7,5,5,3,1,10,12,10,5,15,9,30,25,5,5,15,10,4,18,5,12,5,10,10,9,20,3,10,2,8,2,13,5,8,8,25,10,12,1,9,13,25,10,20,5,5,6,10,4,4,19,5,30,9,5,10,16,5,5,25,1,2,3,18,1,10,10,10,10,5,1,30,26,5,3,20,7,20,1,30,7,6,9,4,5,4,1,2,8,5,5,10,10,4,30,20,5,1,15,6,7,15,10,5,25,5,3,19,30,1,5,5,5,19,15,3,10,10,20,5,2,3,2,5,3,30,12,10,15,10,25,2,5,14,5,5,16,1,10,5,5,5,3,10,20,11,8,20,12,1,5,17,11,20,15,10,2,5,11,20,15,10,3,5,11,15,30,13,15,3,5,20,15,15,10,16,17,15,30,20,6,11,5,10,5,2,7,8,5,10,1,6,5,10,5,10,5,10,30,6,5,6,16,10,8,10,31,11,11,15,15,5,8,10,3,9,13,5,15,5,7,10,5,5,5,31,3,5,10,5,11,22,30,3,11,7,8,11,5,5,15,6,5,11,9,14,15,14,12,10,30,5,7,5,5,2,10,20,5,30,10,5,5,30,5,2,10,6,5,4,5,5,5,7,5,15,30,10,10,20,5,10,13,5,10,15,12,5,15,2,1,15,20,10,5,1,7,15,30,5,8,30,5,23,2,17,5,5,6,3,5,5,10,13,5,10,5,25,5,5,5,2,9,1,30,4,21,20,4,5,1,19,1,21,4,5,5,3,6,2,10,10,5,5,30,5,9,1,10,20,10,5,10,10,15,5,3,10,5,30,15,10,30,10,3,15,30,5,23,10,15,15,7,20,5,10,10,10,3,5,30,5,9,10,31,1,8,9,5,5,15,5,15,10,15,4,5,5,5,11,5,5,5,19,13,5,2,14,7,5,13,10,1,5,15,5,10,20,2,7,15,2,1,5,14,15,1,9,5,10,12,15,5,5,6,6,4,5,5,30,7,2,10,15,22,13,3,7,5,7,1,10,1,15,10,30,10,5,10,10,25,2,6,10,5,10,5,2,13,10,1,10,4,5,5,3,20,10,20,21,20,15,5,5,2,15,6,10,10,7,8,5,10,5,20,6,13,23,3,8,11,9,8,15,10,8,10,10,13,5,7,5,10,1,15,10,30,5,30,8,25,6,10,10,12,30,10,10,5,9,20,2,10,5,5,6,10,16,30,15,30,15,5,28,8,1,5,10,5,5,5,23,5,5,5,10,10,5,20,10,2,6,10,30,5,30,1,10,5,10,5,20,20,24,5,8,5,10,10,10,10,1,10,4,15,15,10,1,5,5,25,5,8,4,15,7,5,5,30,15,1,9,5,17,10,10,10,11,5,5,25,5,15,30,5,5,6,5,30,5,10,5,5,5,15,7,10,20,10,15,25,10,20,10,5,15,5,5,5,2,5,7,10,4,10,2,10,1,5,9,4,15,5,11,5,15,1,30,11,1,20,5,30,9,20,6,20,2,5,30,5,5,15,7,4,10,30,15,10,30,30,30,5,4,10,8,5,10,30,10,4,15,10,7,16,9,2,14,30,5,5,5,13,5,16,5,5,5,29,20,4,2,5,6,1,15,7,30,1,10,10,2,5,5,1,5,15,5,3,5,10,30,5,10,9,5,13,10,16,30,15,12,20,5,10,5,26,3,2,10,5,9,3,1,5,3,10,19,7,23,7,8,15,7,5,5,8,3,5,3,10,15,10,20,15,15,20,5,5,5,2,15,25,4,30,5,7,5,30,25,30,5,5,1,10,5,10,25,5,5,10,10,5,10,15,27,10,19,15,20,5,10,5,5,32,21,5,5,8,10,8,4,15,31,30,15,5,20,5,30,6,25,30,15,20,1,18,18,20,5,15,3,10,2,5,1,4,8,15,32,10,5,30,1,10,25,27,30,8,20,1,10,9,10,10,13,6,7,5,2,15,15,10,10,33,5,5,15,24,15,4,1,9,15,1,15,20,14,5,2,4,5,20,10,1,10,15,10,15,15,5,10,5,5,8,15,25,30,8,5,9,18,1,15,5,16,7,20,15,4,20,10,1,2,9,10,4,10,5,5,20,15,10,30,20,9,2,2,5,5,10,19,20,1,10,5,5,9,16,15,7,10,9,15,7,15,10,30,20,15,20,5,27,15,2,2,7,3,5,15,25,20,10,30,5,7,8,10,26,7,5,10,30,5,1,5,7,15,10,10,5,15,7,10,1,8,5,5,10,10,25,5,10,10,5,5,5,5,10,5,10,5,4,5,5,4,5,5,10,30,4,6,5,20,5,29,33,15,15,5,10,5,13,20,5,11,10,20,5,10,8,10,10,5,10,33,5,5,15,5,5,10,3,10,10,10,5,5,5,5,10,6,5,5,15,5,15,32,10,1,5,1,15,10,5,1,10,5,20,15,10,4,1,10,5,11,10,5,5,20,10,20,10,9,2,5,5,2,5,4,5,5,5,5,1,5,10,20,5,10,15,5,6,20,5,25,5,5,1,30,10,5,5,10,10,9,2,10,10,5,30,15,15,10,5,10,4,13,18,5,5,1,5,7,30,10,11,10,6,30,7,1,10,5,30,1,15,5,30,30,10,4,5,3,2,12,5,5,10,20,5,15,5,3,16,1,10,2,10,5,10,30,5,30,8,30,5,1,5,5,5,15,15,20,5,5,5,10,5,5,10,13,10,5,5,6,5,5,6,10,10,5,10,7,2,7,5,5,9,5,15,12,17,7,10,5,5,10,10,4,7,5,10,10,1,10,5,5,5,15,5,5,5,1,5,30,5,4,2,10,8,30,2,10,1,5,10,5,20,26,24,5,5,10,15,15,5,20,25,1,5,5,1,10,10,15,15,10,6,20,10,5,5,5,12,5,25,5,7,10,30,5,5,5,10,5,5,5,10,16,5,30,3,2,1,13,5,5,5,12,30,12,4,11,15,5,6,5,5,30,5,10,10,10,5,3,5,5,30,1,5,9,6,3,15,5,22,10,1,20,15,10,10,5,10,1,14,14,10,3,5,10,7,2,5,6,5,5,10,24,5,20,5,5,2,10,20,15,5,5,28,5,10,15,7,6,5,6,10,10,15,19,5,20,4,5,3,3,10,10,5,6,15,2,10,10,5,5,10,9,3,10,5,4,5,3,30,5,30,5,19,5,10,15,5,5,15,5,8,5,10,10,1,1,5,5,2,1,9,5,15,18,5,10,5,5,15,30,10,5,15,5,10,15,4,20,34,30,19,15,5,1,10,5,5,2,5,6,5,5,15,5,5,5,15,10,30,5,2,5,10,30,30,5,10,5,5,5,10,17,10,10,12,15,5,1,25,21,5,15,5,13,5,5,10,5,1,5,20,10,5,10,30,20,7,4,9,20,5,9,19,5,5,5,10,5,6,10,5,8,30,30,5,4,17,1,10,22,10,6,15,10,7,10,15,10,7,15,7,22,2,11,1,10,9,9,6,30,7,10,19,4,5,30,10,30,4,5,5,10,20,4,10,4,5,8,5,11,1,32,10,25,4,1,7,5,20,10,9,15,5,5,20,17,10,5,8,9,30,5,15,9,10,10,5,15,19,2,20,1,20,5,10,15,10,5,17,15,20,4,7,7,10,5,1,5,30,15,30,1,3,3,10,10,8,10,5,5,5,2,12,1,10,5,9,1,6,5,5,8,18,7,5,5,3,20,26,10,5,10,5,5,5,21,10,2,7,4,10,30,7,10,10,3,17,4,16,5,2,5,5,5,6,10,10,25,22,7,10,9,20,5,5,1,21,20,5,15,15,10,1,7,12,4,4,10,2,1,2,5,4,10,10,5,11,4,5,22,30,20,10,10,15,7,10,5,15,5,7,2,5,5,18,10,5,1,8,18,7,5,7,7,1,1,30,4,1,30,5,2,7,12,20,9,20,10,10,10,30,4,13,3,10,5,5,3,15,6,1,5,10,5,10,23,10,1,5,10,15,1,1,3,27,2,3,4,5,13,4,25,10,15,5,10,5,27,31,5,9,25,9,1,15,7,11,8,5,5,14,10,10,4,3,8,5,7,15,10,10,5,6,10,18,5,5,13,15,5,10,5,3,6,5,5,4,10,4,5,27,2,10,4,25,9,5,15,5,15,5,6,6,10,2,7,5,5,5,30,15,20,5,10,10,16,5,10,10,15,5,7,4,6,2,6,5,14,1,18,1,5,5,5,11,9,17,5,10,5,30,6,7,15,14,10,5,5,13,33,15,10,24,30,5,5,15,30,5,10,19,6,2,6,9,1,20,6,10,5,10,2,10,7,2,4,30,5,18,5,15,6,6,5,8,30,8,10,3,10,15,10,5,9,4,1,18,17,16,10,9,5,10,5,18,7,30,10,5,20,6,10,21,14,5,32,23,10,5,6,3,25,15,1,10,10,5,3,15,5,16,15,3,5,2,5,10,15,1,10,11,5,3,3,10,15,14,15,4,15,10,5,5,15,5,10,16,10,10,5,11,10,2,5,4,21,5,4,1,9,10,15,10,15,15,10,10,20,10,5,30,5,5,20,15,18,5,10,5,25,2,5,30,5,5,20,9,15,3,15,15,6,20,25,30,4,30,8,20,25,5,10,3,3,15,3,5,10,10,15,15,22,30,5,10,15,5,7,10,3,10,15,4,5,31,5,4,1,10,15,8,5,10,5,10,15,10,20,10,5,3,2,10,3,10,10,2,20,10,17,10,7,10,10,10,6,5,15,17,17,10,5,10,5,5,5,5,7,15,3,10,2,15,5,5,20,5,12,6,20,6,15,15,6,11,15,5,20,10,4,20,15,20,2,10,1,24,22,15,10,15,4,30,30,30,2,3,9,25,11,15,10,7,5,10,15,2,5,20,10,20,15,10,8,10,10,30,30,7,20,5,20,2,5,5,5,3,10,30,2,15,15,30,5,5,10,20,4,15,3,2,12,10,25,4,7,10,5,4,20,5,15,10,10,5,5,10,5,32,5,31,5,5,5,15,5,5,5,3,5,4,5,4,10,10,12,10,12,20,5,11,6,11,5,18,9,20,10,5,3,10,20,10,5,6,15,27,30,5,5,11,10,10,20,7,20,10,1,7,15,20,25,5,3,20,30,5,10,7,5,3,1,8,2,6,5,12,9,30,6,7,22,6,2,10,10,7,15,10,15,10,32,20,11,2,3,8,28,3,13,10,11,12,10,10,10,10,21,14,15,2,5,12,5,1,14,12,10,10,30,10,8,10,1,6,15,10,18,5,1,5,9,2,2,5,15,30,4,14,3,6,8,5,5,5,14,15,10,2,2,20,3,3,1,9,1,10,13,5,5,15,15,10,3,13,19,8,15,10,2,2,30,10,5,9,2,21,10,3,8,2,7,5,7,13,15,7,5,2,8,4,10,10,8,5,10,30,15,6,1,5,10,8,31,20,10,18,19,2,13,11,2,10,5,9,30,8,5,5,5,8,3,5,20,5,18,2,6,14,30,5,5,10,9,10,2,14,5,4,5,15,3,10,5,20,10,10,5,30,5,10,1,5,25,5,5,10,10,5,15,30,6,15,1,7,10,5,5,10,4,32,25,5,5,10,18,5,5,4,25,10,1,18,15,5,10,10,10,8,25,10,5,3,5,10,8,5,20,4,12,25,30,1,10,5,5,10,1,1,5,22,5,5,5,2,1,6,5,5,10,10,7,6,10,10,1,5,10,12,10,5,10,10,11,20,23,6,5,19,25,2,2,29,20,2,16,5,15,4,5,11,15,6,15,12,3,1,7,15,12,6,6,15,12,10,9,5,2,30,30,30,5,18,15,10,10,5,5,30,2,5,12,9,10,2,22,30,18,5,15,5,10,5,25,5,1,9,8,10,2,16,10,15,7,5,15,5,5,6,1,25,29,10,10,10,2,15,15,5,5,10,15,30,20,10,20,5,30,5,5,5,30,34,10,30,10,20,18,15,7,10,5,21,20,10,6,5,10,5,30,2,5,20,5,30,5,5,5,20,10,5,10,10,5,30,10,6,10,28,25,5,30,15,30,7,15,15,21,13,3,9,6,15,5,5,30,7,5,12,3,15,20,1,10,10,12,6,13,5,15,14,5,4,25,1,10,30,5,33,30,30,1,15,30,9,15,24,10,5,15,20,2,5,5,15,12,15,5,1,5,10,2,5,5,5,1,5,15,14,30,3,5,2,15,10,30,20,15,19,5,5,10,2,3,8,10,23,26,2,15,13,14,3,5,15,30,10,10,5,8,19,20,6,6,5,21,24,3,9,26,2,9,4,3,5,5,5,4,10,5,5,29,8,10,6,12,6,5,2,14,9,2,11,3,30,18,1,6,2,10,5,5,2,15,6,9,6,10,5,2,15,23,34,5,8,20,8,10,6,5,15,13,11,20,10,5,30,5,5,5,4,30,9,3,4,2,10,11,15,10,20,16,5,15,15,17,5,5,5,2,2,5,10,10,20,14,6,5,9,5,10,9,10,10,5,2,16,12,11,1,5,5,5,13,20,10,5,33,5,6,5,33,15,3,3,4,4,10,4,11,30,2,18,9,3,2,9,17,1,3,8,2,4,1,15,5,4,5,14,15,21,15,4,14,5,16,8,5,28,5,2,5,24,10,17,1,5,5,9,5,5,15,2,10,6,4,10,7,16,9,17,5,4,20,20,8,30,25,1,4,10,5,5,2,4,30,10,5,10,7,2,15,2,5,7,3,10,2,19,3,5,1,10,10,7,5,24,5,8,6,25,1,20,5,10,5,2,20,2,11,15,5,16,5,10,8,16,5,30,10,29,30,1,5,9,3,4,7,15,30,3,10,4,15,5,5,5,5,5,5,20,30,30,10,5,10,5,5,5,5,30,10,6,3,8,20,15,15,30,10,10,9,18,15,10,18,10,15,5,10,5,21,5,5,5,30,30,1,30,5,10,8,15,5,5,2,5,20,10,10,30,20,20,30,15,5,5,15,5,23,5,24,5,5,30,10,5,30,5,10,28,30,5,5,10,5,10,2,22,4,10,13,2,3,16,5,2,10,10,5,5,10,20,15,10,5,5,15,20,5,5,13,10,5,10,33,10,5,10,5,20,15,30,30,10,10,5,3,5,10,5,30,5,10,5,10,4,2,10,3,5,10,11,15,2,17,15,1,5,25,5,3,5,6,6,4,7,1,5,5,1,10,3,10,20,10,30,5,8,1,5,30,15,10,5,2,6,25,5,5,1,20,30,17,5,10,7,10,15,12,3,5,1,14,4,2,20,15,1,3,5,34,30,1,25,7,5,5,10,10,5,5,10,29,4,5,1,30,9,30,10,25,30,4,5,5,10,20,15,20,11,10,10,15,5,10,12,10,10,5,5,20,10,9,2,20,7,8,5,5,5,13,20,30,28,20,5,10,5,20,2,26,6,6,6,5,7,5,5,3,15,13,7,1,8,15,10,5,5,5,5,5,10,5,5,8,2,3,1,1,5,2,5,6,10,1,10,25,2,10,5,20,10,2,5,15,34,1,30,20,5,10,9,3,10,5,5,5,18,4,10,8,8,10,7,10,20,3,2,6,15,5,12,30,15,30,2,5,17,7,25,15,30,6,3,8,7,15,2,31,10,14,1,4,10,2,10,15,10,2,3,8,5,1,12,10,5,20,31,4,6,20,15,5,30,10,30,11,17,21,9,5,10,16,20,8,10,10,10,6,5,15,2,5,3,1,1,21,2,4,20,8,10,1,25,3,5,17,5,2,1,2,8,30,15,1,10,5,7,29,30,8,5,7,5,5,30,10,15,8,15,30,10,30,2,2,5,7,5,1,1,5,5,2,2,6,9,4,2,15,2,1,2,10,15,7,30,5,10,8,10,15,1,5,11,8,28,4,15,6,30,1,15,15,10,8,2,1,5,15,5,15,15,5,16,5,10,2,10,10,10,2,7,27,2,7,9,2,13,15,5,6,14,3,1,10,16,4,15,11,4,2,20,1,9,5,16,2,10,10,5,5,15,4,10,3,10,21,5,10,5,10,30,5,6,5,5,10,5,10,10,5,14,5,4,5,10,3,11,5,2,5,12,10,5,5,3,30,9,11,1,2,30,5,4,5,32,30,5,15,19,1,4,5,10,31,10,10,5,3,30,10,10,10,10,15,5,11,1,7,10,8,11,2,32,2,15,10,10,18,4,18,25,10,5,10,1,5,7,1,5,5,15,2,24,10,10,30,9,5,10,4,16,3,5,5,9,5,5,10,14,20,1,4,18,30,14,30,5,4,10,4,13,5,10,15,5,10,20,5,10,10,10,5,30,2,3,16,34,5,15,10,5,5,25,5,5,3,9,5,5,8,15,15,15,2,15,2,6,4,15,10,3,25,9,15,10,8,25,8,30,10,5,30,2,10,5,5,8,15,10,5,5,15,9,25,20,8,15,13,5,10,10,5,5,10,4,10,5,25,5,15,8,30,10,30,9,18,3,7,21,10,6,3,14,5,15,16,2,5,3,9,5,5,6,10,8,10,10,16,20,15,30,1,32,5,5,4,5,10,2,10,10,10,4,5,5,6,4,3,6,8,23,20,5,20,10,15,10,10,5,10,10,27,30,5,2,8,5,20,5,5,5,5,10,5,10,5,5,20,2,10,10,10,30,10,15,31,5,3,18,2,12,5,1,10,20,5,10,1,10,5,5,5,15,7,5,15,15,6,5,5,2,5,1,7,2,5,6,10,5,6,10,18,6,10,30,4,3,20,9,7,25,10,10,12,5,5,14,30,7,10,5,5,9,5,5,3,5,8,26,5,5,5,5,5,20,10,15,20,9,2,7,10,10,7,10,10,5,7,5,7,10,25,30,15,20,5,12,10,12,5,10,3,10,20,5,10,20,5,8,20,29,5,5,15,7,5,6,16,5,20,3,10,15,13,10,1,11,24,10,30,16,30,8,30,1,14,10,12,2,5,20,10,10,5,2,15,29,5,5,1,30,5,10,10,22,8,10,5,5,3,2,6,4,3,5,10,5,5,4,5,15,25,1,5,8,3,5,5,3,10,30,4,15,5,5,10,8,5,10,7,30,30,13,10,20,10,20,2,15,13,14,10,13,21,5,10,10,20,8,4,5,9,5,10,7,10,5,10,5,10,10,20,10,10,3,10,2,5,7,2,5,10,5,4,9,20,5,5,10,10,10,10,5,4,6,10,15,10,7,5,5,10,10,15,5,2,5,23,10,5,5,10,5,3,20,6,8,17,15,10,8,5,15,21,7,16,4,5,10,10,6,5,25,15,10,5,20,10,15,10,4,5,3,4,10,5,5,10,12,7,15,5,5,9,6,5,20,5,15,5,1,1,10,25,10,3,9,15,2,14,3,3,5,30,7,5,5,5,14,10,8,7,8,5,5,5,3,7,10,15,10,7,10,9,10,5,10,10,15,6,4,11,2,10,20,7,10,3,5,5,2,25,5,5,11,3,15,5,10,4,6,5,5,5,10,10,10,14,12,5,10,1,2,3,5,15,7,29,5,10,10,20,6,20,18,10,2,5,30,30,1,8,15,2,3,21,3,9,25,1,15,7,5,5,16,3,5,34,10,1,10,5,5,20,30,10,10,25,5,10,15,22,5,5,5,30,3,33,17,5,13,5,30,3,15,7,5,10,14,5,10,30,12,31,5,5,30,5,11,2,30,3,30,10,10,17,5,15,30,13,5,5,5,5,10,10,20,10,4,2,6,25,3,10,5,15,4,15,15,10,15,15,15,10,2,4,5,10,2,17,5,10,11,25,2,15,1,11,10,10,15,3,10,7,5,5,20,8,5,7,5,5,10,10,10,9,10,10,30,5,30,10,15,20,5,10,5,15,3,8,15,10,10,30,5,20,5,8,30,5,10,4,10,10,15,7,5,5,5,5,5,10,15,5,1,9,5,1,3,5,15,16,15,14,12,5,19,8,30,10,15,5,9,20,10,15,4,3,6,6,2,5,5,30,10,1,15,15,15,30,3,19,11,5,3,5,5,5,5,1,2,5,25,1,3,5,1,15,5,3,12,30,5,15,15,5,15,7,30,5,30,15,5,5,15,15,5,10,24,15,5,5,5,4,30,10,5,6,15,5,15,10,15,8,5,5,7,9,2,30,10,30,2,10,5,1,5,5,7,30,5,30,15,10,10,7,10,15,10,15,4,2,10,5,5,10,14,5,21,10,2,10,5,30,10,10,5,15,4,25,23,13,13,15,25,2,10,2,20,6,2,10,15,1,3,9,10,5,1,5,2,10,3,5,13,25,20,10,2,7,5,2,2,5,10,7,5,8,2,12,13,10,10,3,1,3,6,30,15,2,1,15,15,11,2,1,5,5,20,15,7,9,1,5,18,15,4,15,5,10,10,15,30,2,8,15,1,5,2,10,2,15,7,5,5,7,30,5,5,13,2,10,5,10,10,30,10,3,5,2,1,23,1,10,2,10,15,30,19,9,15,2,5,10,7,7,3,5,31,15,5,1,5,5,8,5,2,30,8,5,20,5,15,5,5,2,5,1,5,5,5,15,10,5,5,5,15,7,2,10,5,5,10,10,4,2,6,16,15,10,16,10,15,20,7,14,10,5,2,5,5,6,2,6,5,11,2,2,4,11,10,5,2,1,10,5,17,29,1,2,10,5,5,1,2,1,30,4,15,5,5,12,5,1,11,3,4,5,5,30,10,5,20,22,10,10,30,5,1,10,17,20,33,3,15,5,5,30,3,10,5,15,5,5,5,5,10,1,31,10,25,10,10,30,1,2,5,6,1,5,1,1,2,8,6,1,10,1,1,3,27,3,6,7,2,15,15,16,3,20,5,10,5,15,10,1,10,6,10,1,15,10,5,1,10,15,3,5,5,2,12,5,15,5,16,30,20,5,5,2,7,20,5,5,20,5,5,10,15,5,5,5,1,5,5,1,3,5,15,13,1,7,1,5,30,5,30,15,1,21,5,5,10,1,10,15,4,2,5,1,13,10,5,10,5,1,5,2,2,30,5,1,20,5,12,5,10,5,5,5,25,5,5,3,5,26,10,15,3,5,15,1,5,5,10,20,31,15,20,3,10,10,10,10,5,5,3,10,4,2,34,30,5,5,6,5,5,10,5,10,30,5,4,4,5,30,1,14,15,5,10,5,10,10,10,9,5,10,5,3,4,30,19,5,30,2,10,15,33,15,2,10,15,27,5,5,15,5,3,5,5,5,6,30,10,7,5,15,10,5,1,15,18,10,17,5,13,1,30,25,1,5,5,30,1,15,30,10,15,10,7,30,5,20,10,2,10,3,10,10,10,2,5,2,10,15,10,2,10,20,7,8,2,4,4,1,16,14,20,5,30,5,2,5,15,5,20,1,30,5,5,10,5,3,5,5,7,20,15,2,5,10,10,15,10,5,10,30,6,33,5,30,10,5,5,5,5,25,5,30,10,18,15,10,2,20,5,31,10,10,23,1,9,20,15,15,10,10,7,10,5,6,4,5,7,5,30,5,15,5,14,3,5,5,10,5,6,1,10,8,4,2,18,6,5,10,16,9,4,5,5,5,20,5,2,2,3,16,12,10,5,9,30,5,10,1,5,2,29,3,25,10,5,10,3,10,10,25,5,5,14,2,2,8,20,4,5,20,15,30,5,10,13,5,10,10,7,17,5,5,10,4,2,1,5,10,1,2,1,15,15,5,12,30,4,5,21,5,3,14,6,13,5,1,5,5,5,20,5,20,5,10,13,10,30,2,5,10,6,5,24,20,10,5,5,6,5,23,10,5,8,16,8,5,1,5,5,11,30,10,5,16,17,5,1,5,5,10,7,25,8,7,9,10,20,10,5,5,5,4,5,5,10,10,28,10,5,6,20,10,10,5,5,15,5,12,5,5,1,7,12,4,30,5,5,8,6,5,20,5,5,5,10,5,7,15,1,5,28,1,16,10,5,10,9,5,15,10,15,7,6,5,7,7,26,10,5,10,2,5,10,15,20,28,5,15,5,2,5,16,6,10,5,5,10,5,5,24,15,12,3,7,20,23,8,10,15,25,3,4,10,5,5,4,5,13,5,15,15,2,5,20,10,10,5,5,1,14,5,30,5,3,6,6,5,5,1,1,2,30,5,10,20,17,15,2,9,6,10,2,24,10,10,10,20,10,12,6,5,4,3,20,4,1,7,30,1,5,7,17,32,15,3,15,5,1,12,13,10,15,5,10,12,15,2,5,3,5,1,12,6,10,15,10,1,2,10,10,12,5,4,20,10,5,3,5,5,11,6,5,3,1,30,15,5,2,5,5,12,5,5,3,5,12,10,10,15,4,5,1,5,5,10,18,10,10,2,17,1,9,9,11,4,10,5,11,30,5,10,6,12,20,5,10,5,5,8,11,6,3,30,5,5,5,27,5,10,5,10,16,5,10,5,15,8,3,10,3,13,10,5,31,3,7,5,10,13,7,10,11,15,5,10,23,20,10,5,1,3,2,10,2,30,5,5,3,5,9,25,21,15,7,5,5,10,10,10,11,3,3,5,10,5,10,7,5,16,5,5,5,15,3,5,4,3,5,10,25,3,4,30,15,2,28,14,13,5,10,22,18,3,11,2,5,27,5,10,1,12,15,16,1,4,15,5,5,20,3,10,5,5,5,32,2,5,7,7,5,16,5,10,13,5,5,10,4,10,4,14,8,10,5,10,5,5,2,15,8,15,5,14,5,5,17,20,10,30,5,5,10,30,5,5,15,5,17,15,30,5,32,5,5,5,7,15,4,12,30,20,2,30,15,8,15,13,5,5,30,10,2,10,7,5,5,5,8,5,10,10,5,15,10,5,23,5,20,15,8,25,19,15,10,5,6,3,10,30,5,10,21,10,1,15,30,20,3,5,30,8,4,20,5,10,30,13,7,8,15,10,3,25,5,20,10,5,1,10,10,15,5,14,10,5,15,6,20,2,10,5,5,5,5,2,20,13,10,5,2,11,30,30,5,6,10,7,5,5,34,5,2,3,11,22,5,5,2,3,5,15,25,5,5,10,2,5,12,5,10,10,5,2,30,5,10,7,5,32,5,10,2,20,5,30,20,25,10,6,14,6,15,26,5,30,5,15,10,10,5,14,2,3,30,5,5,4,22,20,5,23,3,5,2,30,15,33,15,8,20,3,1,6,9,10,30,24,2,10,10,10,20,20,10,15,30,6,5,4,15,20,10,15,1,5,1,5,5,24,5,10,2,5,5,15,10,5,5,10,9,5,20,31,30,10,20,15,20,15,5,5,10,1,10,4,10,4,18,10,25,7,20,10,3,20,5,4,15,11,20,10,25,10,5,20,30,1,2,10,5,1,5,5,15,10,5,20,5,5,4,6,20,5,10,20,5,30,10,9,6,1,20,30,2,5,5,9,3,5,4,5,3,17,19,10,2,20,6,3,5,5,5,7,5,5,15,1,10,20,3,15,15,30,10,15,10,2,7,1,15,10,18,10,5,10,20,33,2,5,8,15,15,5,5,30,8,15,10,30,15,11,30,5,10,1,1,10,5,5,11,10,18,20,3,15,5,2,5,10,15,1,3,15,20,10,2,4,10,3,10,13,10,3,5,5,6,2,10,5,5,25,4,10,10,5,24,25,4,1,5,10,8,10,4,2,3,4,1,5,18,9,14,5,18,10,3,5,1,15,5,8,4,30,11,15,5,5,5,1,15,2,5,10,2,5,23,25,11,15,9,1,2,5,2,15,10,10,5,5,3,20,7,5,8,13,20,6,5,7,10,7,3,9,2,8,10,20,9,20,10,5,8,2,10,5,25,10,30,6,3,3,6,5,1,9,30,5,15,5,6,5,5,8,10,5,1,3,15,15,7,3,5,10,3,5,10,6,8,5,8,10,10,10,10,5,1,10,4,8,10,10,20,15,10,19,10,10,6,4,10,10,15,10,7,20,4,5,26,34,5,7,10,5,5,1,30,28,2,20,13,5,28,5,2,3,5,5,5,3,11,26,11,3,3,7,5,10,5,5,5,6,5,5,15,15,11,5,15,31,20,5,2,5,20,5,25,5,15,16,10,4,5,5,15,5,5,5,5,17,2,12,4,5,9,12,5,30,4,2,27,5,3,2,15,10,20,7,5,15,10,24,9,5,1,3,10,5,4,5,5,10,25,16,30,6,15,5,14,10,25,11,10,20,8,5,5,20,5,10,11,20,20,6,15,15,7,10,10,3,5,30,29,12,22,5,5,15,10,10,10,2,10,22,5,2,9,5,5,28,11,25,15,4,5,20,22,5,20,15,5,2,1,2,3,5,5,9,2,5,12,12,15,15,5,5,6,7,34,30,1,5,5,33,5,4,5,25,10,4,5,10,6,6,10,6,10,23,2,5,5,7,14,5,5,5,1,18,18,4,5,5,5,26,6,10,5,14,11,2,3,5,5,4,15,10,5,5,10,5,9,5,10,10,5,1,2,5,15,13,27,5,18,25,5,6,2,10,4,3,10,5,7,13,25,15,3,6,25,8,16,9,30,10,10,5,21,5,6,6,20,2,5,11,8,20,10,6,30,10,21,6,20,5,6,30,7,5,5,15,5,2,1,11,15,15,8,14,5,18,5,5,10,7,15,9,30,2,5,5,15,5,4,10,1,5,5,4,15,15,25,5,11,5,1,30,5,15,5,2,30,5,8,5,5,5,3,5,5,5,14,10,1,5,22,5,5,28,10,5,6,31,5,10,6,8,5,3,15,5,34,24,5,5,10,5,8,15,4,5,22,4,8,7,5,4,7,2,14,10,16,2,30,5,17,4,30,5,1,10,8,15,15,15,30,1,34,8,10,5,10,5,2,9,5,16,15,6,6,10,10,9,5,3,30,1,2,4,24,5,25,11,5,5,1,20,15,2,7,7,5,5,10,5,16,20,3,33,2,10,27,5,11,8,6,14,3,10,15,9,8,30,20,5,1,10,1,29,1,9,17,3,8,5,4,10,8,1,5,26,17,30,5,13,5,14,30,10,5,3,10,10,10,5,25,30,9,5,10,4,5,15,4,30,2,15,7,14,15,10,10,13,8,1,5,15,5,20,10,5,15,23,9,15,5,28,11,13,4,18,15,5,15,5,30,5,2,1,5,5,2,10,15,27,4,2,1,4,20,30,16,20,15,5,12,5,9,8,6,5,10,5,5,2,7,6,1,21,5,15,15,15,5,21,10,9,5,6,30,20,3,5,4,4,5,20,5,5,10,5,8,30,30,5,18,5,2,30,4,5,5,5,4,16,1,10,20,5,10,10,5,5,3,10,8,18,5,12,6,10,6,5,5,20,11,5,5,5,5,10,9,10,10,10,7,10,5,10,5,6,11,9,4,14,1,30,15,6,15,10,6,5,22,5,3,2,5,4,3,4,1,10,15,4,10,5,5,5,5,2,10,20,5,30,5,10,2,6,16,5,3,1,20,3,10,4,5,8,5,5,11,8,5,6,5,23,5,5,5,20,5,5,5,15,4,5,20,11,20,5,15,20,10,30,5,5,5,30,2,5,2,20,5,26,5,10,12,5,10,5,8,20,15,8,30,5,20,10,5,5,10,5,27,15,20,3,10,2,3,5,4,4,20,10,3,25,2,5,16,5,10,20,5,8,20,5,5,5,1,10,10,4,6,1,20,22,2,22,4,33,5,10,5,22,11,5,15,16,5,5,9,3,5,2,14,5,9,3,5,4,5,10,1,5,17,5,7,5,15,2,15,5,30,5,20,29,10,8,5,20,10,3,10,2,12,30,12,30,5,5,5,5,3,2,5,10,10,15,4,5,13,3,12,20,15,5,10,30,20,10,30,10,15,5,10,1,10,20,10,6,3,7,1,4,15,5,1,5,7,5,5,10,6,15,5,5,1,5,5,7,20,1,10,10,5,5,6,5,1,2,2,4,5,3,14,15,5,11,9,3,8,5,5,5,3,1,1,5,17,7,1,34,29,21,7,7,5,9,3,22,10,10,2,12,14,10,1,5,5,4,15,5,5,29,6,21,6,8,4,5,5,20,10,5,5,15,10,10,10,5,21,10,5,7,5,10,5,1,2,5,5,6,6,5,31,5,2,10,14,9,5,5,5,1,24,15,9,15,5,5,9,5,9,15,5,8,10,6,15,1,5,5,10,9,2,5,22,3,9,6,7,5,3,5,15,5,5,1,10,15,7,1,5,15,5,5,15,5,15,5,5,5,5,29,5,16,5,10,30,5,5,25,5,3,19,3,15,7,6,12,17,4,5,8,9,5,30,10,10,12,10,10,5,5,5,5,7,30,30,1,15,10,5,3,5,5,30,29,5,5,20,6,2,10,10,33,10,10,5,10,5,10,8,7,15,5,3,5,30,5,6,2,3,3,5,5,3,13,5,5,5,15,30,20,4,2,10,5,10,2,11,5,3,14,15,3,5,25,9,2,15,3,5,5,8,5,26,10,30,6,5,2,10,2,15,3,20,5,5,30,5,5,5,5,10,5,5,1,10,5,13,10,15,20,9,30,10,5,2,4,4,10,5,5,15,15,30,5,30,5,30,3,15,12,16,1,6,5,2,5,19,8,3,5,1,15,5,5,2,5,5,5,31,1,15,10,4,10,5,30,2,30,10,10,9,6,15,20,5,12,5,7,15,10,22,4,11,5,7,6,30,5,4,15,5,10,10,5,10,3,5,20,10,5,2,10,5,22,5,10,2,5,5,5,5,10,1,5,2,5,2,10,5,9,10,7,5,6,6,10,9,5,10,5,2,3,15,4,5,5,5,6,5,15,5,5,5,5,10,3,5,5,10,2,5,14,5,5,5,30,5,2,5,5,18,10,30,11,5,5,5,5,7,25,6,3,2,15,5,7,10,2,5,15,3,30,4,5,20,5,5,5,10,15,3,5,16,20,10,1,5,1,10,10,5,5,10,15,15,3,10,15,13,2,5,5,10,5,15,15,1,7,5,20,5,5,8,1,15,1,5,5,27,8,10,10,9,15,5,10,15,5,15,15,10,15,2,5,5,13,10,5,5,30,10,1,3,15,16,20,20,18,10,5,15,15,20,18,27,1,8,10,15,5,8,1,15,15,15,22,20,15,10,5,10,5,2,5,15,30,5,12,5,20,3,13,5,15,15,5,15,10,5,5,25,15,4,7,1,7,10,8,5,30,10,10,10,8,4,5,7,5,5,5,15,5,24,10,25,5,10,1,10,10,5,10,10,20,15,5,20,5,10,15,5,3,10,10,25,10,5,8,5,5,30,10,10,15,5,7,7,8,12,5,20,7,15,5,1,11,10,3,7,15,20,10,5,15,5,13,2,30,10,30,5,10,5,1,5,3,1,5,32,15,4,33,10,7,4,20,10,30,10,3,5,10,15,5,5,10,10,30,18,5,10,5,15,16,15,20,29,5,15,5,5,5,5,10,2,3,6,5,10,4,5,5,10,5,17,14,5,9,1,5,3,30,5,25,10,10,13,5,10,20,1,3,6,30,4,5,11,2,1,10,20,5,27,30,5,16,1,6,5,10,11,5,20,12,20,5,10,30,4,10,1,2,15,15,10,2,10,15,15,10,5,30,5,7,10,5,10,20,1,20,30,15,10,10,15,5,1,2,25,5,2,5,15,2,25,5,5,10,10,10,10,13,5,5,11,15,10,5,19,5,20,15,15,5,20,5,10,15,10,8,2,9,27,10,9,2,16,3,10,10,3,10,25,10,5,10,4,6,5,7,23,5,4,3,15,4,15,10,5,7,5,2,20,10,10,6,2,30,3,5,15,5,18,10,10,10,5,15,4,30,1,5,5,3,10,10,3,2,5,23,3,1,7,6,15,1,5,5,5,5,15,15,5,5,20,33,5,25,5,5,5,15,5,7,11,5,10,5,7,11,5,5,2,15,2,12,7,10,10,10,2,10,7,5,21,5,3,8,7,18,5,12,10,3,15,5,10,10,30,10,25,15,18,1,6,1,2,5,30,10,4,5,20,5,2,1,10,5,15,12,5,10,9,5,2,27,4,5,10,30,20,6,5,2,1,5,32,7,1,2,10,20,2,17,4,5,10,2,4,10,17,5,4,15,24,5,5,2,4,5,10,10,15,7,13,10,10,22,5,5,4,10,7,13,1,10,10,5,5,3,10,10,9,5,16,2,5,2,5,8,5,15,3,7,4,20,33,3,9,10,10,2,5,5,5,15,6,2,6,4,5,10,10,30,10,10,5,7,30,5,10,34,2,5,7,20,6,3,10,5,17,5,4,15,15,15,15,5,11,5,25,20,20,10,15,5,2,5,34,2,30,15,5,5,10,5,5,10,10,10,1,2,16,5,5,10,15,5,8,11,10,1,10,25,9,15,1,5,10,15,10,3,5,5,10,24,5,10,7,5,5,30,8,10,5,2,30,3,33,10,9,30,10,10,7,20,30,5,5,5,7,5,30,15,2,7,10,15,9,5,5,11,10,10,5,10,20,25,10,5,2,20,1,5,20,10,10,10,21,30,10,30,8,2,30,5,30,4,5,10,5,15,9,30,30,5,4,10,21,30,30,6,30,2,10,4,10,5,5,30,7,5,20,1,10,12,10,20,15,4,29,10,7,25,20,22,14,12,5,10,20,10,25,30,7,10,15,7,5,5,5,10,3,10,5,5,1,5,3,15,14,5,2,2,14,7,20,9,1,25,7,4,6,14,10,32,8,14,5,3,10,3,10,1,5,16,6,15,10,6,4,13,15,5,4,2,15,10,10,6,7,10,10,5,5,10,5,5,10,5,11,17,8,5,5,7,4,5,6,16,6,5,5,13,5,6,6,30,15,7,10,6,9,5,1,10,5,5,21,21,10,10,23,10,15,10,1,10,20,7,16,5,5,30,9,20,4,20,10,5,10,30,24,1,30,10,5,10,5,22,15,15,10,5,10,1,15,5,5,4,7,10,14,15,5,7,5,4,10,2,25,15,10,10,6,10,1,2,19,5,28,10,10,20,21,2,15,8,6,10,18,19,2,5,3,5,5,5,7,15,14,3,5,5,5,5,9,4,15,5,30,1,12,4,10,5,25,15,25,5,5,9,5,5,8,6,5,11,5,14,15,1,16,16,5,5,28,5,18,5,5,5,20,2,5,1,5,12,5,20,20,15,22,10,15,30,11,5,5,18,5,15,33,10,10,3,4,10,5,13,13,20,25,10,5,15,5,5,5,5,5,10,25,26,10,20,2,21,8,7,5,5,4,10,10,10,3,12,2,5,8,30,10,10,10,5,13,15,4,5,10,7,5,5,10,6,5,2,7,5,5,16,20,5,10,3,19,12,21,5,1,2,10,7,15,10,30,10,2,5,2,5,15,11,6,7,5,5,10,5,5,15,15,3,5,10,10,4,25,7,10,5,2,5,10,5,15,5,5,6,5,5,5,10,5,10,17,5,4,5,12,6,5,29,5,10,5,4,15,4,5,20,10,3,10,32,10,15,5,25,34,10,25,10,10,3,19,16,10,5,6,8,6,4,25,10,5,10,5,5,10,14,2,6,5,10,5,10,24,3,10,5,3,10,33,15,5,2,12,1,15,5,16,15,12,4,5,30,3,5,10,2,10,1,5,5,2,22,6,13,14,5,5,15,30,11,5,5,25,4,5,13,7,7,5,5,5,10,28,8,15,15,6,2,5,10,29,14,5,5,25,3,7,15,5,10,6,10,5,5,10,28,20,5,1,5,5,10,10,3,5,15,15,9,21,17,10,15,25,3,5,28,30,15,5,12,30,30,1,5,1,28,2,3,10,3,15,5,10,20,5,5,5,1,30,10,10,5,1,15,5,10,7,30,5,2,5,10,34,31,1,2,28,5,5,5,7,5,5,1,5,10,30,5,13,11,30,10,5,5,10,8,10,11,30,5,20,14,7,15,5,1,1,30,20,10,14,20,3,5,2,2,5,5,10,5,30,30,25,5,15,5,20,10,3,20,5,15,5,15,20,15,10,15,3,10,5,10,10,30,10,1,30,10,5,10,15,5,10,5,5,10,10,5,10,15,5,15,5,10,10,30,10,5,5,4,8,5,10,5,10,15,10,5,10,20,10,5,20,10,8,1,24,5,5,3,15,5,10,5,10,2,25,15,1,5,6,10,2,6,20,9,20,2,2,10,5,30,5,10,30,10,2,1,5,30,15,8,5,10,10,15,5,10,5,5,10,5,5,17,5,2,5,5,5,10,5,9,1,10,15,13,5,20,6,10,20,15,10,15,19,5,15,15,5,22,18,5,30,20,4,24,5,9,15,30,11,10,10,11,7,5,5,10,5,5,5,20,14,10,30,15,30,14,2,12,5,15,5,5,9,9,23,10,10,1,1,15,24,5,30,5,13,5,5,25,30,9,5,5,5,17,1,5,17,30,3,16,10,14,15,15,2,8,4,8,10,10,5,5,5,5,10,5,10,3,5,30,1,10,25,10,1,5,1,5,2,30,15,4,17,2,5,30,2,2,21,5,15,31,5,20,30,20,5,10,30,5,10,5,20,9,30,5,4,5,8,5,5,15,2,30,10,2,15,3,10,2,10,3,12,5,3,20,5,1,22,8,21,2,5,15,4,10,8,5,15,7,10,30,5,1,10,8,15,5,2,3,1,15,2,5,5,10,3,5,34,4,5,2,8,10,8,5,3,30,5,4,5,2,1,5,3,15,30,10,15,5,2,2,5,2,1,10,5,6,10,2,10,10,5,1,10,12,5,5,10,5,3,1,5,5,5,5,6,5,5,10,3,15,5,20,5,15,5,5,30,3,5,5,15,5,10,30,9,25,1,4,15,15,12,21,5,10,5,5,29,2,2,1,15,3,12,4,5,9,5,15,19,10,8,9,7,5,15,10,30,3,10,5,5,30,10,27,3,5,20,5,10,4,10,25,30,5,11,5,5,5,2,13,30,30,1,4,5,5,22,10,5,30,10,13,10,1,20,20,1,30,30,8,15,1,2,1,11,30,5,25,5,3,15,2,15,5,5,2,10,8,2,5,1,4,5,5,5,15,5,5,15,1,1,20,10,15,13,7,1,5,4,2,25,25,12,15,3,12,10,15,21,10,20,13,33,15,1,5,15,1,20,10,10,5,30,5,5,4,5,5,1,5,15,5,3,25,5,10,5,10,1,20,5,5,10,5,5,5,4,7,15,15,30,10,15,10,5,13,5,8,5,7,1,4,10,4,5,30,8,5,4,5,8,5,15,1,3,10,2,8,5,10,2,22,10,20,2,4,10,15,5,30,20,5,5,20,10,5,2,1,10,8,3,5,5,9,10,15,5,7,5,5,5,8,5,10,9,5,5,30,5,12,24,11,1,30,31,4,11,5,4,18,30,5,5,3,10,10,10,10,5,19,13,10,3,5,15,5,5,4,5,30,23,5,30,5,5,10,5,6,28,8,8,30,12,5,15,3,8,20,10,20,10,8,19,2,17,24,5,10,5,5,1,15,20,20,14,10,5,15,4,5,3,5,5,2,6,2,5,13,5,30,8,13,7,12,32,5,25,2,5,32,15,5,5,10,2,5,5,15,5,4,10,20,5,5,5,21,8,10,3,8,3,22,22,22,3,33,4,3,5,15,5,5,16,14,2,8,2,5,2,5,23,34,7,1,5,5,5,2,10,10,6,3,13,5,2,5,7,3,10,4,3,5,2,30,10,10,3,22,5,33,31,10,2,1,10,6,2,10,15,10,6,6,5,11,15,1,4,22,2,10,32,9,12,16,30,14,5,30,1,10,15,29,5],"type":"box","name":"misdemeanor","marker":{"color":"rgba(252,141,98,1)","line":{"color":"rgba(252,141,98,1)"}},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","frame":null},{"fillcolor":"rgba(141,160,203,0.5)","y":[4,30,15,15,5,10,10,20,10,15,15,10,25,30,5,1,2,10,5,12,1,5,20,10,10,6,3,10,5,10,10,14,5,5,3,23,10,8,10,10,25,20,22,23,10,6,15,12,5,2,30,8,5,5,5,5,14,5,2,11,5,1,15,10,32,7,15,20,20,5,15,5,15,2,12,15,2,10,10,20,2,12,10,2,10,10,10,5,10,5,5,25,10,4,30,5,10,10,1,10,5,5,5,10,7,11,3,10,10,5,5,30,5,30,1,15,13,10,1,10,20,3,15,30,8,5,5,25,10,5,10,6,10,5,6,15,5,5,15,5,30,5,5,10,15,30,5,5,10,5,20,10,6,5,5,21,5,20,5,5,5,11,5,2,5,10,5,5,5,30,2,10,23,3,10,25,5,5,5,25,30,5,10,2,10,17,15,20,15,20,5,15,20,5,5,30,10,5,7,15,1,10,12,32,8,15,5,30,15,10,25,5,5,10,10,15,7,10,30,2,5,5,20,5,4,10,20,30,2,20,1,23,3,3,10,5,5,30,10,12,22,5,5,5,5,7,8,10,20,10,5,10,10,10,5,5,3,4,12,25,30,3,10,10,10,7,20,30,7,14,5,10,8,5,5,6,10,10,3,20,10,7,5,9,10,5,20,5,10,10,5,5,5,1,13,12,5,8,2,10,1,15,5,11,10,5,20,5,25,30,2,5,1,15,15,2,10,5,15,4,5,6,25,3,24,3,13,30,7,10,10,10,5,7,3,5,7,5,5,2,10,10,3,10,5,5,5,5,10,5,5,10,20,20,5,2,5,2,15,1,10,1,2,34,4,5,10,5,8,15,5,18,5,5,2,5,5,30,10,5,27,7,30,13,20,13,15,5,11,5,5,15,10,10,3,8,7,4,20,12,5,10,3,5,13,5,10,10,10,5,3,15,9,8,10,5,5,1,20,10,10,10,13,8,5,5,5,15,5,5,5,5,10,10,17,10,10,16,5,5,4,2,5,10,8,8,8,2,3,10,7,5,15,7,7,14,11,30,1,5,5,3,4,2,5,30,5,5,10,3,1,1,5,5,15,1,5,5,5,10,6,15,2,10,12,5,10,5,10,5,10,1,5,5,15,2,5,15,15,4,20,5,5,5,30,2,5,10,7,30,1,5,20,10,5,15,5,20,5,5,6,1,30,10,5,5,5,7,10,15,10,15,10,5,10,14,7,10,30,5,15,22,30,5,7,25,10,5,10,1,5,10,15,10,30,5,3,15,20,25,2,5,5,5,5,2,5,2,5,5,10,15,6,5,15,8,10,10,10,4,12,21,2,10,5,10,20,10,5,10,15,20,10,5,4,15,7,2,5,15,5,30,5,30,30,6,23,2,9,30,10,15,5,10,10,1,5,10,5,10,12,5,5,10,15,10,10,19,5,7,30,10,3,2,11,1,5,5,1,10,30,4,10,10,20,6,20,3,20,20,10,5,5,11,3,6,10,15,5,5,5,10,7,5,10,8,7,1,10,1,10,10,5,3,2,5,6,15,3,5,8,4,5,2,15,12,15,3,8,15,10,10,8,30,5,10,5,7,4,10,5,7,3,5,5,10,10,5,15,3,3,1,7,10,10,5,2,15,3,10,15,10,10,5,5,9,10,10,4,15,5,20,6,15,5,5,15,8,15,20,10,5,10,7,26,10,15,15,15,10,12,18,10,10,3,1,5,6,5,10,4,15,20,1,5,10,5,10,2,20,4,1,3,15,15,2,5,5,5,2,4,31,30,4,6,10,10,10,2,10,2,10,15,5,3,5,30,5,2,12,10,4,5,5,5,7,8,5,4,3,10,15,5,10,5,30,5,5,15,1,5,6,10,5,17,20,20,10,5,3,4,5,20,5,15,30,30,8,15,20,25,5,30,10,5,15,5,15,4,5,10,10,15,7,3,5,5,2,5,10,15,2,5,30,15,3,10,10,10,5,10,5,5,30,10,23,30,9,15,5,30,10,10,10,25,5,8,6,5,20,5,8,20,10,19,6,10,10,8,5,10,20,1,2,8,5,5,10,20,5,15,5,6,5,15,5,20,5,12,5,20,5,5,10,5,1,5,10,5,10,4,15,20,20,25,5,15,10,10,10,30,3,25,20,10,20,30,5,25,5,5,8,15,25,1,16,5,10,15,5,15,20,10,8,20,10,10,5,2,5,15,10,25,5,5,4,2,4,5,15,5,9,19,10,1,15,5,5,8,10,14,3,10,10,5,16,30,20,13,15,5,20,5,5,15,25,8,5,5,2,5,10,5,10,30,3,10,4,13,5,15,5,3,2,5,20,4,10,6,5,5,20,7,15,5,5,10,3,11,10,1,1,5,10,3,1,15,7,10,5,20,20,4,5,5,2,5,5,5,5,15,1,5,15,5,5,5,10,5,10,7,5,3,2,5,28,20,5,15,5,20,5,7,30,10,8,10,5,34,5,4,31,8,30,30,10,10,5,5,3,3,1,5,8,10,3,5,10,10,5,10,15,10,10,2,25,10,5,10,10,5,15,10,20,7,9,10,10,5,2,5,6,15,30,13,8,1,5,10,32,10,5,2,15,1,20,15,15,5,1,18,4,1,24,30,10,15,15,5,5,15,10,29,30,2,20,10,5,15,5,11,2,8,20,3,12,5,20,15,7,8,21,20,5,25,4,5,30,15,10,5,1,20,25,5,15,10,6,21,17,10,10,15,5,7,10,12,9,5,5,30,10,10,5,25,7,5,10,10,2,2,4,3,1,1,4,10,5,15,20,5,5,15,15,15,5,5,5,5,20,20,5,15,10,5,9,6,5,5,30,10,15,30,9,5,15,15,5,15,1,8,10,4,5,5,5,3,28,10,5,12,12,30,14,5,20,1,15,20,10,20,5,15,23,5,5,5,15,10,30,5,5,24,2,4,10,10,10,20,10,17,5,8,27,4,5,20,15,12,5,15,12,3,30,14,2,5,25,10,5,5,1,5,30,1,5,10,10,5,10,10,15,1,5,1,5,10,5,16,11,3,5,18,14,5,5,15,5,5,23,8,15,7,10,5,7,12,22,1,14,9,1,6,15,2,5,5,7,15,10,5,10,5,9,28,27,3,25,12,6,3,8,5,10,5,4,10,21,3,30,10,5,17,15,15,15,3,4,5,5,1,5,12,10,5,2,30,30,9,30,14,10,5,2,4,5,15,2,10,5,1,17,5,10,10,10,30,5,5,30,5,10,10,2,15,10,4,30,14,10,20,15,15,20,15,20,1,5,2,10,1,5,7,5,12,20,5,4,6,15,15,5,10,5,3,15,1,18,10,15,10,7,5,20,12,15,30,10,10,5,15,5,10,9,11,5,5,2,7,5,12,5,5,23,20,6,10,20,25,20,5,20,4,20,5,5,20,10,5,8,5,11,10,5,4,1,5,5,5,1,5,4,10,15,1,20,10,18,5,4,15,5,5,5,9,10,30,11,10,30,18,5,7,5,3,22,10,5,10,10,4,5,5,2,5,10,5,3,1,10,3,5,1,8,5,10,5,23,20,15,15,5,5,15,5,5,6,5,8,30,4,15,2,5,15,20,2,5,20,10,1,2,30,3,5,2,5,1,10,4,2,5,5,2,12,10,15,5,15,4,5,4,10,15,5,30,5,1,5,5,15,2,10,5,20,5,7,10,7,5,1,7,10,10,15,30,10,18,5,5,4,5,15,15,18,25,5,5,10,5,30,25,15,5,2,7,10,7,5,8,30,10,30,10,6,10,10,5,11,20,8,30,5,2,1,6,6,25,5,30,2,5,6,5,1,10,5,5,2,26,10,16,4,15,8,5,5,4,5,5,1,24,10,15,20,10,2,6,7,8,3,10,5,6,15,5,10,5,15,31,6,5,5,8,5,4,10,5,30,5,9,1,15,5,5,5,3,6,5,3,3,10,20,1,5,25,15,5,6,5,10,5,5,32,12,11,10,30,15,3,25,30,2,5,33,5,29,1,7,10,10,1,10,15,14,5,15,7,5,30,8,4,5,10,4,8,2,1,5,5,5,5,10,5,10,5,5,5,10,20,30,5,5,7,10,28,10,20,15,3,5,25,5,10,20,5,3,5,27,1,17,8,5,2,10,5,20,5,19,2,5,10,5,5,15,13,1,9,22,30,30,25,10,14,5,5,3,12,5,6,8,30,10,8,5,4,5,5,5,10,10,22,20,8,5,19,3,20,10,7,5,5,5,17,15,5,10,8,1,5,10,10,11,4,10,10,1,15,10,3,10,2,5,5,5,25,15,10,5,15,5,20,5,10,30,5,10,10,5,14,11,5,5,10,25,13,5,5,10,2,7,10,5,10,5,8,10,10,15,15,10,5,5,29,10,34,5,30,20,15,5,1,10,7,1,10,5,15,20,7,5,2,10,3,2,14,6,5,5,6,10,8,10,13,5,13,5,27,5,6,5,3,10,3,10,5,5,10,30,15,5,5,30,5,4,5,5,5,3,5,5,10,10,5,20,5,2,20,2,3,1,5,10,5,10,5,4,1,1,7,20,15,17,15,10,5,14,5,5,5,5,15,5,30,10,15,21,30,10,5,20,10,15,10,5,20,6,5,19,5,20,5,5,5,5,34,5,20,30,25,9,1,10,5,15,3,31,2,30,30,5,5,30,8,5,5,5,10,10,15,5,5,10,1,5,30,5,2,10,10,21,5,1,10,9,10,27,5,10,2,15,6,5,20,5,5,9,5,6,30,30,17,1,10,10,1,5,5,5,5,5,5,3,20,10,5,30,5,10,20,5,5,20,5,16,20,2,1,5,5,5,5,10,10,30,5,3,5,2,5,2,30,10,10,15,5,5,30,10,1,10,2,5,5,10,1,5,10,2,21,5,5,5,5,5,1,5,5,5,15,15,5,5,8,5,5,15,5,20,5,10,11,30,5,30,4,2,5,4,2,2,5,1,15,15,5,3,20,6,3,13,5,2,5,2,10,5,29,3,20,27,25,30,15,5,5,6,6,20,1,5,2,10,10,22,5,5,11,2,5,5,10,5,15,1,5,1,1,18,15,5,5,5,10,4,20,2,15,7,5,10,11,10,10,5,20,2,10,30,2,4,5,15,20,3,15,5,1,5,5,30,1,1,5,10,15,10,15,23,1,5,5,5,5,5,3,5,3,7,1,15,5,5,20,2,5,1,15,10,10,15,25,4,2,5,4,5,5,1,10,6,5,7,5,10,15,5,3,5,30,6,5,6,10,20,15,5,1,4,10,30,10,6,25,5,30,10,15,10,5,20,29,30,2,5,5,4,6,3,3,8,19,14,3,10,30,23,10,10,5,10,5,10,5,11,7,5,6,5,8,5,16,7,7,5,9,10,30,10,5,15,10,9,10,2,5,10,5,12,1,2,1,10,5,5,10,7,2,10,10,34,5,5,20,3,17,25,20,5,30,25,7,13,10,30,10,9,10,17,14,10,5,5,10,1,6,31,15,15,5,8,5,20,12,6,10,5,10,10,10,15,10,10,8,10,8,8,5,3,10,5,5,5,1,2,5,5,5,23,20,10,5,4,30,5,11,10,8,24,10,10,1,10,5,15,3,21,5,2,15,2,9,5,14,10,15,5,30,10,10,10,5,33,15,10,2,5,10,10,2,8,15,30,2,1,15,6,4,10,4,1,17,10,5,2,10,5,10,5,5,13,10,4,15,5,1,10,20,10,10,30,6,34,10,3,10,5,5,30,1,10,30,1,5,5,5,2,5,5,10,2,6,10,10,10,5,7,4,23,10,4,5,10,30,2,3,30,27,5,5,4,5,5,22,7,30,5,1,5,8,5,10,7,5,13,1,20,10,10,3,30,5,13,10,22,8,3,18,15,6,30,5,15,15,14,4,4,30,10,22,20,30,15,5,20,4,10,9,5,5,6,10,5,10,15,5,23,20,15,15,30,30,10,2,15,10,5,5,20,2,10,2,9,10,3,15,5,6,9,10,4,15,5,1,18,10,5,30,30,5,10,5,15,5,5,4,1,10,2,3,10,15,5,3,12,5,20,20,2,28,1,18,5,3,3,30,2,5,5,5,10,10,5,3,6,30,6,5,3,5,6,10,17,15,30,4,9,2,15,10,1,4,8,7,10,14,8,6,6,10,1,7,10,10,8,10,2,10,5,20,10,8,15,5,15,3,10,10,10,10,11,10,10,6,5,5,10,10,6,25,6,10,5,6,5,5,5,30,10,15,8,5,2,8,5,8,30,1,20,14,1,10,2,10,3,5,30,10,15,5,5,7,15,10,2,5,10,10,15,15,6,5,10,14,20,10,8,2,5,5,5,7,8,2,10,30,15,30,1,10,4,10,2,10,10,5,20,1,5,1,15,1,1,15,1,18,15,5,5,14,2,5,10,20,30,5,15,30,5,3,7,10,17,20,15,5,7,5,31,2,10,10,5,30,5,5,5,5,10,1,5,1,3,2,20,5,20,5,1,15,1,2,5,1,5,5,1,20,10,5,5,5,30,20,1,15,5,5,25,5,15,1,8,5,15,5,5,20,2,30,3,1,10,15,2,5,5,5,5,5,5,10,5,5,5,19,30,3,1,15,5,10,10,18,5,20,10,11,10,15,13,10,5,12,8,15,15,5,30,5,10,1,1,4,5,15,2,1,5,5,20,10,22,1,4,2,5,5,14,5,5,3,10,5,10,15,1,28,5,5,2,20,9,28,10,6,5,10,1,20,8,2,30,5,10,10,10,15,10,5,10,5,20,10,2,16,2,15,15,9,20,9,5,10,1,15,7,10,5,10,6,10,5,10,10,10,5,5,5,5,2,21,5,10,10,10,5,10,7,4,8,5,2,5,5,5,10,5,2,5,3,10,5,20,5,10,15,1,25,5,15,5,5,19,5,10,15,5,5,3,5,5,5,5,10,15,20,15,10,5,30,20,5,4,15,5,25,10,5,5,15,25,10,30,3,15,12,30,5,5,15,15,5,13,20,5,5,5,6,5,10,4,5,1,15,5,5,30,18,25,15,10,18,5,20,10,7,5,5,10,4,10,2,10,2,2,5,5,2,5,5,5,5,4,5,10,20,5,2,1,2,5,5,9,5,10,10,10,2,2,5,5,1,5,2,10,17,5,5,20,20,10,5,25,1,5,10,2,10,5,5,10,5,5,24,8,5,5,15,9,10,8,6,15,10,5,5,2,1,5,5,10,20,5,10,1,5,9,10,8,5,10,18,10,5,5,5,7,5,3,2,11,10,5,6,10,2,5,10,5,25,1,5,2,1,3,9,10,2,10,2,5,10,15,10,15,30,22,3,5,30,10,1,2,10,15,3,10,5,4,8,5,15,5,5,10,10,5,5,5,12,7,5,5,5,5,1,10,20,5,15,10,10,11,20,5,5,3,3,9,3,25,5,5,10,5,10,10,5,4,30,5,12,15,20,5,5,30,20,5,5,3,5,5,14,4,5,15,5,5,1,30,5,5,10,15,20,5,5,5,20,5,10,5,20,1,10,20,7,3,5,10,5,10,30,10,5,5,2,15,7,15,5,1,5,3,20,20,8,5,10,5,3,10,19,5,5,5,16,5,8,3,10,2,5,10,8,15,10,4,5,5,5,5,15,3,5,6,5,1,30,12,8,5,5,5,10,2,5,10,6,25,30,5,3,5,5,10,12,5,5,20,13,5,15,10,3,5,15,15,4,10,10,5,7,3,5,12,16,3,15,7,10,5,30,20,10,3,20,15,7,5,30,10,10,1,5,10,2,10,2,3,7,2,1,10,10,10,15,5,15,10,1,10,1,30,30,5,3,10,1,3,5,30,10,1,10,5,5,2,15,10,3,30,15,5,10,5,5,5,15,30,8,15,15,8,5,5,5,15,5,5,5,5,30,5,5,15,10,3,10,3,5,2,15,7,2,20,5,8,10,5,5,10,5,10,10,5,15,3,9,8,10,1,2,5,5,15,5,5,15,10,25,30,9,5,3,5,1,30,8,10,5,5,10,15,20,20,31,33,10,10,10,15,20,5,5,2,5,30,12,15,30,5,5,1,2,10,2,10,25,10,5,15,5,5,10,5,12,30,5,10,30,2,1,15,5,30,4,5,1,1,15,5,5,5,5,5,5,5,4,5,5,1,10,10,15,15,5,5,8,33,1,3,10,5,3,5,17,10,28,11,10,20,5,10,20,5,9,5,4,1,5,10,31,10,2,20,25,2,10,1,15,10,25,15,10,5,15,5,5,30,5,15,5,5,20,5,10,15,5,5,10,5,15,5,13,5,2,10,15,5,4,4,8,11,2,5,5,6,5,3,5,20,1,8,5,15,19,12,20,5,4,10,12,10,10,25,10,5,13,15,5,8,15,15,5,2,5,6,3,2,5,30,5,15,25,10,30,1,30,5,2,10,2,2,17,2,15,5,30,15,20,5,30,15,5,2,10,10,5,4,20,3,30,5,5,19,6,8,18,5,10,30,10,5,11,18,8,30,17,5,5,5,30,10,3,3,10,30,5,10,15,1,5,10,8,9,6,3,1,5,5,10,7,4,7,5,5,5,2,1,15,7,6,15,1,10,4,5,5,10,20,15,5,10,15,15,7,10,2,10,5,15,5,5,10,5,10,5,10,6,15,20,10,20,10,8,3,10,5,10,5,5,15,10,2,5,5,10,1,5,8,9,5,15,5,2,5,10,5,4,20,5,19,10,20,5,2,5,5,5,15,8,5,5,10,10,5,25,2,5,5,15,5,10,12,1,5,30,10,10,1,5,5,10,3,15,6,5,1,5,10,3,15,20,5,10,15,1,1,12,1,5,5,3,5,10,12,10,12,12,5,5,5,5,5,10,5,5,21,20,5,10,5,30,4,1,10,10,6,4,15,15,5,5,10,30,10,3,4,2,5,10,20,5,21,5,2,9,5,19,5,1,15,30,30,10,5,10,22,5,5,5,10,5,10,15,5,5,7,10,5,3,5,4,7,5,15,4,5,2,4,15,30,2,5,1,18,5,1,5,18,14,4,5,9,5,10,4,2,5,10,10,1,2,5,25,5,1,5,5,30,7,10,2,25,30,5,5,5,10,30,8,8,10,5,7,13,5,2,6,5,4,3,10,6,23,5,10,5,5,5,10,5,2,6,9,5,5,8,15,4,5,3,5,10,5,2,3,1,4,2,19,5,15,7,5,5,5,21,18,21,5,15,12,5,6,10,5,10,7,5,15,5,9,5,4,5,4,15,10,10,5,20,1,16,5,10,7,2,20,3,11,10,3,15,20,9,5,10,20,12,2,1,16,5,5,10,2,5,15,2,10,5,20,2,7,9,30,10,10,7,10,5,27,20,3,4,7,5,5,3,30,2,15,5,8,3,15,3,2,11,30,11,20,10,5,9,10,10,8,3,5,10,10,3,22,10,3,15,10,7,5,5,5,4,1,10,2,5,20,18,3,5,10,5,15,10,5,7,10,16,6,10,15,20,25,4,30,10,5,10,5,10,5,13,10,5,5,2,2,5,30,15,1,30,10,5,5,5,5,10,10,10,5,8,15,6,15,30,3,3,2,5,10,17,10,5,7,5,5,10,5,5,20,10,3,15,15,7,30,7,5,5,10,25,10,25,10,30,20,10,5,5,20,4,15,5,30,5,10,5,5,7,10,10,16,5,5,5,5,6,10,25,20,5,15,5,32,1,5,10,10,9,15,5,10,15,10,15,20,2,5,10,5,20,5,10,5,5,5,15,12,30,10,5,10,10,5,2,15,5,10,7,7,15,2,2,10,2,5,5,25,5,10,15,20,10,10,4,5,2,1,2,15,5,3,5,1,10,10,15,10,5,5,3,16,5,15,22,1,5,5,15,10,9,30,2,5,30,4,1,2,19,20,5,10,13,1,2,5,5,10,2,3,1,15,6,8,10,5,4,10,30,1,12,15,2,7,30,6,3,7,10,10,5,5,15,20,5,25,5,21,5,5,8,17,10,26,5,5,15,5,5,8,5,25,1,5,5,2,8,10,3,20,5,13,6,10,5,10,15,10,2,2,20,3,5,5,7,5,3,5,5,3,5,25,10,10,6,10,2,8,10,10,7,10,1,7,9,3,2,5,10,5,15,30,10,15,5,10,30,5,15,5,8,10,5,5,20,30,5,10,2,15,5,5,33,5,3,20,7,15,5,9,5,5,3,15,5,18,15,4,5,15,5,30,10,10,14,10,17,5,5,1,2,20,20,30,5,15,15,10,5,6,5,5,5,30,10,10,1,2,15,30,1,2,5,7,10,10,25,5,15,25,30,7,30,20,20,11,1,5,2,29,10,20,10,5,10,10,5,2,30,2,5,3,10,10,8,10,3,9,15,10,8,2,30,2,5,15,5,5,3,10,10,1,4,17,4,1,10,2,5,5,5,5,5,3,5,9,5,3,5,10,2,15,12,10,10,5,3,30,5,30,1,25,10,5,5,10,10,15,28,19,5,5,3,5,5,10,15,10,15,7,15,10,31,10,5,2,10,5,10,15,15,5,20,25,6,5,5,5,10,14,5,5,18,15,5,30,5,15,10,30,10,7,5,5,10,5,30,20,10,5,14,15,15,10,10,2,30,5,10,30,5,10,14,1,15,18,20,10,10,5,5,10,10,15,5,5,5,3,15,5,5,3,15,10,1,3,10,5,30,5,1,15,3,11,5,15,21,15,4,2,10,30,15,5,5,25,2,7,10,5,30,5,10,6,2,10,5,10,5,10,8,20,5,15,3,15,2,10,20,10,10,3,10,2,5,12,1,5,5,30,5,22,30,5,10,7,5,5,5,5,10,15,20,20,31,2,5,15,5,10,5,8,10,10,1,5,10,5,5,15,25,17,10,5,15,31,5,15,5,5,5,5,15,5,5,10,7,5,10,3,1,15,5,30,5,5,9,15,4,10,20,1,10,5,15,20,10,20,5,15,10,5,5,5,15,5,30,2,19,10,31,11,5,5,10,15,5,5,5,30,13,30,11,15,10,4,10,7,5,10,5,1,10,10,10,20,19,5,5,20,10,10,1,5,15,10,1,2,15,3,5,5,5,10,15,30,15,10,5,5,5,10,5,5,10,5,10,2,20,10,30,5,10,20,15,9,10,15,30,20,10,30,30,15,5,5,5,10,5,1,12,5,20,5,5,10,4,10,20,3,3,10,10,10,10,10,15,20,22,5,10,10,20,5,5,3,15,5,1,5,5,8,10,10,30,10,10,5,10,5,15,5,2,15,8,5,5,21,10,5,10,2,16,10,11,10,10,2,1,10,10,30,10,10,20,10,5,1,20,1,5,10,5,10,5,32,15,4,5,30,5,3,20,7,15,23,10,20,2,13,2,30,11,10,15,2,30,3,5,10,10,5,1,10,10,5,10,5,15,10,10,15,5,5,15,5,3,20,15,5,12,1,10,5,10,29,5,5,3,15,1,9,5,15,5,1,5,5,5,2,5,30,5,5,2,20,5,30,5,15,5,5,5,5,25,5,5,30,5,10,7,9,5,5,5,30,3,5,7,15,5,15,10,5,5,10,18,15,10,5,5,10,10,5,5,30,5,15,15,10,10,5,20,2,30,5,10,10,10,15,3,5,6,15,15,1,5,1,1,30,2,15,30,4,5,23,20,20,10,5,5,10,5,1,1,5,10,3,5,10,10,1,5,5,10,10,15,10,5,4,15,8,30,5,12,5,25,1,5,4,4,23,5,31,5,5,5,10,2,3,5,5,5,5,5,20,4,5,6,10,15,16,10,20,15,30,14,5,12,28,10,20,5,15,15,20,5,8,5,10,20,15,3,10,5,8,10,6,20,5,6,25,5,15,2,15,3,10,10,2,30,1,5,2,10,5,10,5,20,5,5,10,10,25,5,15,28,20,2,1,30,5,4,5,15,15,10,5,10,3,5,10,5,20,13,5,15,12,5,5,17,1,5,15,20,5,10,5,15,10,21,5,7,12,12,10,15,5,5,2,5,2,5,15,5,7,5,5,5,30,5,6,5,5,10,5,6,5,1,1,2,4,2,15,5,11,10,5,1,5,10,5,15,10,4,5,5,20,20,6,10,5,10,10,2,25,21,10,10,10,5,5,25,30,12,10,5,5,5,10,5,5,9,10,10,20,10,15,5,30,30,16,3,3,1,1,15,3,5,15,5,2,15,8,5,2,25,30,5,5,18,5,5,15,15,20,11,5,5,5,10,9,5,5,7,15,3,5,5,5,20,8,5,13,25,15,20,5,8,5,1,10,5,15,30,5,5,5,10,10,10,5,10,4,5,5,5,10,15,5,10,10,5,7,15,30,15,21,5,10,22,5,5,3,10,10,7,7,10,7,10,10,4,5,10,10,3,10,9,6,3,9,17,10,7,9,20,10,2,10,25,5,10,2,5,5,25,10,10,10,3,8,10,25,10,22,5,7,15,7,10,4,10,5,1,10,5,1,5,10,18,15,2,4,11,2,20,5,6,10,10,15,11,5,15,5,6,10,10,10,5,2,5,28,7,10,5,4,2,15,6,5,5,5,8,21,8,3,10,3,5,5,8,5,5,20,20,8,1,5,5,21,25,11,7,20,5,7,5,5,10,5,3,10,5,15,7,4,5,8,2,5,5,10,2,2,20,4,10,10,15,20,30,4,21,16,16,7,5,10,3,30,5,12,15,3,5,5,10,5,12,3,32,31,8,1,5,15,32,7,5,5,10,1,5,10,3,5,5,5,18,13,7,5,10,9,20,1,15,19,2,10,8,10,25,3,5,30,5,6,5,30,15,3,5,5,5,5,7,5,10,30,5,5,30,3,19,10,2,5,10,5,15,3,20,3,1,2,5,15,5,1,5,20,30,10,20,15,15,10,2,15,20,5,1,26,20,2,10,30,10,5,5,10,5,5,5,10,10,20,5,5,28,2,1,1,11,5,10,10,5,5,20,15,2,7,15,2,5,10,3,25,3,2,10,3,5,15,2,1,15,10,20,10,5,12,8,21,1,5,8,10,4,2,2,9,15,10,1,10,15,30,30,12,10,1,5,15,3,5,2,5,15,4,15,8,5,30,5,5,5,10,6,4,27,30,20,10,5,5,10,30,15,2,5,5,10,7,15,1,20,5,4,5,15,5,5,20,5,5,5,5,5,2,15,1,10,10,5,1,25,20,10,5,10,2,5,10,10,23,5,5,10,5,10,1,10,4,2,5,3,5,15,10,10,15,5,1,15,10,5,10,5,15,2,8,5,10,5,1,5,5,5,7,10,8,3,5,3,30,30,10,15,30,30,5,15,6,11,5,5,5,5,10,10,2,10,5,7,5,20,5,7,5,1,10,15,10,14,30,31,5,30,5,5,30,20,17,5,5,5,5,5,10,15,6,5,15,5,10,12,5,5,30,10,15,9,4,6,4,10,9,3,5,5,5,30,10,20,5,10,5,5,10,15,3,5,30,5,5,15,10,5,8,30,11,6,29,19,5,30,5,20,16,15,30,10,30,30,8,3,3,5,5,5,15,10,5,15,3,5,8,2,5,25,2,11,10,29,10,10,15,10,9,20,1,3,10,15,3,15,25,5,23,10,10,3,5,5,5,10,10,6,11,10,30,5,6,30,15,15,10,7,5,5,14,5,10,10,15,5,10,21,10,5,1,10,5,30,10,30,15,30,5,5,4,10,30,5,10,5,1,30,5,5,20,18,31,5,1,5,10,10,10,5,10,10,10,30,5,5,6,5,10,2,20,5,1,5,30,10,10,20,4,28,5,15,15,15,5,6,10,25,9,20,6,5,11,2,5,3,15,15,30,15,30,15,30,10,10,1,10,5,5,10,30,5,22,5,8,4,30,5,5,3,3,10,7,10,5,5,5,15,15,5,10,5,5,6,5,30,3,8,5,15,5,6,2,20,5,5,15,10,5,10,15,5,10,6,17,30,10,2,10,15,8,5,10,5,20,10,15,5,13,15,10,20,30,15,5,5,10,5,1,10,30,9,15,2,14,5,30,2,6,10,7,5,5,5,6,5,15,10,19,15,30,10,1,10,18,1,2,32,10,5,30,20,15,10,15,12,2,10,20,30,15,30,1,5,2,3,10,4,5,13,20,15,25,6,2,10,5,25,10,5,5,5,3,15,10,20,30,10,5,1,5,5,3,15,10,5,20,1,5,5,29,5,10,5,1,12,9,5,5,6,5,4,5,20,10,15,29,2,10,20,24,5,25,20,5,3,5,5,5,10,5,12,8,30,5,5,2,5,5,20,5,5,5,20,10,11,5,23,20,5,30,10,10,20,6,10,1,10,5,5,15,7,16,4,3,20,1,25,10,15,5,5,1,5,15,10,7,3,30,5,10,30,4,10,6,3,1,6,10,5,10,5,12,15,18,5,5,1,15,2,30,1,2,3,15,20,5,5,1,1,2,15,30,6,20,3,2,5,5,10,4,3,5,1,5,10,15,5,15,15,5,3,5,19,7,5,7,3,10,14,1,5,9,20,13,5,10,23,5,2,30,2,15,2,30,1,10,30,10,5,1,4,30,30,10,5,5,5,5,10,23,10,10,30,10,30,5,10,5,12,10,15,10,2,3,15,11,5,5,5,5,20,10,30,10,10,25,20,15,5,10,15,1,10,20,3,5,15,2,5,6,5,30,12,3,13,10,15,21,10,20,5,25,10,10,5,10,11,5,5,20,30,10,5,2,20,4,15,30,15,30,7,10,20,10,3,6,25,10,2,3,10,5,15,10,10,1,10,3,10,5,10,10,30,1,2,2,5,3,5,10,10,16,15,1,5,5,4,1,1,20,20,3,4,20,2,5,1,5,10,20,9,20,5,20,10,5,3,20,30,3,5,10,10,10,5,28,1,10,5,5,3,5,5,5,5,1,10,10,5,2,5,3,30,5,2,31,10,10,15,10,30,1,11,15,10,10,15,5,5,20,10,4,5,26,10,10,5,7,15,15,15,5,5,20,5,5,25,1,2,5,2,9,30,10,15,2,20,20,6,30,1,11,30,7,15,30,5,7,1,5,7,1,20,5,3,30,5,5,5,5,10,5,5,30,15,10,15,25,15,15,5,5,5,1,5,9,31,5,15,3,20,10,2,30,30,5,10,15,1,2,10,5,5,12,5,15,10,1,5,2,10,15,15,2,4,5,15,1,15,10,6,1,10,10,2,4,15,5,5,5,8,10,10,3,30,3,20,5,18,10,5,5,1,10,10,10,10,3,20,12,10,5,1,20,2,2,5,14,5,20,1,5,15,15,7,5,3,5,30,5,1,5,2,13,5,4,5,5,1,10,6,8,15,4,10,5,3,5,2,10,20,16,7,13,5,10,5,10,10,20,5,3,30,12,8,5,15,5,30,25,15,10,10,1,10,13,15,10,10,5,5,10,5,5,5,5,15,15,25,3,30,15,15,15,4,15,5,4,15,5,15,15,5,15,10,10,10,10,8,2,15,5,20,3,5,5,5,15,2,10,10,3,25,3,15,5,5,15,20,10,5,2,5,10,10,21,5,3,15,14,17,10,5,30,5,10,10,20,10,15,4,15,10,5,4,10,5,5,5,15,2,2,5,6,25,10,15,5,5,10,15,5,10,15,9,10,5,20,15,10,1,1,10,10,1,1,15,30,5,15,5,20,5,11,20,5,5,15,20,20,5,10,1,7,12,5,5,10,7,5,7,32,30,2,20,10,1,10,30,20,5,18,5,5,5,10,15,30,8,10,5,18,5,15,15,2,5,5,5,30,1,5,12,17,5,15,10,5,4,11,33,15,12,22,5,10,5,15,10,10,5,12,15,10,5,3,10,15,10,6,30,19,3,2,10,5,17,25,5,5,10,5,1,5,5,10,20,10,2,2,15,5,30,10,5,5,10,1,12,20,5,10,3,20,8,25,6,15,5,10,5,2,24,5,5,3,11,5,10,14,22,30,20,1,19,10,5,5,30,10,20,2,25,5,10,10,30,2,15,30,6,5,2,5,2,10,1,6,2,30,7,30,2,4,30,10,5,8,5,20,9,1,30,10,30,10,5,13,2,5,9,10,2,5,5,5,30,5,5,5,15,4,5,10,10,8,22,6,10,15,15,5,25,3,4,5,25,5,10,5,5,5,10,4,10,2,30,5,10,15,7,30,12,20,15,5,5,5,32,7,20,5,2,10,2,18,30,5,2,10,1,5,1,10,20,30,10,20,25,5,15,10,5,5,1,5,25,10,1,12,5,2,10,15,30,20,10,5,1,5,5,5,10,5,30,9,5,5,30,20,5,30,2,20,30,5,10,31,10,5,8,10,15,8,6,2,5,20,5,10,10,5,10,20,5,5,5,25,7,10,20,5,5,5,10,25,5,20,15,7,5,10,10,13,8,1,5,5,6,1,5,5,5,30,26,7,7,5,20,5,10,20,5,3,10,7,15,10,10,5,5,1,6,10,6,20,7,5,12,3,23,2,5,18,10,10,6,30,10,15,5,5,10,10,15,9,5,5,5,2,5,5,5,5,5,5,10,4,2,1,15,5,5,5,15,10,2,5,5,30,5,15,15,10,10,15,10,8,5,10,5,5,5,10,10,5,5,2,5,15,8,20,3,5,20,5,5,12,5,17,5,15,15,2,20,11,8,3,5,3,5,20,12,10,1,10,4,14,23,5,5,3,5,5,5,15,6,5,7,5,15,5,1,5,5,1,5,12,5,5,5,1,15,8,5,15,5,5,21,5,10,5,5,5,20,20,10,10,10,10,10,5,5,22,5,1,10,15,20,1,5,5,2,10,30,15,15,13,2,15,5,20,5,10,20,2,15,1,4,14,5,5,5,15,30,2,5,10,30,15,10,10,30,30,3,15,10,5,5,30,1,5,1,30,15,10,5,10,4,5,5,5,5,7,20,6,10,15,5,10,5,5,5,5,8,5,4,5,5,4,4,15,4,25,5,15,3,10,10,5,3,5,10,5,2,15,10,5,1,5,15,13,1,9,5,5,10,4,10,10,1,5,25,30,5,30,5,5,10,5,5,5,5,10,10,10,5,5,25,20,5,3,15,15,10,5,10,15,6,4,10,30,10,30,5,2,5,23,1,15,2,10,15,5,2,10,30,15,15,10,2,5,2,5,30,15,1,15,15,5,30,25,10,10,2,2,10,15,8,9,10,5,3,18,10,20,5,10,15,30,5,10,7,4,5,3,30,20,15,10,25,5,21,1,5,5,10,5,5,8,30,10,7,10,20,5,15,4,2,2,10,10,5,5,7,5,5,30,1,10,15,10,3,10,5,20,20,2,25,30,7,5,15,17,30,10,15,11,10,5,15,5,30,11,30,30,10,10,5,10,9,12,5,2,5,11,5,10,5,4,10,1,2,5,10,10,30,1,2,5,4,10,9,17,5,1,5,34,5,8,8,10,5,2,30,5,10,10,15,3,3,10,10,5,5,5,10,10,5,5,5,5,22,10,5,5,15,15,20,4,30,5,15,10,32,10,15,1,21,5,10,15,30,10,10,20,10,6,5,10,5,10,10,5,5,20,15,20,5,5,3,1,5,7,5,5,20,10,1,2,1,15,10,4,5,25,23,5,5,10,10,5,3,15,30,5,10,5,1,20,5,5,15,2,5,5,10,10,5,5,20,5,10,6,15,5,10,3,10,5,1,5,5,6,2,1,10,5,30,20,1,1,2,5,1,10,30,15,5,15,5,15,5,5,5,15,10,30,5,5,5,10,5,8,10,10,1,25,1,5,6,15,5,11,25,15,5,4,5,15,5,5,15,1,10,5,5,5,10,10,5,10,10,5,5,20,1,5,5,12,20,15,5,15,30,5,5,10,5,30,31,15,25,8,5,25,7,30,5,10,5,4,5,10,1,12,10,5,10,5,10,5,10,20,15,10,10,20,15,30,2,5,10,6,5,10,10,20,5,15,3,10,10,1,4,30,10,5,10,30,7,10,5,1,3,20,3,5,15,5,8,5,5,20,3,20,4,30,1,10,6,15,30,13,2,5,25,5,5,30,16,1,5,5,5,3,10,12,1,20,9,20,10,15,5,30,15,2,5,5,3,5,8,10,15,15,20,5,5,5,15,20,10,15,5,20,10,5,27,10,10,10,5,5,1,5,5,15,9,9,7,10,5,7,10,33,15,15,15,5,30,10,5,15,20,15,12,15,20,20,10,10,20,5,28,15,5,10,15,5,15,30,3,10,5,5,25,10,5,1,15,7,5,5,5,20,10,8,5,18,15,5,10,15,5,10,30,10,15,10,5,5,27,24,5,8,15,10,20,5,10,15,7,1,3,2,5,10,5,10,30,5,12,10,20,5,5,15,1,5,5,5,5,5,10,15,3,18,17,5,1,6,5,15,25,5,5,5,10,3,4,5,5,5,15,20,10,5,5,5,20,10,20,4,5,5,30,25,20,10,23,15,15,7,5,7,2,10,10,12,3,14,3,4,10,5,10,10,5,4,10,5,9,5,5,5,10,5,9,10,10,6,1,5,20,24,5,10,12,10,2,2,25,5,5,1,10,20,10,1,15,20,10,10,15,5,10,3,20,5,15,28,5,22,4,5,1,10,5,30,30,5,3,10,15,30,30,10,20,2,7,10,2,10,10,15,5,10,30,5,5,15,1,29,5,13,3,15,1,5,10,5,10,1,5,10,2,10,10,10,14,23,3,2,10,5,5,10,2,2,10,5,7,10,10,10,5,5,20,10,20,5,15,3,10,20,6,5,7,15,3,6,30,5,10,5,5,25,4,5,5,15,22,2,5,10,7,15,9,8,5,20,4,1,1,25,5,10,15,10,4,5,10,5,5,1,5,5,5,15,25,5,5,25,10,10,6,15,10,9,13,5,5,10,9,5,10,10,5,3,9,5,7,5,30,1,5,20,5,25,5,7,10,10,25,5,5,5,5,15,5,5,6,6,20,17,10,5,15,8,5,5,10,10,5,10,10,15,25,12,7,15,10,15,5,8,10,5,5,10,5,5,9,10,5,10,10,10,10,5,5,6,15,10,15,30,15,10,5,5,15,5,10,30,10,10,5,10,12,20,5,30,10,15,15,2,20,5,30,5,2,10,5,10,5,10,10,10,3,1,10,30,15,5,19,10,20,10,15,10,10,10,2,10,5,3,10,30,4,5,15,2,19,15,11,5,5,5,5,5,5,13,4,30,10,5,4,30,18,5,15,2,5,6,5,3,4,4,15,13,10,10,17,15,8,10,1,15,5,10,10,5,1,10,5,10,8,5,10,10,5,3,3,5,4,5,5,21,29,5,15,5,5,20,5,15,30,4,9,20,5,20,30,15,10,11,20,25,10,10,20,5,3,16,5,2,14,5,5,5,5,5,2,10,5,20,5,10,10,3,10,25,5,15,5,30,5,20,20,10,10,20,15,5,5,2,10,10,1,30,2,5,10,2,5,5,5,10,5,10,4,5,5,17,4,2,10,1,5,30,15,5,30,12,5,15,10,6,5,3,10,15,5,2,5,5,8,30,5,5,15,10,30,2,5,30,2,10,10,4,5,5,10,10,1,10,10,5,5,18,1,30,16,5,5,15,5,10,5,10,8,5,5,5,10,10,10,30,30,5,18,2,30,15,3,6,5,3,10,7,5,5,2,5,1,6,10,2,6,15,5,10,5,4,20,10,5,25,2,4,30,5,1,10,10,8,30,10,2,1,29,28,10,25,5,9,3,22,4,10,18,9,3,10,10,5,5,5,3,24,5,1,15,5,5,1,10,2,12,5,20,5,15,10,5,5,4,11,10,15,10,5,30,10,8,10,10,15,5,10,5,5,7,1,10,10,5,10],"type":"box","name":"violation","marker":{"color":"rgba(141,160,203,1)","line":{"color":"rgba(141,160,203,1)"}},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","frame":null}],"highlight":{"on":"plotly_click","persistent":false,"dynamic":false,"selectize":false,"opacityDim":0.2,"selected":{"opacity":1},"debounce":0},"shinyEvents":["plotly_hover","plotly_click","plotly_selected","plotly_relayout","plotly_brushed","plotly_brushing","plotly_clickannotation","plotly_doubleclick","plotly_deselect","plotly_afterplot","plotly_sunburstclick"],"base_url":"https://plot.ly"},"evals":[],"jsHooks":[]}</script>
</div>
</div>
</div>
</div>
<script>
// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.odd').parent('tbody').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});
</script>
<!-- tabsets -->
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});
$(document).ready(function () {
$('.tabset-dropdown > .nav-tabs > li').click(function () {
$(this).parent().toggleClass('nav-tabs-open');
});
});
</script>
<!-- code folding -->
<script>
$(document).ready(function () {
window.initializeCodeFolding("hide" === "show");
});
</script>
<script>
$(document).ready(function () {
// temporarily add toc-ignore selector to headers for the consistency with Pandoc
$('.unlisted.unnumbered').addClass('toc-ignore')
// move toc-ignore selectors from section div to header
$('div.section.toc-ignore')
.removeClass('toc-ignore')
.children('h1,h2,h3,h4,h5').addClass('toc-ignore');
// establish options
var options = {
selectors: "h1,h2,h3",
theme: "bootstrap3",
context: '.toc-content',
hashGenerator: function (text) {
return text.replace(/[.\\/?&!#<>]/g, '').replace(/\s/g, '_');
},
ignoreSelector: ".toc-ignore",
scrollTo: 0
};
options.showAndHide = true;
options.smoothScroll = true;
// tocify
var toc = $("#TOC").tocify(options).data("toc-tocify");
});
</script>
<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
</body>
</html>