Problem nprime
User Hengweezy
Submission Time 2024-02-03 19:08:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nprime.cpp: In function ‘int main()’:
nprime.cpp:10:28: error: expected ‘}’ at end of input
10 | cout << *a.find(value) + 1;
| ^
nprime.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^