| Problem | arrayngement |
|---|---|
| User | GODSLAYER |
| Submission Time | 2026-06-26 15:37:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
arrayngement.cpp: In function ‘int main()’:
arrayngement.cpp:29:9: error: ‘r’ was not declared in this scope
29 | r--;
| ^
arrayngement.cpp:32:27: error: ‘l’ was not declared in this scope
32 | z.push_back(y[l]);
| ^
arrayngement.cpp:39:25: error: ‘N’ was not declared in this scope
39 | for (int i = 1; i < N - 1; i++) {
| ^
arrayngement.cpp:41:13: error: ‘mx’ was not declared in this scope; did you mean ‘m’?
41 | mx = z[i] + z[i + 1];
| ^~
| m