#include using namespace std; struct tower { int values[10]; int top; }F, U, T; void show() { cout<<"\n\n\tF : "; for(int i=0; i> no; for (int i = no; i >0; i--) { F.values[F.top++]=i; }; show(); TH(no, F, U, T); return 0; }