enum class COLOR_ : char { RED, GREEN, BLUE, YELLOW }; int monsternum{ kinds_of_COLOR_*3 };
my enum class COLOR_ may ch
COLOR_