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;