mirror of
https://bitbucket.org/Mattrixwv/projecteuleroctave.git
synced 2025-12-06 09:33:58 -05:00
Fixed missing end
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user