Problem | payraise |
---|---|
User | Kiameimon |
Submission Time | 2024-02-22 19:30:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
payraise.cpp: In function ‘int main()’:
payraise.cpp:52:2: error: ‘FenwickTree’ was not declared in this scope; did you mean ‘fenwickTree’?
52 | FenwickTree fwt(n);
| ^~~~~~~~~~~
| fenwickTree
payraise.cpp:55:2: error: ‘fwt’ was not declared in this scope
55 | fwt.initialize(n, arr);
| ^~~