练习专区

今天的一小步就是明天的一大步
Problem 1157 字符串比较
Accepted: 13   Total Submit: 36
Time Limit: 1000ms   Memory Limit: 30720KB
Description
编写一程序,将两个字符串s1和s2比较,若s1>s2,输出一个正数;若s1=s2,输出0;若s1 Input
输入有若干个案例,每个是案例两行字符。
Output
对应输出比较的值
Sample Input
hello
hello
How are you
Hello
Hello
How are you
Sample Output
0
10
-10
Hint
提交     返回