0_0_20264588_29854.cpp: In function 'int main()':
0_0_20264588_29854.cpp:10:25: error: 'memset' was not declared in this scope
memset(p, 0, sizeof(p));
^
0_0_20264588_29854.cpp:12:19: error: 'strlen' was not declared in this scope
int n = strlen(s);
^
|