Problem nprime2
User akqxolotl
Submission Time 2024-04-02 12:00:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nprime2.cpp: In function ‘int main()’:
nprime2.cpp:8:14: error: expected ‘}’ at end of input
8 | else cout<<1;
| ^
nprime2.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^