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

Compile Error

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