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

Compile Error

nprime.cpp: In function ‘int main()’:
nprime.cpp:10:11: error: no match for ‘operator[]’ (operand types are ‘std::set<int>’ and ‘int’)
10 | cout << a[value];
| ^