Problem | thedarknight |
---|---|
User | Khai |
Submission Time | 2024-09-19 16:19:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
thedarknight.cpp: In function ‘int countCommonFactors(int, int, int)’:
thedarknight.cpp:6:20: error: ‘gcd’ is not a member of ‘std’
6 | int gcd = std::gcd(a, b);
| ^~~