0_0_25105512_30003.cpp: In function 'int main()':
0_0_25105512_30003.cpp:15:26: error: 'memset' was not declared in this scope
memset(b,' ',sizeof(b));
^
0_0_25105512_30003.cpp:17:20: error: 'strlen' was not declared in this scope
int len=strlen(a);
^
|