Problem mathclass
User chatdanai
Submission Time 2026-04-14 14:13:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mathclass.cpp: In function ‘int main()’:
mathclass.cpp:20:23: error: expected ‘;’ before ‘}’ token
20 | else cout << lcm(a,b)
| ^
| ;
21 | }
| ~