#include using namespace std; class Player { private: static int next_id; public: static int getID() { return next_id; } Player(int x)