Problem lcm
User isaackhong
Submission Time 2023-04-29 14:51:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lcm.cpp: In function ‘int main()’:
lcm.cpp:13:7: error: ‘i’ was not declared in this scope
13 | rep(i, 0, n) {
| ^
lcm.cpp:13:3: error: ‘rep’ was not declared in this scope
13 | rep(i, 0, n) {
| ^~~