#include #include class Solution { public: int minDeletionSize(std::vector& strs) { int ans = 0; for(int i = 0;i