From 1eefd58ca4fdb5d2f51f657bfd70c9a89a4707db Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Thu, 24 May 2018 21:39:58 +0800 Subject: initial commit --- euler13.scm | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 euler13.scm (limited to 'euler13.scm') diff --git a/euler13.scm b/euler13.scm new file mode 100644 index 0000000..f4246e9 --- /dev/null +++ b/euler13.scm @@ -0,0 +1,104 @@ +(display + (+ + 371072875339 + 463769376774 + 743249861995 + 919422133635 + 230675882075 + 892616706966 + 281128798128 + 442742289174 + 474514457360 + 703864861058 + 621764571418 + 649063524627 + 925758677183 + 582035653253 + 801811993848 + 353986643728 + 865155060062 + 716938887077 + 543700705768 + 532826541087 + 361232725250 + 458765761724 + 174237069058 + 811426604180 + 519343254517 + 624672216484 + 157324443869 + 550376875256 + 183363848253 + 803862875928 + 781828337579 + 167263201004 + 484030981290 + 870869875513 + 599594068957 + 697939506796 + 410526847082 + 653786073615 + 358290353174 + 949537597651 + 889028025717 + 252676802760 + 362702185404 + 240744869082 + 914302881971 + 344130655780 + 230530811728 + 114876969321 + 637832994906 + 677201869716 + 955482553002 + 760853271322 + 377742425354 + 237019132757 + 297988602722 + 184957014548 + 382982037830 + 348295438291 + 409579530664 + 297461521855 + 416981162220 + 624679571944 + 231897067725 + 861880882258 + 113067397083 + 829591747671 + 976233310448 + 428462801835 + 551216035469 + 322381957343 + 755061649651 + 621778427521 + 329241857071 + 995186714302 + 732674608005 + 768418225246 + 971426179103 + 877836461827 + 108488025216 + 713296124747 + 621840735723 + 666278919814 + 606618262936 + 857869440895 + 660243964099 + 649139826800 + 167309393198 + 948093772450 + 786391670211 + 153687137119 + 407899231155 + 448899115014 + 415031288803 + 812348806732 + 826165707739 + 229188020587 + 771585425020 + 721078384350 + 208496039801 + 535035342264 + )) +(newline) -- cgit v1.2.3