//Back.cc // 2012 ECNA #include using namespace std; const bool DEBUG=false; #define IFDB if(DEBUG) int A[15504][6]; // A[k][] = the 6-tuple stored at loc k // +++++++++++++++++++++ void PrintTuples(){ for(int i=0;i<15504;i++){ cout<<"("<>c; int icase=0; while (c!='e'){ cout << "Case " << ++icase << ": "; if(c=='m'){ for(int i=0;i<6;i++) cin>>Pts[i]; //now find Pts[] in A[][] int k=0; while(k<15504){ if(A[k][0]==Pts[0] && A[k][1]==Pts[1] && A[k][2]==Pts[2] && A[k][3]==Pts[3] && A[k][4]==Pts[4] && A[k][5]==Pts[5]) { cout<>num; cout<