ETrobocon2017 - 片山研究所モデルベース開発推進事業部
BoardAnalyzer.h
[詳解]
1 #ifndef _INC_BOARD_ANALYZER
2 #define _INC_BOARD_ANALYZER
3 
5 {
6 public:
9  void set(int* initPositions);
11 private:
12  int* positions;
13  const int leftSquare[5] = {0, 1, 5, 2, 10};
14 };
15 
16 #endif //_INC_BOARD_ANALYZER
int getInLeftSquareCount()