Borderou de evaluare (job #3239688)

Utilizator _andrei4567Stan Andrei _andrei4567 Data 7 august 2024 12:46:49
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
37ms819kbOk5
43ms557kbOk5
514ms1359kbIncorect0
619ms1867kbOk5
733ms2543kbOk5
843ms2809kbOk5
943ms2981kbIncorect0
1043ms2949kbOk5
1116ms1863kbOk5
1218ms1916kbOk5
1313ms1630kbOk5
1413ms1728kbOk5
1513ms1642kbOk5
1612ms1527kbOk5
1714ms1609kbOk5
1813ms1781kbOk5
1918ms1912kbOk5
2019ms1916kbOk5
Punctaj total85

Ceva nu functioneaza?