Problem | lcm |
---|---|
User | Yaoru |
Submission Time | 2025-10-02 19:43:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lcm.cpp: In function ‘int main()’:
lcm.cpp:21:3: error: ‘answers’ was not declared in this scope
21 | answers[i]=lcm;
| ^~~~~~~
lcm.cpp:24:9: error: ‘answers’ was not declared in this scope
24 | cout<<answers[i];
| ^~~~~~~