Problem lcm
User afzal
Submission Time 2025-03-14 09:46:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lcm.cpp: In function ‘int main()’:
lcm.cpp:13:23: error: expected ‘;’ before ‘ar’
13 | cout<< ar.front()
| ^
| ;
14 | ar.pop_front()
| ~~