Problem lcm
User Dam
Submission Time 2023-02-11 13:33:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lcm.cpp: In function ‘int main()’:
lcm.cpp:24:12: error: ‘a’ was not declared in this scope
24 | cout << (a*b)/(hcf(A,B));
| ^
lcm.cpp:24:14: error: ‘b’ was not declared in this scope
24 | cout << (a*b)/(hcf(A,B));
| ^