| Problem | lcm |
|---|---|
| User | Hatrix |
| Submission Time | 2026-04-12 21:28:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lcm.cpp:5:7: error: expected initializer before ‘<=’ token
5 | int n <= 23;
| ^~
lcm.cpp: In function ‘int main()’:
lcm.cpp:8:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
8 | cin >> n;
| ^
| yn
lcm.cpp:9:6: error: ‘i’ was not declared in this scope
9 | for(i = 0; i < n; i++) {
| ^