Problem prime
User JJJwong
Submission Time 2024-12-20 17:01:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prime.cpp: In function ‘int main()’:
prime.cpp:27:4: error: expected ‘;’ before ‘cout’
27 | }1
| ^
| ;
28 |
29 | cout << "Prime";
| ~~~~