#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 | #52873817 | Utilizator | |
Fișier | izolate.cpp | Dimensiune | 621 B |
Data încărcării | 11 Octombrie 2024, 12:35 | Scor / rezultat | Eroare de compilare |
izolate.cpp:8:25: 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:21:10: error: no match for 'operator[]' (operand types are 'std::ofstream {aka std::basic_ofstream<char>}' and 'int') g[i]=0; ^ izolate.cpp:24:18: error: no match for 'operator[]' (operand types are 'std::ofstream {aka std::basic_ofstream<char>}' and 'int') g[i] ++; ^ izolate.cpp:29:13: error: no match for 'operator[]' (operand types are 'std::ofstream {aka std::basic_ofstream<char>}' and 'int') if(g[i] == 0) ^ izolate.cpp:34: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ă.