ABBA
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
2 3
second
2 4
same
4 5
first
数据规模与约定
对于 的数据,。
- 子任务1(30 分):保证
- 子任务2(30 分):保证
- 子任务3(40 分):没有特殊限制
有兴趣的同学可以借助自己的程序思考思考,如果数据范围更大,这题可不可以不用循环完成。
挖土机周赛R1
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 5
- Start at
- 2024-1-24 19:00
- End at
- 2024-1-24 21:00
- Duration
- 2 hour(s)
- Host
- Partic.
- 16