#include int fun(int m,int n){ if (m==1) return 1; if (n==1) return 1; if (m