//TLock.cc // TF SOlution to Once Around The Lock // 2007 ECNA #include using namespace std; int CurrentDir, // -1 = CC, 1 = C State, CurrentClicks, //total clicks in CurrentDIr top; int x,y,z,n,m; char d[3]; void PrintStuff(){ //for debugging cout<>x>>y>>z; //cout<<"x="<>n; // get new lock } return 0; }