#include <string>
class Player{
std::string name;
int playerIndex;
int position;
public:
Player(std::string name, int index, int pos);
void move();
};
int main() {}
I2luY2x1ZGUgPHN0cmluZz4KCmNsYXNzIFBsYXllcnsKICAgIHN0ZDo6c3RyaW5nIG5hbWU7CmludCBwbGF5ZXJJbmRleDsKICAgIGludCBwb3NpdGlvbjsKcHVibGljOgogICAgUGxheWVyKHN0ZDo6c3RyaW5nIG5hbWUsIGludCBpbmRleCwgaW50IHBvcyk7CiAgICB2b2lkIG1vdmUoKTsKCn07CgppbnQgbWFpbigpIHt9Cg==