Borderou de evaluare (job #3289547)

Utilizator PopescuLucianPopescu Lucian PopescuLucian 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
10ms303kbLungime incorecta!0
20ms385kbLungime incorecta!0
30ms303kbLungime incorecta!0
40ms303kbLungime incorecta!0
50ms303kbLungime incorecta!0
60ms303kbLungime incorecta!0
70ms303kbLungime incorecta!0
80ms303kbLungime incorecta!0
90ms303kbLungime incorecta!0
100ms311kbLungime incorecta!0
Punctaj total0

Ceva nu functioneaza?