#include using namespace std; int H,W; char A[11][11]; long dp[11][11][202]; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); cin>>H>>W; for(int i=0;i>A[i][j]; dp[0][0][1]=1; for(int i=0;i