Ad
  • Custom User Avatar

    ...

  • Custom User Avatar

    This kata currently broken in C++ as there is a namespace problem with std::vector in base function so no sample tests can be run

    (Including a part of the error)

    main.cpp:14:15: error: no template named 'vector'; did you mean 'std::vector'?
    int minRemove(vector<int> arr);
                  ^~~~~~
                  std::vector
    /usr/include/c++/v1/iterator:1244:75: note: 'std::vector' declared here
        template <class _Tp, class _Alloc> friend class _LIBCPP_TYPE_VIS_ONLY vector;