Problem | nostatement |
---|---|
User | DoubleShaurya |
Submission Time | 2024-03-28 21:00:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nostatement.cpp: In function ‘int main()’:
nostatement.cpp:34:16: error: ‘sqrt’ was not declared in this scope
34 | ll limit = sqrt(n);
| ^~~~
nostatement.cpp:65:7: error: ‘nth_element’ was not declared in this scope
65 | nth_element(prime_divisors.begin(), prime_divisors.begin() + m - 1, prime_divisors.end(), greater<>());
| ^~~~~~~~~~~