n"); else if (result < 0) printf("\"%s\" is less than \"%s\".\n", str1, str2); else printf("\"%s\" is greater than \"%s\".\n", str1, str2); return 0; } ...
確定! 回上一頁