| Problem | squidzofrenzic | 
|---|---|
| User | squishychicken | 
| Submission Time | 2025-06-07 10:27:11 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 squidzofrenzic.cpp: In function ‘bool can_partition(const std::vector<long long int>&, long long int, long long int)’:
squidzofrenzic.cpp:14:13: error: reference to ‘count’ is ambiguous
   14 |             count++;
      |             ^~~~~
In file included from /usr/include/c++/9/algorithm:71,
                 from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:65,
                 from squidzofrenzic.cpp:1:
/usr/include/c++/9/pstl/glue_algorithm_defs.h:101:1: note: candidates are: ‘template<class _ExecutionPolicy, class _ForwardIterator, class _Tp> __pstl::__internal::__enable_if_execution_policy<_ExecutionPolicy, typename std::iterator_traits<_II>::difference_type> std::count(_ExecutionPolicy&&, _ForwardIterator, _ForwardIterator, const _Tp&)’
  101 | count(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, const _Tp& __value);
      | ^~~~~
In file included from /usr/include/c++/9/algorithm:62,