3v4l.org

run code in 300+ PHP versions simultaneously
<?PHP session_start(); include("../inc/csql.php"); include_once("../js/classes/tc_calendar.php"); $sql=mysql_query("select*from pegawai where idpegawai='".$_SESSION['userid']."'"); $bt="Ubah"; while($rc=mysql_fetch_array($sql)){ $hidpegawai=$idpegawai=$rc['idpegawai']; $nip=$rc['nip']; $nm=$rc['nm']; $tplhr=$rc['tplhr']; $tglhr=$rc['tglhr']; $agama=$rc['agama']; $jk=$rc['jk']; $goldar=$rc['goldar']; $alamat=$rc['alamat']; $pendidikanterakhir=$rc['pendidikanterakhir']; $pendidikanterakhirdi=$rc['pendidikanterakhirdi']; $jurusan=$rc['jurusan']; $statuspegawai=$rc['statuspegawai']; $tgmasukdisini=$rc['tgmasukdisini']; $sebagai=$rc['sebagai']; $sqlJ=mysql_query("select*from jabatanpegawai where idpegawai='".$_SESSION['userid']."'"); $dt=mysql_fetch_array($sqlJ); $idjabatan=$dt['idjabatan']; } $bt="Simpan"; if(@$_REQUEST['submit']=="Simpan"){ $upd=mysql_query("update pegawai set idpegawai='".ins(@$_REQUEST['idpegawai'])."', nip='".ins(@$_REQUEST['nip'])."',nm='".ins(@$_REQUEST['nm'])."', tplhr='".ins(@$_REQUEST['tplhr'])."',tglhr='".ins(@$_REQUEST['tglhr'])."', agama='".ins(@$_REQUEST['agama'])."',jk='".ins(@$_REQUEST['jk'])."', goldar='".ins(@$_REQUEST['goldar'])."',alamat='".ins(@$_REQUEST['alamat'])."', pendidikanterakhir='".ins(@$_REQUEST['pendidikanterakhir'])."', pendidikanterakhirdi='".ins(@$_REQUEST['pendidikanterakhirdi'])."', jurusan='".ins(@$_REQUEST['jurusan'])."',statuspegawai='".ins(@$_REQUEST['statuspegawai'])."', tgmasukdisini='".ins(@$_REQUEST['tgmasukdisini'])."', sebagai='".ins(@$_REQUEST['sebagai'])."' where idpegawai='".@$_REQUEST['idpegawai']."'"); if($upd){ if(!empty($_FILES['file']['name'])){ if(file_exists("ph/".@$_REQUEST['idpegawai'])){ unlink("ph/".@$_REQUEST['idpegawai']); } $fileName = $_FILES['file']['name']; $tmpName = $_FILES['file']['tmp_name']; $fileType = $_FILES['file']['type']; if (($fileName=="") || ($fileType == "text/plain") || ($fileType=="application/octet-stream")){ } if (($fileType=="image/jpeg")||($fileType=="image/bmp")|| ($fileType=="image/png")||($fileType=="image/gif")) { $fp = fopen($tmpName, 'r'); $content = fread($fp, filesize($tmpName)); $content = addslashes($content); move_uploaded_file($tmpName,"../adm/ph/".@$_REQUEST['idpegawai'].""); fclose($fp); } } //============= echo("<script>window.alert('Pengubahan selesai !'); window.location='epegawai.php';</script>"); } else { echo("<script>window.alert('Pengubahan Gagal!'); window.history.back();</script>"); } }//End Upd ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr"> <head> <title>.: Pegawai</title> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <link rel="shortcut icon" href="../css/images/favicon.ico" /> <link rel="stylesheet" href="../css/style.css" type="text/css" media="all" /> <!--[if IE 6]> <link rel="stylesheet" href="css/ie6.css" type="text/css" media="media" /> <script src="js/png-fix.js" type="text/javascript" charset="utf-8"></script> <![endif]--> <script src="../js/jquery-1.6.2.min.js" type="text/javascript" charset="utf-8"></script> <script src="../js/jquery.jcarousel.min.js" type="text/javascript" charset="utf-8"></script> <script src="../js/jquery-func.js" type="text/javascript" charset="utf-8"></script> <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script> <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="../js/functions.js"></script> <script language="javascript" src="../js/calendar.js"></script> <script> $(document).ready(function(e) { $("#tambah").click(function(){ $("#finput").toggle("slow"); }); }); </script> <script> function cekdulu(){ if(document.getElementById("idpegawai").value.search(/\w/i)==-1){ alert("ID pegawai harap diisi"); return false; } if(document.getElementById("nip").value.search(/\w/i)==-1){ alert("Nama pegawai harap diisi"); return false; } pilihjenis = document.getElementById("jenispegawai").selectedIndex; if(pilihjenis==0){ alert("Jenis pegawai harap dipilih"); return false; } } </script> </head> <body> <!-- Wrapper --> <div id="wrapper"> <!-- Header --> <div id="top" style="position:fixed; z-index:1000; width:100%; margin:0 auto;"> <!-- Shell --> <div class="shell"> <div class="top-nav"> <?PHP include("../inc/menuatas.php"); ?> </div> <div id="search"> <form action="" method="post"> <input type="text" class="field" value="Quick search..." title="Quick search..." /> </form> </div> <div class="cl">&nbsp;</div> </div> <!-- End Shell --> </div> <!-- End Top --> <!-- Main --> <div id="main"> <!-- Shell --> <div class="shell"> <!-- Header --> <div id="header"> <h1 id="logo"></h1> <?PHP //include("../inc/nav.php");?> <div class="cl">&nbsp;</div> </div> <!-- End Header --> <!-- Slider --> <?PHP //ISI ?> <!--ISI --> <h3 ">Profil Pegawai </h3> <br /> <form name="form" action="epegawai.php" method="post" enctype="multipart/form-data" id="finput" onSubmit="return cekdulu()"> <table width="563" border="0" cellpadding="1" cellspacing="2"> <tr > <td width="240">ID Pegawai</td> <td width="4">:</td> <td width="305"><input name="idpegawai" type="text" id="idpegawai" value="<?php echo @$idpegawai;?>" size="20" readonly="readonly" /></td> <td width="305" rowspan="6"><img src="../adm/ph/<?php echo @$idpegawai;?>" alt="" width="105" height="137" style="padding:5px;"/></td> </tr> <tr > <td>NIP</td> <td>:</td> <td><input name="nip" type="text" id="nip" value="<?php echo @$nip;?>" size="20" /></td> </tr> <tr > <td>Nama Lengkap</td> <td>:</td> <td><input name="nm" type="text" id="nm" value="<?php echo @$nm;?>" size="50" /></td> </tr> <tr > <td>Tempat Lahir</td> <td>:</td> <td><input name="tplhr" type="text" id="tplhr" value="<?php echo @$tplhr;?>" size="50" /></td> </tr> <tr > <td>Tanggal Lahir</td> <td>:</td> <td><?php $year = substr(@$tglhr,0,4); $month = substr(@$tglhr,5,2); $day = substr(@$tglhr,8,2); $myCalendar = new tc_calendar("tglhr", true, false); $myCalendar->setIcon("../images/iconCalendar.gif"); if($year!='0000'){ $myCalendar->setDate($day, $month, $year); } $myCalendar->setPath("../js/"); $myCalendar->setYearInterval(1920, 2020); //$myCalendar->dateAllow('2008-05-13', '2012-03-01'); $myCalendar->setDateFormat('j F Y'); //$myCalendar->setHeight(350); //$myCalendar->autoSubmit(true, "form1"); $myCalendar->writeScript(); ?></td> </tr> <tr > <td>Agama</td> <td>:</td> <td><select name="agama" id="agama"> <option value="">-Pilih Salah Satu-</option> <?PHP $getagama=getAgama(); for($i=0;$i<count($getagama);$i++) { ?> <option value="<?PHP echo $getagama[$i]; ?>" <?PHP if($getagama[$i]==@$agama){ echo" selected='selected'";}?> > <?PHP echo $getagama[$i]." </option>";} ?></option> </select></td> </tr> <tr > <td>Jenis Kelamin</td> <td>:</td> <td><select name="jk" id="jk"> <option value="">-Pilih Salah Satu-</option> <?PHP $getjk=getJK(); for($i=0;$i<count($getjk);$i++) { ?> <option value="<?PHP echo $getjk[$i]; ?>" <?PHP if($getjk[$i]==@$jk){ echo" selected='selected'";}?> > <?PHP echo $getjk[$i]." </option>";} ?></option> </select></td> <td>&nbsp;</td> </tr> <tr > <td>Golongan Darah</td> <td>:</td> <td><select name="goldar" id="goldar"> <option value="">-Pilih Salah Satu-</option> <?PHP $getgoldar=getGolDar(); for($i=0;$i<count($getgoldar);$i++) { ?> <option value="<?PHP echo $getgoldar[$i]; ?>" <?PHP if($getgoldar[$i]==@$goldar){ echo" selected='selected'";}?> > <?PHP echo $getgoldar[$i]." </option>";} ?></option> </select></td> <td>&nbsp;</td> </tr> <tr valign="top" > <td>Alamat</td> <td>:</td> <td> <textarea name="alamat" id="alamat" cols="50" rows="4"><?php echo @$alamat;?></textarea></td> <td>&nbsp;</td> </tr> <tr > <td>Pendidikan Terakhir</td> <td>:</td> <td><select name="pendidikanterakhir" id="pendidikanterakhir"> <option value="">-Pilih Salah Satu-</option> <?PHP $getpendidikanterakhir=getPendidikanTerakhir(); for($i=0;$i<count($getpendidikanterakhir);$i++) { ?> <option value="<?PHP echo $getpendidikanterakhir[$i]; ?>" <?PHP if($getpendidikanterakhir[$i]==@$pendidikanterakhir){ echo" selected='selected'";}?> > <?PHP echo $getpendidikanterakhir[$i]." </option>";} ?></option> </select></td> <td>&nbsp;</td> </tr> <tr > <td>Nama Sekolah/Universitas</td> <td>:</td> <td><input name="pendidikanterakhirdi" type="text" id="pendidikanterakhirdi" value="<?php echo @$pendidikanterakhirdi;?>" size="50" /></td> <td>&nbsp;</td> </tr> <tr > <td>Jurusan</td> <td>:</td> <td><input name="jurusan" type="text" id="jurusan" value="<?php echo @$jurusan;?>" size="50" /></td> <td>&nbsp;</td> </tr> <tr > <td>Status Pegawai</td> <td>:</td> <td><select name="statuspegawai" id="statuspegawai"> <option value="">-Pilih Salah Satu-</option> <?PHP $getstatuspegawai=getStatusPegawai(); for($i=0;$i<count($getstatuspegawai);$i++) { ?> <option value="<?PHP echo $getstatuspegawai[$i]; ?>" <?PHP if($getstatuspegawai[$i]==@$statuspegawai){ echo" selected='selected'";}?> > <?PHP echo $getstatuspegawai[$i]." </option>";} ?></option> </select></td> <td>&nbsp;</td> </tr> <tr > <td>Tanggal Masuk di sini</td> <td>:</td> <td><?php $year = substr(@$tgmasukdisini,0,4); $month = substr(@$tgmasukdisini,5,2); $day = substr(@$tgmasukdisini,8,2); $myCalendar = new tc_calendar("tgmasukdisini", true, false); $myCalendar->setIcon("../images/iconCalendar.gif"); if($year!='0000'){ $myCalendar->setDate($day, $month, $year); } $myCalendar->setPath("../js/"); $myCalendar->setYearInterval(1950, 2020); //$myCalendar->dateAllow('2008-05-13', '2012-03-01'); $myCalendar->setDateFormat('j F Y'); //$myCalendar->setHeight(350); //$myCalendar->autoSubmit(true, "form1"); $myCalendar->writeScript(); ?></td> <td>&nbsp;</td> </tr> <tr > <td>Sebagai</td> <td>:</td> <td><select name="sebagai" id="sebagai"> <option value="">-Pilih Salah Satu-</option> <?PHP $getsebagai=getSebagai(); for($i=0;$i<count($getsebagai);$i++) { ?> <option value="<?PHP echo $getsebagai[$i]; ?>" <?PHP if($getsebagai[$i]==@$sebagai){ echo" selected='selected'";}?> > <?PHP echo $getsebagai[$i]." </option>";} ?></option> </select></td> <td>&nbsp;</td> </tr> <tr> <td>Foto</td> <td>&nbsp;</td> <td><input name="file" type="file" id="file" size="31" /></td> <td>&nbsp;</td> </tr> <tr> <td colspan="4"><div align="center"><strong> <input type="submit" name="submit" id="submit" value="<?php echo $bt;?>" onclick="return isnull();"/> <input type="reset" name="batal" id="batal" value="Batal" /> </strong></div></td> </tr> </table> <p>&nbsp;</p> </form> <!-- END ISI --> <!-- Case --> <div class="case"><!-- Row --> <div class="row"> <?PHP //include("../inc/foto.php");?> <!-- End Row --> </div> <!-- End Case --> <!-- Case --> <?PHP //include("../inc/best.php"); ?> <!-- End Case --> </div> <!-- End Content --> </div> <!-- End Shell --> </div> <!-- End Main <div id="footer-push" class="cl">&nbsp;</div> --> </div> <!-- End Wrapper --> <!-- Footer --> <?PHP //include("../inc/footer.php"); ?> <!-- End Footer --> </body> </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.0060.00916.75
8.3.50.0070.00716.49
8.3.40.0030.01219.14
8.3.30.0090.00919.05
8.3.20.0000.00820.46
8.3.10.0030.00523.65
8.3.00.0060.00319.68
8.2.180.0130.00316.73
8.2.170.0070.01122.96
8.2.160.0090.00620.76
8.2.150.0030.00524.18
8.2.140.0030.00524.66
8.2.130.0040.00426.16
8.2.120.0060.00317.88
8.2.110.0090.00322.33
8.2.100.0090.00318.05
8.2.90.0040.00419.36
8.2.80.0040.00417.97
8.2.70.0000.00817.75
8.2.60.0000.00918.05
8.2.50.0040.00418.07
8.2.40.0000.00821.02
8.2.30.0040.00420.91
8.2.20.0030.00517.88
8.2.10.0080.00018.24
8.2.00.0040.00418.14
8.1.280.0100.01025.92
8.1.270.0040.00423.95
8.1.260.0050.00326.35
8.1.250.0060.00328.09
8.1.240.0000.00922.61
8.1.230.0000.01317.61
8.1.220.0000.00817.80
8.1.210.0030.00618.77
8.1.200.0000.00917.60
8.1.190.0030.00617.35
8.1.180.0030.00518.10
8.1.170.0080.00018.81
8.1.160.0040.00422.26
8.1.150.0040.00418.99
8.1.140.0000.00819.70
8.1.130.0070.00017.79
8.1.120.0040.00417.65
8.1.110.0000.00917.48
8.1.100.0000.00817.68
8.1.90.0030.00517.50
8.1.80.0040.00417.50
8.1.70.0030.00517.47
8.1.60.0030.00517.64
8.1.50.0030.00617.64
8.1.40.0030.00817.62
8.1.30.0000.00817.75
8.1.20.0080.00317.68
8.1.10.0040.00417.78
8.1.00.0030.00617.75
8.0.300.0060.00318.77
8.0.290.0000.00817.13
8.0.280.0050.00518.73
8.0.270.0030.00517.50
8.0.260.0000.00717.59
8.0.250.0040.00417.17
8.0.240.0050.00317.32
8.0.230.0070.00017.27
8.0.220.0080.00017.20
8.0.210.0030.00617.21
8.0.200.0080.00017.30
8.0.190.0070.00317.30
8.0.180.0060.00317.23
8.0.170.0040.00417.21
8.0.160.0000.00817.25
8.0.150.0000.00817.11
8.0.140.0040.00417.16
8.0.130.0040.00413.67
8.0.120.0060.00415.46
8.0.110.0040.00615.40
8.0.100.0070.00415.38
8.0.90.0070.00415.32
8.0.80.0100.00915.42
8.0.70.0080.00215.36
8.0.60.0060.00415.46
8.0.50.0070.00415.40
8.0.30.0130.00615.98
8.0.20.0110.00816.46
8.0.10.0080.00015.44
8.0.00.0080.00916.21
7.4.330.0060.00015.15
7.4.320.0050.00216.85
7.4.300.0030.00316.81
7.4.290.0000.00916.79
7.4.280.0050.00316.75
7.4.270.0040.00416.81
7.4.260.0030.00516.73
7.4.250.0100.00215.06
7.4.240.0050.00515.67
7.4.230.0040.00715.08
7.4.220.0150.00415.15
7.4.210.0170.00015.08
7.4.200.0070.00315.19
7.4.190.0040.00813.39
7.4.180.0120.00013.55
7.4.160.0070.00715.08
7.4.150.0130.00315.42
7.4.140.0130.00516.38
7.4.130.0100.00715.66
7.4.120.0070.00915.59
7.4.110.0140.00214.96
7.4.100.0030.01315.03
7.4.90.0070.00815.00
7.4.80.0120.00416.36
7.4.70.0140.00515.12
7.4.60.0100.00615.03
7.4.50.0070.00214.96
7.4.40.0080.00715.01
7.4.30.0080.00814.97
7.4.20.0080.00413.45
7.4.10.0080.00413.25
7.4.00.0060.00614.41
7.3.330.0000.00513.44
7.3.320.0050.00013.39
7.3.310.0050.00514.81
7.3.300.0010.00914.77
7.3.290.0090.00615.74
7.3.280.0090.00715.74
7.3.270.0080.00815.44
7.3.260.0060.00914.94
7.3.250.0130.00415.78
7.3.240.0090.00815.50
7.3.230.0110.00415.02
7.3.220.0130.00013.16
7.3.210.0120.00714.92
7.3.200.0110.00514.89
7.3.190.0040.01215.01
7.3.180.0090.00714.96
7.3.170.0090.00814.86
7.3.160.0060.00714.96
7.3.150.0070.00313.16
7.3.140.0040.00413.27
7.3.130.0070.00313.27
7.3.120.0060.00013.27
7.3.110.0000.00513.36
7.3.100.0000.00513.21
7.3.90.0030.00313.38
7.3.80.0000.00513.27
7.3.70.0000.00513.43
7.3.60.0050.00013.29
7.3.50.0060.00013.55
7.3.40.0000.00613.30
7.3.30.0000.00613.27
7.3.20.0060.00015.05
7.3.10.0060.00014.98
7.3.00.0030.00315.02
7.2.340.0090.00313.36
7.2.330.0110.00415.06
7.2.320.0120.00314.98
7.2.310.0070.00715.11
7.2.300.0070.01015.18
7.2.290.0070.01014.99
7.2.280.0080.00413.32
7.2.270.0080.00413.20
7.2.260.0080.00513.29
7.2.250.0070.00513.36
7.2.240.0030.01013.43
7.2.230.0040.00813.35
7.2.220.0060.00613.18
7.2.210.0120.00013.36
7.2.200.0140.00013.43
7.2.190.0100.00313.27
7.2.180.0120.00313.42
7.2.170.0130.00013.42
7.2.160.0060.00613.40
7.2.150.0100.00315.14
7.2.140.0090.00315.21
7.2.130.0080.00515.10
7.2.120.0000.01215.14
7.2.110.0100.00315.20
7.2.100.0110.00215.29
7.2.90.0080.00515.11
7.2.80.0140.00015.13
7.2.70.0090.00515.22
7.2.60.0090.00516.01
7.2.50.0130.00015.14
7.2.40.0130.00015.20
7.2.30.0110.00315.26
7.2.20.0040.00915.19
7.2.10.0090.00415.30
7.2.00.0090.00717.28
7.1.330.0120.00014.05
7.1.320.0120.00014.18
7.1.310.0130.00014.09
7.1.300.0090.00314.21
7.1.290.0130.00014.10
7.1.280.0060.00613.96
7.1.270.0120.00014.09
7.1.260.0080.00414.18
7.1.250.0090.00314.13
7.1.240.0130.00013.93
7.1.230.0120.00014.18
7.1.220.0070.00614.24
7.1.210.0100.00313.99
7.1.200.0060.00714.76
7.1.190.0100.00214.16
7.1.180.0120.00014.03
7.1.170.0040.00814.03
7.1.160.0100.00314.08
7.1.150.0060.00613.93
7.1.140.0090.00413.93
7.1.130.0090.00313.91
7.1.120.0090.00314.09
7.1.110.0000.01313.99
7.1.100.0060.00916.04
7.1.90.0100.00214.16
7.1.80.0090.00314.08
7.1.70.0060.00415.52
7.1.60.0060.01316.81
7.1.50.0060.00815.33
7.1.40.0130.00014.10
7.1.30.0130.00014.25
7.1.20.0100.00214.13
7.1.10.0100.00214.13
7.1.00.0070.03818.19
7.0.330.0060.00614.01
7.0.320.0100.00214.03
7.0.310.0040.00814.09
7.0.300.0130.00014.02
7.0.290.0070.00514.05
7.0.280.0080.00414.03
7.0.270.0070.00514.02
7.0.260.0110.00013.89
7.0.250.0080.00514.06
7.0.240.0090.00314.14
7.0.230.0060.00614.20
7.0.220.0120.00013.98
7.0.210.0110.00014.02
7.0.200.0020.00815.28
7.0.190.0090.00313.90
7.0.180.0090.00313.85
7.0.170.0100.00313.96
7.0.160.0040.00814.08
7.0.150.0120.00014.05
7.0.140.0130.00014.00
7.0.130.0090.00314.06
7.0.120.0120.00014.06
7.0.110.0120.00013.93
7.0.100.0120.03217.12
7.0.90.0110.02117.10
7.0.80.0150.03817.04
7.0.70.0140.02317.16
7.0.60.0110.03117.12
7.0.50.0090.02317.20
7.0.40.0080.03817.01
7.0.30.0130.03317.04
7.0.20.0090.02516.96
7.0.10.0050.02616.99
7.0.00.0050.03117.07
5.6.400.0120.00012.62
5.6.390.0040.00712.50
5.6.380.0060.00612.46
5.6.370.0040.00812.59
5.6.360.0080.00412.54
5.6.350.0080.00312.50
5.6.340.0060.00612.56
5.6.330.0080.00412.44
5.6.320.0110.00012.48
5.6.310.0040.00812.33
5.6.300.0100.00212.17
5.6.290.0120.00012.48
5.6.280.0040.01816.91
5.6.270.0100.00212.32
5.6.260.0080.00412.34
5.6.250.0060.02816.50
5.6.240.0090.04016.59
5.6.230.0090.02316.62
5.6.220.0070.04416.52
5.6.210.0040.02916.64
5.6.200.0050.04016.90
5.6.190.0080.02216.81
5.6.180.0110.03816.87
5.6.170.0100.02516.88
5.6.160.0090.02516.79
5.6.150.0080.03316.87
5.6.140.0050.02816.82
5.6.130.0070.02416.77
5.6.120.0040.02516.78
5.6.110.0110.02016.80
5.6.100.0070.02216.82
5.6.90.0050.02516.65
5.6.80.0110.01716.45
5.6.70.0080.02316.60
5.6.60.0090.02016.47
5.6.50.0070.02016.47
5.6.40.0060.02816.44
5.6.30.0080.02016.50
5.6.20.0090.02016.57
5.6.10.0050.02516.47
5.6.00.0070.02016.41
5.5.380.0090.02516.44
5.5.370.0080.04416.56
5.5.360.0090.02216.47
5.5.350.0110.03916.38
5.5.340.0070.04716.52
5.5.330.0070.04416.58
5.5.320.0130.04016.69
5.5.310.0070.04416.58
5.5.300.0080.03716.68
5.5.290.0060.02516.64
5.5.280.0070.02316.63
5.5.270.0110.01916.51
5.5.260.0020.03116.58
5.5.250.0080.02216.59
5.5.240.0080.01616.34
5.5.230.0040.02316.37
5.5.220.0040.02416.32
5.5.210.0070.02416.42
5.5.200.0110.01816.39
5.5.190.0040.02816.13
5.5.180.0070.02116.28
5.5.170.0090.00312.43
5.5.160.0090.01816.27
5.5.150.0050.02316.38
5.5.140.0120.01516.34
5.5.130.0060.02216.20
5.5.120.0090.01716.18
5.5.110.0070.01916.15
5.5.100.0050.02216.32
5.5.90.0070.02016.37
5.5.80.0070.02016.28
5.5.70.0100.01516.31
5.5.60.0050.03016.22
5.5.50.0060.02116.20
5.5.40.0060.02116.25
5.5.30.0080.01816.25
5.5.20.0090.01516.23
5.5.10.0070.02216.21
5.5.00.0070.03416.22
5.4.450.0090.02015.88
5.4.440.0100.02016.05
5.4.430.0090.01815.79
5.4.420.0020.02515.90
5.4.410.0060.02115.82
5.4.400.0050.01715.63
5.4.390.0080.02015.58
5.4.380.0060.01715.56
5.4.370.0100.01315.70
5.4.360.0050.02315.66
5.4.350.0080.02115.76
5.4.340.0080.01615.66
5.4.330.0070.00512.33
5.4.320.0060.02315.82
5.4.310.0090.01515.63
5.4.300.0060.02115.84
5.4.290.0110.02215.82
5.4.280.0040.02315.68
5.4.270.0070.01815.68
5.4.260.0050.02015.82
5.4.250.0050.02215.69
5.4.240.0060.01815.62
5.4.230.0030.02415.64
5.4.220.0070.01715.69
5.4.210.0120.01515.70
5.4.200.0020.02115.64
5.4.190.0050.02115.64
5.4.180.0090.01715.57
5.4.170.0090.01815.79
5.4.160.0030.01915.53
5.4.150.0070.02515.66
5.4.140.0090.01714.51
5.4.130.0070.01914.37
5.4.120.0090.01314.41
5.4.110.0070.02014.31
5.4.100.0030.01914.51
5.4.90.0040.02214.48
5.4.80.0050.02014.48
5.4.70.0080.01814.39
5.4.60.0080.01814.43
5.4.50.0050.01714.40
5.4.40.0050.02314.30
5.4.30.0060.03814.44
5.4.20.0080.03714.50
5.4.10.0030.02214.45
5.4.00.0110.03014.06

preferences:
61.77 ms | 401 KiB | 5 Q