Problem turbo
User YH
Submission Time 2025-12-12 10:13:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

turbo.cpp: In function ‘void turbo(int)’:
turbo.cpp:10:2: error: ‘vector’ was not declared in this scope
10 | vector<int> y(n, -1);
| ^~~~~~
turbo.cpp:10:9: error: expected primary-expression before ‘int’
10 | vector<int> y(n, -1);
| ^~~