Borderou de evaluare (job #3239687)

Utilizator _andrei4567Stan Andrei _andrei4567 Data 7 august 2024 12:45:18
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:81:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 81 | for (; i < p2.size(); ++i) | ~~^~~~~~~~~~~ main.cpp:83:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 83 | if (j == p1.size()) | ~~^~~~~~~~~~~~ main.cpp:85:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 85 | while (j < p1.size() && ab(p1[j].y - p2[i].y) <= d) | ~~^~~~~~~~~~~ main.cpp:92:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 92 | while (i < p1.size() && j < p2.size()) | ~~^~~~~~~~~~~ main.cpp:92:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 92 | while (i < p1.size() && j < p2.size()) | ~~^~~~~~~~~~~ main.cpp:104:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 104 | while (i < p1.size())aux.push_back(p1[i++]); | ~~^~~~~~~~~~~ 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 (j < p2.size())aux.push_back(p2[j++]); | ~~^~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
11ms303kbIncorect0
21ms303kbOk5
35ms770kbOk5
44ms557kbOk5
59ms1081kbIncorect0
619ms1867kbOk5
732ms2265kbOk5
846ms4304kbOk5
943ms2920kbIncorect0
1043ms3002kbOk5
1118ms1925kbOk5
1217ms1896kbOk5
1313ms1634kbOk5
1414ms1585kbOk5
1513ms1634kbOk5
1613ms1728kbOk5
1714ms1523kbOk5
1813ms1634kbOk5
1917ms1785kbOk5
2019ms1916kbOk5
Punctaj total85

Ceva nu functioneaza?