0_0_21851730_6342.cpp: In function 'int main()': 0_0_21851730_6342.cpp:43:26: error: 'memset' was not declared in this scope memset(A, 0, sizeof(A)); ^ 0_0_21851730_6342.cpp:46:20: error: 'strlen' was not declared in this scope int n = strlen(A); ^