1
0
www.mikescher.com/www/statics/euler/Euler_Problem-078.php

20 lines
799 B
PHP

<?php
return
[
'number' => 78,
'title' => 'Coin partitions',
'description' => function(){ return file_get_contents(__DIR__ . '/Euler_Problem-078_description.md'); },
'code' => function(){ return file_get_contents(__DIR__ . '/Euler_Problem-078.b93'); },
'explanation' => function(){ return file_get_contents(__DIR__ . '/Euler_Problem-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,
];