Borderou de evaluare (job #2423976)
| Utilizator | Data | 22 mai 2019 13:20:10 | |
|---|---|---|---|
| Problema | A+B | Status | done |
| Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
| Scor | 0 | ||
Raport evaluator
Eroare de compilare:
main.cpp: In function 'void Creare(int)':
main.cpp:12:13: error: 'l' was not declared in this scope
L->st = l->dr = NULL;
^
main.cpp:12:21: error: 'NULL' was not declared in this scope
L->st = l->dr = NULL;
^~~~
main.cpp: In function 'void InsInceput(int)':
main.cpp:30:13: error: 'NULL' was not declared in this scope
p->st = NULL;
^~~~
main.cpp: In function 'void Sterge(Nod*)':
main.cpp:36:13: error: 'NULL' was not declared in this scope
if(L == NULL)
^~~~
main.cpp:41:17: error: 'NULL' was not declared in this scope
L = U = NULL;
^~~~
main.cpp:48:9: error: 'l' was not declared in this scope
l->st = NULL;
^
main.cpp:48:17: error: 'NULL' was not declared in this scope
l->st = NULL;
^~~~
main.cpp:55:17: error: 'NULL' was not declared in this scope
U->dr = NULL;
^~~~
main.cpp: In function 'void Parc()':
main.cpp:65:24: error: 'NULL' was not declared in this scope
for(Nod *p=L; p != NULL; p = p->dr)
^~~~
main.cpp:66:9: error: 'cout' was not declared in this scope
cout << p->info << " ";
^~~~
main.cpp:67:5: error: 'cout' was not declared in this scope
cout << "\n";
^~~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
