#include #include #define MAX_NODES 128 #define MAX_VALUE 2000000000 using namespace std; class AllWays { public: string Moves; int x,y; int Front; }; int F,K,N,M,B; char T[102][102]; AllWays w[101]; void Input(); void Output(); int main() { Input(); Output(); return 0; } int brDogs=0,brCats=0; int maxCat=0; void Input() { ifstream inCat; inCat.open("catsdogs.in"); inCat>>F>>K; ///1 Problem //cout<>N>>M>>B; //cout<>T[i][j]; if(T[i][j]>='1' && T[i][j]<='9' ) { w[brDogs].x=i; w[brDogs].y=j; w[brDogs].Front=k; brDogs++; brCats++; } // cout<F)break; outCat<