205201_0_497.cpp: In function `int main()':
205201_0_497.cpp:15: error: cannot convert `char (*)[1001]' to `char*' for argument `1' to `void re(char*)'
205201_0_497.cpp:16: error: cannot convert `char (*)[1001]' to `char*' for argument `1' to `void re(char*)'
205201_0_497.cpp:22: error: `ti' undeclared (first use this function)
205201_0_497.cpp:22: error: (Each undeclared identifier is reported only once for each function it appears in.)
205201_0_497.cpp:32: error: expected `;' before "for"
205201_0_497.cpp:32: error: expected `;' before ')' token
205201_0_497.cpp: In function `void re(char*)':
205201_0_497.cpp:42: error: invalid conversion from `char' to `const char*'
205201_0_497.cpp:42: error: initializing argument 1 of `size_t strlen(const char*)'
205201_0_497.cpp:44: error: invalid type argument of `unary *'
205201_0_497.cpp:45: error: invalid type argument of `unary *'
205201_0_497.cpp:45: error: invalid type argument of `unary *'
205201_0_497.cpp:46: error: invalid type argument of `unary *'
|