# 1번째 컴파일 단계
Anna.cpp: In function 'void Anna(int, long long int, int, int*)':
Anna.cpp:4:9: error: 'll' was not declared in this scope
4 | set<ll> se;
| ^~
Anna.cpp:4:5: error: 'set' was not declared in this scope; did you mean 'Set'?
4 | set<ll> se;
| ^~~
| Set
Anna.cpp:4:13: error: 'se' was not declared in this scope
4 | set<ll> se;
| ^~
Anna.cpp:6:7: error: expected ';' before 'bit'
6 | ll bit = 0;
| ^~~~
| ;
Anna.cpp:10:25: error: expected ';' before 'continue'
10 | Set(i*2+1,0)
| ^
| ;
11 | continue;
| ~~~~~~~~
Anna.cpp:14:23: error: 'bit' was not declared in this scope
14 | if (X & (1 << bit)){
| ^~~
Anna.cpp:22:9: error: 'bit' was not declared in this scope
22 | bit++;
| ^~~