#3147
FeteGraf
Determinați numărul de fețe ale unui graf neorientat, conex, planar.
Problema | FeteGraf | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #43103340 | Utilizator | |
Fișier | fetegraf.cpp | Dimensiune | 999 B |
Data încărcării | 31 Martie 2023, 11:55 | Scor / rezultat | 0 puncte |
fetegraf.cpp: In function 'std::vector<int> compare(std::vector<int>, std::vector<int>)': fetegraf.cpp:18:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i<min(a.size(),b.size());i++) ^ fetegraf.cpp: In function 'void DFS(int, int)': fetegraf.cpp:36:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i<g[x].size();i++) ^ fetegraf.cpp: In function 'int main()': fetegraf.cpp:57:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i<rez.size();i++) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 20 | 0 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema FeteGraf 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ă.