'test_commit'

parent 64262fda
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="1a1b2fc9-e664-4b80-be31-181ccebefc6b" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/.editorconfig" beforeDir="false" afterPath="$PROJECT_DIR$/Core/.editorconfig" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/Core/.gitignore" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/.styleci.yml" beforeDir="false" afterPath="$PROJECT_DIR$/Core/.styleci.yml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/Core/README.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/app/Console/Kernel.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/app/Console/Kernel.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/app/Events/Event.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/app/Events/Event.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/app/Events/ExampleEvent.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/app/Events/ExampleEvent.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/app/Exceptions/Handler.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/app/Exceptions/Handler.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/app/Http/Controllers/Controller.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/app/Http/Controllers/Controller.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/app/Http/Controllers/QuizController.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/app/Http/Controllers/QuizController.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/app/Http/Controllers/StudentsController.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/app/Http/Controllers/StudentsController.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/app/Http/Middleware/Authenticate.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/app/Http/Middleware/Authenticate.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/app/Http/Middleware/CorsMiddleware.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/app/Http/Middleware/CorsMiddleware.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/app/Http/Middleware/ExampleMiddleware.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/app/Http/Middleware/ExampleMiddleware.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/app/Http/Middleware/HttpsProtocol.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/app/Http/Middleware/HttpsProtocol.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/app/Jobs/ExampleJob.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/app/Jobs/ExampleJob.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/app/Jobs/Job.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/app/Jobs/Job.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/app/Listeners/ExampleListener.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/app/Listeners/ExampleListener.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/app/Models/Quiz.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/app/Models/Quiz.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/app/Models/Students.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/app/Models/Students.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/app/Models/User.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/app/Models/User.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/app/Providers/AppServiceProvider.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/app/Providers/AppServiceProvider.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/app/Providers/AuthServiceProvider.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/app/Providers/AuthServiceProvider.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/app/Providers/EventServiceProvider.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/app/Providers/EventServiceProvider.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/artisan" beforeDir="false" afterPath="$PROJECT_DIR$/Core/artisan" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/bootstrap/app.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/bootstrap/app.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/composer.json" beforeDir="false" afterPath="$PROJECT_DIR$/Core/composer.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/composer.lock" beforeDir="false" afterPath="$PROJECT_DIR$/Core/composer.lock" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/database/factories/UserFactory.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/database/factories/UserFactory.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/database/inteljr (1).sql" beforeDir="false" afterPath="$PROJECT_DIR$/Core/database/inteljr (1).sql" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/database/seeders/DatabaseSeeder.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/database/seeders/DatabaseSeeder.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/phpunit.xml" beforeDir="false" afterPath="$PROJECT_DIR$/Core/phpunit.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/public/.htaccess" beforeDir="false" afterPath="$PROJECT_DIR$/Core/public/.htaccess" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/public/index.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/public/index.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/routes/web.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/routes/web.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/storage/app/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/Core/storage/app/.gitignore" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/storage/framework/cache/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/Core/storage/framework/cache/.gitignore" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/storage/framework/cache/data/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/Core/storage/framework/cache/data/.gitignore" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/storage/framework/views/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/Core/storage/framework/views/.gitignore" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/storage/logs/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/Core/storage/logs/.gitignore" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/tests/ExampleTest.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/tests/ExampleTest.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/tests/TestCase.php" beforeDir="false" afterPath="$PROJECT_DIR$/Core/tests/TestCase.php" afterDir="false" />
</list>
<list default="true" id="1a1b2fc9-e664-4b80-be31-181ccebefc6b" name="Default Changelist" comment="" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
......@@ -83,7 +39,7 @@
<option name="presentableId" value="Default" />
<updated>1613414107534</updated>
<workItem from="1613414111905" duration="2105000" />
<workItem from="1620655555354" duration="1880000" />
<workItem from="1620655555354" duration="2608000" />
</task>
<servers />
</component>
......
hours,score
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
2.5,21
5.1,47
3.2,27
8.5,75
3.5,30
1.5,20
9.2,88
5.5,60
8.3,81
2.7,25
7.7,85
5.9,62
4.5,41
3.3,42
1.1,17
8.9,95
2.5,30
1.9,24
6.1,67
7.4,69
2.7,30
4.8,54
3.8,35
6.9,76
7.8,86
1.5,16
4.1,42
2.2,20
7.5,68
2.5,25
0.5,15
8.2,83
4.5,55
7.3,76
1.7,20
6.7,80
4.9,57
3.5,36
2.3,32
0.1,12
7.9,85
1.5,25
0.9,19
5.1,61
6.4,64
1.7,25
3.8,48
2.8,30
5.9,74
6.8,81
4.6,42
3.2,31
2.2,17
5.3,54
2.4,21
4.5,38
7.2,69
5.1,55
6.3,61
2.2,24
4.8,38
1.9,22
4.3,37
3.8,46
1.8,25
8.2,90
2.3,27
3.5,44
4.1,47
6.4,59
3.7,39
4.8,54
1.8,26
4.4,56
5.9,70
2.5,21
5.1,47
3.2,27
8.5,75
3.5,30
1.5,20
9.2,88
5.5,60
8.3,81
2.7,25
7.7,85
5.9,62
4.5,41
3.3,42
1.1,17
8.9,95
2.5,30
1.9,24
6.1,67
7.4,69
2.7,30
4.8,54
3.8,35
6.9,76
7.8,86
1.5,16
4.1,42
2.2,20
7.5,68
2.5,25
0.5,15
8.2,83
4.5,55
7.3,76
1.7,20
6.7,80
4.9,57
3.5,36
2.3,32
0.1,12
7.9,85
1.5,25
0.9,19
5.1,61
6.4,64
1.7,25
3.8,48
2.8,30
5.9,74
6.8,81
4.6,42
3.2,31
2.2,17
5.3,54
2.4,21
4.5,38
7.2,69
5.1,55
6.3,61
2.2,24
4.8,38
1.9,22
4.3,37
3.8,46
1.8,25
8.2,90
2.3,27
3.5,44
4.1,47
6.4,59
3.7,39
4.8,54
1.8,26
4.4,56
5.9,70
2.5,21
5.1,47
3.2,27
8.5,75
3.5,30
1.5,20
9.2,88
5.5,60
8.3,81
2.7,25
7.7,85
5.9,62
4.5,41
3.3,42
1.1,17
8.9,95
2.5,30
1.9,24
6.1,67
7.4,69
2.7,30
4.8,54
3.8,35
6.9,76
7.8,86
1.5,16
4.1,42
2.2,20
7.5,68
2.5,25
0.5,15
8.2,83
4.5,55
7.3,76
1.7,20
6.7,80
4.9,57
3.5,36
2.3,32
0.1,12
7.9,85
1.5,25
0.9,19
5.1,61
6.4,64
1.7,25
3.8,48
2.8,30
5.9,74
6.8,81
4.6,42
3.2,31
2.2,17
5.3,54
2.4,21
4.5,38
7.2,69
5.1,55
6.3,61
2.2,24
4.8,38
1.9,22
4.3,37
3.8,46
1.8,25
8.2,90
2.3,27
3.5,44
4.1,47
6.4,59
3.7,39
4.8,54
1.8,26
4.4,56
5.9,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
4.5,40
5.7,60
3.2,30
8.5,80
3.5,30
1.5,20
9.2,90
5.5,60
8.3,80
2.7,30
7.7,80
5.9,60
4.5,50
3.3,30
1.1,10
8.9,90
2.5,30
1.9,20
6.1,60
7.4,70
2.7,30
4.8,50
3.8,40
6.9,70
7.8,80
5.5,60
6.7,70
1.7,20
6.6,70
2.5,21
5.1,47
3.2,27
8.5,75
3.5,30
1.5,20
9.2,88
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment