Borderou de evaluare (job #3158814)

Utilizator popabogdanPopa Bogdan Ioan popabogdan Data 19 octombrie 2023 20:58:12
Problema Rubarba Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 80

Raport evaluator

Compilare: main.cpp: In function 'std::vector<Point> convex_hull(std::vector<Point>)': main.cpp:40:48: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 40 | for(int i = 0, t = 1; i >= 0; i += (t = (i == P.size() - 1 ? -t : t))) { | ~~^~~~~~~~~~~~~~~ main.cpp: In function 'int get_max_x(std::vector<Point>&, int, double)': main.cpp:54:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 54 | for(int i = 0; i < C.size() - 1; i++) { | ~~^~~~~~~~~~~~~~ main.cpp: In function 'int get_min_x(std::vector<Point>&, int, double)': main.cpp:80:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 80 | for(int i = 0; i < C.size() - 1; i++) { | ~~^~~~~~~~~~~~~~ main.cpp: In function 'int get_min_y(std::vector<Point>&, int, double)': main.cpp:106:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 106 | for(int i = 0; i < C.size() - 1; i++) { | ~~^~~~~~~~~~~~~~ main.cpp: In function 'int main()': main.cpp:154:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 154 | for(int i = 0; i < C.size() - 1; i++) { | ~~^~~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms303kbOk! You are better than Ionel!10
20ms303kbOk! You are better than Ionel!10
34ms438kbKilled by Signal 110
40ms303kbOk! You are better than Ionel!10
53ms557kbOk! You are better than Ionel!10
632ms3641kbKilled by Signal 110
733ms3600kbOk! You are better than Ionel!10
80ms303kbOk! You are better than Ionel!10
928ms3600kbOk! You are better than Ionel!10
100ms303kbOk! You are better than Ionel!10
Punctaj total80

Ceva nu functioneaza?