Problema | esteArbore | Operații I/O |
estearbore.in /estearbore.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #49507481 | Utilizator | |
Fișier | estearbore.cpp | Dimensiune | 731 B |
Data încărcării | 05 Martie 2024, 09:34 | Scor / rezultat | Eroare de compilare |
estearbore.cpp: In function 'void citire(int&, int, int&)': estearbore.cpp:18:15: error: invalid types 'int[int]' for array subscript if(a[i][j] == 0) ^ estearbore.cpp:20:12: error: invalid types 'int[int]' for array subscript a[i][j] = a[j][i] = 1; ^ estearbore.cpp:20:22: error: invalid types 'int[int]' for array subscript a[i][j] = a[j][i] = 1; ^ estearbore.cpp: In function 'int pa(int)': estearbore.cpp:27:5: error: 'v' was not declared in this scope v[x]=1; ^ estearbore.cpp:30:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ estearbore.cpp: In function 'int main()': estearbore.cpp:34:19: error: invalid conversion from 'int (*)[101]' to 'int' [-fpermissive] citire(n, a, m); ^ estearbore.cpp:11:6: error: initializing argument 2 of 'void citire(int&, int, int&)' [-fpermissive] void citire(int &n, int a, int &m) ^ estearbore.cpp:40:13: error: 'i' was not declared in this scope for(i=2; i<=n; i++) ^ estearbore.cpp:41:16: error: 'v' was not declared in this scope if(v[i]==0)ok=0; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema esteArbore face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:
Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.