Borderou de evaluare (job #2500984)

Utilizator ArkhamKnightyMarco Vraja ArkhamKnighty Data 28 noiembrie 2019 21:52:55
Problema Mesaje Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'void RezolvaMesaj(int)': main.cpp:20:27: error: 'strchr' was not declared in this scope while ((p = strchr(v, ' ')) != NULL) ^ main.cpp:23:24: error: 'strncpy' was not declared in this scope strncpy(cuv, v, p - v) ; ^ main.cpp:25:26: error: 'strcmp' was not declared in this scope if (strcmp(cuv, text[j]) == 0) ^ main.cpp:30:16: error: 'strcpy' was not declared in this scope strcpy(v, p+1) ; ^ main.cpp:33:23: error: 'strcmp' was not declared in this scope if (strcmp(text[j], v) == 0) ^ main.cpp: In function 'void Descompune(char*)': main.cpp:45:27: error: 'strchr' was not declared in this scope while ((p = strchr(v, ' ')) != NULL) ^ main.cpp:48:28: error: 'strncpy' was not declared in this scope strncpy(text[j], v, p - v) ; ^ main.cpp:50:16: error: 'strcpy' was not declared in this scope strcpy(v, p+1) ; ^ main.cpp:53:19: error: 'strcpy' was not declared in this scope strcpy(text[j], v) ; ^ main.cpp: In function 'void Sortare()': main.cpp:102:28: error: 'strrev' was not declared in this scope fout<<strrev(text[poz[i]])<<" " ; ^ Non zero exit status: 1

Ceva nu functioneaza?