0_0_39874414_5512.cpp:11:27: error: 'K' was not declared in this scope
11 | int M=N-8,cnt,lst[K];
| ^
0_0_39874414_5512.cpp:14:12: error: 'K' was not declared in this scope
14 | }e[K<<1];
| ^
0_0_39874414_5512.cpp: In member function 'void hash_map::clear()':
0_0_39874414_5512.cpp:15:35: error: 'lst' was not declared in this scope
15 | void clear(){cnt=0;memset(lst,0,sizeof lst);}
| ^~~
0_0_39874414_5512.cpp: In member function 'int& hash_map::operator[](int)':
0_0_39874414_5512.cpp:19:27: error: 'lst' was not declared in this scope
19 | for(int i=lst[t];i;i=e[i].nex)if(e[i].key==x)return e[i].val;
| ^~~
0_0_39874414_5512.cpp:19:38: error: 'e' was not declared in this scope; did you mean 'std::numbers::e'?
19 | for(int i=lst[t];i;i=e[i].nex)if(e[i].key==x)return e[i].val;
| ^
| std::numbers::e
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/max_size_type.h:37,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/ranges_base.h:39,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/ranges_algobase.h:38,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/ranges_algo.h:38,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/algorithm:63,
from .\stdc++.h:51:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/numbers:122:27: note: 'std::numbers::e' declared here
122 | inline constexpr double e = e_v<double>;
| ^
0_0_39874414_5512.cpp:20:30: error: 'e' was not declared in this scope; did you mean 'std::numbers::e'?
20 | return cnt++,e[cnt]={x,0,lst[t]},lst[t]=cnt,e[cnt].val;
| ^
| std::numbers::e
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/numbers:122:27: note: 'std::numbers::e' declared here
122 | inline constexpr double e = e_v<double>;
| ^
0_0_39874414_5512.cpp:20:42: error: 'lst' was not declared in this scope
20 | return cnt++,e[cnt]={x,0,lst[t]},lst[t]=cnt,e[cnt].val;
| ^~~
|