Borderou de evaluare (job #832986)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | 9div | Compilator | cpp |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 22 aug. 2025 18:34:27 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:38:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
38 | for(int i=0;i<primes.size();i++)
| ~^~~~~~~~~~~~~~
main.cpp:41:20: error: 'upper_bound' is not a member of 'std'; did you mean 'lower_bound'?
41 | place=std::upper_bound(primes.begin(),primes.end(),largest);
| ^~~~~~~~~~~
| lower_bound