Borderou de evaluare (job #1841329)
Utilizator | Data | 5 ianuarie 2017 15:23:44 | |
---|---|---|---|
Problema | Hashuri | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘int hashing(int)’:
user.cpp:15:12: error: ‘e’ was not declared in this scope
return e;
^
user.cpp: In function ‘bool verificare(int)’:
user.cpp:21:5: error: ‘nod’ was not declared in this scope
nod *k = p[h];
^
user.cpp:21:10: error: ‘k’ was not declared in this scope
nod *k = p[h];
^
user.cpp:21:14: error: ‘p’ was not declared in this scope
nod *k = p[h];
^
user.cpp: In function ‘void adaugare(int)’:
user.cpp:33:5: error: ‘nod’ was not declared in this scope
nod *k = new(nod);
^
user.cpp:33:10: error: ‘k’ was not declared in this scope
nod *k = new(nod);
^
user.cpp:33:22: error: expected type-specifier before ‘;’ token
nod *k = new(nod);
^
user.cpp:35:5: error: ‘u’ was not declared in this scope
u[h]->val = el;
^
user.cpp: In function ‘void stergere(int)’:
user.cpp:43:5: error: ‘nod’ was not declared in this scope
nod *k = p[h];
^
user.cpp:43:10: error: ‘k’ was not declared in this scope
nod *k = p[h];
^
user.cpp:43:14: error: ‘p’ was not declared in this scope
nod *k = p[h];
^
user.cpp: In function ‘int hashing(int)’:
user.cpp:16:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
user.cpp: In function ‘bool verificare(int)’:
user.cpp:28:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !