Problem prime
User TheAccomplice
Submission Time 2024-04-27 11:47:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prime.cpp: In function ‘int main()’:
prime.cpp:42:23: error: ‘sqrt’ was not declared in this scope
42 | long long m = floor(sqrt(n)) + 1;
| ^~~~
prime.cpp:42:17: error: ‘floor’ was not declared in this scope
42 | long long m = floor(sqrt(n)) + 1;
| ^~~~~