# 1번째 컴파일 단계
Anna.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
2 | #include Annalib.h
| ^~~~~~~
Anna.cpp: In function 'void Anna(int, long long int, int, int*)':
Anna.cpp:6:27: error: 'Set' was not declared in this scope
6 | if (X&(1<<i) > 0) Set(i, 1);
| ^~~
Anna.cpp:7:14: error: 'Set' was not declared in this scope
7 | else Set(i, 0);
| ^~~
Anna.cpp:10:27: error: 'Set' was not declared in this scope
10 | if (X&(1<<i) > 0) Set(i+60, 1);
| ^~~
Anna.cpp:11:14: error: 'Set' was not declared in this scope
11 | else Set(i+60, 0);
| ^~~