diff --git a/C++ProjectTemplate b/C++ProjectTemplate index 38d0444..5c8ec77 100755 Binary files a/C++ProjectTemplate and b/C++ProjectTemplate differ diff --git a/main.cpp b/main.cpp index 56b5bf4..dfe5eac 100644 --- a/main.cpp +++ b/main.cpp @@ -33,9 +33,8 @@ int GetSmallestAboveThreshold(File&f,std::string path,int remaining,int*smallest int sum=0; for (std::map::iterator it=f.files.begin();it!=f.files.end();it++){ int amt=GetSmallestAboveThreshold(it->second,(path=="/")?path+it->first:path+"/"+it->first,remaining,smallest); - if (amt>=remaining){ - std::cout<<"Remaining: "<