amusementpark.cpp: In function 'int main()':
amusementpark.cpp:24:9: error: reference to 'popcount' is ambiguous
24 | popcount[mask]=__builtin_popcount(mask);
| ^~~~~~~~
In file included from /usr/include/c++/13/bits/stl_algobase.h:76,
from /usr/include/c++/13/algorithm:60,
from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:51,
from amusementpark.cpp:1:
/usr/include/c++/13/bit:426:5: note: candidates are: 'template<class _Tp> constexpr std::_If_is_unsigned_integer<_Tp, int> std::popcount(_Tp)'
426 | popcount(_Tp __x) noexcept
| ^~~~~~~~
amusementpark.cpp:7:18: note: 'long long int popcount [262145]'
7 | int n,m,adj[N+1],popcount[(1<<N)+1],ar[(1<<N)+1],id[(1<<N)+1],dp[(1<<N)+1],ans;
| ^~~~~~~~
amusementpark.cpp:25:12: error: reference to 'popcount' is ambiguous
25 | if(popcount[mask]%2==1) ar[mask]=1;
| ^~~~~~~~
/usr/include/c++/13/bit:426:5: note: candidates are: 'template<class _Tp> constexpr std::_If_is_unsigned_integer<_Tp, int> std::popcount(_Tp)'
426 | popcount(_Tp __x) noexcept
| ^~~~~~~~
amusementpark.cpp:7:18: note: 'long long int popcount [262145]'
7 | int n,m,adj[N+1],popcount[(1<<N)+1],ar[(1<<N)+1],id[(1<<N)+1],dp[(1<<N)+1],ans;
| ^~~~~~~~