Borderou de evaluare (job #3148279)

Utilizator TincaMateiTinca Matei TincaMatei Data 30 august 2023 17:06:14
Problema Bacterii2 Status done
Runda Arhiva ICPC Compilator cpp-64 | Vezi sursa
Scor 100

Raport evaluator

Compilare: main.cpp: In function 'std::vector<int> ntt(const std::vector<int>&, int)': main.cpp:40:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 40 | for (int i = 0; i < poly.size(); ++i) | ~~^~~~~~~~~~~~~ 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 l = 1; l < poly.size(); l <<= 1) { | ~~^~~~~~~~~~~~~ main.cpp:48:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 48 | for (int b = 0; b < poly.size(); b += (l << 1)) { | ~~^~~~~~~~~~~~~ main.cpp: In function 'void dump_poly(const std::vector<int>&)': main.cpp:71:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 71 | for (int i = 0; i < a.size(); ++i) | ~~^~~~~~~~~~ main.cpp: In function 'std::vector<int> mul_poly(std::vector<int>, std::vector<int>)': main.cpp:81:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 81 | while (n <= poly1.size() + poly2.size()) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp:93:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 93 | for (int i = 0; i < p1.size(); ++i) | ~~^~~~~~~~~~~ main.cpp: In function 'int main()': main.cpp:138:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 138 | for (int i = 0; i < res.size(); ++i) { | ~~^~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
149ms3371kbOK100
Punctaj total100

Ceva nu functioneaza?