#include using namespace std; class Robot { private: static int ID; int myID; public: Robot() : myID(ID++) { cout<<"Robot "<