From 7714e2524517a2b398325839b0cc66efb44772bd Mon Sep 17 00:00:00 2001 From: STREIN_11 <71601569+STREIN-11@users.noreply.github.com> Date: Tue, 17 Oct 2023 19:55:50 +0530 Subject: [PATCH] Update Fillup_buckets.cpp --- Daily/Fillup_buckets.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Daily/Fillup_buckets.cpp b/Daily/Fillup_buckets.cpp index f1f2fc9a..1bfdf838 100644 --- a/Daily/Fillup_buckets.cpp +++ b/Daily/Fillup_buckets.cpp @@ -22,8 +22,7 @@ So the first bucket has 5 choices and for each choice second bucket has 7 choices. So total there are 35 ways.*/ -//{ Driver Code Starts -//Initial Template for C++ + #include using namespace std;