#3580
chromosome
Un grup de geneticieni desfășoară un studiu amplu de analizare a genomului uman, propunându-și să determine serii optime de conexiuni intercromozomiale ale ADN-ului uman.
Problema | chromosome | Operații I/O |
chromosome.in /chromosome.out
|
---|---|---|---|
Limita timp | 1.5 secunde | Limita memorie |
Total: 32 MB
/
Stivă 16 MB
|
Id soluție | #51979510 | Utilizator | |
Fișier | chromosome.cpp | Dimensiune | 5.32 KB |
Data încărcării | 13 Septembrie 2024, 22:22 | Scor / rezultat | 10 puncte |
chromosome.cpp: In function 'void pushIntoRez(int, int)': chromosome.cpp:68:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i=1; i<Path.size(); ++i){ ^ chromosome.cpp: In function 'void findAnswer()': chromosome.cpp:89:60: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int spurIdx=0; spurIdx<lastPath.list.size() - 1; ++spurIdx){ // ultimul nod ii chiar desinatia ^ chromosome.cpp:94:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (path.list.size() > spurIdx && equal(rootPath.begin(), rootPath.end(), path.list.begin())){ ^ chromosome.cpp:115:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i=1; i<totalPath.size(); ++i){ ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
2 | 0 secunde | OK. | 5 | 5 | ||
3 | 0.008 secunde | Raspuns gresit. | 5 | 0 | ||
4 | 0.004 secunde | Raspuns gresit. | 5 | 0 | ||
5 | 0.016 secunde | Raspuns gresit. | 5 | 0 | ||
6 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
7 | 0.004 secunde | Raspuns gresit. | 5 | 0 | ||
8 | 0.016 secunde | Raspuns gresit. | 5 | 0 | ||
9 | 0.004 secunde | Raspuns gresit. | 5 | 0 | ||
10 | 0 secunde | OK. | 5 | 5 | ||
11 | 0.02 secunde | Raspuns gresit. | 5 | 0 | ||
12 | 0.108 secunde | Raspuns gresit. | 5 | 0 | ||
13 | 0.084 secunde | Raspuns gresit. | 5 | 0 | ||
14 | 0.08 secunde | Raspuns gresit. | 5 | 0 | ||
15 | 0.004 secunde | Raspuns gresit. | 5 | 0 | ||
16 | 0.024 secunde | Raspuns gresit. | 5 | 0 | ||
17 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
18 | 0.008 secunde | Raspuns gresit. | 5 | 0 | ||
19 | 0.032 secunde | Raspuns gresit. | 5 | 0 | ||
20 | 0.096 secunde | Raspuns gresit. | 5 | 0 | ||
Punctaj total | 10 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema chromosome 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ă.