Problem smallprimes
User runawaywithme
Submission Time 2023-01-02 17:56:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smallprimes.cpp: In function ‘int main()’:
smallprimes.cpp:11:24: error: ‘k’ was not declared in this scope
11 | for (int i = 2; i <= k; i++) {
| ^