| Problem | prime |
|---|---|
| User | SuspiciousAmogus |
| Submission Time | 2023-03-15 22:38:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
prime.cpp: In function ‘int main()’:
prime.cpp:8:30: error: ‘sqrt’ was not declared in this scope
8 | int toCheckUntil = round(sqrt(n));
| ^~~~
prime.cpp:8:24: error: ‘round’ was not declared in this scope
8 | int toCheckUntil = round(sqrt(n));
| ^~~~~