#include <vector> class Solution { public: int countNegatives(std::vector<std::vector<int>>& grid) { } };