Problem lcm
User PerihelionfromAphelion
Submission Time 2026-03-30 13:02:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lcm.cpp: In function ‘int main()’:
lcm.cpp:6:2: error: ‘a1’ was not declared in this scope; did you mean ‘a’?
6 | a1 = a;
| ^~
| a
lcm.cpp:13:5: error: ‘temp’ was not declared in this scope
13 | temp = a;
| ^~~~