3v4l.org

run code in 300+ PHP versions simultaneously
<html> <?php $time = microtime(); // Create an array and push on the names // of your closest family and friends $family = array("mother", "father", "gmother", "gfather"); // Sort the list sort($family); rsort($family); // Randomly select a winner! $winner = ""; $win = rand(0,3); switch($win){ case 0: $winner = $family[0]; break; case 1: $winner = $family[1]; break; case 2: $winner = $family[2]; break; case 3: $winner = $family[3]; break; default: echo "Переможець не визначений!"; } // Print the winner's name in ALL CAPS echo strtoupper("І так, у нас є переможеце і це ......"); echo $winner.$random = $win; echo microtime() - $time; exit; ?> </html>
Output for 7.1.29, 7.4.1
<html> І так, у нас є переможеце і це ......gfather2 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 4.6E-5
Output for 7.2.17, 7.4.0
<html> І так, у нас є переможеце і це ......gfather2 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 4.7E-5
Output for 7.2.18, 7.3.13
<html> І так, у нас є переможеце і це ......gmother1 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 3.1E-5
Output for 7.3.12
<html> І так, у нас є переможеце і це ......gfather2 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 5.2E-5
Output for 7.2.25, 7.3.11
<html> І так, у нас є переможеце і це ......gfather2 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 4.9E-5
Output for 7.3.10
<html> І так, у нас є переможеце і це ......gmother1 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 2.8E-5
Output for 7.3.9
<html> І так, у нас є переможеце і це ......father3 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 3.4E-5
Output for 7.3.8
<html> І так, у нас є переможеце і це ......mother0 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 3.5E-5
Output for 7.1.18, 7.3.7
<html> І так, у нас є переможеце і це ......gmother1 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 3.5E-5
Output for 7.3.6
<html> І так, у нас є переможеце і це ......mother0 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 3.7E-5
Output for 7.3.5
<html> І так, у нас є переможеце і це ......gfather2 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 4.4E-5
Output for 7.1.2, 7.3.4
<html> І так, у нас є переможеце і це ......father3 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 3.7E-5
Output for 7.3.3
<html> І так, у нас є переможеце і це ......mother0 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 2.9E-5
Output for 7.3.2
<html> І так, у нас є переможеце і це ......gmother1 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 6.1E-5
Output for 7.3.1
<html> І так, у нас є переможеце і це ......gmother1 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 5.5E-5
Output for 7.1.8, 7.3.0
<html> І так, у нас є переможеце і це ......gmother1 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 4.3E-5
Output for 7.2.26
<html> І так, у нас є переможеце і це ......gmother1 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 5.4E-5
Output for 7.2.8, 7.2.24
<html> І так, у нас є переможеце і це ......gfather2 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 5.8E-5
Output for 7.1.15, 7.2.4, 7.2.23
<html> І так, у нас є переможеце і це ......gmother1 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 3.4E-5
Output for 7.1.21, 7.2.22
<html> І так, у нас є переможеце і це ......mother0 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 4.6E-5
Output for 7.2.19, 7.2.21
<html> І так, у нас є переможеце і це ......gfather2 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 4.8E-5
Output for 7.2.20
<html> І так, у нас є переможеце і це ......gfather2 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 3.3E-5
Output for 7.2.16
<html> І так, у нас є переможеце і це ......gmother1 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 4.0E-5
Output for 7.1.13, 7.2.15
<html> І так, у нас є переможеце і це ......father3 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 4.6E-5
Output for 7.1.1, 7.2.14
<html> І так, у нас є переможеце і це ......father3 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 5.1E-5
Output for 7.2.13
<html> І так, у нас є переможеце і це ......father3 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 4.5E-5
Output for 7.1.20, 7.2.12
<html> І так, у нас є переможеце і це ......gmother1 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 4.5E-5
Output for 7.1.33, 7.2.11
<html> І так, у нас є переможеце і це ......gfather2 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 3.2E-5
Output for 7.2.7, 7.2.10
<html> І так, у нас є переможеце і це ......gfather2 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 4.5E-5
Output for 7.2.9
<html> І так, у нас є переможеце і це ......gfather2 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 4.2E-5
Output for 7.2.6
<html> І так, у нас є переможеце і це ......gmother1 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 3.6E-5
Output for 7.2.5
<html> І так, у нас є переможеце і це ......gmother1 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 4.4E-5
Output for 7.1.5, 7.1.14, 7.2.3
<html> І так, у нас є переможеце і це ......father3 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 3.5E-5
Output for 7.2.2
<html> І так, у нас є переможеце і це ......father3 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 3.0E-5
Output for 7.2.1
<html> І так, у нас є переможеце і це ......father3 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 5.2E-5
Output for 7.2.0
<html> І так, у нас є переможеце і це ......father3 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 5.4E-5
Output for 7.1.32
<html> І так, у нас є переможеце і це ......father3 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 3.1E-5
Output for 7.1.31
<html> І так, у нас є переможеце і це ......mother0 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 5.7E-5
Output for 7.1.30
<html> І так, у нас є переможеце і це ......father3 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 4.1E-5
Output for 7.1.9, 7.1.28
<html> І так, у нас є переможеце і це ......father3 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 3.3E-5
Output for 7.1.27
<html> І так, у нас є переможеце і це ......gmother1 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 3.7E-5
Output for 7.1.26
<html> І так, у нас є переможеце і це ......gmother1 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 5.3E-5
Output for 7.1.25
<html> І так, у нас є переможеце і це ......mother0 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 4.5E-5
Output for 7.1.24
<html> І так, у нас є переможеце і це ......gfather2 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 5.4E-5
Output for 7.1.23
<html> І так, у нас є переможеце і це ......father3 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 3.6E-5
Output for 7.1.6, 7.1.22
<html> І так, у нас є переможеце і це ......gmother1 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 4.2E-5
Output for 7.1.19
<html> І так, у нас є переможеце і це ......father3 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 4.7E-5
Output for 7.1.17
<html> І так, у нас є переможеце і це ......mother0 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 3.3E-5
Output for 7.1.16
<html> І так, у нас є переможеце і це ......mother0 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 3.2E-5
Output for 7.1.12
<html> І так, у нас є переможеце і це ......gfather2 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 3.7E-5
Output for 7.1.11
<html> І так, у нас є переможеце і це ......gfather2 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 5.5E-5
Output for 7.1.10
<html> І так, у нас є переможеце і це ......mother0 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 3.9E-5
Output for 7.1.7
<html> І так, у нас є переможеце і це ......father3 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 3.9E-5
Output for 7.1.4
<html> І так, у нас є переможеце і це ......gfather2 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 5.0E-5
Output for 7.1.3
<html> І так, у нас є переможеце і це ......mother0 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 4.4E-5
Output for 7.1.0
<html> І так, у нас є переможеце і це ......father3 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 Notice: A non well formed numeric value encountered in /in/pIECY on line 27 2.9E-5
Output for 5.6.26, 7.0.33
<html> І так, у нас є переможеце і це ......gfather26.1E-5
Output for 7.0.32
<html> І так, у нас є переможеце і це ......gfather24.0E-5
Output for 7.0.31
<html> І так, у нас є переможеце і це ......gmother14.8E-5
Output for 5.5.1, 5.6.19, 7.0.22, 7.0.27, 7.0.30
<html> І так, у нас є переможеце і це ......gmother15.0E-5
Output for 5.4.4, 7.0.29
<html> І так, у нас є переможеце і це ......mother05.7E-5
Output for 7.0.28
<html> І так, у нас є переможеце і це ......gfather23.1E-5
Output for 7.0.26
<html> І так, у нас є переможеце і це ......gfather23.7E-5
Output for 5.5.38, 7.0.25
<html> І так, у нас є переможеце і це ......gmother16.7E-5
Output for 7.0.24
<html> І так, у нас є переможеце і це ......mother03.7E-5
Output for 7.0.23
<html> І так, у нас є переможеце і це ......gmother15.4E-5
Output for 7.0.21
<html> І так, у нас є переможеце і це ......gfather23.4E-5
Output for 7.0.20
<html> І так, у нас є переможеце і це ......gfather24.9E-5
Output for 5.4.27, 7.0.19
<html> І так, у нас є переможеце і це ......gmother14.2E-5
Output for 7.0.18
<html> І так, у нас є переможеце і це ......gmother13.9E-5
Output for 5.5.23, 7.0.17
<html> І так, у нас є переможеце і це ......gmother14.5E-5
Output for 7.0.16
<html> І так, у нас є переможеце і це ......gfather26.0E-5
Output for 7.0.15
<html> І так, у нас є переможеце і це ......mother04.5E-5
Output for 5.6.11, 7.0.14
<html> І так, у нас є переможеце і це ......father34.5E-5
Output for 7.0.13
<html> І так, у нас є переможеце і це ......mother03.8E-5
Output for 7.0.12
<html> І так, у нас є переможеце і це ......father33.8E-5
Output for 7.0.11
<html> І так, у нас є переможеце і це ......gfather23.5E-5
Output for 7.0.10
<html> І так, у нас є переможеце і це ......gfather24.3E-5
Output for 5.4.22, 7.0.9
<html> І так, у нас є переможеце і це ......gmother14.7E-5
Output for 5.5.34, 7.0.8
<html> І так, у нас є переможеце і це ......father35.0E-5
Output for 7.0.7
<html> І так, у нас є переможеце і це ......father36.4E-5
Output for 7.0.6
<html> І так, у нас є переможеце і це ......gfather26.3E-5
Output for 7.0.5
<html> І так, у нас є переможеце і це ......gfather23.9E-5
Output for 7.0.4
<html> І так, у нас є переможеце і це ......father34.0E-5
Output for 7.0.3
<html> І так, у нас є переможеце і це ......gmother13.6E-5
Output for 5.4.35, 5.5.35, 7.0.2
<html> І так, у нас є переможеце і це ......gfather27.4E-5
Output for 7.0.1
<html> І так, у нас є переможеце і це ......mother09.7E-5
Output for 5.6.6, 7.0.0
<html> І так, у нас є переможеце і це ......gmother14.1E-5
Output for 5.6.40
<html> І так, у нас є переможеце і це ......mother04.0E-5
Output for 5.5.3, 5.6.39
<html> І так, у нас є переможеце і це ......gfather25.4E-5
Output for 5.4.9, 5.6.20, 5.6.38
<html> І так, у нас є переможеце і це ......father39.2E-5
Output for 5.5.25, 5.6.37
<html> І так, у нас є переможеце і це ......father35.8E-5
Output for 5.4.30, 5.6.36
<html> І так, у нас є переможеце і це ......father35.3E-5
Output for 5.6.35
<html> І так, у нас є переможеце і це ......father35.6E-5
Output for 5.6.34
<html> І так, у нас є переможеце і це ......gfather25.0E-5
Output for 5.6.33
<html> І так, у нас є переможеце і це ......mother07.6E-5
Output for 5.4.42, 5.6.32
<html> І так, у нас є переможеце і це ......mother05.5E-5
Output for 5.6.31
<html> І так, у нас є переможеце і це ......gfather28.3E-5
Output for 5.4.18, 5.6.30
<html> І так, у нас є переможеце і це ......father36.1E-5
Output for 5.6.29
<html> І так, у нас є переможеце і це ......father35.4E-5
Output for 5.6.28
<html> І так, у нас є переможеце і це ......mother08.4E-5
Output for 5.5.18, 5.6.27
<html> І так, у нас є переможеце і це ......gmother15.5E-5
Output for 5.4.41, 5.6.25
<html> І так, у нас є переможеце і це ......gmother16.0E-5
Output for 5.4.13, 5.6.24
<html> І так, у нас є переможеце і це ......father34.9E-5
Output for 5.6.23
<html> І так, у нас є переможеце і це ......gfather27.5E-5
Output for 5.6.3, 5.6.22
<html> І так, у нас є переможеце і це ......father38.9E-5
Output for 5.6.21
<html> І так, у нас є переможеце і це ......mother04.9E-5
Output for 5.6.7, 5.6.18
<html> І так, у нас є переможеце і це ......gfather28.5E-5
Output for 5.6.17
<html> І так, у нас є переможеце і це ......father38.0E-5
Output for 5.4.34, 5.6.16
<html> І так, у нас є переможеце і це ......father39.0E-5
Output for 5.6.15
<html> І так, у нас є переможеце і це ......gmother14.4E-5
Output for 5.6.14
<html> І так, у нас є переможеце і це ......gmother16.5E-5
Output for 5.6.13
<html> І так, у нас є переможеце і це ......father34.2E-5
Output for 5.6.12
<html> І так, у нас є переможеце і це ......gmother16.2E-5
Output for 5.6.10
<html> І так, у нас є переможеце і це ......father34.4E-5
Output for 5.6.9
<html> І так, у нас є переможеце і це ......mother08.0E-5
Output for 5.6.8
<html> І так, у нас є переможеце і це ......gfather25.9E-5
Output for 5.6.5
<html> І так, у нас є переможеце і це ......father34.1E-5
Output for 5.6.4
<html> І так, у нас є переможеце і це ......gmother16.4E-5
Output for 5.5.5, 5.5.7, 5.6.2
<html> І так, у нас є переможеце і це ......mother05.9E-5
Output for 5.6.1
<html> І так, у нас є переможеце і це ......gmother10.000114
Output for 5.6.0
<html> І так, у нас є переможеце і це ......gfather26.2E-5
Output for 5.5.37
<html> І так, у нас є переможеце і це ......mother06.8E-5
Output for 5.5.36
<html> І так, у нас є переможеце і це ......gfather27.8E-5
Output for 5.4.17, 5.5.4, 5.5.33
<html> І так, у нас є переможеце і це ......father35.2E-5
Output for 5.5.32
<html> І так, у нас є переможеце і це ......mother00.000107
Output for 5.5.31
<html> І так, у нас є переможеце і це ......mother07.3E-5
Output for 5.5.30
<html> І так, у нас є переможеце і це ......mother05.4E-5
Output for 5.5.29
<html> І так, у нас є переможеце і це ......gmother18.1E-5
Output for 5.5.28
<html> І так, у нас є переможеце і це ......gfather28.7E-5
Output for 5.5.27
<html> І так, у нас є переможеце і це ......gfather24.8E-5
Output for 5.5.26
<html> І так, у нас є переможеце і це ......father35.1E-5
Output for 5.5.24
<html> І так, у нас є переможеце і це ......gfather25.2E-5
Output for 5.4.16, 5.5.22
<html> І так, у нас є переможеце і це ......father37.1E-5
Output for 5.5.21
<html> І так, у нас є переможеце і це ......gmother17.6E-5
Output for 5.5.20
<html> І так, у нас є переможеце і це ......mother05.3E-5
Output for 5.5.19
<html> І так, у нас є переможеце і це ......gfather28.6E-5
Output for 5.5.17
<html> І так, у нас є переможеце і це ......gmother14.9E-5
Output for 5.5.16
<html> І так, у нас є переможеце і це ......gfather26.8E-5
Output for 5.5.15
<html> І так, у нас є переможеце і це ......gmother16.6E-5
Output for 5.5.14
<html> І так, у нас є переможеце і це ......father36.2E-5
Output for 5.5.13
<html> І так, у нас є переможеце і це ......gmother15.8E-5
Output for 5.5.12
<html> І так, у нас є переможеце і це ......mother07.0E-5
Output for 5.5.11
<html> І так, у нас є переможеце і це ......father36.3E-5
Output for 5.5.9 - 5.5.10
<html> І так, у нас є переможеце і це ......gmother14.6E-5
Output for 5.5.8
<html> І так, у нас є переможеце і це ......gmother17.8E-5
Output for 5.5.6
<html> І так, у нас є переможеце і це ......father30.000114
Output for 5.4.19, 5.4.32, 5.5.2
<html> І так, у нас є переможеце і це ......gmother16.1E-5
Output for 5.4.38, 5.5.0
<html> І так, у нас є переможеце і це ......father36.5E-5
Output for 5.4.45
<html> І так, у нас є переможеце і це ......gfather26.5E-5
Output for 5.4.44
<html> І так, у нас є переможеце і це ......father37.3E-5
Output for 5.4.14, 5.4.43
<html> І так, у нас є переможеце і це ......gmother17.0E-5
Output for 5.4.40
<html> І так, у нас є переможеце і це ......gmother18.8E-5
Output for 5.4.39
<html> І так, у нас є переможеце і це ......mother04.8E-5
Output for 5.4.37
<html> І так, у нас є переможеце і це ......gfather27.2E-5
Output for 5.4.36
<html> І так, у нас є переможеце і це ......gfather28.0E-5
Output for 5.4.7, 5.4.33
<html> І так, у нас є переможеце і це ......father38.5E-5
Output for 5.4.31
<html> І так, у нас є переможеце і це ......father39.6E-5
Output for 5.4.28 - 5.4.29
<html> І так, у нас є переможеце і це ......mother06.0E-5
Output for 5.4.26
<html> І так, у нас є переможеце і це ......gmother16.3E-5
Output for 5.4.25
<html> І так, у нас є переможеце і це ......mother00.000104
Output for 5.4.24
<html> І так, у нас є переможеце і це ......gmother15.7E-5
Output for 5.4.23
<html> І так, у нас є переможеце і це ......gmother18.0E-5
Output for 5.4.21
<html> І так, у нас є переможеце і це ......mother07.7E-5
Output for 5.4.20
<html> І так, у нас є переможеце і це ......mother06.5E-5
Output for 5.4.15
<html> І так, у нас є переможеце і це ......mother08.2E-5
Output for 5.4.12
<html> І так, у нас є переможеце і це ......mother05.0E-5
Output for 5.4.11
<html> І так, у нас є переможеце і це ......gmother19.7E-5
Output for 5.4.10
<html> І так, у нас є переможеце і це ......gmother19.6E-5
Output for 5.4.8
<html> І так, у нас є переможеце і це ......gmother17.5E-5
Output for 5.4.6
<html> І так, у нас є переможеце і це ......gmother17.3E-5
Output for 5.4.5
<html> І так, у нас є переможеце і це ......mother08.7E-5
Output for 5.4.3
<html> І так, у нас є переможеце і це ......gmother18.7E-5
Output for 5.4.2
<html> І так, у нас є переможеце і це ......gmother17.9E-5
Output for 5.4.1
<html> І так, у нас є переможеце і це ......father37.0E-5
Output for 5.4.0
<html> І так, у нас є переможеце і це ......gmother15.1E-5
Output for 5.3.29
<html> І так, у нас є переможеце і це ......gmother1-3.8E-5
Output for 5.3.28
<html> І так, у нас є переможеце і це ......gfather2-4.0E-5
Output for 5.3.27
<html> І так, у нас є переможеце і це ......mother0-6.1E-5
Output for 5.3.9, 5.3.26
<html> І так, у нас є переможеце і це ......gmother1-3.2E-5
Output for 5.3.25
<html> І так, у нас є переможеце і це ......father3-3.6E-5
Output for 5.3.24
<html> І так, у нас є переможеце і це ......gfather2-3.7E-5
Output for 5.3.23
<html> І так, у нас є переможеце і це ......gmother1-3.1E-5
Output for 5.3.22
<html> І так, у нас є переможеце і це ......mother0-3.9E-5
Output for 5.3.21
<html> І так, у нас є переможеце і це ......gfather21.6E-5
Output for 5.3.16, 5.3.20
<html> І так, у нас є переможеце і це ......gfather2-4.1E-5
Output for 5.3.19
<html> І так, у нас є переможеце і це ......mother0-5.3E-5
Output for 5.3.18
<html> І так, у нас є переможеце і це ......gfather2-4.7E-5
Output for 5.3.17
<html> І так, у нас є переможеце і це ......gmother1-1.6E-5
Output for 5.3.15
<html> І так, у нас є переможеце і це ......mother0-4.8E-5
Output for 5.3.14
<html> І так, у нас є переможеце і це ......mother0-1.7E-5
Output for 5.3.13
<html> І так, у нас є переможеце і це ......gfather2-1.9E-5
Output for 5.3.12
<html> І так, у нас є переможеце і це ......gfather2-5.4E-5
Output for 5.3.11
<html> І так, у нас є переможеце і це ......gmother1-1.2E-5
Output for 5.3.8, 5.3.10
<html> І так, у нас є переможеце і це ......mother0-4.7E-5
Output for 5.3.7
<html> І так, у нас є переможеце і це ......father39.0E-6
Output for 5.3.6
<html> І так, у нас є переможеце і це ......mother0-3.8E-5
Output for 5.3.5
<html> І так, у нас є переможеце і це ......father3-1.0E-5
Output for 5.3.4
<html> І так, у нас є переможеце і це ......gfather2-2.1E-5
Output for 5.3.3
<html> І так, у нас є переможеце і це ......gfather21.5E-5
Output for 5.3.2
<html> І так, у нас є переможеце і це ......gmother1-4.5E-5
Output for 5.3.1
<html> І так, у нас є переможеце і це ......mother0-2.1E-5
Output for 5.3.0
<html> І так, у нас є переможеце і це ......father3-4.1E-5

preferences:
194.02 ms | 401 KiB | 272 Q