C. 比大小

    Type: Default 1000ms 256MiB

比大小

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.

题目描述

输入两个大整数,a,ba,b,请输出他们谁大谁小。

  • 如果 a>ba>b,那么输出 first
  • 如果 b>ab>a,那么输出 second
  • 如果 a=ba=b,那么输出 same

输入格式

输入两行。

第一行为整数 aa

第二行为整数 bb

输出格式

输出一行,即比较的结果(firstsecondsame

-1
2
second
1234567890
987654321
first
999999999999999999999999999999999999999
8888888888888888888888888888888888888888
second
-5
-5
same

数据规模与约定

对于 100%100\% 的数据,10100a,b10100-10^{100} \le a,b \le 10^{100}。保证给定的数符合正常数的书写规范。

  • 子任务 1(30 分):109a,b109-10^9\le a,b\le 10^9
  • 子任务 2(30 分):0a,b101000\le a,b\le 10^{100}
  • 子任务 3(40 分):没有特殊限制。

西中经开联校 - 第 3 场周赛

Not Attended
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