diff --git a/cpp/say/say.cpp b/cpp/say/say.cpp index 06e497f..4fadadb 100644 --- a/cpp/say/say.cpp +++ b/cpp/say/say.cpp @@ -30,7 +30,7 @@ const unordered_map number_map = { {40, "forty"}, {50, "fifty"}, {80, "eighty"} - }; +}; struct order_t { @@ -48,6 +48,7 @@ const order_t orders[] = { {1000000000, 1000000000000, " ", " billion"} }; + }