#include int fun(int x,int y){ if(x==1&&y==1)return 1; if(x==y)return 1; if(x