Borderou de evaluare (job #617632)

Utilizator avatar VaseaCiubara Ciubik VaseaCiubara IP ascuns
Problemă Prime (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 23 nov. 2021 19:08:56 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int binarySearch(int, int, int)': main.cpp:23:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'unsigned int'} [-Wsign-compare] 23 | if (mid == 0 || mid == primes.size()-1) | ~~~~^~~~~~~~~~~~~~~~~~ main.cpp: In function 'int main()': main.cpp:60:17: error: 'prime' was not declared in this scope; did you mean 'primes'? 60 | cout << prime(x) << endl; | ^~~~~ | primes