Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Speedy category for Weak Point by GWilczynski
def weak_point(matrix):
mincol=10895716871
indmincol=0
minrow=18572115
indminrow=0
tempsum=0
tabcol=[0,0,0,0,0,0,0,0,0,0]
for i in range ( len(matrix) ):
for j in range ( len(matrix) ):
tempsum+=matrix[i][j]
tabcol[j]+=matrix[i][j]
if (tempsum
Oct. 18, 2015