0_0_8416706_5977.cpp: In function `void Get_mat(double (*)[3], double, double, double, double)':
0_0_8416706_5977.cpp:3: error: `xx' undeclared (first use this function)
0_0_8416706_5977.cpp:3: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8416706_5977.cpp:3: error: `yy' undeclared (first use this function)
0_0_8416706_5977.cpp:3: error: `zz' undeclared (first use this function)
0_0_8416706_5977.cpp:4: error: expected `;' before "double"
0_0_8416706_5977.cpp:5: error: `sin' undeclared (first use this function)
0_0_8416706_5977.cpp:7: error: `c' undeclared (first use this function)
0_0_8416706_5977.cpp: In function `int main()':
0_0_8416706_5977.cpp:19: error: `scanf' undeclared (first use this function)
0_0_8416706_5977.cpp:19: error: `EOF' undeclared (first use this function)
0_0_8416706_5977.cpp:24: error: `sqrt' undeclared (first use this function)
0_0_8416706_5977.cpp:31: error: `printf' undeclared (first use this function)
|