Problem lcm
User Ski3r3n
Submission Time 2023-07-17 18:14:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lcm.cpp: In function ‘int main()’:
lcm.cpp:16:21: error: ‘c’ was not declared in this scope
16 | cout << (abs(a*b)/c)
| ^