0_0_25985005_26303.cpp: In function 'int main()':
0_0_25985005_26303.cpp:18:25: error: 'memset' was not declared in this scope
memset(c, 0, sizeof(c)); //CÖÃÁã
^
0_0_25985005_26303.cpp:20:20: error: 'strlen' was not declared in this scope
int La = strlen(a);
^
|