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 | #50509136 | Utilizator | |
Fișier | estearbore.cpp | Dimensiune | 739 B |
Data încărcării | 12 Aprilie 2024, 09:11 | Scor / rezultat | Eroare de compilare |
estearbore.cpp: In function 'int dfs(int)': estearbore.cpp:13:26: error: lvalue required as left operand of assignment if(a[X][i]==1 && v[i]=0) ^ estearbore.cpp:17:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ estearbore.cpp: In function 'int main()': estearbore.cpp:22:21: error: expected primary-expression before ')' token for(j=1;j<=n;j+=) ^ estearbore.cpp:31:25: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(a[i][j]=1) ^
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ă.