Code:
if(xo==0){
		X_or_O='X';
		O_or_X='O';
		cout<<"You are X";
You are missing your closing } here.
That is, unless you actually meant to have all of the rest of the entire code as a sub-block of this if statement...