Problem payraise
User Kiameimon
Submission Time 2024-02-23 12:56:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

payraise.cpp: In function ‘int main()’:
payraise.cpp:51:2: error: ‘FenwickTree’ was not declared in this scope; did you mean ‘fenwickTree’?
51 | FenwickTree fwt(n);
| ^~~~~~~~~~~
| fenwickTree
payraise.cpp:55:2: error: ‘fwt’ was not declared in this scope
55 | fwt.init(arr);
| ^~~