如何判断两个 string 表示的数的大小呀(可能是实数,长度均 ≤100\le 100≤100),下面是模板:
string
bool cmp(string a, string b){ // Your Code }