Problem | lcm |
---|---|
User | huyleisme |
Submission Time | 2024-01-29 17:11:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lcm.cpp: In function ‘int main()’:
lcm.cpp:13:8: error: ‘j’ was not declared in this scope
13 | if (j % a == 0) {
| ^
lcm.cpp:19:4: error: ‘j’ was not declared in this scope
19 | j++;
| ^