比大小
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
输入两个大整数,,请输出他们谁大谁小。
- 如果 ,那么输出
first
- 如果 ,那么输出
second
- 如果 ,那么输出
same
输入格式
输入两行。
第一行为整数 。
第二行为整数 。
输出格式
输出一行,即比较的结果(first
,second
或 same
)
-1
2
second
1234567890
987654321
first
999999999999999999999999999999999999999
8888888888888888888888888888888888888888
second
-5
-5
same
数据规模与约定
对于 的数据,。保证给定的数符合正常数的书写规范。
- 子任务 1(30 分):。
- 子任务 2(30 分):。
- 子任务 3(40 分):没有特殊限制。
西中经开联校 - 第 3 场周赛
- Status
- Done
- Rule
- Ledo
- Problem
- 4
- Start at
- 2024-12-21 19:00
- End at
- 2024-12-21 22:00
- Duration
- 3 hour(s)
- Host
- Partic.
- 33