@ -14,8 +14,7 @@ using std::list;
class Vertex
{
public:
Vertex(int x, int y, int r)
{ this->x = x; this->y = y; }
Vertex(int x, int y, int r);
int x;
int y;
The note is not visible to the blocked user.