Problem prime
User Joashhh
Submission Time 2023-09-08 18:16:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prime.cpp: In function ‘int main()’:
prime.cpp:6:16: error: ‘sqrt’ was not declared in this scope
6 | int max = int(sqrt(a));
| ^~~~