Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #3309178)
| Utilizator | Data | 2 septembrie 2025 04:12:08 | |
|---|---|---|---|
| Problema | Lowest Common Ancestor | Status | done |
| Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
| Scor | 100 | ||
Raport evaluator
Compilare:
main.cpp: In function 'int main()':
main.cpp:43:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
43 | for (int i = 0; i < eulerRepresentation.size(); ++i)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:56:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
56 | if ((1 << i) > eulerRepresentation.size())
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:61:41: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
61 | for (int j = 0; j + (1 << i) -1 < eulerRepresentation.size(); ++j)
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:73:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
73 | for (int i = 1; i < maxLength.size(); ++i)
| ~~^~~~~~~~~~~~~~~~~~
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test | Punctaj/grupa |
|---|---|---|---|---|---|
| 1 | 0ms | 303kb | OK | 10 | 10 |
| 2 | 0ms | 303kb | OK | 10 | 10 |
| 3 | 3ms | 2129kb | OK | 10 | 10 |
| 4 | 38ms | 12197kb | OK | 10 | 10 |
| 5 | 57ms | 20484kb | OK | 10 | 10 |
| 6 | 83ms | 20692kb | OK | 10 | 10 |
| 7 | 209ms | 36016kb | OK | 10 | 10 |
| 8 | 402ms | 23195kb | OK | 10 | 30 |
| 9 | 519ms | 24137kb | OK | 10 | |
| 10 | 565ms | 24588kb | OK | 10 | |
| Punctaj total | 100 | ||||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
