From 6ba74f5bfc55f19e01b0ac5358759ac8834830b3 Mon Sep 17 00:00:00 2001 From: MS-77 <72190066+MS-77@users.noreply.github.com> Date: Sun, 3 Oct 2021 09:44:07 +0530 Subject: [PATCH] Updated --- A.optimal_currency_exchange.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/A.optimal_currency_exchange.cpp b/A.optimal_currency_exchange.cpp index 8afcaf8..4a7c645 100644 --- a/A.optimal_currency_exchange.cpp +++ b/A.optimal_currency_exchange.cpp @@ -3,6 +3,7 @@ #include #include #include +#include #include #include #include @@ -42,4 +43,4 @@ int main() printf("%lld\n", mn); return 0; -} \ No newline at end of file +}