Problem lcm
User Red123
Submission Time 2025-03-07 13:56:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lcm.cpp: In function ‘int gcd(long long int, long long int)’:
lcm.cpp:10:10: error: ‘hello’ was not declared in this scope; did you mean ‘ftello’?
10 | return hello(b, a % b);
| ^~~~~
| ftello
lcm.cpp: In function ‘int main()’:
lcm.cpp:16:16: error: ‘hello’ was not declared in this scope; did you mean ‘ftello’?
16 | cout << (a*b)/hello(b, a % b);
| ^~~~~
| ftello