奈何


私信TA

用户名:6020212708

访问量:2899

签 名:

等  级
排  名 163
经  验 7120
参赛次数 1
文章发表 114
年  龄 0
在职情况 学生
学  校 大学
专  业

  自我简介:

解题思路:

注意事项:

参考代码:

n = int(input())

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

m = int(input())

for i in range(m):

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

    print(max(L[a-1:b]))


 

0.0分

0 人评分

  评论区

  • «
  • »