PROJECT EULER · #0743
Window into a Matrix
A window into a matrix is a contiguous sub matrix.
Consider a
Let
You are given that
Find
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.