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