0_0_2185013_25386.cpp: In function `int main()':
0_0_2185013_25386.cpp:10: error: `lin' undeclared (first use this function)
0_0_2185013_25386.cpp:10: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_2185013_25386.cpp:10: error: expected `)' before '{' token
0_0_2185013_25386.cpp:18: error: cannot convert `double' to `char*' for argument `1' to `char* strcpy(char*, const char*)'
0_0_2185013_25386.cpp:19: error: expected `)' before "a"
0_0_2185013_25386.cpp:20: error: cannot convert `double' to `char*' for argument `1' to `char* strcpy(char*, const char*)'
0_0_2185013_25386.cpp:21: error: expected `)' before "b"
0_0_2185013_25386.cpp:22: error: cannot convert `double' to `char*' for argument `1' to `char* strcpy(char*, const char*)'
0_0_2185013_25386.cpp:23: error: expected `)' before "c"
0_0_2185013_25386.cpp:31: error: expected `)' before ';' token
0_0_2185013_25386.cpp:31: error: expected `;' before ')' token
|