#include using namespace std; const int n=4; const int m=3; int a[n]; void step (int k) { int l; if (k == m) { cout<