#4489
isomorpheus
Cele două pastile ale lui Morpheus sunt formate din N1
, respectiv N2
molecule, cu N1-1
, respectiv N2-1
legături între ele. Molecula principală este cea cu eticheta 1
în cazul ambelor pastile. Se garantează că există o singură modalitate de a parcurge legăturile din orice moleculă în oricare alta. Ei bine, Morpheus are Q
întrebări de forma a b
, unde vrea să afle dacă subpastila a
din pastila roșie este identică structural cu subpastila b
din pastila albastră. Ajută-i pe Neo si Morpheus să repare această catastrofă și îți vor mulțumi cu 100
de puncte!
Problema | isomorpheus | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.2 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #52264746 | Utilizator | |
Fișier | isomorpheus.cpp | Dimensiune | 2.17 KB |
Data încărcării | 24 Septembrie 2024, 21:56 | Scor / rezultat | 0 puncte |
isomorpheus.cpp: In function 'int createHashRed(int)': isomorpheus.cpp:40:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i=0; i<aux.size(); ++i) ^ isomorpheus.cpp: In function 'int createHashBlue(int)': isomorpheus.cpp:66:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i=0; i<aux.size(); ++i) ^ isomorpheus.cpp: In function 'int main()': isomorpheus.cpp:81:51: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d%d", &redNodes, &blueNodes, &query); ^ isomorpheus.cpp:84:30: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d", &x, &y); ^ isomorpheus.cpp:89:30: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d", &x, &y); ^ isomorpheus.cpp:102:30: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d", &x, &y); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
1 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
2 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
6 | 0.008 secunde | Raspuns gresit. | 5 | 0 | ||
7 | 0.016 secunde | Raspuns gresit. | 5 | 0 | ||
8 | 0.032 secunde | Raspuns gresit. | 5 | 0 | ||
9 | 0.048 secunde | Raspuns gresit. | 5 | 0 | ||
10 | 0.06 secunde | Raspuns gresit. | 5 | 0 | ||
11 | 0.08 secunde | Raspuns gresit. | 5 | 0 | ||
12 | 0.08 secunde | Raspuns gresit. | 5 | 0 | ||
13 | 0.084 secunde | Raspuns gresit. | 5 | 0 | ||
14 | 0.08 secunde | Raspuns gresit. | 5 | 0 | ||
15 | 0.08 secunde | Raspuns gresit. | 5 | 0 | ||
16 | 0.08 secunde | Raspuns gresit. | 5 | 0 | ||
17 | 0.08 secunde | Raspuns gresit. | 5 | 0 | ||
18 | 0.08 secunde | Raspuns gresit. | 5 | 0 | ||
19 | 0.08 secunde | Raspuns gresit. | 5 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema isomorpheus 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ă.