#include using namespace std; typedef long long ll; #define MAX_H 510 #define MAX_W 510 int H, W; ll A[MAX_H][MAX_W], dp[MAX_H][MAX_W][2]; template bool chmax(T &a, T b){ if(a> H >> W; for(int i=0; i> A[i][j]; } } for(int i=0; i