Problem nostatement
User PlayVoltz
Submission Time 2023-08-22 21:30:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nostatement.cpp: In function ‘int main()’:
nostatement.cpp:36:19: error: ‘upper_bound’ was not declared in this scope
36 | auto it = upper_bound(primes.begin(), primes.end(), n)-1;
| ^~~~~~~~~~~