0_0_39405927_28801.cpp: In function 'int lcm(int, int)': 0_0_39405927_28801.cpp:26:20: error: '__gcd' was not declared in this scope 26 | return a * b / __gcd(a, b); | ^~~~~