# 1번째 컴파일 단계
Anna.cpp: In function 'void Anna(int, long long int, int, int*)':
Anna.cpp:18:13: error: 'hihi' was not declared in this scope
18 | hihi(i,0);
| ^~~~
Anna.cpp:22:27: error: 'hihi' was not declared in this scope
22 | if(dq[0]) hihi(i,6);
| ^~~~
Anna.cpp:23:22: error: 'hihi' was not declared in this scope
23 | else hihi(i,2);
| ^~~~
Anna.cpp:28:21: error: 'hihi' was not declared in this scope
28 | hihi(i,1);
| ^~~~
Anna.cpp:32:31: error: 'hihi' was not declared in this scope
32 | if(dq[1]) hihi(i,3);
| ^~~~
Anna.cpp:33:26: error: 'hihi' was not declared in this scope
33 | else hihi(i,4);
| ^~~~
Anna.cpp:39:27: error: 'hihi' was not declared in this scope
39 | if(dq[0]) hihi(i,1);
| ^~~~
Anna.cpp:40:22: error: 'hihi' was not declared in this scope
40 | else hihi(i,2);
| ^~~~
Anna.cpp:45:32: error: 'hihi' was not declared in this scope
45 | if(!dq[0]&&!dq[1]) hihi(i,4);
| ^~~~
Anna.cpp:46:36: error: 'hihi' was not declared in this scope
46 | else if(!dq[0]&&dq[1]) hihi(i,3);
| ^~~~
Anna.cpp:47:36: error: 'hihi' was not declared in this scope
47 | else if(dq[0]&&!dq[1]) hihi(i,5);
| ^~~~
Anna.cpp:48:18: error: 'hihi' was not declared in this scope
48 | else hihi(i,7);
| ^~~~