0_0_39087005_18295.cpp:14:11: error: reference to 'size' is ambiguous
14 | bool hash[size][size][size][size][size][size];
| ^~~~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/string:53,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/locale_classes.h:40,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/ios_base.h:41,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/ios:44,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/ostream:40,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/iostream:41,
from 0_0_39087005_18295.cpp:1:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:274:5: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> constexpr std::size_t std::size(const _Tp (&)[_Nm])'
274 | size(const _Tp (&)[_Nm]) noexcept
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:264:5: note: 'template<class _Container> constexpr decltype (__cont.size()) std::size(const _Container&)'
264 | size(const _Container& __cont) noexcept(noexcept(__cont.size()))
| ^~~~
0_0_39087005_18295.cpp:4:11: note: 'const int size'
4 | const int size = 11;
| ^~~~
0_0_39087005_18295.cpp:14:17: error: reference to 'size' is ambiguous
14 | bool hash[size][size][size][size][size][size];
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:274:5: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> constexpr std::size_t std::size(const _Tp (&)[_Nm])'
274 | size(const _Tp (&)[_Nm]) noexcept
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:264:5: note: 'template<class _Container> constexpr decltype (__cont.size()) std::size(const _Container&)'
264 | size(const _Container& __cont) noexcept(noexcept(__cont.size()))
| ^~~~
0_0_39087005_18295.cpp:4:11: note: 'const int size'
4 | const int size = 11;
| ^~~~
0_0_39087005_18295.cpp:14:23: error: reference to 'size' is ambiguous
14 | bool hash[size][size][size][size][size][size];
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:274:5: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> constexpr std::size_t std::size(const _Tp (&)[_Nm])'
274 | size(const _Tp (&)[_Nm]) noexcept
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:264:5: note: 'template<class _Container> constexpr decltype (__cont.size()) std::size(const _Container&)'
264 | size(const _Container& __cont) noexcept(noexcept(__cont.size()))
| ^~~~
0_0_39087005_18295.cpp:4:11: note: 'const int size'
4 | const int size = 11;
| ^~~~
0_0_39087005_18295.cpp:14:29: error: reference to 'size' is ambiguous
14 | bool hash[size][size][size][size][size][size];
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:274:5: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> constexpr std::size_t std::size(const _Tp (&)[_Nm])'
274 | size(const _Tp (&)[_Nm]) noexcept
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:264:5: note: 'template<class _Container> constexpr decltype (__cont.size()) std::size(const _Container&)'
264 | size(const _Container& __cont) noexcept(noexcept(__cont.size()))
| ^~~~
0_0_39087005_18295.cpp:4:11: note: 'const int size'
4 | const int size = 11;
| ^~~~
0_0_39087005_18295.cpp:14:35: error: reference to 'size' is ambiguous
14 | bool hash[size][size][size][size][size][size];
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:274:5: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> constexpr std::size_t std::size(const _Tp (&)[_Nm])'
274 | size(const _Tp (&)[_Nm]) noexcept
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:264:5: note: 'template<class _Container> constexpr decltype (__cont.size()) std::size(const _Container&)'
264 | size(const _Container& __cont) noexcept(noexcept(__cont.size()))
| ^~~~
0_0_39087005_18295.cpp:4:11: note: 'const int size'
4 | const int size = 11;
| ^~~~
0_0_39087005_18295.cpp:14:41: error: reference to 'size' is ambiguous
14 | bool hash[size][size][size][size][size][size];
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:274:5: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> constexpr std::size_t std::size(const _Tp (&)[_Nm])'
274 | size(const _Tp (&)[_Nm]) noexcept
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:264:5: note: 'template<class _Container> constexpr decltype (__cont.size()) std::size(const _Container&)'
264 | size(const _Container& __cont) noexcept(noexcept(__cont.size()))
| ^~~~
0_0_39087005_18295.cpp:4:11: note: 'const int size'
4 | const int size = 11;
| ^~~~
0_0_39087005_18295.cpp:19:11: error: reference to 'size' is ambiguous
19 | char mapp[size][size];
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:274:5: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> constexpr std::size_t std::size(const _Tp (&)[_Nm])'
274 | size(const _Tp (&)[_Nm]) noexcept
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:264:5: note: 'template<class _Container> constexpr decltype (__cont.size()) std::size(const _Container&)'
264 | size(const _Container& __cont) noexcept(noexcept(__cont.size()))
| ^~~~
0_0_39087005_18295.cpp:4:11: note: 'const int size'
4 | const int size = 11;
| ^~~~
0_0_39087005_18295.cpp:19:17: error: reference to 'size' is ambiguous
19 | char mapp[size][size];
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:274:5: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> constexpr std::size_t std::size(const _Tp (&)[_Nm])'
274 | size(const _Tp (&)[_Nm]) noexcept
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:264:5: note: 'template<class _Container> constexpr decltype (__cont.size()) std::size(const _Container&)'
264 | size(const _Container& __cont) noexcept(noexcept(__cont.size()))
| ^~~~
0_0_39087005_18295.cpp:4:11: note: 'const int size'
4 | const int size = 11;
| ^~~~
0_0_39087005_18295.cpp: In function 'void bfs()':
0_0_39087005_18295.cpp:43:17: error: missing template arguments before ',' token
43 | memset(hash, false, sizeof(hash));
| ^
0_0_39087005_18295.cpp:43:37: error: missing template arguments before ')' token
43 | memset(hash, false, sizeof(hash));
| ^
0_0_39087005_18295.cpp:43:6: error: 'memset' was not declared in this scope
43 | memset(hash, false, sizeof(hash));
| ^~~~~~
0_0_39087005_18295.cpp:3:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
2 | # include <queue>
+++ |+#include <cstring>
3 | using namespace std;
0_0_39087005_18295.cpp:47:16: error: expected ']' before '.' token
47 | hash[start.mx][start.my][start.px][start.py][start.cx][start.cy] = true;
| ^
| ]
0_0_39087005_18295.cpp:47:20: error: expected initializer before '[' token
47 | hash[start.mx][start.my][start.px][start.py][start.cx][start.cy] = true;
| ^
0_0_39087005_18295.cpp:47:20: error: expected ';' before '[' token
0_0_39087005_18295.cpp:60:94: error: 'mapp' was not declared in this scope
60 | if ((judx == pre.px && judy == pre.py) || (judx == pre.cx && judy == pre.cy)||mapp[judx][judy] == 'D' || mapp[judx][judy] == 'S')continue;
| ^~~~
0_0_39087005_18295.cpp:61:88: error: 'mapp' was not declared in this scope
61 | if ((xx == pre.px && yy == pre.py) || (xx == pre.cx && yy == pre.cy) || mapp[xx][yy] == 'D')continue;
| ^~~~
0_0_39087005_18295.cpp:63:25: error: missing template arguments before '[' token
63 | if (!hash[xx][yy][pre.px][pre.py][pre.cx][pre.cy]){
| ^
0_0_39087005_18295.cpp:64:23: error: 'mapp' was not declared in this scope
64 | if (mapp[xx][yy] == 'S'){
| ^~~~
0_0_39087005_18295.cpp:70:27: error: expected initializer before '[' token
70 | hash[xx][yy][pre.px][pre.py][pr
|