0_0_4824544_5341.cpp:10: error: `_int64' does not name a type
0_0_4824544_5341.cpp:12: error: `_int64' does not name a type
0_0_4824544_5341.cpp: In function `matrix mult(matrix, matrix)':
0_0_4824544_5341.cpp:15: error: `_int64' undeclared (first use this function)
0_0_4824544_5341.cpp:15: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_4824544_5341.cpp:15: error: expected `;' before "t"
0_0_4824544_5341.cpp:17: error: expected `;' before "i"
0_0_4824544_5341.cpp:17: error: `i' undeclared (first use this function)
0_0_4824544_5341.cpp:17: error: `cnt' undeclared (first use this function)
0_0_4824544_5341.cpp:18: error: expected `;' before "j"
0_0_4824544_5341.cpp:18: error: `j' undeclared (first use this function)
0_0_4824544_5341.cpp:19: error: `t' undeclared (first use this function)
0_0_4824544_5341.cpp:20: error: expected `;' before "k"
0_0_4824544_5341.cpp:20: error: `k' undeclared (first use this function)
0_0_4824544_5341.cpp:21: error: 'struct matrix' has no member named 'a'
0_0_4824544_5341.cpp:21: error: 'struct matrix' has no member named 'a'
0_0_4824544_5341.cpp:23: error: 'struct matrix' has no member named 'a'
0_0_4824544_5341.cpp: In function `int main()':
0_0_4824544_5341.cpp:31: error: `_int64' undeclared (first use this function)
0_0_4824544_5341.cpp:31: error: expected `;' before "a"
0_0_4824544_5341.cpp:32: error: `cnt' undeclared (first use this function)
0_0_4824544_5341.cpp:36: error: expected `;' before "i"
0_0_4824544_5341.cpp:36: error: `i' undeclared (first use this function)
0_0_4824544_5341.cpp:37: error: expected `;' before "j"
0_0_4824544_5341.cpp:37: error: `j' undeclared (first use this function)
0_0_4824544_5341.cpp:38: error: 'struct matrix' has no member named 'a'
0_0_4824544_5341.cpp:42: error: `a' undeclared (first use this function)
0_0_4824544_5341.cpp:42: error: `b' undeclared (first use this function)
0_0_4824544_5341.cpp:51: error: 'struct matrix' has no member named 'a'
0_0_4824544_5341.cpp:54: error: expected `;' before "i"
0_0_4824544_5341.cpp:58: error: expected `;' before "v1"
0_0_4824544_5341.cpp:59: error: expected `;' before "ans"
0_0_4824544_5341.cpp:61: error: `v1' undeclared (first use this function)
0_0_4824544_5341.cpp:61: error: `v2' undeclared (first use this function)
0_0_4824544_5341.cpp:61: error: `t1' undeclared (first use this function)
0_0_4824544_5341.cpp:61: error: `t2' undeclared (first use this function)
0_0_4824544_5341.cpp:67: error: `ans' undeclared (first use this function)
0_0_4824544_5341.cpp:68: error: expected `;' before "i"
|