1234567891011121314
int turn = 0; cin >> turn; if ( turn = ...|| ...) { cout << " acceptable " if ( turn == 0 ) // ...; else // ... } else cout << " unacceptable "