Problem prime
User cOoKiEs
Submission Time 2023-12-11 14:45:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prime.cpp: In function ‘int32_t main()’:
prime.cpp:18:24: error: expected ‘}’ at end of input
18 | else cout<<"Not Prime";
| ^
prime.cpp:15:15: note: to match this ‘{’
15 | int32_t main(){
| ^