Problem jaydenscurve
User GODSLAYER
Submission Time 2026-06-26 16:45:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

jaydenscurve.cpp: In function ‘int main()’:
jaydenscurve.cpp:13:2: error: expected ‘,’ or ‘;’ before ‘vector’
13 | vector<int> 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];
| ^