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