#C20605. 字符串大小
字符串大小
Background背景
比较两个字符串的大小。
Input输入
输入两个字符串。
Output输出
输出两个字符串的关系。( > < ==)
Samples样例
test
test
==
abcde
abcdef
<
hehe
haha
>
Limitation限制
1s, 1024KiB for each test case.
比较两个字符串的大小。
输入两个字符串。
输出两个字符串的关系。( > < ==)
test
test
==
abcde
abcdef
<
hehe
haha
>
1s, 1024KiB for each test case.
By signing up a 霖家编程 universal account, you can submit code and join discussions in all online judging services provided by us.