foo.cpp:5:57: warning: missing braces around initializer for 'int [401][401]' [-Wmissing-braces]
foo.cpp:5:57: warning: missing braces around initializer for 'int [401]' [-Wmissing-braces]
foo.cpp: In function 'int main()':
foo.cpp:15:19: error: 'maxv' was not declared in this scope
foo.cpp:16:20: error: 'maxm' was not declared in this scope
foo.cpp:20:52: error: 'v' was not declared in this scope
foo.cpp:20:63: error: 'm' was not declared in this scope
foo.cpp:20:72: error: 'val' was not declared in this scope