Type: Default 1000ms 256MiB

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.

题目描述

输入两个整数 a,ba,b

请判断 aba^bbab^a 哪个更大。

  • 如果 ab>baa^b>b^a ,请输出:first
  • 如果 ab<baa^b<b^a ,请输出:second
  • 如果 ab=baa^b=b^a ,请输出:same

输入格式

输入空格隔开的两个整数:a,ba,b

输出格式

如题所述,输出 firstsecondsame

2 3
second
2 4
same
4 5
first

数据规模与约定

对于 100%100\% 的数据,1a,bint1 \le a,b \le int

  • 子任务1(30 分):保证 a=2a=2
  • 子任务2(30 分):保证 1a51\le a\le 5
  • 子任务3(40 分):没有特殊限制

有兴趣的同学可以借助自己的程序思考思考,如果数据范围更大,这题可不可以不用循环完成。

挖土机周赛R1

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