0_0_32221524_27931.cpp: In function 'void AC::clr()':
0_0_32221524_27931.cpp:13:74: error: invalid conversion from 'bool*' to 'size_t {aka long long unsigned int}' [-fpermissive]
for(;~sz;) memset(tr[sz],0,sizeof tr[sz]),memset(vis[sz],0,vis[sz]),tag[sz]=fa[sz]=0,sz--;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:42:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:48,
from 0_0_32221524_27931.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/string.h:43:18: note: initializing argument 3 of 'void* memset(void*, int, size_t)'
void * __cdecl memset(void *_Dst,int _Val,size_t _Size);
^
|