#include<iostream> using namespace std; static int wcount = 0; static int n,m; void travel(const int& i,const int& j) { if(i < n) trav...