Problem 0405
User PlayVoltz
Submission Time 2023-09-05 16:05:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

0405.cpp: In function ‘std::vector<int> findCoprimeNumbers(int, std::vector<int>&)’:
0405.cpp:35:17: error: ‘__gcd’ was not declared in this scope; did you mean ‘__gid_t’?
35 | if (__gcd(primes[i], coprimes[j]) != 1) {
| ^~~~~
| __gid_t