0_0_35339152_11855.cpp: In function 'int main()': 0_0_35339152_11855.cpp:37:65: error: 'p' was not declared in this scope for(int i = 1; i <= n; ++i) for(int j = 1; j <= n; ++j) p[i][j] = -INF; ^