3v4l.org

run code in 300+ PHP versions simultaneously
<?php session_start(); include "../verwalt/connect.inc.php"; session_destroy(); ?> <!DOCTYPE html public "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head><!-- 21.04.2009 --> <META HTTP-EQUIV="content-type" content="text/html; charset=utf-8"> <TITLE>[___ B &Auml; C K E R E I - P A N I F I C I O &nbsp;&nbsp; N &Auml; C K L E R ___ wir backen's ... ___] _____________________________________________________</TITLE> <meta name="robots" content="all"> <meta name="description" content="Brot fuer alle - schon seit drei Generationen"> <meta name="abstract" content="Brot fuer alle - schon seit drei Generationen"> <meta name="author" content="Rudolf Weissenegger"> <meta name="keywords" content="baeckerei, naeckler, n&auml;ckler, b&auml;ckerei, panificio, pane, brot, backen, welschnofen, nova levante, s&uuml;dtirol, alto adige, italien, italia, weissbrot, schwarzbrot, semmel, kornspitz, brezen, brezel, laugenbrot, geb&auml;ck, kuchen, torten, ..."> <meta name="robots" content="index, follow"> <meta name="revisit-after" content="21 days"> <meta http-equiv="expires" content="0"> <meta http-equiv="Pragma" content="no-cache"> <link rev="made" href="mailto:info@softconsult.it"> <link href="../css/verwalt.css" rel="stylesheet" type="text/css" /> <script src="../css/routinen.js"></script> </head> <body onload="self.focus();document.f.name.focus()" leftmargin="0" topmargin="0" border="0" bgcolor="#6b270e" marginheight="0" marginwidth="0"> <table border="0" cellpadding="0" cellspacing="0" height="99%" width="99%"> <tr> <td align="center" valign="top" cellpadding="0" cellspacing="0"> <!-- ============================== HEADER ============================= --> <?php include("../inc/header_de.inc.php") ?> <table bgcolor="#ffb51e" border="0" cellpadding="0" cellspacing="0"> <tr valign='center'> <td align='center'><img src="../../grafiken/pixel.gif" alt="" border="0" height="1" width="1"><br> <img src="../../grafiken/pixel-braun.gif" alt="" border="0" height="1" width="960"><br> <img src="../../grafiken/pixel.gif" alt="" border="0" height="1" width="1"><br> <img src="../../grafiken/pixel-braun.gif" alt="" border="0" height="1" width="960"></td> </tr> <tr> <td><img src="../../grafiken/pixel.gif" alt="" border="0" height="15" width="1"></td> </tr> <tr> <td align="center"> <table border='0' cellpadding="5" cellspacing="0" width="944px"> <tr> <td class="weiss" align="center" bgcolor="#6b270e"><b>Login zur Online-Bestellung</b></td> </tr> </table> <!-- Formularbeginn Login --> <form name="f" action="bestellung.php" method="post"> <table border="0" cellpadding="0" cellspacing="0" width="900"> <tr height="2"> <td width="150"></td> <td width="210"></td> <td width="30"></td> <td width="285"></td> </tr> <tr> <td align="center" valign="middle" colspan="4" height="30"><b>Bitte Benutzer und Passwort eingeben und danach best&auml;tigen!</b> </td> </tr> <tr> <td align="left"><b>Benutzer &nbsp;&nbsp;</b></td> <td align="left"><input type="text" name="name" style="width: 200px;" type="text"></td> <td align="center" valign="bottom" rowspan="2" height="30"></td> <td>&nbsp;</td> </tr> <tr> <td align="left"><b>Passwort &nbsp;&nbsp;</b></td> <td align="left"><input type="password" name="pw" style="width: 200px;" type="text"></td> <td align="center" valign="bottom" colspan="2" height="30"><input type="submit" value="Login zur Bestellseite"></td> </tr> <tr> <td align="center" colspan="4" height="20"></td> </tr> <tr> <td align="left" valign="top"><b>Bitte beachten: &nbsp;&nbsp;</b></td> <td colspan="3" align="left">Online Bestellungen k&ouml;nnen nur von angemeldeten Benutzern durchgef&uuml;hrt werden.<br /> Sollten Sie noch keine Benutzerdaten haben, wenden Sie sich hierzu bitte direkt an die <a href="http://www.naeckler.it/deutsch/kontakt.htm"> <span style='font-size:12px; color:#660000; font-weight: bold; text-decoration: none'>B&auml;ckerei N&auml;ckler</span></a>. </td> </tr> </table> </form> <!-- Formularende Login --> <br> <table border rules='all' cellpadding="1" cellspacing="0" width="944px"> <tbody> <tr> <td class="weiss" colspan="7" align="center" bgcolor="#6b270e" height="40"><b>Unser Brotwaren Sortiment</b></td> </tr> <tr> <td class="weiss2" align="center" width='250px' bgcolor="#984f27"><b>Beschreibung</b></td> <td class="weiss2" align="center" width='100px' bgcolor="#984f27"><b>Gewicht</b></td> <td class="weiss2" align="center" width='60px' bgcolor="#984f27"><b>Bestell- einheit</b></td> <td class='dunkel' width="1"><img src="../../grafiken/pixel.gif" alt="" border="0" height="1" width="1"></td> <td class="weiss2" align="center" width='250px' bgcolor="#984f27"><b>Beschreibung</b></td> <td class="weiss2" align="center" width='100px' bgcolor="#984f27"><b>Gewicht</b></td> <td class="weiss2" align="center" width='60px' bgcolor="#984f27"><b>Bestell- einheit</b></td> </tr> <!-- #################################################################################################################### --> <?php // Sprache für Include-Seiten festlegen $caller = "de"; // Spezialangebote anzeigen ################################################################## $res = mysql_query("SELECT * FROM times_spezial WHERE aktiv=1 AND deleted=0 "); $dsatz = mysql_fetch_assoc($res); $spnum = mysql_affected_rows(); //Kontrolle ob ein Spezialangebot aktiv ist if ($spnum > 0) { // Bezeichnung des Spezialangebotes definieren $stitel = $dsatz["typ"]; if ($stitel == "ostern") $stitel = "Ostern spezial"; elseif ($stitel == "aller") $stitel = "Allerheiligen spezial"; elseif ($stitel == "weihn") $stitel = "Weihnachten spezial"; $abfrage = "SELECT * FROM categories_online WHERE bez_dt = '" . $stitel ."'"; $sprache = "dt"; // Sprachkennzeichen festlegen $sql = mysql_query($abfrage); // Spezialangebot Kategorie ermitteln while ($cdat = mysql_fetch_assoc($sql)) { // Produkte suchen, die zum Spezialangebot gehören $c = $cdat["id"]; // Abfrage für alle Artikel in dieser Kategorie $linesql = mysql_query("SELECT P.id, P.titel, P.gewicht, P.geschnitten, P.cat_on_nr, P.cat_on_sp, P.einheit_id, P.vk_einheit_id, P.days, M.mass as einheit, V.mass as vke, C.id as cid, C.bez_dt as ctitel FROM products as P INNER JOIN (SELECT id, mass FROM misures) as M ON M.id = P.einheit_id INNER JOIN (SELECT id, mass FROM misures) as V ON V.id = P.vk_einheit_id INNER JOIN (SELECT id, bez_dt, pos FROM categories_online) as C ON C.id = P.cat_on_id WHERE P.cat_on_id = " . $c . " AND P.aktiv = 1 ORDER BY C.id, P.cat_on_nr, P.cat_on_sp"); } $num = mysql_num_rows($linesql); // Zeilenanzahl gefundene Produkte $x = 1; $lines = ""; while ($linedat = mysql_fetch_assoc($linesql)) { $lines[$x] = array('id' => $linedat['id'], 'titel' => $linedat['titel'], 'gewicht' => $linedat['gewicht'], 'geschnitten' => $linedat['geschnitten'], 'einheit' => $linedat['einheit'], 'vke' => $linedat['vke'], 'cat_on_nr' => $linedat['cat_on_nr'], 'cat_on_sp' => $linedat['cat_on_sp'], 'days' => $linedat['days'], 'col' => $cdat['id'], 'cat' => $linedat['ctitel']); $x = $x + 1; } $heute = date("Y-m-d"); $datEnde = sprintf("%02d.%02d.%04d", substr( $dsatz["dat_ende"], 8, 2), substr( $dsatz["dat_ende"], 5, 2), substr( $dsatz["dat_ende"], 0, 4)); if( ($dsatz["dat_start"]<=$heute) && ($dsatz["dat_ende"]>=$heute) ) include("../inc/_produkte_tablespezbest.inc.php"); elseif( ($_SESSION["nach"] == 1) && ($dsatz["dat_ende"]<$heute) && ($dsatz["nachliefer"]>=$heute) ) include("../inc/_produkte_tablespezbest.inc.php"); } // #################################################################################################################### --> // #################################################################################################################### --> //Kategorien ermitteln $sql = mysql_query("SELECT * FROM categories_online WHERE pos > 0 ORDER BY pos"); $sprache = "dt"; // Sprachkennzeichen festlegen $catnum = mysql_num_rows($sql); // Anzahl Kategorien abfragen $cnum = 1; // alle abgefragten Kategorien in Tabellenform darstellen while ($cdat = mysql_fetch_assoc($sql)) { $c = $cdat["id"]; // Abfrage für alle Artikel in dieser Kategorie $linesql = mysql_query("SELECT P.id, P.titel, P.gewicht, P.geschnitten, P.cat_on_nr, P.cat_on_sp, P.einheit_id, P.vk_einheit_id, P.days, M.mass as einheit, V.mass as vke, C.id as cid, C.bez_dt as ctitel FROM products as P INNER JOIN (SELECT id, mass FROM misures) as M ON M.id = P.einheit_id INNER JOIN (SELECT id, mass FROM misures) as V ON V.id = P.vk_einheit_id INNER JOIN (SELECT id, bez_dt, pos FROM categories_online) as C ON C.id = P.cat_on_id WHERE P.cat_on_id = " . $c . " AND P.aktiv = 1 ORDER BY C.id, P.cat_on_nr, P.cat_on_sp"); // Artikel der aktuellen Kategorie in temporären Array schreiben ################################################################################ if ($cdat["pos"] % 2 != 0) { // ungerade $x = 1; while ($linedat = mysql_fetch_assoc($linesql)) { $leftone[$x] = array('id' => $linedat['id'], 'titel' => $linedat['titel'], 'gewicht' => $linedat['gewicht'], 'geschnitten' => $linedat['geschnitten'], 'einheit' => $linedat['einheit'], 'vke' => $linedat['vke'], 'cat_on_nr' => $linedat['cat_on_nr'], 'cat_on_sp' => $linedat['cat_on_sp'], 'days' => $linedat['days'], 'col' => $cdat['id'], 'cat' => $linedat['ctitel']); $leftonelines = mysql_num_rows($linesql); $x = $x + 1; } } elseif ($cdat["pos"] % 2 == 0) { // gerade $y = 1; while ($linedat = mysql_fetch_assoc($linesql)) { $righttwo[$y] = array('id' => $linedat['id'], 'titel' => $linedat['titel'], 'gewicht' => $linedat['gewicht'], 'geschnitten' => $linedat['geschnitten'], 'einheit' => $linedat['einheit'], 'vke' => $linedat['vke'], 'cat_on_nr' => $linedat['cat_on_nr'], 'cat_on_sp' => $linedat['cat_on_sp'], 'days' => $linedat['days'], 'col' => $cdat['id'], 'cat' => $linedat['ctitel']); $righttwolines = mysql_num_rows($linesql); $y = $y + 1; } } // Anzahl $lines -> bestimmen, ob linke oder rechte Spalte größer if ($leftonelines > $righttwolines) $num = $leftonelines; else $num = $righttwolines; if (($cdat["pos"] % 2 == 0) || ($cnum == $catnum)) { // Kategorien Tabellenüberschrift echo "<tr><td class='weiss' colspan='3' align='center' bgcolor='#6b270e'><b>" . $leftone[1]['cat'] . "</b></td>"; echo "<td class='dunkel' width='1'><img src='../../grafiken/pixel.gif' alt='' border='0' height='1' width='1'></td>"; echo "<td class='weiss' colspan='3' align='center' bgcolor='#6b270e'><b>" . $righttwo[1]['cat'] . "</b></td></tr>"; // ##################################################################################################################### // Zeilen der beiden Kategorien zusammenstellen for ($i=1; $i<=$num; $i++) { $colprinted = "0"; // linke Spalte ############################################################################################################## echo "<tr>"; if ($leftone[$i]['titel'] <> "") { $id = $leftone[$i]['id']; echo "<td><b>" . $leftone[$i]['titel'] . "</b></td><td align='center'>"; if (($leftone[$i]['einheit']=="gr.") || ($leftone[$i]['einheit']=="gr")) echo $leftone[$i]['gewicht']; else echo "1"; echo " " . $leftone[$i]['einheit'] ."</td>"; echo "<td align='center'>" . $leftone[$i]['vke'] ."</td>"; echo "<td class='dunkel' width='1'><img src='../../grafiken/pixel.gif' alt='' border='0' height='1' width='1'></td>"; $colprinted = "1"; } else { if ($colprinted == "0") { echo "<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>"; echo "<td bgcolor='#6b270e' width='1'><img src='../../grafiken/pixel.gif' alt='' border='0' height='1' width='1'></td>"; } } $colprinted = "0"; // rechte Spalte ############################################################################################################# if ($righttwo[$i]['titel'] <> "") { $id = $righttwo[$i]['id']; echo "<td><b>" . $righttwo[$i]['titel'] . "</b></td><td align='center'>"; if (($righttwo[$i]['einheit']=="gr.") || ($righttwo[$i]['einheit']=="gr")) echo $righttwo[$i]['gewicht']; else echo "1"; echo " " . $righttwo[$i]['einheit'] ."</td>"; echo "<td align='center'>" . $righttwo[$i]['vke'] ."</td></tr>"; $colprinted = "1"; } else { if ($colprinted == "0") { echo "<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>"; } } } // Variable resettieren $leftone = NULL; $leftonelines = NULL; $righttwo = NULL; $righttwolines = NULL; } $cnum = $cnum + 1; } /* * mit Hilfe der Variablen $colprinted wird die linke Hälfte der Tabelle überwacht * wenn in der 1. Spalte kein Artikel steht, dann werden automatisch die notwendigen leeren Tabellenspalten erzeugt * und somit bleibt der Aufbau der Tabelle konstant und die Artikel werden auf der richtigen Seite dargestellt */ ?> </td> </tr> </table> <!-- ============================== ENDE ============================= --> <br /><br /> <table border="0" cellpadding="4" cellspacing="0" width="944px"> <tbody><tr> <td class="weiss" align="center" bgcolor="#6b270e"><b>WINTER-</b> und <b>SOMMERSAISON</b> auch an <b>SONN</b>- und <b>FEIERTAGEN</b> frisches <b>BROT</b>!!<br> <b>ALLE GROSSBROTE</b> auch <b>GESCHNITTEN</b> erh&auml;ltlich!!!</td> </tr> </tbody></table> </td> </tr> <tr> <td><img src="../../grafiken/pixel.gif" alt="" border="0" height="15" width="1"></td> </tr> <tr> <td align='center'><img src="../../grafiken/pixel-braun.gif" alt="" border="0" height="1" width="960"><br> <img src="../../grafiken/pixel.gif" alt="" border="0" height="1" width="1"><br> <img src="../../grafiken/pixel-braun.gif" alt="" border="0" height="1" width="960"><br> <img src="../../grafiken/pixel.gif" alt="" border="0" height="1" width="1"></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </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.01018.43
8.3.50.0070.00718.04
8.3.40.0040.01219.00
8.3.30.0080.00818.88
8.3.20.0030.00619.10
8.3.10.0080.00023.52
8.3.00.0000.00922.44
8.2.180.0090.00918.75
8.2.170.0180.00422.96
8.2.160.0090.00921.05
8.2.150.0050.00324.18
8.2.140.0060.00324.66
8.2.130.0040.00426.16
8.2.120.0050.00321.04
8.2.110.0060.00320.70
8.2.100.0130.00018.03
8.2.90.0040.00417.75
8.2.80.0040.00417.97
8.2.70.0060.00317.93
8.2.60.0080.00018.28
8.2.50.0050.00318.10
8.2.40.0060.00321.20
8.2.30.0090.00020.78
8.2.20.0050.00518.16
8.2.10.0040.00418.20
8.2.00.0060.00319.55
8.1.280.0130.00325.92
8.1.270.0060.00322.27
8.1.260.0080.00026.35
8.1.250.0060.00328.09
8.1.240.0070.00317.48
8.1.230.0000.01218.98
8.1.220.0030.00617.88
8.1.210.0030.00618.77
8.1.200.0000.00917.35
8.1.190.0090.00017.48
8.1.180.0100.00618.10
8.1.170.0030.00519.09
8.1.160.0080.00018.89
8.1.150.0050.00319.11
8.1.140.0030.00619.24
8.1.130.0050.00217.67
8.1.120.0050.00217.64
8.1.110.0080.00017.60
8.1.100.0040.00717.60
8.1.90.0030.00717.66
8.1.80.0000.00817.63
8.1.70.0040.00417.65
8.1.60.0000.00917.77
8.1.50.0090.00017.71
8.1.40.0040.00417.76
8.1.30.0060.00317.86
8.1.20.0060.00317.70
8.1.10.0030.00517.70
8.1.00.0000.00817.70
8.0.300.0060.00318.77
8.0.290.0000.00816.75
8.0.280.0040.00418.66
8.0.270.0060.00317.48
8.0.260.0000.00917.11
8.0.250.0000.00717.12
8.0.240.0030.00317.25
8.0.230.0040.00417.15
8.0.220.0000.00717.20
8.0.210.0000.00717.16
8.0.200.0070.00017.25
8.0.190.0080.00017.27
8.0.180.0030.00617.17
8.0.170.0060.00317.08
8.0.160.0030.00617.11
8.0.150.0030.00616.98
8.0.140.0080.00017.14
8.0.130.0000.00613.59
8.0.120.0040.00417.16
8.0.110.0050.00217.12
8.0.100.0050.00317.03
8.0.90.0080.00017.00
8.0.80.0090.01217.18
8.0.70.0050.00317.05
8.0.60.0050.00317.07
8.0.50.0000.00817.09
8.0.30.0110.00917.38
8.0.20.0190.00617.40
8.0.10.0030.00617.22
8.0.00.0150.00517.03
7.4.330.0030.00315.55
7.4.320.0050.00216.67
7.4.300.0040.00416.60
7.4.290.0040.00416.71
7.4.280.0030.00616.71
7.4.270.0030.00616.77
7.4.260.0040.00316.74
7.4.250.0000.00816.63
7.4.240.0000.00716.70
7.4.230.0020.00516.52
7.4.220.0000.00916.84
7.4.210.0100.00816.72
7.4.200.0000.00716.79
7.4.160.0120.00716.61
7.4.140.0100.01217.86
7.4.130.0030.01716.73
7.4.120.0110.01016.72
7.4.110.0090.00916.70
7.4.100.0100.01016.66
7.4.90.0120.00716.68
7.4.80.0110.00819.39
7.4.70.0120.00616.74
7.4.60.0200.00316.73
7.4.50.0060.00916.42
7.4.40.0150.00616.53
7.4.00.0130.00515.32
7.3.330.0050.00013.36
7.3.320.0030.00313.33
7.3.310.0030.00316.55
7.3.300.0000.01116.49
7.3.290.0000.00716.46
7.3.280.0100.00916.49
7.3.260.0090.01116.54
7.3.240.0090.01116.53
7.3.230.0120.00616.44
7.3.210.0160.00716.38
7.3.200.0110.00716.44
7.3.190.0130.00316.71
7.3.180.0030.01416.72
7.3.170.0170.00016.75
7.3.160.0040.01316.61
7.3.120.0070.01115.06
7.3.110.0030.01514.89
7.3.100.0060.00915.00
7.3.90.0090.00314.85
7.3.80.0030.01014.84
7.3.70.0070.00714.68
7.3.60.0070.00314.75
7.3.50.0000.00914.71
7.3.40.0060.00914.65
7.3.30.0090.00614.94
7.3.20.0100.00616.73
7.3.10.0080.00616.75
7.3.00.0000.01016.61
7.2.330.0100.01016.64
7.2.320.0100.01416.92
7.2.310.0030.01516.70
7.2.300.0180.00316.76
7.2.290.0070.01716.79
7.2.250.0110.00615.32
7.2.240.0070.01415.08
7.2.230.0140.00014.96
7.2.220.0000.01514.90
7.2.210.0090.00415.09
7.2.200.0090.00615.05
7.2.190.0040.01114.99
7.2.180.0030.01015.23
7.2.170.0140.00314.87
7.2.80.0480.01114.79
7.2.70.0680.01015.26
7.2.60.0770.00315.18
7.2.50.0980.00615.21
7.2.40.0840.00715.08
7.2.30.0490.00814.93
7.2.20.0920.01315.23
7.2.10.0800.00314.75
7.2.00.0580.00515.08
7.1.330.0000.01415.87
7.1.320.0060.00915.92
7.1.310.0030.01015.67
7.1.300.0030.00915.70
7.1.290.0060.00915.53
7.1.280.0060.00915.70
7.1.270.0090.00615.55
7.1.260.0030.01415.75
7.1.200.0480.00813.93
7.1.190.1080.00214.05
7.1.180.0840.00614.10
7.1.170.0850.01414.03
7.1.160.0550.00614.08
7.1.150.0770.01113.89
7.1.140.0650.01213.99
7.1.130.0730.00813.76
7.1.120.0700.00813.95
7.1.110.0970.00513.65
7.1.100.0650.00614.09
7.1.90.0650.00613.81
7.1.80.0880.01013.74
7.1.70.0450.00713.68
7.1.60.0670.00831.48
7.1.50.0950.00931.86
7.1.40.0690.01031.74
7.1.30.0900.00831.84
7.1.20.0560.01531.83
7.1.10.0700.00713.67
7.1.00.0390.00913.91
7.0.310.0460.00813.54
7.0.300.0730.00713.61
7.0.290.1490.00713.50
7.0.280.0760.00913.42
7.0.270.0820.00613.63
7.0.260.0910.00613.48
7.0.250.0660.00713.39
7.0.240.1000.00313.90
7.0.230.0730.00313.54
7.0.220.0770.00913.65
7.0.210.1560.00313.57
7.0.200.0520.01413.64
7.0.190.0580.00313.59
7.0.180.0530.00713.65
7.0.170.0630.00713.59
7.0.160.0910.01013.68
7.0.150.0540.01013.39
7.0.140.0410.01113.70
7.0.130.0360.01613.80
7.0.120.0450.00413.78
7.0.110.0630.01013.71
7.0.100.0440.00413.63
7.0.90.0420.00713.32
7.0.80.0580.00013.52
7.0.70.0620.00313.73
7.0.60.0680.00713.59
7.0.50.0410.01313.85
7.0.40.0570.00913.66
7.0.30.0120.00913.80
7.0.20.0460.00613.75
7.0.10.0560.01013.80
7.0.00.0750.00413.66
5.6.300.0070.00914.21
5.6.290.0210.00013.93
5.6.280.0130.01014.57
5.6.270.0210.00914.12
5.6.260.0080.01614.36
5.6.250.0110.00814.63
5.6.240.0110.00914.24
5.6.230.0170.00614.38
5.6.220.0150.00814.41
5.6.210.0140.00514.38
5.6.200.0210.00614.43
5.6.190.0180.00714.27
5.6.180.0190.00514.42
5.6.170.0030.01914.07
5.6.160.0180.00414.25
5.6.150.0180.00914.48
5.6.140.0080.00814.15
5.6.130.0120.01214.45
5.6.120.0090.01614.36
5.6.110.0130.00714.27
5.6.100.0190.00614.32
5.6.90.0150.00514.66
5.6.80.0130.00714.43
5.6.70.0170.00514.11
5.6.60.0150.00914.38
5.6.50.0140.00714.13
5.6.40.0150.00814.16
5.6.30.0100.01314.13
5.6.20.0090.01814.30
5.6.10.0180.00514.36
5.6.00.0090.00614.24
5.5.380.0130.00411.06
5.5.370.0140.00311.13
5.5.360.0050.01010.70
5.5.350.0090.00411.05
5.5.340.0070.00710.94
5.5.330.0110.00510.63
5.5.320.0100.00711.07
5.5.310.0060.00910.92
5.5.300.0070.01011.04
5.5.290.0060.00911.06
5.5.280.0150.00310.91
5.5.270.0000.01410.93
5.5.260.0100.00810.86
5.5.250.0120.00310.95
5.5.240.0050.00910.89
5.5.230.0160.00010.61
5.5.220.0040.01410.91
5.5.210.0100.00711.06
5.5.200.0110.01110.98
5.5.190.0080.01210.90
5.5.180.0030.01110.80
5.5.170.0180.00513.90
5.5.160.0120.00410.92
5.5.150.0110.00711.07
5.5.140.0090.00911.00
5.5.130.0050.01411.01
5.5.120.0040.00810.80
5.5.110.0080.00410.72
5.5.100.0130.00610.96
5.5.90.0080.00811.03
5.5.80.0110.00310.86
5.5.70.0160.00310.86
5.5.60.0110.00710.84
5.5.50.0160.00410.58
5.5.40.0090.00410.68
5.5.30.0030.00911.00
5.5.20.0070.00710.93
5.5.10.0100.00710.84
5.5.00.0060.00610.94
5.4.450.0040.00810.82
5.4.440.0120.00410.81
5.4.430.0090.00611.04
5.4.420.0080.00811.14
5.4.410.0040.01111.01
5.4.400.0120.00410.98
5.4.390.0040.01410.95
5.4.380.0120.00310.93
5.4.370.0100.00511.04
5.4.360.0170.00511.19
5.4.350.0130.00510.75
5.4.340.0040.01110.99
5.4.330.0070.01110.87
5.4.320.0140.00311.07
5.4.310.0080.00510.64
5.4.300.0140.00010.81
5.4.290.0070.00710.94
5.4.280.0070.00710.64
5.4.270.0030.01010.89
5.4.260.0070.01110.90
5.4.250.0120.00011.03
5.4.240.0040.00810.73
5.4.230.0110.00310.78
5.4.220.0100.00710.69
5.4.210.0070.00610.84
5.4.200.0110.00411.03
5.4.190.0090.00310.77
5.4.180.0100.00610.80
5.4.170.0060.01210.77
5.4.160.0150.00010.85
5.4.150.0070.00710.93
5.4.140.0090.00910.83
5.4.130.0100.00711.02
5.4.120.0150.00310.89
5.4.110.0150.00410.69
5.4.100.0080.00810.99
5.4.90.0060.01211.14
5.4.80.0180.00010.93
5.4.70.0050.01310.80
5.4.60.0110.00610.92
5.4.50.0050.00811.07
5.4.40.0100.00511.09
5.4.30.0040.00910.98
5.4.20.0110.00611.01
5.4.10.0090.00910.87
5.4.00.0110.00610.80
5.3.290.0150.00410.59
5.3.280.0110.00410.46
5.3.270.0000.01410.38
5.3.260.0030.00910.50
5.3.250.0110.00610.56
5.3.240.0130.00310.28
5.3.230.0160.00010.46
5.3.220.0000.01510.50
5.3.210.0100.00710.48
5.3.200.0080.00510.44
5.3.190.0090.00610.59
5.3.180.0040.01010.62
5.3.170.0080.00810.57
5.3.160.0150.00410.61
5.3.150.0080.00410.56
5.3.140.0050.01010.55
5.3.130.0060.00910.53
5.3.120.0110.00610.43
5.3.110.0160.00010.48
5.3.100.0080.00810.38
5.3.90.0120.00010.56
5.3.80.0000.01410.43
5.3.70.0090.00610.38
5.3.60.0100.00310.56
5.3.50.0120.00010.59
5.3.40.0040.01110.53
5.3.30.0080.00410.53
5.3.20.0000.01310.50
5.3.10.0070.01010.34
5.3.00.0140.00010.22
5.2.170.0120.0009.61
5.2.160.0090.0049.40
5.2.150.0040.0079.59
5.2.140.0070.0059.26
5.2.130.0110.0009.26
5.2.120.0130.0009.26
5.2.110.0050.0079.26
5.2.100.0090.0049.45
5.2.90.0110.0039.38
5.2.80.0080.0049.32
5.2.70.0000.0139.37
5.2.60.0110.0009.26
5.2.50.0000.0149.38
5.2.40.0050.0089.45
5.2.30.0070.0079.43
5.2.20.0120.0009.26
5.2.10.0050.0059.26
5.2.00.0050.0059.26
5.1.60.0060.0029.26
5.1.50.0040.0049.26
5.1.40.0030.0099.26
5.1.30.0080.0029.26
5.1.20.0050.0089.26
5.1.10.0030.0099.26
5.1.00.0070.0059.26
5.0.50.0110.0009.26
5.0.40.0050.0039.26
5.0.30.0000.0089.26
5.0.20.0050.0059.26
5.0.10.0050.0059.26
5.0.00.0050.0059.26
4.4.90.0070.0049.26
4.4.80.0060.0059.26
4.4.70.0050.0059.26
4.4.60.0050.0059.26
4.4.50.0080.0039.26
4.4.40.0000.0109.26
4.4.30.0040.0069.26
4.4.20.0000.0109.26
4.4.10.0100.0009.26
4.4.00.0050.0059.26
4.3.110.0060.0039.26
4.3.100.0060.0039.26
4.3.90.0030.0079.26
4.3.80.0080.0049.26
4.3.70.0110.0009.26
4.3.60.0030.0069.26
4.3.50.0030.0099.26
4.3.40.0060.0039.26
4.3.30.0000.0079.26
4.3.20.0060.0009.26
4.3.10.0000.0089.26
4.3.00.0000.0079.26

preferences:
93.4 ms | 400 KiB | 5 Q