# 1번째 컴파일 단계
encoder.cpp:5:14: warning: integer constant is so large that it is unsigned
5 | ull sede[8]={9373181980536507005,14598314421140457639,4046417961982001971,632572006786127530,8858115127928313954,188797170429616468,545233493098582844,14917298959072587610};
| ^~~~~~~~~~~~~~~~~~~
encoder.cpp:5:34: warning: integer constant is so large that it is unsigned
5 | ull sede[8]={9373181980536507005,14598314421140457639,4046417961982001971,632572006786127530,8858115127928313954,188797170429616468,545233493098582844,14917298959072587610};
| ^~~~~~~~~~~~~~~~~~~~
encoder.cpp:5:152: warning: integer constant is so large that it is unsigned
5 | ull sede[8]={9373181980536507005,14598314421140457639,4046417961982001971,632572006786127530,8858115127928313954,188797170429616468,545233493098582844,14917298959072587610};
| ^~~~~~~~~~~~~~~~~~~~
encoder.cpp: In function 'void encode(int, int*)':
encoder.cpp:16:9: error: 'send' was not declared in this scope
16 | send((i<<3)|j);}
| ^~~~
encoder.cpp:21:9: error: 'send' was not declared in this scope
21 | send((i<<2)|j);}
| ^~~~