20 lines
816 B
PHP
20 lines
816 B
PHP
<?php
|
|
|
|
return
|
|
[
|
|
'number' => 91,
|
|
'title' => 'Right triangles with integer coordinates',
|
|
'description' => function(){ return file_get_contents(__DIR__ . '/Euler_Problem-091_description.md'); },
|
|
'code' => function(){ return file_get_contents(__DIR__ . '/Euler_Problem-091.b93'); },
|
|
'explanation' => function(){ return file_get_contents(__DIR__ . '/Euler_Problem-091_explanation.md'); },
|
|
'url_euler' => 'http://projecteuler.net/problem=091',
|
|
'url_raw' => 'https://raw.githubusercontent.com/Mikescher/Project-Euler_Befunge/master/processed/Euler_Problem-091.b93',
|
|
'url_github' => 'https://github.com/Mikescher/Project-Euler_Befunge',
|
|
'abbreviated' => false,
|
|
'steps' => 3072923,
|
|
'time' => 343,
|
|
'width' => 36,
|
|
'height' => 5,
|
|
'value' => 14234,
|
|
];
|