Problem smallprimes
User bz
Submission Time 2024-06-18 08:37:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smallprimes.cpp: In function ‘int main()’:
smallprimes.cpp:47:17: error: expected ‘;’ before ‘int’
47 | rec(1, 1, s)
| ^
| ;
48 |
49 | int q; cin >> q;
| ~~~
smallprimes.cpp:49:19: error: ‘q’ was not declared in this scope
49 | int q; cin >> q;
| ^