3v4l.org

run code in 300+ PHP versions simultaneously
<?php /* Copyright © 2014, Anthony Jordan (Magictallguy) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by Magictallguy. Neither the name of Magictallguy nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY ANTHONY JORDAN (MAGICTALLGUY) "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANTHONY JORDAN (MAGICTALLGUY) BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ function emote($source) { $source = preg_replace('/(\:\))|(\:\=\))|(\:\-\))/', 'smile', $source); $source = preg_replace('/(\:\()|(\:\=\()|(\:\-\()/', 'sadsmile', $source); $source = preg_replace('/(\:D)|(\:\=D)|(\:\-D)/i', 'bigsmile', $source); $source = preg_replace('/(8\))|(8\=\))|(8\-\))|(B\))|(B\=\))|(B\-\))|(\(cool\))/i', 'cool', $source); $source = preg_replace('/(\:o)|(\:\=o)|(\:\-o)/i', 'wink', $source); $source = preg_replace('/(\;\()|(\;\-\()|(\;\=\()/', 'crying', $source); $source = preg_replace('/(\(sweat\))|(\(\:\|)/i', 'sweating', $source); $source = preg_replace('/(\:\|)|(\:\=\|)|(\:\-\|)/', 'speechless', $source); $source = preg_replace('/(\:\*)|(\:\=\*)|(\:\-\*)/', 'kiss', $source); $source = preg_replace('/:P:=P:-P/i', 'tongueout', $source); $source = preg_replace('/(\(blush\))|(\:\$)|(\:\-\$)|(\:\=\$)|(\:\"\>)/i', 'blush', $source); $source = preg_replace('/(\:\^\))/', 'wondering', $source); $source = preg_replace('/(\|\-\))|(\I\-\))|(\I\=\))|(\(snooze\))/i', 'sleepy', $source); $source = preg_replace('/(\|\()|(\|\-\()|(\|\=\()/', 'dull', $source); $source = preg_replace('/(\(inlove\)/i', 'inlove', $source); $source = preg_replace('/(\]\:\))|(>\:\))|(\(grin\))/i', 'evilgrin', $source); $source = preg_replace('/(\(talk\))/i', 'talking', $source); $source = preg_replace('/(\(yawn\))|(\|\-\(\))/i', 'yawn', $source); $source = preg_replace('/(\(puke\))|(\:\&)|(\:\-\&)|(\:\=\&)/i', 'puke', $source); $source = preg_replace('/(\(doh\))/i', 'doh', $source); $source = preg_replace('/(\:\@)|(\:\-\@)|(\:\=\@)|(\x\()|(\x\-\()|(\x\=\()/i', 'angry', $source); $source = preg_replace('/(\(wasntme\))/i', 'wasntme', $source); $source = preg_replace('/(\(party\))/i', 'party', $source); $source = preg_replace('/(\:S)|(\:\-S)|(\:\=S)/i', 'worried', $source); $source = preg_replace('/(\(mm\))|(\(mmm\))/i', 'mmm', $source); $source = preg_replace('/(8\-\|)|(B\-\|)|(8\|)|(B\|)|(8\=\|)|(B\=\|)|(\(nerd\))/i', 'nerd', $source); $source = preg_replace('/(\:x)|(\:\-x)|(\:\=x)|(\:\#)|(\:\-\#)|(\:\=\#)/i', 'lipssealed', $source); $source = preg_replace('/(\(hi\))/i', 'hi', $source); $source = preg_replace('/(\(call\))/i', 'call', $source); $source = preg_replace('/(\(devil\))/i', 'devil', $source); $source = preg_replace('/(\(angel\))/i', 'angel', $source); $source = preg_replace('/(\(envy\))/i', 'envy', $source); $source = preg_replace('/(\(wait\))/i', 'wait', $source); $source = preg_replace('/(\(bear\))|(\(hug\))/i', 'bear', $source); $source = preg_replace('/(\(makeup\))|(\(kate\))/i', 'makeup', $source); $source = preg_replace('/(\(giggle\))|(\(chuckle\))/i', 'coveredlaugh', $source); $source = preg_replace('/(\(clap\))|(\(applaud\))|(\(applause\))/i', 'clapping', $source); $source = preg_replace('/(\(think\))|(\:\?)|(\:\-\?)|(\:\=\?)/i', 'thinking', $source); $source = preg_replace('/(\(bow\)/i', 'bow', $source); $source = preg_replace('/(rofl)|(\(rofl\))/i', 'rofl', $source); $source = preg_replace('/(\(whew\))|(\(phew\))/i', 'whew', $source); $source = preg_replace('/(\(happy\))/i', 'happy', $source); $source = preg_replace('/(\(smirk\))/i', 'smirking', $source); $source = preg_replace('/(\(nod\))/i', 'nodding', $source); $source = preg_replace('/(\(shake\))/i', 'shaking', $source); $source = preg_replace('/(\(punch\))/i', 'punch', $source); $source = preg_replace('/(\(emo\))/i', 'emo', $source); $source = preg_replace('/(\(y\))|(\(ok\))/i', 'yes', $source); $source = preg_replace('/(\(n\)))/i', 'no', $source); $source = preg_replace('/(\(handshake\))/i', 'handshake', $source); $source = preg_replace('/(\(skype\))|(\(ss\))/i', 'skype', $source); $source = preg_replace('/(\(h\))|(\(l\))/i', 'heart', $source); $source = preg_replace('/(\(u\))/i', 'brokenheart', $source); $source = preg_replace('/(\(e\))|(\(m\))/i', 'mail', $source); $source = preg_replace('/(\(f\))/i', 'flower', $source); $source = preg_replace('/(\(rain\))|(\(london\))|(\(st\))/i', 'rain', $source); $source = preg_replace('/(\(sun\))/i', 'sun', $source); $source = preg_replace('/(\(o\))|(\(time\))|(\(clock\))/i', 'clock', $source); $source = preg_replace('/(\(8\))|(\(music\))/i', 'music', $source); $source = preg_replace('/(\(\~\))|(\(film\))|(\(movie\))/i', 'movie', $source); $source = preg_replace('/(\(mp\))|(\(ph\))|(\(phone\))|(\(mobile\))|(\(cell\))/i', 'phone', $source); $source = preg_replace('/(\(coffee\))/i', 'coffee', $source); $source = preg_replace('/(\(pizza\))|(\(pi\))|(\(za\))/i', 'pizza', $source); $source = preg_replace('/(\(cash\))|(\(mo\))|(\(\$\))/i', 'cash', $source); $source = preg_replace('/(\(muscle\))|(\(flex\))/i', 'muscle', $source); $source = preg_replace('/(\(\^\))|(\(cake\))/i', 'cake', $source); $source = preg_replace('/(\(beer\))/i', 'beer', $source); $source = preg_replace('/(\(d\))/i', 'drink', $source); $source = preg_replace('/(\(dance\))|(\\\o\/)|(\\\:D\/)/i', 'dance', $source); $source = preg_replace('/(\(ninja\))/i', 'ninja', $source); $source = preg_replace('/(\(\*\))|(\(star\))/i', 'star', $source); $source = preg_replace('/(\(mooning\))/i', 'mooning', $source); $source = preg_replace('/(\(finger\))/i', 'finger', $source); $source = preg_replace('/(\(smoking\))|(\(smoke\))|(\(ci\))|(\(cig\))/i', 'smoking', $source); $source = preg_replace('/(\(drunk\))/i', 'drunk', $source); $source = preg_replace('/(\(bandit\))/i', 'bandit', $source); $source = preg_replace('/(\(toivo\))/i', 'toivo', $source); $source = preg_replace('/(\(rock\))/i', 'rock', $source); $source = preg_replace('/(\(headbang\))|(\(banghead\))/i', 'headbang', $source); $source = preg_replace('/(\(bug\))/i', 'bug', $source); $source = preg_replace('/(\(fubar\))/i', 'fubar', $source); $source = preg_replace('/(\(poolparty\))/i', 'poolparty', $source); $source = preg_replace('/(\(swear\))/i', 'swear', $source); $source = preg_replace('/(\(tmi\))/i', 'tmi', $source); $source = preg_replace('/(\(heidy\))/i', 'heidy', $source); $source = preg_replace('/(\(malthe\))/i', 'malthe', $source); $source = preg_replace('/(\(tauri\))/i', 'tauri', $source); $source = preg_replace('/(\(priidu\))/i', 'priidu', $source); // foreach($emotes as $command => $image) // $source = preg_replace($command, '[emote]images/smilies/skype/'.$image.'.gif[/emote]', $source); return $source; } function show_emoticons() { $emotes = array( ':)' => 'smile', ':(' => 'sadsmile', ':D' => 'bigsmile', '8)' => 'cool', ':O' => 'wink', ';(' => 'crying', '(sweat)' => 'sweating', ':|' => 'speechless', ':*' => 'kiss', ':P' => 'tongueout', ':$' => 'blush', ':^' => 'wondering', '|-\\' => 'sleepy', '|(' => 'dull', '(inlove)' => 'inlove', '>:)' => 'evilgrin', '(talk)' => 'talking', '(yawn)' => 'yawn', ':&' => 'puke', '(doh)' => 'doh', ':@' => 'angry', '(wasntme)' => 'wasntme', '(party)' => 'party', ':S' => 'worried', '(mmm)' => 'mmm', '8-|' => 'nerd', ':X' => 'lipssealed', '(hi)' => 'hi', '(call)' => 'call', '(devil)' => 'devil', '(angel))' => 'angel', '(envy)' => 'envy', '(wait)' => 'wait', '(bear)' => 'bear', '(makeup)' => 'makeup', '(giggle)' => 'coveredlaugh', '(clap)' => 'clapping', ':?' => 'thinking', '(bow)' => 'bow', '(rofl)' => 'rofl', '(phew)' => 'whew', '(happy)' => 'happy', '(smirk)' => 'smirking', '(nod)' => 'nodding', '(shake)' => 'shaking', '(punch)' => 'punch', '(emo)' => 'emo', '(y)' => 'yes', '(n)' => 'no', '(handshake)' => 'handshake', '(skype)' => 'skype', '(h)' => 'heart', '(u)' => 'brokenheart', '(e)' => 'mail', '(f)' => 'flower', '(rain)' => 'rain', '(sun)' => 'sun', '(clock)' => 'clock', '(8)' => 'music', '(movie)' => 'movie', '(phone)' => 'phone', '(coffee)' => 'coffee', '(pizza)' => 'pizza', '(cash)' => 'cash', '(muscle)' => 'muscle', '(cake)' => 'cake', '(beer)' => 'beer', '(d)' => 'drink', '(dance)' => 'dance', '(ninja)' => 'ninja', '(*)' => 'star', '(mooning)' => 'mooning', '(finger)' => 'finger', '(smoking)' => 'smoking', '(drunk)' => 'drunk', '(bandit)' => 'bandit', '(toivo)' => 'toivo', '(rock)' => 'rock', '(headbang)' => 'headbang', '(bug)' => 'bug', '(fubar)' => 'fubar', '(poolparty)' => 'poolparty', '(swear)' => 'swear', '(tmi)' => 'tmi', '(heidy)' => 'heidy', '(malthe)' => 'malthe', '(tauri)' => 'tauri', '(priidu)' => 'priidu' ); $html = '<a href="#" name="emotes" id="showhide">Toggle Emotes</a><br /><div class="emoticon-list" id="emotes" style="display:none;">'; foreach($emoticons as $short_code => $short_html) $html .= '<img src="images/smilies/skype/' . $short_html . '.gif" data-short-code="' . $short_code . '" />&nbsp;'; $html .= '</div><br /><a href="bbcode.php">Chat Commands</a>'; $js1 = "<script language=\"JavaScript\" type=\"text/javascript\"> <!-- function insertTextAtCursor(el, text) { var val = el.value, endIndex, range, doc = el.ownerDocument; if (typeof el.selectionStart == 'number' && typeof el.selectionEnd == 'number') { endIndex = el.selectionEnd; el.value = val.slice(0, endIndex) + text + val.slice(endIndex); el.selectionStart = el.selectionEnd = endIndex + text.length; } else if (doc.selection != 'undefined' && doc.selection.createRange) { el.focus(); range = doc.selection.createRange(); range.collapse(false); range.text = text; range.select(); } } //--> </script>"; $js2 = "<script type=\"text/javascript\" src=\"http://code.jquery.com/jquery-1.8.3.min.js\"></script>"; $js3 = "<script type=\"text/javascript\"> jQuery(document).ready(function() { jQuery('div.emoticon-list img').click(function() { var jThis = jQuery(this), jMessage = jQuery('input#message'); jMessage.val(jMessage.val() + ' ' + jThis.attr('data-short-code')); }); }); </script>"; $js4 = "<script> var iframeWin = document.getElementById('message').contentWindow; var textObj = iframeWin.document.getElementById('message'); insertTextAtCursor(textObj, jThis.attr('data-short-code')); </script>"; $js5 = "<script> $(document).ready(function(){ $('#showhide').click(function(){ $('#emotes').toggle('slow'); }); }); </script>"; $css = '<style type="text/css"> div.emoticon-list { padding: 5px; border: none; } div.emoticon-list img { cursor: pointer; margin-right: 3px; border: none; width: 20px; height: 20px; } div.emoticon-list img:hover { border: 1px solid #003F87; } </style>'; echo $js5, $html, $css, $js1, $js2, $js3, $js4; } ?> <?php $complete = 1; ?> <?php echo emote(":)");

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.0100.01318.93
8.3.50.0110.00621.26
8.3.40.0100.00719.49
8.3.30.0060.01019.34
8.3.20.0000.00920.67
8.3.10.0030.00622.09
8.3.00.0060.00322.39
8.2.180.0140.00316.88
8.2.170.0000.01622.96
8.2.160.0160.00619.41
8.2.150.0040.00424.18
8.2.140.0030.00624.66
8.2.130.0080.00026.16
8.2.120.0030.00621.11
8.2.110.0030.00722.28
8.2.100.0060.00619.60
8.2.90.0000.00919.56
8.2.80.0030.00618.16
8.2.70.0100.00017.88
8.2.60.0030.00618.18
8.2.50.0070.00418.13
8.2.40.0000.00918.41
8.2.30.0040.00418.52
8.2.20.0030.00618.25
8.2.10.0000.00918.13
8.2.00.0080.00318.36
8.1.280.0130.00725.92
8.1.270.0060.00322.42
8.1.260.0030.00626.35
8.1.250.0040.00428.09
8.1.240.0060.00323.89
8.1.230.0040.00819.48
8.1.220.0000.00917.80
8.1.210.0060.00318.77
8.1.200.0050.00517.63
8.1.190.0100.00017.78
8.1.180.0030.00719.11
8.1.170.0030.00718.92
8.1.160.0060.00322.39
8.1.150.0090.00019.11
8.1.140.0000.00817.85
8.1.130.0040.00418.08
8.1.120.0040.00417.75
8.1.110.0000.00917.88
8.1.100.0040.00417.84
8.1.90.0030.00617.84
8.1.80.0000.00917.85
8.1.70.0000.00817.77
8.1.60.0030.00617.96
8.1.50.0000.00917.99
8.1.40.0060.00317.97
8.1.30.0000.00917.98
8.1.20.0030.00717.99
8.1.10.0030.00617.93
8.1.00.0030.00717.75
8.0.300.0030.00618.77
8.0.290.0040.00417.55
8.0.280.0000.01018.59
8.0.270.0040.00417.28
8.0.260.0000.00817.32
8.0.250.0000.00817.36
8.0.240.0060.00617.36
8.0.230.0030.00517.25
8.0.220.0000.00817.19
8.0.210.0030.00617.17
8.0.200.0000.00717.33
8.0.190.0030.00617.37
8.0.180.0030.00617.38
8.0.170.0030.00617.27
8.0.160.0060.00317.31
8.0.150.0000.00817.28
8.0.140.0040.00817.29
8.0.130.0030.00313.68
8.0.120.0030.00617.23
8.0.110.0060.00317.23
8.0.100.0040.00417.18
8.0.90.0030.00617.11
8.0.80.0090.01217.25
8.0.70.0000.00917.27
8.0.60.0000.00817.14
8.0.50.0030.00617.18
8.0.30.0170.00517.73
8.0.20.0140.01117.45
8.0.10.0040.00417.54
8.0.00.0100.01517.38
7.4.330.0030.00315.00
7.4.320.0040.00416.83
7.4.300.0020.00517.03
7.4.290.0000.00816.96
7.4.280.0040.00416.86
7.4.270.0060.00317.12
7.4.260.0000.00817.05
7.4.250.0060.00316.96
7.4.240.0030.00616.97
7.4.230.0030.00516.92
7.4.220.0100.01017.14
7.4.210.0110.01317.08
7.4.200.0030.00616.79
7.4.190.0000.00816.97
7.4.160.0170.00916.81
7.4.150.0100.01617.40
7.4.140.0120.00917.86
7.4.130.0130.01217.04
7.4.120.0120.00816.95
7.4.110.0150.00916.71
7.4.100.0120.01216.84
7.4.90.0200.00016.80
7.4.80.0120.01219.39
7.4.70.0080.01217.07
7.4.60.0060.01317.27
7.4.50.0000.00916.95
7.4.40.0080.00622.77
7.4.30.0030.01917.16
7.4.00.0060.01115.46
7.3.330.0000.00613.72
7.3.320.0000.00613.71
7.3.310.0040.00416.71
7.3.300.0050.00316.75
7.3.290.0030.01216.75
7.3.280.0060.01316.73
7.3.270.0070.01117.40
7.3.260.0120.01216.77
7.3.250.0110.01216.86
7.3.240.0170.00316.94
7.3.230.0130.01016.78
7.3.210.0190.00316.82
7.3.200.0120.01516.94
7.3.190.0130.00616.93
7.3.180.0060.01216.75
7.3.170.0060.01316.73
7.3.160.0110.00717.05
7.3.120.0050.01415.36
7.3.110.0080.01015.37
7.3.100.0100.00815.34
7.3.90.0080.00615.25
7.3.80.0050.01115.41
7.3.70.0020.01115.18
7.3.60.0030.01015.03
7.3.50.0100.00715.37
7.3.40.0050.00915.25
7.3.30.0030.01115.32
7.3.20.0030.01416.76
7.3.10.0040.01316.90
7.3.00.0090.00616.84
7.2.330.0160.00317.07
7.2.320.0060.01516.96
7.2.310.0100.01317.01
7.2.300.0180.00316.82
7.2.290.0070.01317.15
7.2.250.0060.01315.22
7.2.240.0050.00915.49
7.2.230.0070.01015.37
7.2.220.0080.00815.41
7.2.210.0110.00815.60
7.2.200.0080.01015.52
7.2.190.0080.01115.52
7.2.180.0050.01315.45
7.2.170.0080.00815.46
7.2.160.0030.01215.49
7.2.150.0020.01517.18
7.2.140.0050.00917.10
7.2.130.0080.00817.02
7.2.120.0060.01117.02
7.2.110.0080.00816.98
7.2.100.0080.01017.04
7.2.90.0080.00817.20
7.2.80.0060.00816.95
7.2.70.0020.01317.14
7.2.60.0090.00817.26
7.2.50.0050.00917.22
7.2.40.0060.00917.15
7.2.30.0060.01117.14
7.2.20.0070.00717.20
7.2.10.0060.01117.25
7.2.00.0080.00817.61
7.1.330.0030.01515.87
7.1.320.0050.01016.05
7.1.310.0100.00516.12
7.1.300.0080.00816.06
7.1.290.0090.00616.06
7.1.280.0050.01016.13
7.1.270.0030.01216.18
7.1.260.0080.00715.99
7.1.250.0070.00916.18
7.1.240.0070.00815.88
7.1.230.0060.00916.11
7.1.220.0020.00915.79
7.1.210.0080.00716.13
7.1.200.0050.00816.15
7.1.190.0060.00616.10
7.1.180.0010.01516.25
7.1.170.0040.00915.86
7.1.160.0030.01016.13
7.1.150.0070.00716.22
7.1.140.0030.01115.96
7.1.130.0020.01116.12
7.1.120.0060.00816.02
7.1.110.0050.01016.01
7.1.100.0060.00916.63
7.1.90.0040.01015.96
7.1.80.0030.01116.02
7.1.70.0020.01216.45
7.1.60.0090.00817.28
7.1.50.0050.01216.46
7.1.40.0050.01016.22
7.1.30.0030.01216.19
7.1.20.0030.01016.07
7.1.10.0050.01015.96
7.1.00.0060.02018.14
7.0.330.0070.00715.78
7.0.320.0050.00815.77
7.0.310.0060.00815.61
7.0.300.0020.01415.74
7.0.290.0090.00615.60
7.0.280.0060.00615.43
7.0.270.0060.01015.70
7.0.260.0070.00915.47
7.0.250.0030.00915.84
7.0.240.0050.00915.79
7.0.230.0020.01215.59
7.0.220.0030.01115.72
7.0.210.0050.00915.60
7.0.200.0060.00616.22
7.0.190.0070.00515.54
7.0.180.0090.00615.62
7.0.170.0020.01315.79
7.0.160.0070.00915.73
7.0.150.0100.00715.74
7.0.140.0030.03317.87
7.0.130.0040.00415.74
7.0.120.0030.00915.76
7.0.110.0080.00615.58
7.0.100.0060.03217.17
7.0.90.0040.03517.28
7.0.80.0070.01917.19
7.0.70.0110.02817.15
7.0.60.0020.03417.30
7.0.50.0050.03517.26
7.0.40.0060.03315.79
7.0.30.0060.03215.81
7.0.20.0030.02415.88
7.0.10.0040.03615.91
7.0.00.0070.02615.84
5.6.400.0030.00714.31
5.6.390.0070.00714.79
5.6.380.0050.00914.51
5.6.370.0050.00814.52
5.6.360.0100.00714.46
5.6.350.0020.01314.39
5.6.340.0050.01114.39
5.6.330.0050.00914.61
5.6.320.0030.01014.53
5.6.310.0070.00614.32
5.6.300.0070.00514.46
5.6.290.0070.00414.36
5.6.280.0050.02816.65
5.6.270.0060.00514.37
5.6.260.0030.01214.53
5.6.250.0060.01816.58
5.6.240.0050.03216.64
5.6.230.0090.02116.47
5.6.220.0030.03216.60
5.6.210.0060.02916.57
5.6.200.0030.03016.68
5.6.190.0050.02916.56
5.6.180.0050.01916.56
5.6.170.0050.02316.59
5.6.160.0090.02716.73
5.6.150.0080.02316.68
5.6.140.0070.02316.81
5.6.130.0060.03016.75
5.6.120.0090.02016.66
5.6.110.0010.02316.66
5.6.100.0080.03416.71
5.6.90.0050.03016.75
5.6.80.0050.03416.39
5.6.70.0040.03516.31
5.6.60.0130.02716.43
5.6.50.0080.03016.43
5.6.40.0040.03516.50
5.6.30.0080.02916.31
5.6.20.0110.02516.42
5.6.10.0060.02616.49
5.6.00.0030.02416.46
5.5.380.0030.02515.32
5.5.370.0120.02515.39
5.5.360.0050.03015.25
5.5.350.0070.02615.35
5.5.340.0040.02215.44
5.5.330.0060.01815.41
5.5.320.0010.03415.44
5.5.310.0030.03415.60
5.5.300.0070.01415.56
5.5.290.0080.01515.54
5.5.280.0060.03315.58
5.5.270.0070.02715.58
5.5.260.0020.03115.50
5.5.250.0050.03315.41
5.5.240.0020.02115.29
5.5.230.0050.03315.26
5.5.220.0100.01815.33
5.5.210.0080.02415.13
5.5.200.0080.02615.29
5.5.190.0050.03515.37
5.5.180.0020.02515.26
5.5.170.0070.00714.06
5.5.160.0030.02015.34
5.5.150.0070.02915.20
5.5.140.0070.01815.22
5.5.130.0060.01615.35
5.5.120.0020.03315.24
5.5.110.0070.03115.36
5.5.100.0030.03315.11
5.5.90.0030.01915.10
5.5.80.0060.02015.13
5.5.70.0060.02915.29
5.5.60.0060.02215.29
5.5.50.0040.02515.14
5.5.40.0100.02615.29
5.5.30.0040.01915.10
5.5.20.0080.01615.25
5.5.10.0090.02715.10
5.5.00.0110.02815.08
5.4.450.0060.02814.03
5.4.440.0050.02413.93
5.4.430.0030.03213.96
5.4.420.0020.02013.99
5.4.410.0060.02813.92
5.4.400.0050.03013.86
5.4.390.0100.02613.62
5.4.380.0080.01813.82
5.4.370.0020.03013.71
5.4.360.0080.02713.88
5.4.350.0070.02013.76
5.4.340.0050.02413.65
5.4.330.0050.00711.17
5.4.320.0050.01713.69
5.4.310.0050.02113.77
5.4.300.0030.03013.67
5.4.290.0070.02913.62
5.4.280.0060.01413.69
5.4.270.0020.01813.87
5.4.260.0030.02413.78
5.4.250.0030.02813.88
5.4.240.0040.02213.95
5.4.230.0060.02313.77
5.4.220.0080.02113.83
5.4.210.0070.02513.70
5.4.200.0060.02113.81
5.4.190.0050.01713.90
5.4.180.0070.02813.61
5.4.170.0020.03013.71
5.4.160.0030.02313.74
5.4.150.0040.01713.74
5.4.140.0050.02712.99
5.4.130.0050.02813.04
5.4.120.0090.02712.87
5.4.110.0070.01712.94
5.4.100.0080.01513.00
5.4.90.0060.02813.01
5.4.80.0070.01812.92
5.4.70.0010.02812.88
5.4.60.0080.02312.89
5.4.50.0090.01912.89
5.4.40.0030.02012.86
5.4.30.0060.01612.89
5.4.20.0070.03012.95
5.4.10.0040.02012.84
5.4.00.0020.02112.74
5.3.290.0050.02212.08
5.3.280.0060.02912.04
5.3.270.0040.02112.11
5.3.260.0100.02412.06
5.3.250.0080.02612.03
5.3.240.0050.01811.98
5.3.230.0000.02412.02
5.3.220.0040.02512.05
5.3.210.0050.02312.00
5.3.200.0020.01811.94
5.3.190.0030.03012.00
5.3.180.0040.02112.15
5.3.170.0060.02312.13
5.3.160.0040.01812.11
5.3.150.0030.03012.08
5.3.140.0020.01611.98
5.3.130.0040.03112.06
5.3.120.0080.02911.89
5.3.110.0030.02212.04
5.3.100.0050.02811.89
5.3.90.0060.01512.03
5.3.80.0030.03011.80
5.3.70.0030.01911.84
5.3.60.0050.02011.82
5.3.50.0050.02811.74
5.3.40.0040.02911.73
5.3.30.0050.02211.74
5.3.20.0050.02811.88
5.3.10.0060.01611.58
5.3.00.0070.02411.50

preferences:
47.54 ms | 401 KiB | 5 Q