Removed unnecessary headers

This commit is contained in:
2020-08-28 14:26:09 -04:00
parent a797bb6718
commit 3757e2169c
27 changed files with 15 additions and 31 deletions

View File

@@ -33,6 +33,8 @@
class Problem9 : public Problem{
private:
//Variables
//Static variables
static int GOAL_SUM; //a + b + c should equal this number
//Instance variables
int a; //Holds the size of the first side
int b; //Holds the size of the second side