0_0_35243524_30531.cpp: In function 'void bi()':
0_0_35243524_30531.cpp:11:7: error: reference to 'tie' is ambiguous
if(!tie[p][str[i]-'a'])
^
0_0_35243524_30531.cpp:4:11: note: candidates are: int tie [100009][26]
int ed[N],tie[N][26],tot;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/functional:55:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:70,
from 0_0_35243524_30531.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/tuple:1056:5: note: template<class ... _Elements> std::tuple<_Elements& ...> std::tie(_Elements& ...)
tie(_Elements&... __args) noexcept
^
0_0_35243524_30531.cpp:13:4: error: reference to 'tie' is ambiguous
tie[p][str[i]-'a']=++tot;
^
0_0_35243524_30531.cpp:4:11: note: candidates are: int tie [100009][26]
int ed[N],tie[N][26],tot;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/functional:55:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:70,
from 0_0_35243524_30531.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/tuple:1056:5: note: template<class ... _Elements> std::tuple<_Elements& ...> std::tie(_Elements& ...)
tie(_Elements&... __args) noexcept
^
0_0_35243524_30531.cpp:15:5: error: reference to 'tie' is ambiguous
p=tie[p][str[i]-'a'];
^
0_0_35243524_30531.cpp:4:11: note: candidates are: int tie [100009][26]
int ed[N],tie[N][26],tot;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/functional:55:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:70,
from 0_0_35243524_30531.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/tuple:1056:5: note: template<class ... _Elements> std::tuple<_Elements& ...> std::tie(_Elements& ...)
tie(_Elements&... __args) noexcept
^
0_0_35243524_30531.cpp: In function 'int se()':
0_0_35243524_30531.cpp:24:7: error: reference to 'tie' is ambiguous
if(!tie[p][str[i]-'a'])
^
0_0_35243524_30531.cpp:4:11: note: candidates are: int tie [100009][26]
int ed[N],tie[N][26],tot;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/functional:55:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:70,
from 0_0_35243524_30531.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/tuple:1056:5: note: template<class ... _Elements> std::tuple<_Elements& ...> std::tie(_Elements& ...)
tie(_Elements&... __args) noexcept
^
0_0_35243524_30531.cpp:28:5: error: reference to 'tie' is ambiguous
p=tie[p][str[i]-'a'];
^
0_0_35243524_30531.cpp:4:11: note: candidates are: int tie [100009][26]
int ed[N],tie[N][26],tot;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/functional:55:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:70,
from 0_0_35243524_30531.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/tuple:1056:5: note: template<class ... _Elements> std::tuple<_Elements& ...> std::tie(_Elements& ...)
tie(_Elements&... __args) noexcept
^
|