#2707
matad
Dându-se o matrice de numere întregi cu n
linii și n
coloane, să se verifice dacă este sau nu matrice de adiacență asociată unui graf neorientat.
Folclorul informatic
Problema | matad | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54791947 | Utilizator | |
Fișier | matad.cpp | Dimensiune | 568 B |
Data încărcării | 08 Decembrie 2024, 22:15 | Scor / rezultat | Eroare de compilare |
matad.cpp:6:24: error: conflicting declaration 'int g [101]' int n,a[101][101],g[101]; ^ matad.cpp:5:10: error: 'g' has a previous declaration as 'std::ofstream g' ofstream g("izolate.out"); ^ matad.cpp: In function 'int main()': matad.cpp:9:9: error: redeclaration of 'int i' int i,j; ^ matad.cpp:8:6: error: 'int i' previously declared here {int i,j,nr; ^ matad.cpp:9:11: error: redeclaration of 'int j' int i,j; ^ matad.cpp:8:8: error: 'int j' previously declared here {int i,j,nr; ^ matad.cpp:16:10: error: no match for 'operator[]' (operand types are 'std::ofstream {aka std::basic_ofstream<char>}' and 'int') g[i]=0; ^ matad.cpp:19:18: error: no match for 'operator[]' (operand types are 'std::ofstream {aka std::basic_ofstream<char>}' and 'int') g[i]++; ^ matad.cpp:23:13: error: no match for 'operator[]' (operand types are 'std::ofstream {aka std::basic_ofstream<char>}' and 'int') if(g[i]==0) ^ matad.cpp:27: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 matad 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ă.