0_0_10662182_15923.cpp:12: error: size of array `map' has non-integral type `<unknown type>'
0_0_10662182_15923.cpp: In function `double prim(int, double (*)[150])':
0_0_10662182_15923.cpp:27: error: overloaded function with no contextual type information
0_0_10662182_15923.cpp:30: error: invalid operands of types `double' and `<unknown type>' to binary `operator<'
0_0_10662182_15923.cpp:32: error: overloaded function with no contextual type information
0_0_10662182_15923.cpp:35: error: missing `>' to terminate the template argument list
0_0_10662182_15923.cpp:35: error: could not convert `min<99999999>' to `bool'
0_0_10662182_15923.cpp:38: error: invalid operands of types `double' and `<unknown type>' to binary `operator+'
0_0_10662182_15923.cpp:38: error: in evaluation of `operator+=(double, <unknown type>)'
0_0_10662182_15923.cpp: In function `int main()':
0_0_10662182_15923.cpp:67: error: cannot convert `double (*)[150]' to `double' in initialization
|