| Problem | jaydenscurve |
|---|---|
| User | GODSLAYER |
| Submission Time | 2026-06-26 16:40:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
jaydenscurve.cpp: In function ‘int main()’:
jaydenscurve.cpp:15:10: error: ‘f’ was not declared in this scope
15 | int j = f[h];
| ^
jaydenscurve.cpp:15:12: error: ‘h’ was not declared in this scope
15 | int j = f[h];
| ^
jaydenscurve.cpp:16:15: error: ‘i’ was not declared in this scope
16 | int k = f[i];
| ^
jaydenscurve.cpp:40:30: error: ‘e’ was not declared in this scope
40 | for (int l = e + 1; l < a; l++) {
| ^