3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo html_entity_decode('&lt;table id="main"&gt; &lt;thead&gt; &lt;tr&gt; &lt;td colspan="4"&gt; &lt;table&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td style="width: 98%; font-size: x-large; font-weight: bold;"&gt;İş Emri Raporu&lt;/td&gt; &lt;td style="width: 1%; font-size: x-large; white-space: nowrap;"&gt;ff ee 33&lt;/td&gt; &lt;td style="width: 1%; font-size: x-large; white-space: nowrap;" class="aa"&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;table class="l spacetop" style="width: 45%;"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;table class="r mt10" style="width: 54%;"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td colspan="2" class="bold"&gt;İş Emri Bilgileri&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;İş Emri No&lt;/td&gt; &lt;td&gt;&lt;!--?php echo workorders::$id; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Durum&lt;/td&gt; &lt;td&gt;&lt;!--?php echo statuses::$status; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Giriş Tarihi&lt;/td&gt; &lt;td&gt;&lt;!--?php echo workorders::$datein ? date(&apos;d.m.Y H:i&apos;, strtotime(workorders::$datein)) : null; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Çıkış Tarihi&lt;/td&gt; &lt;td&gt;&lt;!--?php echo workorders::$dateout ? date(&apos;d.m.Y H:i&apos;, strtotime(workorders::$dateout)) : null; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Giriş KM&apos;si&lt;/td&gt; &lt;td&gt;&lt;!--?php echo workorders::$kmin; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Çıkış KM&apos;si&lt;/td&gt; &lt;td&gt;&lt;!--?php echo workorders::$kmout; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td colspan="4" style="font-weight: bold;"&gt;Araç Bilgileri&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Araç No&lt;/td&gt; &lt;td&gt;&lt;!--?php echo vehicles::$id; ?--&gt;&lt;/td&gt; &lt;td&gt;Şasi No&lt;/td&gt; &lt;td&gt;&lt;!--?php echo vehicles::$chassis; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Motor No&lt;/td&gt; &lt;td&gt;&lt;!--?php echo vehicles::$engine; ?--&gt;&lt;/td&gt; &lt;td&gt;Plaka&lt;/td&gt; &lt;td&gt;&lt;!--?php echo vehicles::$licence; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Marka&lt;/td&gt; &lt;td&gt;&lt;!--?php echo vehicles::$brand; ?--&gt;&lt;/td&gt; &lt;td&gt;Model Yılı&lt;/td&gt; &lt;td&gt;&lt;!--?php echo vehicles::$year; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Renk&lt;/td&gt; &lt;td colspan="3"&gt;&lt;!--?php echo vehicles::$color; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td class="spacer"&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4" style="font-weight: bold;"&gt;Hesap Bilgileri&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Hesap No&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$id; ?--&gt;&lt;/td&gt; &lt;td&gt;Kimlik No&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$citizenshipid; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Firma&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$company; ?--&gt;&lt;/td&gt; &lt;td&gt;Ad ve Soyad&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$fullname; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;E-posta Adresi&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$email; ?--&gt;&lt;/td&gt; &lt;td&gt;Cep Telefonu&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$cellphone; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;İş Telefonu&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$workphone; ?--&gt;&lt;/td&gt; &lt;td&gt;Faks&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$fax; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Ülke&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$country; ?--&gt;&lt;/td&gt; &lt;td&gt;İl&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$province; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;İlçe/Semt&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$district; ?--&gt;&lt;/td&gt; &lt;td&gt;Adres&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$address; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Vergi Dairesi&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$taxoffice; ?--&gt;&lt;/td&gt; &lt;td&gt;Vergi Kimlik Numarası&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$taxid; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;tfoot&gt; &lt;tr&gt; &lt;td colspan="4"&gt; &lt;table class="l mt10" style="width: 45%;"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;table class="r mt10" style="width: 54%;"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td style="height: 25px; padding: 5px; text-align: justify;"&gt;Yukarıda belirtilen sorunların giderilmesi için servisinizi yetkili kılıyorum. Araç üzerinde bulunan ve servisinize bildirmediğim eşyaların kaybolması durumunda servisinizin mesuliyet kabul etmeyeceğini onaylıyorum. Tecrübe kontrol, test ve getir/götür sürüşlerinin müşteri rizikosunda yapıldığını kabul ediyorum. Ekstra iş çıkması durumunda beni haberdar ediniz.&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="padding-top: 10px; vertical-align: top; border-width: 0;"&gt;Müşteri İmzası&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tfoot&gt; &lt;/table&gt;'); ?>

