@@ -0,0 +1,9 @@
#include <cstdlib>
#include "queen.h"
void queen::move(int x, int y)
{
this->x = x;
this->y = y;
}
The note is not visible to the blocked user.