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 | #53913958 | Utilizator | |
Fișier | estearbore.cpp | Dimensiune | 674 B |
Data încărcării | 14 Noiembrie 2024, 16:41 | Scor / rezultat | Eroare de compilare |
estearbore.cpp:2:17: error: expected ']' before ';' token #define NMAX 101; ^ estearbore.cpp:8:8: note: in expansion of macro 'NMAX' bool A[NMAX][NMAX]; ^ estearbore.cpp:8:12: error: expected unqualified-id before ']' token bool A[NMAX][NMAX]; ^ estearbore.cpp:8:18: error: expected unqualified-id before ']' token bool A[NMAX][NMAX]; ^ estearbore.cpp:2:17: error: expected ']' before ';' token #define NMAX 101; ^ estearbore.cpp:9:10: note: in expansion of macro 'NMAX' bool viz[NMAX]; ^ estearbore.cpp:9:14: error: expected unqualified-id before ']' token bool viz[NMAX]; ^ estearbore.cpp: In function 'void dfs(int)': estearbore.cpp:14:4: error: 'viz' was not declared in this scope viz[nod] = 1; ^ estearbore.cpp:16:11: error: 'A' was not declared in this scope if (A[nod][j] && !viz[j]) ^ estearbore.cpp: In function 'int main()': estearbore.cpp:27:12: error: 'A' was not declared in this scope if (!A[a][b]) ^ estearbore.cpp:40:12: error: 'viz' was not declared in this scope if (!viz[i]) ^
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ă.