mirror of
https://bitbucket.org/Mattrixwv/projecteuleroctave.git
synced 2025-12-06 17:43:57 -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("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
|
||||||
|
|||||||
Reference in New Issue
Block a user