0_0_23984422_30533.cpp: In function 'void Polish(char*, int)':
0_0_23984422_30533.cpp:28:34: error: 'memset' was not declared in this scope
memset(output,'\0',sizeof output); //تن³ِ´®
^
0_0_23984422_30533.cpp: In function 'int main()':
0_0_23984422_30533.cpp:136:29: error: 'strlen' was not declared in this scope
Polish(input, strlen(input));
^
|