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