0_0_16145810_3260.cpp: In function 'int main()': 0_0_16145810_3260.cpp:9:23: error: 'memset' was not declared in this scope memset(n,0,sizeof(n)); ^ 0_0_16145810_3260.cpp:10:21: error: 'strlen' was not declared in this scope int len=strlen(buf); ^