#430
Izolate
Se dă lista muchiilor unui graf neorientat. Să se afișeze vârfurile izolate ale grafului.
Problema | Izolate | Operații I/O |
izolate.in /izolate.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #50023653 | Utilizator | |
Fișier | izolate.cpp | Dimensiune | 662 B |
Data încărcării | 24 Martie 2024, 14:01 | Scor / rezultat | Eroare de compilare |
izolate.cpp:8:27: error: conflicting declaration 'int g [105]' int n , a[105][105], g[105]; ^ izolate.cpp:6:10: error: 'g' has a previous declaration as 'std::ofstream g' ofstream g("izolate.out"); ^ izolate.cpp: In function 'int main()': izolate.cpp:14:11: error: 'fin' was not declared in this scope while(fin >> i >> j) ^ izolate.cpp:20:10: error: no match for 'operator[]' (operand types are 'std::ofstream {aka std::basic_ofstream<char>}' and 'int') g[i] = 0; ^ izolate.cpp:23:18: error: no match for 'operator[]' (operand types are 'std::ofstream {aka std::basic_ofstream<char>}' and 'int') g[i] ++; ^ izolate.cpp:28:13: error: no match for 'operator[]' (operand types are 'std::ofstream {aka std::basic_ofstream<char>}' and 'int') if(g[i] == 0) ^ izolate.cpp:31:5: error: 'fout' was not declared in this scope fout << nrv << " "; ^ izolate.cpp:33:13: error: no match for 'operator[]' (operand types are 'std::ofstream {aka std::basic_ofstream<char>}' and 'int') if(g[i] == 0) ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Izolate 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ă.