Borderou de evaluare (job #2911168)

Utilizator TudosieRazvanTudosie Marius-Razvan TudosieRazvan Data 27 iunie 2022 13:15:14
Problema Secv10 Status done
Runda Arhiva ICPC Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In function 'int main()': main.cpp:89:25: warning: 'memset' used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size] 89 | memset(prefix, 0, NMAX); | ^ main.cpp:115:25: warning: 'memset' used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size] 115 | memset(prefix, 0, NMAX); | ^ main.cpp:145:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 145 | for (int i = 0; i < find1.size(); i++) | ~~^~~~~~~~~~~~~~ main.cpp:152:13: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 152 | if (mij < find2.size() && find1[mij] + sizeA <= find2[mij] + sizeB) | ~~~~^~~~~~~~~~~~~~ main.cpp:147:8: warning: unused variable 'poz1' [-Wunused-variable] 147 | int poz1 = find1[i]; | ^~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
146ms958kbIncorect0
Punctaj total0

Ceva nu functioneaza?