Solver publicity
This commit is contained in:
parent
2b0a13f6db
commit
976dd9dc7c
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ struct Game {
|
||||||
|
|
||||||
class Solver {
|
class Solver {
|
||||||
Game known;
|
Game known;
|
||||||
|
public:
|
||||||
Solver(int p_N, int p_M) : known({p_N, p_M}) {}
|
Solver(int p_N, int p_M) : known({p_N, p_M}) {}
|
||||||
vector<int> guess() {
|
vector<int> guess() {
|
||||||
return {};
|
return {};
|
||||||
|
|
Loading…
Reference in a new issue