最高身高_python3

最高身高

http://www.nowcoder.com/questionTerminal/258fe0c567ac493f9b7bc9d3669d158d

n,m = map(int, input().split())
l = []
for i in range(n):
    l.extend(list(map(int, input().split())))
index = l.index(max(l))
x = index // m
print(x + 1, index - x*m + 1)
全部评论

相关推荐

一天代码十万三:这都不能算简历吧
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务