#include using namespace std; class Enemy { public: int life; int damage; bool living; int enemies; void takeDamage() { if (l