0_0_39112371_3058.cpp:7:7: error: 'MAX_T' was not declared in this scope; did you mean 'MaX_t'?
7 | biset<MAX_T>st;
| ^~~~~
| MaX_t
0_0_39112371_3058.cpp:7:7: error: 'MAX_T' was not declared in this scope; did you mean 'MaX_t'?
7 | biset<MAX_T>st;
| ^~~~~
| MaX_t
0_0_39112371_3058.cpp:7:7: error: 'MAX_T' was not declared in this scope; did you mean 'MaX_t'?
7 | biset<MAX_T>st;
| ^~~~~
| MaX_t
0_0_39112371_3058.cpp:7:7: error: 'MAX_T' was not declared in this scope; did you mean 'MaX_t'?
7 | biset<MAX_T>st;
| ^~~~~
| MaX_t
0_0_39112371_3058.cpp:7:7: error: 'MAX_T' was not declared in this scope; did you mean 'MaX_t'?
7 | biset<MAX_T>st;
| ^~~~~
| MaX_t
0_0_39112371_3058.cpp:7:7: error: 'MAX_T' was not declared in this scope; did you mean 'MaX_t'?
7 | biset<MAX_T>st;
| ^~~~~
| MaX_t
0_0_39112371_3058.cpp:7:7: error: 'MAX_T' was not declared in this scope; did you mean 'MaX_t'?
7 | biset<MAX_T>st;
| ^~~~~
| MaX_t
0_0_39112371_3058.cpp:7:7: error: 'MAX_T' was not declared in this scope; did you mean 'MaX_t'?
7 | biset<MAX_T>st;
| ^~~~~
| MaX_t
0_0_39112371_3058.cpp:7:7: error: 'MAX_T' was not declared in this scope; did you mean 'MaX_t'?
7 | biset<MAX_T>st;
| ^~~~~
| MaX_t
0_0_39112371_3058.cpp:7:1: error: 'biset' does not name a type
7 | biset<MAX_T>st;
| ^~~~~
0_0_39112371_3058.cpp:9:17: error: 'MAX_T' was not declared in this scope; did you mean 'MaX_t'?
9 | void dfs(bitset<MAX_T>&st,int now){
| ^~~~~
| MaX_t
0_0_39112371_3058.cpp:9:22: error: template argument 1 is invalid
9 | void dfs(bitset<MAX_T>&st,int now){
| ^
0_0_39112371_3058.cpp: In function 'void dfs(int&, int)':
0_0_39112371_3058.cpp:11:44: error: request for member 'count' in 'st', which is of non-class type 'int'
11 | if(vis[h[1]][h[2]][h[3]][h[4]]||st.count()>=5)
| ^~~~~
0_0_39112371_3058.cpp:19:15: error: request for member 'test' in 'st', which is of non-class type 'int'
19 | if(st.test(col)){
| ^~~~
0_0_39112371_3058.cpp:20:20: error: request for member 'set' in 'st', which is of non-class type 'int'
20 | st.set(col);
| ^~~
0_0_39112371_3058.cpp:22:20: error: request for member 'reset' in 'st', which is of non-class type 'int'
22 | st.reset(col);
| ^~~~~
0_0_39112371_3058.cpp: In function 'int main()':
0_0_39112371_3058.cpp:29:15: error: expected primary-expression before ')' token
29 | while(){
| ^
|