|
||||||||||
Matrix AgainTime Limit: 5000/2000 MS (Java/Others) Memory Limit: 102400/102400 K (Java/Others)Total Submission(s): 5657 Accepted Submission(s): 1553 Problem Description Starvae very like play a number game in the n*n Matrix. A positive integer number is put in each area of the Matrix. Every time starvae should to do is that choose a detour which from the top left point to the bottom right point and than back to the top left point with the maximal values of sum integers that area of Matrix starvae choose. But from the top to the bottom can only choose right and down, from the bottom to the top can only choose left and up. And starvae can not pass the same area of the Matrix except the start and end.. Do you know why call this problem as ¡°Matrix Again¡±? AS it is like the problem 2686 of HDU. Input The input contains multiple test cases. Each case first line given the integer n (2<=n<=600) Then n lines, each line include n positive integers. (<100) Output For each test case output the maximal values starvae can get. Sample Input
Sample Output
Author Starvae Source | ||||||||||
|