输入两个字符串str1,str2;忽略空格和大小写后,比较两个字符串的大小写。
如果str1>str2,输出”big",
如果str1=str2,输出”same",
如果str1<str2,输出“little"
ABA aba abaaba
same