Problem lcm
User caiyt
Submission Time 2026-06-03 21:21:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lcm.cpp: In function ‘int main()’:
lcm.cpp:25:13: error: expected ‘}’ at end of input
25 | return 0;
| ^
lcm.cpp:15:12: note: to match this ‘{’
15 | int main() {
| ^