Problem prime
User dhivinaash
Submission Time 2024-08-23 13:09:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prime.cpp: In function ‘bool isPrime(int)’:
prime.cpp:10:3: error: expected ‘}’ at end of input
10 | }
| ^
prime.cpp:4:21: note: to match this ‘{’
4 | bool isPrime(int n) {
| ^