3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tagdes[0]='靚 大 包 炸 油 蔥 酥 FRY SHALLOTS 1KG'; $tagpri[0]='$5.80'; $tagcod[0]='DVFS1'; $tagloc[0]='6A3 F10'; $tagwei[0]='1KG'; $tagupc[0]='10'; $taguni[0]='PKT'; $tagqty[0]='10'; $tagline[1]='NSCA1'; $tagdes[1]='大 粒 腰 果 CASHEW NUT W320'; $tagpri[1]='$12.50'; $tagcod[1]='NSCA1'; $tagwei[1]='1KG'; $tagupc[1]='11.25'; $taguni[1]='KG'; $tagqty[1]='6'; $tagline[2]='RVBV5'; $tagdes[2]='靚 粉 絲(大 包)BEAN VERM (L)'; $tagpri[2]='$1.45'; $tagcod[2]='RVBV5'; $tagloc[2]='F11'; $tagwei[2]='500GR'; $tagupc[2]='30'; $taguni[2]='PKT'; $tagqty[2]='6'; $tagline[3]='DVCO'; $tagdes[3]='靚 白 菜 干 DEHYDRATED COLE A"'; $tagpri[3]='$1.45'; $tagcod[3]='DVCO'; $tagloc[3]='10B0'; $tagwei[3]='150GR'; $tagupc[3]='999'; $taguni[3]='PKT'; $tagqty[3]='11'; $tagline[4]='SNPC@SD'; $tagdes[4]='靚 日 龍 蝦 片 S&D PRAWN CRACKER 2KG'; $tagpri[4]='$5.80'; $tagcod[4]='SNPC@SD'; $tagwei[4]='2KG'; $tagupc[4]='6'; $taguni[4]='BOX'; $tagqty[4]='7'; $tagline[5]='NSPI'; $tagdes[5]='大 粒 崧 子 肉 PINE NUT 1 KG'; $tagpri[5]='$38.00'; $tagcod[5]='NSPI'; $tagloc[5]='FREEZER'; $tagwei[5]='1KG'; $tagupc[5]='20'; $taguni[5]='KG'; $tagqty[5]='20'; $tagline[6]='CVMBL'; $tagdes[6]='靚 白 靈 菇 BAC-LING MUSHROOM A"'; $tagpri[6]='$3.50'; $tagcod[6]='CVMBL'; $tagloc[6]='F7'; $tagwei[6]='850GR'; $tagupc[6]='12'; $taguni[6]='TIN'; $tagqty[6]='24'; $tagline[7]='CVMSSC'; $tagdes[7]='靚 開 邊 草 菇 STRAW M\'ROOM(CUT)'; $tagpri[7]='$1.35'; $tagcod[7]='CVMSSC'; $tagloc[7]='F7'; $tagwei[7]='425GR'; $tagupc[7]='24'; $taguni[7]='CAN'; $tagqty[7]='48'; $lastline=max(array_keys($tagcod)); $marker=1; // initiate group for($n=0;$n<=$lastline;++$n) { if(substr( $tagcod[$n], 0, 1 ) === "-"){$marker++;} // is it a new group? $taggroup[$n]=$marker; if(!isset($tagcod[$n])){$tagcod[$n]='';} if(!isset($tagdes[$n])){$tagdes[$n]='';} if(!isset($tagpri[$n])){$tagpri[$n]='';} if(!isset($tagloc[$n])){$tagloc[$n]='';} if(!isset($tagloc[$n])){$tagloc[$n]='';} if(!isset($tagwei[$n])){$tagwei[$n]='';} if(!isset($tagupc[$n])){$tagupc[$n]='';} if(!isset($taguni[$n])){$taguni[$n]='';} if(!isset($tagqty[$n])){$tagqty[$n]='';} $tagctn[$n]=''; // initiate ctn variable (default to nothing); $tagloo[$n]=$tagqty[$n]; // initiate loose variable (default to nothing); if($tagupc[$n]>0&&$tagupc[$n]<9999) { $tagctn[$n]=floor($tagqty[$n]/$tagupc[$n]); // ctn variable only if qty is > upc $tagloo[$n]=$tagqty[$n]-$tagctn[$n]*$tagupc[$n]; // loose variable is qty - ctns/upc } $tagbulk[$n]=0; // bulk marker assume no if($tagctn[$n]>0){$tagbulk[$n]=1;} // change to yes if ctn qty is bigger than 0; $tagline[$n]=$n+1; // line number starting from 1 } // array_multisort($taggroup,$tagbulk,$tagloc,$tagcod,$tagline,$tagqty,$taguni,$tagdes,$tagupc,$tagpri); $html = <<<EOF <html> <head> <meta charset="UTF-8"> <style> * { font: 16px "courier new"; } thead { display: table-header-group; } tbody { display: table-row-group; } tfoot { display: table-footer-group; position: fixed; bottom: 0; /* Because it's footer */ } table{ border-collapse:collapse; table-layout: fixed; overflow: hidden; } td{ padding:0; margin:0; } div.limit { width:100%; vertical-align:top; white-space: nowrap; text-overflow: clip; overflow: hidden; } td.f { background-color: #B0B0B0; } td.c { background-color: #B0B0B0; } .qty { border: 1px solid black; text-align: right; width: 40; } .fre { border: 1px solid black; text-align: right; width: 20; } .uni { border: 1px solid black; text-align: right; width: 40; } .des { border: 1px solid black; text-align: left; width: 410; } .ctn { border: 1px solid black; text-align: right; width: 20; } .upc { border: 1px solid black; text-align: right; width: 20; } .pri { border: 1px solid black; text-align: right; width: 50; } .loc { border: 1px solid black; border-collapse: collapse; text-align: left; width: 140; } .left { text-align: left; height: 50; width: 200; } .middle { text-align: left; height: 50; width: 300; } .right { text-align: right; height: 50; width: 200; } .span { text-align: right; height: 50; } .56 { font: bold 56px "courier new"; } .38 { font: bold 38px "courier new"; } .24 { font-size:24px; } .18 { font-size:18px; } .12 { font-size:12px; } </style> </head> <body> <table width="750px"> <thead> <tr><td> <table width="100%" id="page-header"> <tr> <td class="left 56 limit">$ddat</td> <td class="middle 12 limit">$tagnote</td> <td class="right 56 limit">$code</td> </tr> <tr> <td class="left 12 limit">$invno<br />$odat</td> <td class="span 38 limit" colspan="2">CARTON[ ]&nbsp;&nbsp;&nbsp;&nbsp;LOOSE[ ]</td> </tr> </table> <table width="100%" id="table-header"> <tr> <td class="loc">location</td><td class="qty">qty</td><td class="fre">f</td><td class="uni">unit</td><td class="des">description</td><td class="ctn">ctn</td><td class="upc">upc</td><td class="pri">price</td> </tr> </table> </td></tr> <tr> </tr> </thead> <tbody> <tr><td> <table width="100%" id="table-header"> EOF; $lastline=max(array_keys($tagcod)); for($n=0;$n<=$lastline;++$n) { $atagcod[$n]=$tagcod[$n]; $atagdes[$n]=$tagdes[$n]; $atagline[$n]=$tagline[$n]; $atagpri[$n]=$tagpri[$n]; $atagloc[$n]=$tagloc[$n]; $atagwei[$n]=$tagwei[$n]; $atagupc[$n]=$tagupc[$n]; $ataguni[$n]=$taguni[$n]; $atagqty[$n]=$tagqty[$n]; $atagloo[$n]=$tagloo[$n]; $atagctn[$n]=$tagctn[$n]; $acssfre='nf'; if($atagloc[$n]=="FREEZER"||$atagloc[$n]=="FRIDGE"){$atagupc[$n]='';$acssfre='f';} if($atagloc[$n]=="LOOSE"||$atagloc[$n]=="BULK"){$atagloc[$n]='';} if($atagctn[$n]==0){$atagctn[$n]='&nbsp;';$atagupc[$n]='&nbsp;';$acssctn='nc';}else{$acssctn='c';} if($atagloo[$n]==0){$atagloo[$n]='&nbsp;';} $atagctn[$n]=$atagctn[$n]; $html .= <<<EOF <tr> <td class="loc $acssfre"><div class="limit">$atagloc[$n]</div></td> <td class="qty $acssfre"><div class="limit">$atagqty[$n]</div></td> <td class="fre $acssfre $acssctn"><div class="limit">&nbsp;</div></td> <td class="uni $acssfre"><div class="limit">$ataguni[$n]</div></td> <td class="des $acssfre"><div class="limit">$atagdes[$n]</div></td> <td class="ctn $acssfre"><div class="limit">$atagctn[$n]</div></td> <td class="upc $acssfre"><div class="limit">$atagupc[$n]</div></td> <td class="pri $acssfre"><div class="limit">$atagpri[$n]</div></td> </tr> EOF; } $html .= <<<EOF </table> </td></tr> </tbody> <tfoot> <tr><td> <table width="100%" id="table-footer"> <tr><td> </td></tr> </table> </td></tr> </tfoot> <table width="750px"> <thead> <tr><td> <table width="100%" id="page-header"> <tr> <td class="left 56 limit">$ddat</td> <td class="middle 12 limit">$tagnote</td> <td class="right 56 limit">$code</td> </tr> <tr> <td class="left 12 limit">$invno<br />$odat</td> <td class="span 38 limit" colspan="2">CARTON[ ]&nbsp;&nbsp;&nbsp;&nbsp;LOOSE[ ]</td> </tr> </table> <table width="100%" id="table-header"> <tr> <td class="loc">location</td><td class="qty">qty</td><td class="fre">f</td><td class="uni">unit</td><td class="des">description</td><td class="ctn">ctn</td><td class="upc">upc</td><td class="pri">price</td> </tr> </table> </td></tr> <tr> </tr> </thead> <tbody> <tr><td> <table width="100%" id="table-header"> EOF; // close and output PDF document $lastline=max(array_keys($tagcod)); for($n=0;$n<=$lastline;++$n) { $btagcod[$n]=$tagcod[$n]; $btagdes[$n]=$tagdes[$n]; $btagline[$n]=$tagline[$n]; $btagpri[$n]=$tagpri[$n]; $btagloc[$n]=$tagloc[$n]; $btagwei[$n]=$tagwei[$n]; $btagupc[$n]=$tagupc[$n]; $btaguni[$n]=$taguni[$n]; $btagqty[$n]=$tagqty[$n]; $btagloo[$n]=$tagloo[$n]; $btagctn[$n]=$tagctn[$n]; $btaggroup[$n]=$taggroup[$n]; $btagbulk[$n]=$tagbulk[$n]; $btagline[$n]=$tagline[$n]; $bcssfre='nf'; if($btagloc[$n]=="FREEZER"||$btagloc[$n]=="FRIDGE"){$btagupc[$n]='';$bcssfre='f';} if($btagloc[$n]=="LOOSE"||$btagloc[$n]=="BULK"){$btagloc[$n]='';} if($btagctn[$n]==0){$btagctn[$n]='&nbsp;';$btagupc[$n]='&nbsp;';$bcssctn='nc';}else{$bcssctn='c';} if($btagloo[$n]==0){$btagloo[$n]='&nbsp;';} $html .= <<<EOF <tr> <td class="loc $bcssfre"><div class="limit">$btagloc[$n]</div></td> <td class="qty $bcssfre"><div class="limit">$btagqty[$n]</div></td> <td class="fre $bcssfre $bcssctn"><div class="limit">&nbsp;</div></td> <td class="uni $bcssfre"><div class="limit">$btaguni[$n]</div></td> <td class="des $bcssfre"><div class="limit">$btaggroup[$n]#$btagbulk[$n]#$btagline[$n]#$btagdes[$n]</div></td> <td class="ctn $bcssfre"><div class="limit">$btagctn[$n]</div></td> <td class="upc $bcssfre"><div class="limit">$btagupc[$n]</div></td> <td class="pri $bcssfre"><div class="limit">$btagpri[$n]</div></td> </tr> EOF; } $html .= <<<EOF </table> </td></tr> </tbody> <tfoot> <tr><td> <table width="100%" id="table-footer"> <tr><td> </td></tr> </table> </td></tr> </tfoot> EOF; // close and output PDF document file_put_contents('aftermultisort.html', $html); ?>

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.52
8.3.50.0160.00521.87
8.3.40.0090.00619.14
8.3.30.0100.00619.29
8.3.20.0050.00320.38
8.3.10.0080.00022.04
8.3.00.0060.00322.57
8.2.180.0140.00416.75
8.2.170.0060.00922.96
8.2.160.0040.01120.89
8.2.150.0080.00024.18
8.2.140.0000.00824.66
8.2.130.0130.00626.16
8.2.120.0030.00619.50
8.2.110.0130.00322.43
8.2.100.0000.01218.09
8.2.90.0000.00819.38
8.2.80.0000.00818.29
8.2.70.0060.00317.86
8.2.60.0040.00418.17
8.2.50.0090.00018.07
8.2.40.0060.00318.41
8.2.30.0050.00318.38
8.2.20.0080.00018.07
8.2.10.0040.00418.17
8.2.00.0000.00818.07
8.1.280.0120.00925.92
8.1.270.0040.00422.40
8.1.260.0000.00926.35
8.1.250.0080.00028.09
8.1.240.0040.00722.73
8.1.230.0040.00821.28
8.1.220.0030.00617.90
8.1.210.0090.00018.77
8.1.200.0060.00317.73
8.1.190.0080.00018.03
8.1.180.0030.00518.10
8.1.170.0040.00718.89
8.1.160.0030.00522.20
8.1.150.0080.00018.89
8.1.140.0040.00417.74
8.1.130.0040.00417.67
8.1.120.0000.00717.62
8.1.110.0030.00617.64
8.1.100.0040.00417.59
8.1.90.0000.00817.76
8.1.80.0000.00717.75
8.1.70.0000.00917.70
8.1.60.0000.00817.85
8.1.50.0000.00817.76
8.1.40.0040.00417.68
8.1.30.0040.00417.82
8.1.20.0060.00317.88
8.1.10.0040.00417.84
8.1.00.0050.00317.74
8.0.300.0000.00818.77
8.0.290.0080.00017.30
8.0.280.0090.00018.64
8.0.270.0030.00617.05
8.0.260.0030.00317.13
8.0.250.0000.00817.27
8.0.240.0090.00017.19
8.0.230.0040.00417.30
8.0.220.0000.00817.23
8.0.210.0070.00017.11
8.0.200.0030.00317.22
8.0.190.0040.00417.30
8.0.180.0040.00417.13
8.0.170.0070.00017.13
8.0.160.0000.00817.18
8.0.150.0030.00617.02
8.0.140.0000.00817.09
8.0.130.0030.00313.66
8.0.120.0030.00617.13
8.0.110.0000.00817.07
8.0.100.0050.00317.25
8.0.90.0050.00317.26
8.0.80.0060.01317.12
8.0.70.0050.00317.16
8.0.60.0000.00917.25
8.0.50.0040.00417.08
8.0.30.0080.01117.48
8.0.20.0130.00917.48
8.0.10.0000.00717.27
8.0.00.0120.01016.93
7.4.330.0000.00515.18
7.4.320.0030.00316.87
7.4.300.0050.00216.88
7.4.290.0030.00316.76
7.4.280.0000.00816.76
7.4.270.0070.00316.66
7.4.260.0080.00516.82
7.4.250.0040.00416.81
7.4.240.0040.00416.75
7.4.230.0040.00416.95
7.4.220.0130.00616.72
7.4.210.0090.00816.87
7.4.200.0030.00416.67
7.4.190.0000.00717.02
7.4.160.0100.01016.66
7.4.150.0120.00917.40
7.4.140.0130.01017.86
7.4.130.0130.00916.81
7.4.120.0090.00916.78
7.4.110.0070.01416.88
7.4.100.0100.01016.82
7.4.90.0110.00716.84
7.4.80.0150.00619.39
7.4.70.0140.00716.88
7.4.60.0080.00816.73
7.4.50.0030.00316.50
7.4.40.0000.01222.77
7.4.30.0070.01116.77
7.4.10.0100.00915.35
7.4.00.0080.00815.21
7.3.330.0030.00313.38
7.3.320.0070.00013.46
7.3.310.0000.00716.50
7.3.300.0070.00016.62
7.3.290.0100.00616.67
7.3.280.0070.01316.68
7.3.270.0090.00917.40
7.3.260.0110.00816.91
7.3.250.0100.01116.57
7.3.240.0140.00416.66
7.3.230.0070.01116.61
7.3.210.0070.01416.57
7.3.200.0000.01719.39
7.3.190.0120.00916.60
7.3.180.0030.01416.81
7.3.170.0110.01116.73
7.3.160.0100.00716.74
7.3.130.0070.01315.10
7.3.120.0080.01115.17
7.3.110.0060.01415.00
7.3.100.0100.00514.96
7.3.90.0040.00915.20
7.3.80.0030.00815.02
7.3.70.0050.00715.07
7.3.60.0060.00915.14
7.3.50.0060.00715.03
7.3.40.0070.00914.98
7.3.30.0050.00815.00
7.3.20.0060.00716.81
7.3.10.0030.01016.63
7.3.00.0060.00516.71
7.2.330.0090.00916.98
7.2.320.0040.01517.03
7.2.310.0120.00616.96
7.2.300.0190.00717.04
7.2.290.0110.00717.06
7.2.260.0050.01315.29
7.2.250.0040.01415.25
7.2.240.0100.00715.33
7.2.230.0060.01015.31
7.2.220.0070.01015.19
7.2.210.0100.00615.32
7.2.200.0060.00715.13
7.2.190.0040.01115.21
7.2.180.0070.01015.20
7.2.170.0080.00715.22
7.2.160.0070.00415.13
7.2.150.0060.00716.94
7.2.140.0050.00416.95
7.2.130.0050.01016.91
7.2.120.0090.00617.04
7.2.110.0040.01016.92
7.2.100.0040.01016.92
7.2.90.0080.00517.12
7.2.80.0070.00716.78
7.2.70.0040.00817.06
7.2.60.0070.00617.04
7.2.50.0040.01016.91
7.2.40.0070.00816.98
7.2.30.0050.00816.92
7.2.20.0110.00416.99
7.2.10.0070.00816.80
7.2.00.0050.01017.47
7.1.330.0060.00715.89
7.1.320.0060.00715.89
7.1.310.0010.01115.80
7.1.300.0060.01015.83
7.1.290.0070.00715.86
7.1.280.0040.00915.86
7.1.270.0070.00715.76
7.1.260.0080.00215.86
7.1.250.0040.00815.87
7.1.240.0090.00715.88
7.1.230.0060.00715.70
7.1.220.0050.00615.76
7.1.210.0040.00915.95
7.1.200.0030.01215.82
7.1.190.0040.01015.83
7.1.180.0040.01015.85
7.1.170.0080.00415.79
7.1.160.0030.01115.73
7.1.150.0030.00715.64
7.1.140.0070.00815.93
7.1.130.0070.00415.58
7.1.120.0090.00315.95
7.1.110.0050.00715.81
7.1.100.0070.00716.44
7.1.90.0020.01215.72
7.1.80.0050.00515.86
7.1.70.0070.00716.20
7.1.60.0080.00716.83
7.1.50.0050.01216.10
7.1.40.0060.00515.92
7.1.30.0060.00615.88
7.1.20.0030.00915.79
7.1.10.0010.00915.87
7.1.00.0060.02417.47
7.0.330.0030.00915.44
7.0.320.0070.00615.44
7.0.310.0070.00915.39
7.0.300.0050.00815.36
7.0.290.0080.00715.50
7.0.280.0050.00615.37
7.0.270.0050.00715.39
7.0.260.0010.01015.45
7.0.250.0040.00615.45
7.0.240.0050.01015.46
7.0.230.0020.00815.43
7.0.220.0040.00615.41
7.0.210.0020.01115.40
7.0.200.0060.00915.75
7.0.190.0020.00915.31
7.0.180.0030.00715.44
7.0.170.0050.00815.42
7.0.160.0060.00815.28
7.0.150.0040.00915.52
7.0.140.0030.02516.92
7.0.130.0080.00615.58
7.0.120.0080.00815.58
7.0.110.0050.00715.34
7.0.100.0060.02716.58
7.0.90.0090.02416.57
7.0.80.0060.02616.66
7.0.70.0090.02516.52
7.0.60.0110.02416.59
7.0.50.0090.02316.78
7.0.40.0080.02515.21
7.0.30.0080.02515.09
7.0.20.0100.02315.13
7.0.10.0070.01815.14
7.0.00.0040.02715.12
5.6.400.0060.00814.72
5.6.390.0050.01014.54
5.6.380.0050.01114.74
5.6.370.0090.00614.37
5.6.360.0050.00714.56
5.6.350.0090.00614.63
5.6.340.0050.00914.41
5.6.330.0080.00514.68
5.6.320.0070.00514.52
5.6.310.0070.01014.63
5.6.300.0050.00814.58
5.6.290.0030.00914.63
5.6.280.0050.02616.32
5.6.270.0080.00514.44
5.6.260.0060.00714.53
5.6.250.0090.02515.97
5.6.240.0070.02616.06
5.6.230.0060.02716.05
5.6.220.0070.02516.05
5.6.210.0030.02916.12
5.6.200.0070.02716.18
5.6.190.0060.02916.24
5.6.180.0100.02416.18
5.6.170.0080.02616.15
5.6.160.0070.02616.10
5.6.150.0060.02616.20
5.6.140.0090.01816.13
5.6.130.0050.02916.23
5.6.120.0080.02516.20
5.6.110.0080.02616.19
5.6.100.0060.02816.21
5.6.90.0030.02916.16
5.6.80.0070.02615.85
5.6.70.0060.02516.01
5.6.60.0060.02615.94
5.6.50.0080.02615.93
5.6.40.0030.02015.85
5.6.30.0040.02816.00
5.6.20.0090.01415.86
5.6.10.0030.02615.86
5.6.00.0060.01615.88
5.5.380.0070.02615.95
5.5.370.0040.02016.09
5.5.360.0120.01916.03
5.5.350.0070.02716.02
5.5.340.0070.02416.22
5.5.330.0070.02315.99
5.5.320.0050.03016.15
5.5.310.0050.02716.07
5.5.300.0070.02516.08
5.5.290.0080.02616.22
5.5.280.0060.02516.03
5.5.270.0070.02416.16
5.5.260.0060.02215.98
5.5.250.0020.02816.09
5.5.240.0060.01915.92
5.5.230.0060.02415.81
5.5.220.0060.02516.00
5.5.210.0070.02915.80
5.5.200.0030.02815.92
5.5.190.0100.02415.91
5.5.180.0050.02916.00
5.5.170.0040.01214.64
5.5.160.0090.02515.94
5.5.150.0080.02615.85
5.5.140.0050.01915.86
5.5.130.0110.02315.89
5.5.120.0080.02515.84
5.5.110.0070.02515.94
5.5.100.0060.02615.87
5.5.90.0050.02715.91
5.5.80.0050.02415.77
5.5.70.0080.02615.89
5.5.60.0070.02415.83
5.5.50.0060.02415.76
5.5.40.0050.02515.85
5.5.30.0060.02715.71
5.5.20.0050.02416.05
5.5.10.0050.02115.88
5.5.00.0060.02515.92
5.4.450.0050.01613.40
5.4.440.0060.01413.41
5.4.430.0060.02113.30
5.4.420.0080.02113.47
5.4.410.0040.02513.28
5.4.400.0040.02313.19
5.4.390.0030.02613.28
5.4.380.0060.02413.28
5.4.370.0060.02513.28
5.4.360.0070.01513.15
5.4.350.0080.02313.29
5.4.340.0040.02313.31
5.4.330.0090.00411.40
5.4.320.0040.01913.30
5.4.310.0070.01913.23
5.4.300.0070.02313.37
5.4.290.0040.02313.20
5.4.280.0070.02213.30
5.4.270.0040.02413.27
5.4.260.0040.02413.33
5.4.250.0010.02913.28
5.4.240.0050.02313.26
5.4.230.0090.01913.25
5.4.220.0040.02413.36
5.4.210.0060.01613.33
5.4.200.0060.02413.33
5.4.190.0070.01413.19
5.4.180.0060.02313.33
5.4.170.0070.02213.25
5.4.160.0040.02313.30
5.4.150.0040.01813.27
5.4.140.0050.02212.56
5.4.130.0030.02712.60
5.4.120.0040.02212.54
5.4.110.0040.02512.63
5.4.100.0070.02012.66
5.4.90.0050.02312.68
5.4.80.0040.02512.65
5.4.70.0030.01712.57
5.4.60.0030.02212.58
5.4.50.0070.02212.66
5.4.40.0040.02312.66
5.4.30.0070.01912.59
5.4.20.0070.02112.53
5.4.10.0070.02212.61
5.4.00.0040.02512.41
5.3.290.0070.02312.09
5.3.280.0050.02412.06
5.3.270.0040.02412.07
5.3.260.0060.02312.06
5.3.250.0030.02712.04
5.3.240.0050.02212.03
5.3.230.0050.01612.07
5.3.220.0060.02212.05
5.3.210.0070.01412.05
5.3.200.0030.02312.05
5.3.190.0030.02412.05
5.3.180.0060.02312.04
5.3.170.0050.02112.04
5.3.160.0040.02312.05
5.3.150.0060.02112.11
5.3.140.0070.02012.04
5.3.130.0030.01912.06
5.3.120.0040.02412.06
5.3.110.0050.02312.02
5.3.100.0020.02711.91
5.3.90.0030.02611.88
5.3.80.0050.02311.92
5.3.70.0040.02511.91
5.3.60.0050.02211.88
5.3.50.0060.02011.91
5.3.40.0040.01511.90
5.3.30.0030.02311.90
5.3.20.0040.02211.80
5.3.10.0030.02411.83
5.3.00.0030.02211.81

preferences:
39.17 ms | 401 KiB | 5 Q