0_0_20013888_21490.cpp: In function 'int main(int, char**)':
0_0_20013888_21490.cpp:62:21: error: 'strcmp' was not declared in this scope
if (strcmp(str, "0") == 0) break;
^
0_0_20013888_21490.cpp:63:18: error: 'strlen' was not declared in this scope
Len = strlen(str);
^
|