Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #3289547)
| Utilizator | Data | 27 martie 2025 13:18:16 | |
|---|---|---|---|
| Problema | Cel mai lung subsir comun | Status | done |
| Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
| Scor | 0 | ||
Raport evaluator
Compilare:
main.cpp: In function 'std::vector<int> LCS(std::vector<int>, std::vector<int>)':
main.cpp:14:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
14 | while (i < firstVector.size())
| ~~^~~~~~~~~~~~~~~~~~~~
main.cpp:16:36: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
16 | for (int j = 0 ; j < secondVector.size(); j++)
| ~~^~~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:59:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
59 | for (int i = 0; i < result.size(); i++)
| ~~^~~~~~~~~~~~~~~
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 0ms | 303kb | Lungime incorecta! | 0 |
| 2 | 0ms | 385kb | Lungime incorecta! | 0 |
| 3 | 0ms | 303kb | Lungime incorecta! | 0 |
| 4 | 0ms | 303kb | Lungime incorecta! | 0 |
| 5 | 0ms | 303kb | Lungime incorecta! | 0 |
| 6 | 0ms | 303kb | Lungime incorecta! | 0 |
| 7 | 0ms | 303kb | Lungime incorecta! | 0 |
| 8 | 0ms | 303kb | Lungime incorecta! | 0 |
| 9 | 0ms | 303kb | Lungime incorecta! | 0 |
| 10 | 0ms | 311kb | Lungime incorecta! | 0 |
| Punctaj total | 0 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
