Problem addk
User jeongwonho64
Submission Time 2023-12-04 22:25:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addk.cpp: In function ‘int main()’:
addk.cpp:218:16: error: ‘A’ was not declared in this scope
218 | cin >> A[i];
| ^
addk.cpp:232:36: error: ‘A’ was not declared in this scope
232 | root->update(prev, A[x]);
| ^