0_0_38702260_30801.cpp: In function 'void dfs1(long long int, long long int)':
0_0_38702260_30801.cpp:11:29: error: 'e' was not declared in this scope; did you mean 'std::numbers::e'?
11 | for (int i = 0; i < e[pos].size(); i++)
| ^
| 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_38702260_30801.cpp: In function 'void dfs2(long long int, long long int)':
0_0_38702260_30801.cpp:23:29: error: 'e' was not declared in this scope; did you mean 'std::numbers::e'?
23 | for (int i = 0; i < e[pos].size(); i++)
| ^
| 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>;
| ^
|