Borderou de evaluare (job #856485)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Aritma (clasa a 8-a) | Compilator | cpp |
| Rundă | lasm_05_03_2026_cl10_12 | Status | evaluat |
| Dată | 5 mar. 2026 18:48:53 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:6:6: error: variable or field 'insereazaInTrie' declared void
6 | void insereazaInTrie(NodTrie* radacina, string cuvant) {
| ^~~~~~~~~~~~~~~
main.cpp:6:22: error: 'NodTrie' was not declared in this scope
6 | void insereazaInTrie(NodTrie* radacina, string cuvant) {
| ^~~~~~~
main.cpp:6:31: error: 'radacina' was not declared in this scope
6 | void insereazaInTrie(NodTrie* radacina, string cuvant) {
| ^~~~~~~~
main.cpp:6:48: error: expected primary-expression before 'cuvant'
6 | void insereazaInTrie(NodTrie* radacina, string cuvant) {
| ^~~~~~
main.cpp:24:6: error: variable or field 'genereazaCuTrie' declared void
24 | void genereazaCuTrie(NodTrie* nod, string model, int index, string curent, set<string>& rezultat) {
| ^~~~~~~~~~~~~~~
main.cpp:24:22: error: 'NodTrie' was not declared in this scope
24 | void genereazaCuTrie(NodTrie* nod, string model, int index, string curent, set<string>& rezultat) {
| ^~~~~~~
main.cpp:24:31: error: 'nod' was not declared in this scope
24 | void genereazaCuTrie(NodTrie* nod, string model, int index, string curent, set<string>& rezultat) {
| ^~~
main.cpp:24:43: error: expected primary-expression before 'model'
24 | void genereazaCuTrie(NodTrie* nod, string model, int index, string curent, set<string>& rezultat) {
| ^~~~~
main.cpp:24:50: error: expected primary-expression before 'int'
24 | void genereazaCuTrie(NodTrie* nod, string model, int index, string curent, set<string>& rezultat) {
| ^~~
main.cpp:24:68: error: expected primary-expression before 'curent'
24 | void genereazaCuTrie(NodTrie* nod, string model, int index, string curent, set<string>& rezultat) {
| ^~~~~~
main.cpp:24:87: error: expected primary-expression before '&' token
24 | void genereazaCuTrie(NodTrie* nod, string model, int index, string curent, set<string>& rezultat) {
| ^
main.cpp:24:89: error: 'rezultat' was not declared in this scope
24 | void genereazaCuTrie(NodTrie* nod, string model, int index, string curent, set<string>& rezultat) {
| ^~~~~~~~
main.cpp: In function 'int main()':
main.cpp:79:5: error: 'NodTrie' was not declared in this scope
79 | NodTrie* radacina = new NodTrie();
| ^~~~~~~
main.cpp:79:14: error: 'radacina' was not declared in this scope
79 | NodTrie* radacina = new NodTrie();
| ^~~~~~~~
main.cpp:79:29: error: expected type-specifier before 'NodTrie'
79 | NodTrie* radacina = new NodTrie();
| ^~~~~~~
main.cpp:81:9: error: 'insereazaInTrie' was not declared in this scope
81 | insereazaInTrie(radacina, comb);
| ^~~~~~~~~~~~~~~
main.cpp:88:9: error: 'genereazaCuTrie' was not declared in this scope