Borderou de evaluare (job #3148275)

Utilizator TincaMateiTinca Matei TincaMatei Data 30 august 2023 16:59:52
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:48:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 48 | for (int i = 0; i < poly.size(); ++i) | ~~^~~~~~~~~~~~~ main.cpp:51:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 51 | for (int l = 1; l < poly.size(); l <<= 1) { | ~~^~~~~~~~~~~~~ main.cpp:56:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 56 | for (int b = 0; b < poly.size(); b += (l << 1)) { | ~~^~~~~~~~~~~~~ main.cpp: In function 'void dump_poly(const std::vector<int>&)': main.cpp:79:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 79 | 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:99:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 99 | for (int i = 0; i < p1.size(); ++i) | ~~^~~~~~~~~~~ main.cpp: In function 'int main()': main.cpp:144:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 144 | for (int i = 0; i < res.size(); ++i) { | ~~^~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
154ms3706kbOK100
Punctaj total100

Ceva nu functioneaza?