Problem bobek
User hwy
Submission Time 2023-06-09 10:05:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bobek.cpp: In function ‘int main()’:
bobek.cpp:28:25: error: ‘n’ was not declared in this scope
28 | for (int i = 0; i < n; i++) {
| ^
bobek.cpp:31:32: error: ‘n’ was not declared in this scope
31 | vector<ll> l = generate(A, n/2);
| ^
bobek.cpp:37:17: error: ‘b’ was not declared in this scope
37 | if (i > b) {
| ^