Problem | 0405 |
---|---|
User | andthatsallshewrote |
Submission Time | 2023-11-17 14:48:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
0405.cpp: In function ‘int check_prime(int)’:
0405.cpp:10:24: error: ‘sqrt’ was not declared in this scope
10 | for (int i = 2; i <= sqrt(n); i++){
| ^~~~