!isalpha( str[first] ) ? ( return isPalindrome( str, ++first, last ) ) : return isPalindrome( str, first, --last ) ;
我收到语法错误.
c++ conditional operator-keyword
c++ ×1
conditional ×1
operator-keyword ×1