Problem nprime2
User ATHY
Submission Time 2024-07-23 07:31:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nprime2.cpp: In function ‘int main()’:
nprime2.cpp:16:29: error: expected ‘;’ before ‘cin’
16 | ios::sync_with_stdio(false)
| ^
| ;
17 | cin.tie(0); cout.tie(0);
| ~~~