#45752: 派森


chen971023@gmail.com (ZiaynGZiyaNG)

學校 : 國立臺南第二高級中學
編號 : 291750
來源 : [118.150.34.123]
最後登入時間 :
2025-04-19 23:12:14
m370. 1. 機械鼠 -- 2023年10月APCS | From: [1.172.66.42] | 發表日期 : 2025-04-08 00:45

x, n = map(int, input().split())

a = list(map(int, input().split()))

 

a.append(x)

a.sort()

mouse = a.index(x)

a.remove(x)

if (n - mouse > mouse):

print(f"{n - mouse} {a[n - 1]}")

else:

print(f"{mouse} {a[0]}")

 
ZeroJudge Forum