mirror of
https://bitbucket.org/Mattrixwv/projecteulercpp.git
synced 2025-12-07 01:23:57 -05:00
Removed unnecessary headers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user