0_0_20214845_6142.cpp: In function 'int main()':
0_0_20214845_6142.cpp:17:32: error: 'strlen' was not declared in this scope
int key=strlen(temp)-1;
^
0_0_20214845_6142.cpp:40:32: error: 'strlen' was not declared in this scope
int key=strlen(temp)-1;
^
|