给定一个只含 >,(,),{,},[,]的字符串
原文是
You are given string ss consists of opening and closing brackets of four kinds <>, {}, [], ().
所以正确的应该是
给定一个只含 <,>,(,),{,},[,]的字符串