2032: 【一维数组】比较大小
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:42
Solved:17
Description
输入正整数a,b(≤10的250次方),比较a和b的大小。
Input
第一行:a
第二行:b
第二行:b
Output
如果a>b,输出1;如果a=b,输出0;如果a <b,输出-1 。
Sample Input Copy
123
45
Sample Output Copy
1
HINT
字符串string