#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 | #51986305 | Utilizator | |
Fișier | chromosome.cpp | Dimensiune | 6.38 KB |
Data încărcării | 14 Septembrie 2024, 14:58 | Scor / rezultat | 15 puncte |
chromosome.cpp: In function 'void pushIntoRez(int, int)': chromosome.cpp:67: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:88: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:93: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:114: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.012 secunde | Raspuns gresit. | 5 | 0 | ||
4 | 0.004 secunde | Raspuns gresit. | 5 | 0 | ||
5 | 0.016 secunde | OK. | 5 | 5 | ||
6 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
7 | 0.004 secunde | Raspuns gresit. | 5 | 0 | ||
8 | 0.02 secunde | Raspuns gresit. | 5 | 0 | ||
9 | 0.008 secunde | Raspuns gresit. | 5 | 0 | ||
10 | 0 secunde | OK. | 5 | 5 | ||
11 | 0.024 secunde | Raspuns gresit. | 5 | 0 | ||
12 | 0.148 secunde | Raspuns gresit. | 5 | 0 | ||
13 | 0.096 secunde | Raspuns gresit. | 5 | 0 | ||
14 | 0.092 secunde | Raspuns gresit. | 5 | 0 | ||
15 | 0.004 secunde | Raspuns gresit. | 5 | 0 | ||
16 | 0.028 secunde | Raspuns gresit. | 5 | 0 | ||
17 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
18 | 0.012 secunde | Raspuns gresit. | 5 | 0 | ||
19 | 0.032 secunde | Raspuns gresit. | 5 | 0 | ||
20 | 0.112 secunde | Raspuns gresit. | 5 | 0 | ||
Punctaj total | 15 |
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ă.