Here you find the average performance (time & memory) of each version. A grayed out version indicates it didn't complete successfully (based on exit-code).

VersionSystem time (s)User time (s)Memory (MiB)
8.3.60.0040.01518.31
8.3.50.0070.01016.24
8.3.40.0070.00718.50
8.3.30.0070.00720.36
8.3.20.0040.00420.21
8.3.10.0080.00022.06
8.3.00.0060.00322.46
8.2.180.0170.00316.75
8.2.170.0130.00622.96
8.2.160.0100.00720.35
8.2.150.0080.00024.18
8.2.140.0070.01124.66
8.2.130.0060.00626.16
8.2.120.0070.00019.51
8.2.110.0040.00722.26
8.2.100.0090.00319.25
8.2.90.0000.00919.09
8.2.80.0000.00719.31
8.2.70.0060.00317.50
8.2.60.0090.00017.91
8.2.50.0050.00318.07
8.2.40.0040.00419.94
8.2.30.0050.00218.09
8.2.20.0030.00617.62
8.2.10.0030.00517.50
8.2.00.0000.00717.58
8.1.270.0040.00424.66
8.1.260.0000.00826.35
8.1.250.0080.00028.09
8.1.240.0060.00324.01
8.1.230.0070.00419.03
8.1.220.0040.00417.74
8.1.210.0030.00518.77
8.1.200.0100.00017.23
8.1.190.0040.00417.28
8.1.180.0070.00020.07
8.1.170.0030.00618.24
8.1.160.0040.00422.11
8.1.150.0040.00418.54
8.1.140.0040.00417.35
8.1.130.0040.00417.75
8.1.120.0040.00417.27
8.1.110.0000.00717.37
8.1.100.0000.00717.29
8.1.90.0040.00417.39
8.1.80.0070.00017.31
8.1.70.0000.00717.30
8.1.60.0040.00417.52
8.1.50.0000.00917.46
8.1.40.0030.00617.42
8.1.30.0050.00217.55
8.1.20.0040.00417.39
8.1.10.0000.00717.57
8.1.00.0000.00817.45
8.0.300.0000.00818.77
8.0.290.0040.00417.18
8.0.280.0030.00318.41
8.0.270.0050.00317.27
8.0.260.0000.00616.78
8.0.250.0000.00716.95
8.0.240.0000.00816.85
8.0.230.0070.00016.80
8.0.220.0040.00416.77
8.0.210.0000.00716.77
8.0.200.0060.00016.85
8.0.190.0000.00916.89
8.0.180.0030.00316.75
8.0.170.0040.00416.71
8.0.160.0040.00416.75
8.0.150.0070.00016.69
8.0.140.0030.00616.72
8.0.130.0000.00513.19
8.0.120.0040.00416.73
8.0.110.0040.00416.75
8.0.100.0000.00716.75
8.0.90.0040.00416.90
8.0.80.0120.00316.74
8.0.70.0030.00516.74
8.0.60.0050.00216.61
8.0.50.0050.00216.82
8.0.30.0110.01116.95
8.0.20.0140.00517.40
8.0.10.0000.00816.82
8.0.00.0130.00516.83
7.4.330.0060.00015.00
7.4.320.0030.00316.46
7.4.300.0060.00016.42
7.4.290.0000.00716.50
7.4.280.0030.00316.54
7.4.270.0040.00416.40
7.4.260.0070.00016.30
7.4.250.0040.00416.45
7.4.240.0020.00516.36
7.4.230.0000.00816.50
7.4.220.0070.01116.57
7.4.210.0090.00716.47
7.4.200.0000.00716.30
7.4.190.0030.00616.66
7.4.160.0090.00616.47
7.4.150.0060.01217.40
7.4.140.0110.00717.86
7.4.130.0090.00816.43
7.4.120.0160.00316.55
7.4.110.0120.00616.33
7.4.100.0100.00716.43
7.4.90.0110.00616.36
7.4.80.0060.01119.39
7.4.70.0160.00016.28
7.4.60.0050.01116.43
7.4.50.0040.00416.15
7.4.40.0100.00322.77
7.4.30.0160.00716.36
7.4.10.0030.01414.93
7.4.00.0130.00514.93
7.3.330.0050.00013.05
7.3.320.0050.00013.01
7.3.310.0040.00416.01
7.3.300.0030.00316.04
7.3.290.0040.00916.20
7.3.280.0060.00916.15
7.3.270.0060.01317.40
7.3.260.0090.00916.36
7.3.250.0080.01316.43
7.3.240.0100.00616.04
7.3.230.0100.00716.39
7.3.210.0030.01316.29
7.3.200.0120.00619.39
7.3.190.0110.01116.27
7.3.180.0070.01016.55
7.3.170.0090.00616.29
7.3.160.0080.00916.42
7.3.130.0060.00914.51
7.3.120.0100.00814.79
7.3.110.0090.00914.60
7.3.100.0030.00914.74
7.3.90.0000.01614.52
7.3.80.0060.00314.88
7.3.70.0040.00814.81
7.3.60.0080.00814.50
7.3.50.0100.00714.89
7.3.40.0040.01114.59
7.3.30.0060.00614.65
7.3.20.0030.01316.32
7.3.10.0100.00716.54
7.3.00.0080.00816.36
7.2.330.0090.01316.40
7.2.320.0120.00816.23
7.2.310.0100.00616.54
7.2.300.0180.00316.60
7.2.290.0190.00616.27
7.2.260.0000.01314.50
7.2.250.0070.01514.78
7.2.240.0030.01014.74
7.2.230.0090.00915.04
7.2.220.0130.00314.81
7.2.210.0060.00315.13
7.2.200.0110.00314.99
7.2.190.0030.01214.96
7.2.180.0090.00914.76
7.2.170.0030.01514.88
7.2.160.0030.01014.77
7.2.150.0030.01216.87
7.2.140.0040.01116.75
7.2.130.0040.00916.70
7.2.120.0070.00916.70
7.2.110.0100.00616.30
7.2.100.0070.01216.63
7.2.90.0150.00216.80
7.2.80.0090.00916.55
7.2.70.0110.01016.57
7.2.60.0080.00916.64
7.2.50.0110.00716.71
7.2.40.0080.00916.48
7.2.30.0100.00816.70
7.2.20.0070.01116.58
7.2.10.0120.00416.59
7.2.00.0070.00717.16
7.1.330.0070.00715.78
7.1.320.0000.01515.59
7.1.310.0090.00315.36
7.1.300.0060.00615.63
7.1.290.0030.01415.68
7.1.280.0040.01115.82
7.1.270.0080.00415.65
7.1.260.0060.00315.64
7.1.250.0050.00715.47
7.1.240.0130.00315.71
7.1.230.0090.00915.58
7.1.220.0080.00715.59
7.1.210.0120.01015.71
7.1.200.0090.00915.50
7.1.190.0070.00815.49
7.1.180.0090.00615.54
7.1.170.0070.00815.37
7.1.160.0090.00315.59
7.1.150.0110.00515.61
7.1.140.0070.00715.36
7.1.130.0070.00715.65
7.1.120.0100.00515.74
7.1.110.0070.00715.74
7.1.100.0100.00616.40
7.1.90.0080.00415.57
7.1.80.0050.00815.39
7.1.70.0070.00715.99
7.1.60.0060.01316.87
7.1.50.0090.00815.81
7.1.40.0060.00915.62
7.1.30.0050.01215.39
7.1.20.0090.00615.66
7.1.10.0140.00315.71
7.1.00.0070.01717.80
7.0.330.0100.00515.09
7.0.320.0100.00715.32
7.0.310.0100.00615.12
7.0.300.0050.01215.01
7.0.290.0030.01215.15
7.0.280.0090.00815.12
7.0.270.0080.00615.15
7.0.260.0020.01515.32
7.0.250.0060.00615.22
7.0.240.0060.00915.33
7.0.230.0060.00715.19
7.0.220.0040.01015.37
7.0.210.0060.01015.23
7.0.200.0050.00715.10
7.0.190.0050.01015.29
7.0.180.0090.00815.33
7.0.170.0110.00515.29
7.0.160.0080.00715.38
7.0.150.0100.00615.29
7.0.140.0040.03317.56
7.0.130.0060.00815.18
7.0.120.0050.00715.35
7.0.110.0070.00615.14
7.0.100.0050.00915.12
7.0.90.0080.00615.16
7.0.80.0080.00515.31
7.0.70.0080.00915.35
7.0.60.0040.02116.70
7.0.50.0070.03516.21
7.0.40.0060.03315.47
7.0.30.0100.01815.50
7.0.20.0160.03015.52
7.0.10.0070.02615.52
7.0.00.0060.02215.43
5.6.400.0030.00914.18
5.6.390.0070.00714.48
5.6.380.0130.00614.02
5.6.370.0060.00814.14
5.6.360.0060.00714.24
5.6.350.0090.00614.12
5.6.340.0080.00614.01
5.6.330.0040.01114.25
5.6.320.0060.00614.31
5.6.310.0060.00514.21
5.6.300.0070.00814.14
5.6.290.0000.01213.99
5.6.280.0060.02916.54
5.6.270.0070.00414.16
5.6.260.0060.00714.32
5.6.250.0070.00714.11
5.6.240.0060.00514.24
5.6.230.0040.00914.04
5.6.220.0070.00614.07
5.6.210.0070.03316.40
5.6.200.0050.01815.54
5.6.190.0070.01816.36
5.6.180.1380.01816.24
5.6.170.0150.01416.18
5.6.160.0060.03316.18
5.6.150.0010.02015.45
5.6.140.0020.02315.45
5.6.130.0050.02515.47
5.6.120.0070.02816.50
5.6.110.0090.02916.39
5.6.100.0050.03216.33
5.6.90.0060.02916.58
5.6.80.0090.02616.15
5.6.70.1420.01716.12
5.6.60.0110.00413.89
5.6.50.0080.00414.02
5.6.40.0020.01114.05
5.6.30.0050.00613.92
5.6.20.0030.01113.92
5.6.10.0070.00613.91
5.6.00.0030.01113.98
5.5.380.0030.00812.60
5.5.370.0050.00512.39
5.5.360.0030.00812.55
5.5.350.0140.02015.07
5.5.340.0030.01814.30
5.5.330.0060.03114.99
5.5.320.0120.02214.83
5.5.310.0120.02515.12
5.5.300.0070.02314.29
5.5.290.0040.01714.32
5.5.280.0090.02515.13
5.5.270.0080.02815.22
5.5.260.0120.02815.29
5.5.250.0050.03015.09
5.5.240.0150.02414.86
5.5.230.0080.00512.37
5.5.220.0040.00412.39
5.5.210.0040.00712.20
5.5.200.0040.00612.26
5.5.190.0050.00812.25
5.5.180.0030.00612.42
5.5.170.0050.00612.27
5.5.160.0020.00912.30
5.5.150.0080.00312.39
5.5.140.0030.00512.42
5.5.130.0050.00312.38
5.5.120.0080.00312.41
5.5.110.0050.00512.50
5.5.100.0060.00612.18
5.5.90.0070.00512.41
5.5.80.0040.00812.33
5.5.70.0050.00712.35
5.5.60.0060.00512.58
5.5.50.0060.00712.43
5.5.40.0080.00612.15
5.5.30.0040.00912.29
5.5.20.0070.00712.17
5.5.10.0000.01112.31
5.5.00.0050.00512.25
5.4.450.0340.02614.10
5.4.440.0220.02114.03
5.4.430.0040.02314.14
5.4.420.0070.02114.29
5.4.410.0080.01913.98
5.4.400.0080.01913.99
5.4.390.0070.02013.82
5.4.380.0090.01913.94
5.4.370.0110.01813.83
5.4.360.0100.02213.83
5.4.350.0060.01811.67
5.4.340.0050.02011.61
5.4.330.0020.01011.44
5.4.320.0070.01511.83
5.4.310.0060.01611.88
5.4.300.0040.01711.88
5.4.290.0030.02011.84
5.4.280.0030.02011.76
5.4.270.0060.01511.76
5.4.260.0040.01811.84
5.4.250.0050.02013.95
5.4.240.0080.01814.02
5.4.230.0090.01813.93
5.4.220.0060.02913.92
5.4.210.0070.02113.95
5.4.200.0050.02113.87
5.4.190.0090.01713.98
5.4.180.0020.02414.05
5.4.170.0050.02113.99
5.4.160.0080.01814.06
5.4.150.0060.02113.95
5.4.140.0070.02413.04
5.4.130.0070.01913.16
5.4.120.0050.02013.18
5.4.110.0030.02513.13
5.4.100.0020.02113.10
5.4.90.0060.02013.22
5.4.80.0090.01413.12
5.4.70.0090.01513.17
5.4.60.0040.02412.96
5.4.50.0030.02313.13
5.4.40.0050.01912.95
5.4.30.0050.02113.19
5.4.20.0050.02113.20
5.4.10.0050.02013.13
5.4.00.0090.01712.96
5.3.290.0060.01811.86
5.3.280.0070.02012.51
5.3.270.0080.02012.50
5.3.260.0070.02012.45
5.3.250.0030.02212.44
5.3.240.0110.01612.41
5.3.230.0090.02612.47
5.3.220.0060.02112.38
5.3.210.0070.02512.43
5.3.200.0060.01912.40
5.3.190.0080.01712.35
5.3.180.0050.01912.40
5.3.170.0070.02112.45
5.3.160.0020.02212.47
5.3.150.0040.02012.53
5.3.140.0050.02312.39
5.3.130.0080.02012.51
5.3.120.0080.01912.50
5.3.110.0070.02012.45
5.3.100.0010.02512.30
5.3.90.0010.02512.25
5.3.80.0050.02412.17
5.3.70.0030.02112.28
5.3.60.0080.02412.28
5.3.50.0040.02012.14
5.3.40.0040.02312.23
5.3.30.0090.02312.22
5.3.20.0040.02312.06
5.3.10.0040.02311.97
5.3.00.0040.02512.04
5.2.170.0050.02510.38
5.2.160.0090.01810.29
5.2.150.0100.02010.24
5.2.140.0060.02610.31
5.2.130.0050.02310.24
5.2.120.0030.02110.25
5.2.110.0050.02710.22
5.2.100.0070.02010.25
5.2.90.0030.02710.28
5.2.80.0080.02110.28
5.2.70.0050.02410.22
5.2.60.0070.01910.21
5.2.50.0050.02110.24
5.2.40.0040.02210.15
5.2.30.0050.02310.21
5.2.20.0080.02110.21
5.2.10.0090.01710.04
5.2.00.0060.01910.13
5.1.60.0030.0219.66
5.1.50.0000.0229.75
5.1.40.0030.0189.68
5.1.30.0020.0229.81
5.1.20.0070.0179.98
5.1.10.0080.0189.83
5.1.00.0000.0249.88
5.0.50.0000.0199.51
5.0.40.0050.0149.51
5.0.30.0020.0269.51
5.0.20.0030.0159.51
5.0.10.0080.0129.51
5.0.00.0050.0229.51
4.4.90.0030.0189.51
4.4.80.0020.0139.51
4.4.70.0030.0139.51
4.4.60.0040.0129.51
4.4.50.0050.0129.51
4.4.40.0030.0199.51
4.4.30.0030.0139.51
4.4.20.0020.0169.51
4.4.10.0020.0129.51
4.4.00.0020.0189.51
4.3.110.0050.0129.51
4.3.100.0040.0129.51
4.3.90.0010.0199.51
4.3.80.0000.0249.51
4.3.70.0030.0169.51
4.3.60.0040.0129.51
4.3.50.0030.0159.51
4.3.40.0020.0229.51
4.3.30.0020.0139.51
4.3.20.0020.0139.51
4.3.10.0040.0119.51
4.3.00.0130.0147.97

preferences:
60.77 ms | 400 KiB | 5 Q