0_0_33113897_18420.cpp: In function 'bool issame(char, char)': 0_0_33113897_18420.cpp:6:54: error: expected ')' before 'return' if((x == '0' && y == 'O') || (x == 'O' && y == '0') return true; ^