| Problem | mathclass |
|---|---|
| User | Soysauce |
| Submission Time | 2024-08-15 20:18:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mathclass.cpp: In function ‘long long int lcm(long long int, long long int)’:
mathclass.cpp:21:22: error: ‘gcd’ is not a member of ‘std’
21 | return (a / std::gcd(a, b)) * b;
| ^~~