From 1a253a1039cbb4a43cf22e47ede85f741ccae229 Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Sun, 7 Feb 2021 17:26:12 -0500 Subject: [PATCH] Fixed missing end --- Problem31.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Problem31.m b/Problem31.m index 538dfa4..eb47201 100644 --- a/Problem31.m +++ b/Problem31.m @@ -67,6 +67,8 @@ endTime = clock(); printf("There are %d ways to make 2 pounds with the given denominations of coins\n", permutations); printf("It took %f seconds to run this algorithm\n", etime(endTime, startTime)) +end + %{ Results: There are 73682 ways to make 2 pounds with the given denominations of coins