codingtests/solutions/ProjectEuler/013/desc.yml

20 lines
524 B
YAML
Raw Normal View History

2012-03-08 13:52:32 +00:00
title: Find the first ten digits of the sum of one-hundred 50-digit numbers.
url: http://projecteuler.net/problem=13
desc: |
Work out the first ten digits of the sum of the following one-hundred 50-digit numbers.
(See file input)
solution: |
Use a full precission math lib
solutions:
solve.php:
desc: Expects input on STDIN
language: php
parameters: < ProjectEuler\013\input
2012-03-08 13:52:32 +00:00
solve.rb:
desc: Expects input on STDIN
language: ruby
parameters: < ProjectEuler\013\input