Borderou de evaluare (job #3239699)

Utilizator _andrei4567Stan Andrei _andrei4567 Data 7 august 2024 13:01:06
Problema Cele mai apropiate puncte din plan Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 85

Raport evaluator

Compilare: main.cpp: In function 'pa divide(int, int)': main.cpp:72:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 72 | for (; i < p1.size(); ++i) | ~~^~~~~~~~~~~ main.cpp:74:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 74 | if (j == p2.size()) | ~~^~~~~~~~~~~~ main.cpp:76:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 76 | while (j < p2.size() && ab(p2[j].y - p1[i].y) <= d) | ~~^~~~~~~~~~~ main.cpp:86:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 86 | for (; i < p2.size(); ++i) | ~~^~~~~~~~~~~ main.cpp:88:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 88 | if (j == p1.size()) | ~~^~~~~~~~~~~~ main.cpp:91:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 91 | while (j < p1.size() && ab(p1[j].y - p2[i].y) <= d) | ~~^~~~~~~~~~~ main.cpp:105:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 105 | while (i < p1.size() && j < p2.size()) | ~~^~~~~~~~~~~ main.cpp:105:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 105 | while (i < p1.size() && j < p2.size()) | ~~^~~~~~~~~~~ main.cpp:117:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 117 | while (i < p1.size())aux.push_back(p1[i++]); | ~~^~~~~~~~~~~ main.cpp:118:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 118 | while (j < p2.size())aux.push_back(p2[j++]); | ~~^~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
11ms303kbIncorect0
21ms417kbOk5
35ms819kbOk5
44ms819kbOk5
513ms962kbIncorect0
619ms1867kbOk5
733ms2482kbOk5
843ms2920kbOk5
943ms3002kbIncorect0
1043ms2813kbOk5
1118ms1916kbOk5
1217ms1925kbOk5
1314ms1593kbOk5
1414ms1617kbOk5
1513ms1634kbOk5
1613ms1740kbOk5
1714ms1515kbOk5
1814ms1626kbOk5
1916ms1781kbOk5
2018ms1916kbOk5
Punctaj total85

Ceva nu functioneaza?