首页 > 降温(easy)
头像 CARLJOSEPHLEE
发表于 2024-10-30 22:26:30
分别模拟求出最大最小值即可 from sys import stdin, stdout def main(): input = stdin.readline n,x = map(int,input().split()) if n == 1: print("0 展开全文