| Problem | jaydenscurve |
|---|---|
| User | GODSLAYER |
| Submission Time | 2026-06-26 16:47:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
jaydenscurve.cpp: In function ‘int main()’:
jaydenscurve.cpp:13:2: error: expected ‘,’ or ‘;’ before ‘vector’
13 | vector<string> f;
| ^~~~~~
jaydenscurve.cpp:16:10: error: ‘f’ was not declared in this scope
16 | int j = f[h];
| ^
jaydenscurve.cpp:16:12: error: ‘h’ was not declared in this scope
16 | int j = f[h];
| ^
jaydenscurve.cpp:17:15: error: ‘i’ was not declared in this scope
17 | int k = f[i];
| ^