0_0_2843896_3968.c:2:19: iostream: No such file or directory
0_0_2843896_3968.c:3: error: syntax error before "namespace"
0_0_2843896_3968.c:7: error: variable-size type declared outside of any function
0_0_2843896_3968.c:7: error: variable-size type declared outside of any function
0_0_2843896_3968.c:9: error: syntax error before "mat"
0_0_2843896_3968.c:35: error: syntax error before "mul"
0_0_2843896_3968.c:35: error: syntax error before "a"
0_0_2843896_3968.c: In function `mul':
0_0_2843896_3968.c:38: error: `Mat' undeclared (first use in this function)
0_0_2843896_3968.c:38: error: (Each undeclared identifier is reported only once
0_0_2843896_3968.c:38: error: for each function it appears in.)
0_0_2843896_3968.c:38: error: syntax error before "c"
0_0_2843896_3968.c:42: error: `c' undeclared (first use in this function)
0_0_2843896_3968.c:45: error: `a' undeclared (first use in this function)
0_0_2843896_3968.c:45: error: `b' undeclared (first use in this function)
0_0_2843896_3968.c: At top level:
0_0_2843896_3968.c:51: error: syntax error before "solve"
0_0_2843896_3968.c: In function `solve':
0_0_2843896_3968.c:53: error: `Mat' undeclared (first use in this function)
0_0_2843896_3968.c:53: error: syntax error before "mt"
0_0_2843896_3968.c: In function `main':
0_0_2843896_3968.c:66: error: `Mat' undeclared (first use in this function)
0_0_2843896_3968.c:66: error: syntax error before "ans"
0_0_2843896_3968.c:68: error: `cin' undeclared (first use in this function)
0_0_2843896_3968.c:73: error: request for member `matrix' in something not a structure or union
0_0_2843896_3968.c:74: error: request for member `matrix' in something not a structure or union
0_0_2843896_3968.c:75: error: request for member `matrix' in something not a structure or union
0_0_2843896_3968.c:76: error: request for member `matrix' in something not a structure or union
0_0_2843896_3968.c:80: error: `ans' undeclared (first use in this function)
0_0_2843896_3968.c:83: error: `cout' undeclared (first use in this function)
0_0_2843896_3968.c:83: error: `endl' undeclared (first use in this function)
|