Problem lcm
User idontlikeboystrustme
Submission Time 2025-05-28 14:29:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lcm.cpp: In function ‘int main()’:
lcm.cpp:10:5: error: ‘intf’ was not declared in this scope; did you mean ‘rintf’?
10 | intf[n];
| ^~~~
| rintf
lcm.cpp:21:9: error: ‘f’ was not declared in this scope
21 | f[i] = a;
| ^
lcm.cpp:24:17: error: ‘f’ was not declared in this scope
24 | cout << f[i] << endl;
| ^