# 1번째 컴파일 단계
encoder.cpp:3:9: error: 'll' was not declared in this scope
3 | vector <ll> v[340];
| ^~
encoder.cpp:3:9: error: 'll' was not declared in this scope
encoder.cpp:3:9: error: 'll' was not declared in this scope
encoder.cpp:3:9: error: 'll' was not declared in this scope
encoder.cpp:3:9: error: 'll' was not declared in this scope
encoder.cpp:3:9: error: 'll' was not declared in this scope
encoder.cpp:3:9: error: 'll' was not declared in this scope
encoder.cpp:3:9: error: 'll' was not declared in this scope
encoder.cpp:3:9: error: 'll' was not declared in this scope
encoder.cpp:3:1: error: 'vector' does not name a type
3 | vector <ll> v[340];
| ^~~~~~
encoder.cpp:4:1: error: 'll' does not name a type
4 | ll cnt;
| ^~
encoder.cpp: In function 'void generate(int)':
encoder.cpp:7:9: error: 'cnt' was not declared in this scope; did you mean 'int'?
7 | cnt=0;
| ^~~
| int
encoder.cpp:13:42: error: 'v' was not declared in this scope
13 | v[cnt].pb(i); v[cnt].pb(j); v[cnt].pb(k); v[cnt].pb(o); cnt++;
| ^
encoder.cpp: In function 'void encode(int, int*)':
encoder.cpp:25:9: error: 'll' was not declared in this scope
25 | ll n=N;
| ^~
encoder.cpp:26:11: error: expected ';' before 'pw'
26 | ll pw[10];
| ^~~
| ;
encoder.cpp:27:9: error: 'pw' was not declared in this scope
27 | pw[0]=1;
| ^~
encoder.cpp:28:11: error: expected ';' before 'x'
28 | ll x=0;
| ^~
| ;
encoder.cpp:30:9: error: 'vector' was not declared in this scope
30 | vector <ll> v2[n+5];
| ^~~~~~
encoder.cpp:30:21: error: 'v2' was not declared in this scope
30 | vector <ll> v2[n+5];
| ^~
encoder.cpp:30:24: error: 'n' was not declared in this scope
30 | vector <ll> v2[n+5];
| ^
encoder.cpp:32:17: error: 'x' was not declared in this scope
32 | x=0;
| ^
encoder.cpp:39:11: error: expected ';' before 'st'
39 | ll st[10],ind,k,num[10];
| ^~~
| ;
encoder.cpp:43:17: error: 'st' was not declared in this scope; did you mean 'std'?
43 | st[0]=v[M[i]][0]; st[1]=st[0]+v[M[i]][1];
| ^~
| std
encoder.cpp:43:23: error: 'v' was not declared in this scope
43 | st[0]=v[M[i]][0]; st[1]=st[0]+v[M[i]][1];
| ^
encoder.cpp:45:17: error: 'ind' was not declared in this scope; did you mean 'int'?
45 | ind=0;
| ^~~
| int
encoder.cpp:46:17: error: 'k' was not declared in this scope
46 | k=0;
| ^