Problem lcm
User G92
Submission Time 2024-02-14 21:06:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lcm.cpp: In function ‘int GCD(int, int, int, int)’:
lcm.cpp:10:11: error: invalid operands of types ‘int’ and ‘<unresolved overloaded function type>’ to binary ‘operator<<’
10 | (x/a)*y<< endl;
| ~~~~~~~^~~~~~~