Problem fenwicktree
User maximushartanto
Submission Time 2025-12-22 16:43:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fenwicktree.cpp:25:28: error: attributes are not allowed on a function-definition
25 | inline void read(T &x) __attribute__((always_inline)) {
| ^~~~~~~~~~~~~
fenwicktree.cpp:44:28: error: attributes are not allowed on a function-definition
44 | inline void write(T x) __attribute__((always_inline)) {
| ^~~~~~~~~~~~~
fenwicktree.cpp:60:44: error: attributes are not allowed on a function-definition
60 | inline void upd(int L, int R, long long X) __attribute__((always_inline)) {
| ^~~~~~~~~~~~~
fenwicktree.cpp:79:36: error: attributes are not allowed on a function-definition
79 | inline long long qry(int L, int R) __attribute__((always_inline)) {
| ^~~~~~~~~~~~~