| Problem | lcm |
|---|---|
| User | xyzidk9 |
| Submission Time | 2026-04-22 17:16:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lcm.cpp: In function ‘int main()’:
lcm.cpp:10:3: error: ‘lowest’ was not declared in this scope
10 | lowest = lcm(a,b);
| ^~~~~~
lcm.cpp:12:10: error: ‘lowest’ was not declared in this scope
12 | cout << lowest;
| ^~~~~~