#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 | #54022218 | Utilizator | |
Fișier | izolate.cpp | Dimensiune | 624 B |
Data încărcării | 18 Noiembrie 2024, 09:42 | Scor / rezultat | Eroare de compilare |
izolate.cpp:5:27: error: conflicting declaration 'int g [105]' int n , a[105][105], g[105]; ^ izolate.cpp:4:36: error: 'g' has a previous declaration as 'std::ofstream g' ifstream f("izolate.in"); ofstream g("izolate.out"); ^ izolate.cpp: In function 'int main()': izolate.cpp:10:11: error: 'fin' was not declared in this scope while(fin >> i >> j) ^ izolate.cpp:13:10: error: no match for 'operator[]' (operand types are 'std::ofstream {aka std::basic_ofstream<char>}' and 'int') g[i] = 0; ^ izolate.cpp:16:18: error: no match for 'operator[]' (operand types are 'std::ofstream {aka std::basic_ofstream<char>}' and 'int') g[i]++; ^ izolate.cpp:20:13: error: no match for 'operator[]' (operand types are 'std::ofstream {aka std::basic_ofstream<char>}' and 'int') if(g[i] == 0) ^ izolate.cpp:24: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ă.