Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
109076 展博 二维数组最大值 Python3 Compile Error 0 MS 0 KB 183 2025-01-25 19:41:45

Tests(0/0):


Code:

for i in range(3): n=list(map(int,input().split())) a.append(n) ans=0 for row in range(3): for col in range(4): if a[row][col]>ans: ans=a[row][col] print(ans)


Run Info:

Sorry: TabError: inconsistent use of tabs and spaces in indentation (Main.py, line 7)