1
0
www.mikescher.com/www/statics/euler/euler_078.php

20 lines
780 B
PHP
Raw Normal View History

2017-11-08 17:39:50 +01:00
<?php
return
[
'number' => 78,
'title' => 'Coin partitions',
'description' => function(){ return file_get_contents(__DIR__ . '/euler_078_description.md'); },
'code' => function(){ return file_get_contents(__DIR__ . '/euler_078_code.txt'); },
'explanation' => function(){ return file_get_contents(__DIR__ . '/euler_078_explanation.md'); },
'url_euler' => 'http://projecteuler.net/problem=078',
'url_raw' => 'https://raw.githubusercontent.com/Mikescher/Project-Euler_Befunge/master/processed/Euler_Problem-078.b93',
'url_github' => 'https://github.com/Mikescher/Project-Euler_Befunge',
'abbreviated' => true,
'steps' => 1191633332,
'time' => 170946,
'width' => 251,
'height' => 256,
'value' => 55374,
];