#include using namespace std; void move(int n, int p1, int p2, int p3) { if (n == 1) { cout << p1 <<" to " << p3<