#include #define PI 3.141592653589 #define ll long long using namespace std; template T_char ToUpper(T_char cX){return toupper(cX);} int main(){ int h, w; cin >> h >> w; char s[h*w]; for(int i=0; i> s[i]; int cnt = 0, cnt1=0; for(int i=0; i