#include <iostream> using namespace std; class Solution { public: int t ,r, c = 0; int result = 0; bool res1[100][100] = {false}; int movingCount(int threshold, int rows, int cols) { ...