#431
Graf complet
Se dau mai multe grafuri neorientate, prin matricea de adiacență. Să se verifice despre fiecare graf dacă este complet.
Problema | Graf complet | Operații I/O |
graf_complet.in /graf_complet.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #51952789 | Utilizator | |
Fișier | graf_complet.cpp | Dimensiune | 780 B |
Data încărcării | 12 Septembrie 2024, 09:43 | Scor / rezultat | Eroare de compilare |
graf_complet.cpp:4:1: error: 'ifstream' does not name a type ifstream fin ("graf_complet.in") ^ graf_complet.cpp: In function 'void citesteG(int&, int (*)[101])': graf_complet.cpp:8:9: error: 'fin' was not declared in this scope fin>>n; ^ graf_complet.cpp: In function 'bool complet(int, int (*)[101])': graf_complet.cpp:17:18: error: expected ';' before '<' token for(int i<j && i+j<n-1){ ^ graf_complet.cpp:17:18: error: expected primary-expression before '<' token graf_complet.cpp:17:19: error: 'j' was not declared in this scope for(int i<j && i+j<n-1){ ^ graf_complet.cpp:17:31: error: expected ';' before ')' token for(int i<j && i+j<n-1){ ^ graf_complet.cpp:21:18: error: expected ';' before '<' token for(int i<j && i+j<n-1){ ^ graf_complet.cpp:21:18: error: expected primary-expression before '<' token graf_complet.cpp:21:19: error: 'j' was not declared in this scope for(int i<j && i+j<n-1){ ^ graf_complet.cpp:21:31: error: expected ';' before ')' token for(int i<j && i+j<n-1){ ^ graf_complet.cpp:27:1: error: a function-definition is not allowed here before '{' token { cin>>nr; ^ graf_complet.cpp:33:1: error: expected '}' at end of input } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Graf complet 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ă.