Problem lcm
User sporknives
Submission Time 2024-12-14 11:02:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lcm.cpp: In function ‘int main()’:
lcm.cpp:10:8: error: ‘a’ was not declared in this scope
10 | cin>>a>>b;
| ^
lcm.cpp:10:11: error: ‘b’ was not declared in this scope
10 | cin>>a>>b;
| ^