Fixed missing end

This commit is contained in:
2021-02-07 17:26:12 -05:00
parent 85fa881712
commit 1a253a1039

View File

@@ -67,6 +67,8 @@ endTime = clock();
printf("There are %d ways to make 2 pounds with the given denominations of coins\n", permutations); 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)) printf("It took %f seconds to run this algorithm\n", etime(endTime, startTime))
end
%{ %{
Results: Results:
There are 73682 ways to make 2 pounds with the given denominations of coins There are 73682 ways to make 2 pounds with the given denominations of coins