Anna.cpp: In function 'void Anna(int, ll, int, int*)':
Anna.cpp:14:18: error: expected ')' before numeric constant
14 | Set(i 0);
| ~ ^~
| )
Anna.cpp:14:20: error: too few arguments to function 'void Set(int, int)'
14 | Set(i 0);
| ^
In file included from Anna.cpp:2:
Annalib.h:2:6: note: declared here
2 | void Set( int pos, int bit );
| ^~~
Anna.cpp:20:12: warning: unused variable 'b2' [-Wunused-variable]
20 | ll b2=X & ((ll)1<<curr);
| ^~
Anna.cpp:27:12: error: 'n' was not declared in this scope
27 | for(;i<n;i++) Set(i, 0);
| ^