# 1번째 컴파일 단계
Anna.cpp: In function 'void Anna(int, long long int, int, int*)':
Anna.cpp:3:27: error: 'Set' was not declared in this scope
3 | if (X&(1<<i) > 0) Set(i, 1);
| ^~~
Anna.cpp:4:14: error: 'Set' was not declared in this scope
4 | else Set(i, 0);
| ^~~
Anna.cpp:7:27: error: 'Set' was not declared in this scope
7 | if (X&(1<<i) > 0) Set(i+60, 1);
| ^~~
Anna.cpp:8:14: error: 'Set' was not declared in this scope
8 | else Set(i+60, 0);
| ^~~
Anna.cpp:10:35: error: 'Set' was not declared in this scope
10 | for (int i = 120; i < N; i++) Set(i, 0);
| ^~~