#ifndef PARAM_H #define PARAM_H const int NUMS = 10; const int ROWS = 9; const int COLS = 8; #endif