#641
Subarbore
Se dă vectorul de tați al unui arbore cu rădăcină cu n
noduri și un nod k
. Afișați, în ordine crescătoare, nodurile din subarborele cu rădăcina în k
.
Problema | Subarbore | Operații I/O |
subarbore.in /subarbore.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #28748695 | Utilizator | |
Fișier | subarbore.cpp | Dimensiune | 690 B |
Data încărcării | 17 Martie 2021, 08:40 | Scor / rezultat | Eroare de compilare |
subarbore.cpp:14:19: error: redefinition of 'std::vector<int> G [101]' vector <int> G[101]; ^ subarbore.cpp:9:14: error: 'std::vector<int> G [101]' previously declared here vector <int> G[101]; ^ subarbore.cpp:16:5: error: redefinition of 'int n' int n , p , x , y , k , T[102] , P[101] , rez[101] , cnt; ^ subarbore.cpp:11:5: error: 'int n' previously declared here int n , p , x , y , k , T[102] , P[101] , rez[101] , cnt; ^ subarbore.cpp:16:9: error: redefinition of 'int p' int n , p , x , y , k , T[102] , P[101] , rez[101] , cnt; ^ subarbore.cpp:11:9: error: 'int p' previously declared here int n , p , x , y , k , T[102] , P[101] , rez[101] , cnt; ^ subarbore.cpp:16:13: error: redefinition of 'int x' int n , p , x , y , k , T[102] , P[101] , rez[101] , cnt; ^ subarbore.cpp:11:13: error: 'int x' previously declared here int n , p , x , y , k , T[102] , P[101] , rez[101] , cnt; ^ subarbore.cpp:16:17: error: redefinition of 'int y' int n , p , x , y , k , T[102] , P[101] , rez[101] , cnt; ^ subarbore.cpp:11:17: error: 'int y' previously declared here int n , p , x , y , k , T[102] , P[101] , rez[101] , cnt; ^ subarbore.cpp:16:21: error: redefinition of 'int k' int n , p , x , y , k , T[102] , P[101] , rez[101] , cnt; ^ subarbore.cpp:11:21: error: 'int k' previously declared here int n , p , x , y , k , T[102] , P[101] , rez[101] , cnt; ^ subarbore.cpp:16:30: error: redefinition of 'int T [102]' int n , p , x , y , k , T[102] , P[101] , rez[101] , cnt; ^ subarbore.cpp:11:25: error: 'int T [102]' previously declared here int n , p , x , y , k , T[102] , P[101] , rez[101] , cnt; ^ subarbore.cpp:16:39: error: redefinition of 'int P [101]' int n , p , x , y , k , T[102] , P[101] , rez[101] , cnt; ^ subarbore.cpp:11:34: error: 'int P [101]' previously declared here int n , p , x , y , k , T[102] , P[101] , rez[101] , cnt; ^ subarbore.cpp:16:50: error: redefinition of 'int rez [101]' int n , p , x , y , k , T[102] , P[101] , rez[101] , cnt; ^ subarbore.cpp:11:43: error: 'int rez [101]' previously declared here int n , p , x , y , k , T[102] , P[101] , rez[101] , cnt; ^ subarbore.cpp:16:54: error: redefinition of 'int cnt' int n , p , x , y , k , T[102] , P[101] , rez[101] , cnt; ^ subarbore.cpp:11:54: error: 'int cnt' previously declared here int n , p , x , y , k , T[102] , P[101] , rez[101] , cnt; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Subarbore 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ă.