0_0_39800651_32162.cpp: In function 'int f(std::queue<_>&, int)':
0_0_39800651_32162.cpp:10:17: error: 'e' was not declared in this scope; did you mean 'std::numbers::e'?
10 | if(t.p==e) return t.dep;
| ^
| 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_39800651_32162.cpp:16:21: error: 's' was not declared in this scope; did you mean 's2'?
16 | if(!s.count(s1))
| ^
| s2
0_0_39800651_32162.cpp:24:41: error: expected primary-expression before ']' token
24 | return t.dep+mp[]
| ^
0_0_39800651_32162.cpp:24:42: error: expected ';' before '}' token
24 | return t.dep+mp[]
| ^
| ;
25 | }
| ~
0_0_39800651_32162.cpp:28:21: error: 's' was not declared in this scope; did you mean 's2'?
28 | if(!s.count(s2))
| ^
| s2
0_0_39800651_32162.cpp:38:21: error: 's' was not declared in this scope; did you mean 's1'?
38 | if(!s.count(s1))
| ^
| s1
|