Problem lcm
User Shreyas123456789
Submission Time 2026-05-10 16:50:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lcm.cpp: In function ‘int main()’:
lcm.cpp:14:28: error: expected ‘;’ before ‘}’ token
14 | cout << lcm(a,b) << "\n"
| ^
| ;
15 | }
| ~