Borderou de evaluare (job #3239686)

Utilizator _andrei4567Stan Andrei _andrei4567 Data 7 august 2024 12:44:38
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:70:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 70 | for (; i < p1.size(); ++i) | ~~^~~~~~~~~~~ main.cpp:72:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 72 | if (j == p2.size()) | ~~^~~~~~~~~~~~ main.cpp:74:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 74 | while (j < p2.size() && ab(p2[j].y - p1[i].y) <= d) | ~~^~~~~~~~~~~ main.cpp:79:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 79 | for (; i < p2.size(); ++i) | ~~^~~~~~~~~~~ main.cpp:81:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 81 | if (j == p1.size()) | ~~^~~~~~~~~~~~ main.cpp:83:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 83 | while (j < p1.size() && ab(p1[j].y - p2[i].y) <= d) | ~~^~~~~~~~~~~ main.cpp:90:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 90 | while (i < p1.size() && j < p2.size()) | ~~^~~~~~~~~~~ main.cpp:90:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 90 | while (i < p1.size() && j < p2.size()) | ~~^~~~~~~~~~~ main.cpp:102:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 102 | while (i < p1.size())aux.push_back(p1[i++]); | ~~^~~~~~~~~~~ main.cpp:103:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 103 | while (j < p2.size())aux.push_back(p2[j++]); | ~~^~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms303kbIncorect0
20ms303kbOk5
34ms602kbOk5
43ms544kbOk5
513ms1363kbIncorect0
618ms1859kbOk5
728ms2191kbOk5
843ms2797kbOk5
942ms2805kbIncorect0
1043ms2891kbOk5
1115ms1810kbOk5
1218ms1916kbOk5
1313ms1630kbOk5
1413ms1626kbOk5
1514ms1867kbOk5
1613ms1609kbOk5
1713ms1744kbOk5
1814ms1720kbOk5
1917ms2555kbOk5
2018ms1912kbOk5
Punctaj total85

Ceva nu functioneaza?