[UVA] 10827 - Maximum sum on a torus
Problem H
Maximum sum on a torus
Input: Standard Input
Output: Standard Output
A
grid that wraps both horizontally and vertically is called a torus. Given a
torus where each cell contains an integer, determine the sub-rectangle with the
largest sum. The sum o...