sure.cpp: In function 'void add(long long int, long long int)':
sure.cpp:30:30: error: 'fe' was not declared in this scope; did you mean 'se'?
30 | for(; id; id -= id & -id)fe[id] = max(fe[id], x);
| ^~
| se
sure.cpp: In function 'long long int get(long long int)':
sure.cpp:35:54: error: 'fe' was not declared in this scope; did you mean 'se'?
35 | for(; id <= n; id += id & -id)total = max(total, fe[id]);
| ^~
| se
sure.cpp: In function 'int main()':
sure.cpp:82:15: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
82 | freopen(task".in", "r", stdin);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
sure.cpp:83:15: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
83 | freopen(task".out", "w", stdout);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~