travel.cpp: In function 'll recur(int, int, int)':
travel.cpp:27:28: error: cannot bind non-const lvalue reference of type 'int&' to an rvalue of type 'int'
27 | int &ans = dp[l][r][sts];
| ~~~~~~~~~~~~^
travel.cpp:47:65: error: no matching function for call to 'min(int&, ll)'
47 | ansl = min(ansl, recur(l, m, change(sts, nwsts)) + 1);
| ^
In file included from /usr/include/c++/10/bits/specfun.h:45,
from /usr/include/c++/10/cmath:1927,
from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:41,
from travel.cpp:5:
/usr/include/c++/10/bits/stl_algobase.h:230:5: note: candidate: 'template<class _Tp> constexpr const _Tp& std::min(const _Tp&, const _Tp&)'
230 | min(const _Tp& __a, const _Tp& __b)
| ^~~
/usr/include/c++/10/bits/stl_algobase.h:230:5: note: template argument deduction/substitution failed:
travel.cpp:47:65: note: deduced conflicting types for parameter 'const _Tp' ('int' and 'll' {aka 'long long int'})
47 | ansl = min(ansl, recur(l, m, change(sts, nwsts)) + 1);
| ^
In file included from /usr/include/c++/10/bits/specfun.h:45,
from /usr/include/c++/10/cmath:1927,
from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:41,
from travel.cpp:5:
/usr/include/c++/10/bits/stl_algobase.h:278:5: note: candidate: 'template<class _Tp, class _Compare> constexpr const _Tp& std::min(const _Tp&, const _Tp&, _Compare)'
278 | min(const _Tp& __a, const _Tp& __b, _Compare __comp)
| ^~~
/usr/include/c++/10/bits/stl_algobase.h:278:5: note: template argument deduction/substitution failed:
travel.cpp:47:65: note: deduced conflicting types for parameter 'const _Tp' ('int' and 'll' {aka 'long long int'})
47 | ansl = min(ansl, recur(l, m, change(sts, nwsts)) + 1);
| ^
In file included from /usr/include/c++/10/algorithm:62,
from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:65,
from travel.cpp:5:
/usr/include/c++/10/bits/stl_algo.h:3468:5: note: candidate: 'template<class _Tp> constexpr _Tp std::min(std::initializer_list<_Tp>)'
3468 | min(initializer_list<_Tp> __l)
| ^~~
/usr/include/c++/10/bits/stl_algo.h:3468:5: note: template argument deduction/substitution failed:
travel.cpp:47:65: note: mismatched types 'std::initializer_list<_Tp>' and 'int'
47 | ansl = min(ansl, recur(l, m, change(sts, nwsts)) + 1);
| ^
In file included from /usr/include/c++/10/algorithm:62,
from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:65,
from travel.cpp:5:
/usr/include/c++/10/bits/stl_algo.h:3474:5: note: candidate: 'template<class _Tp, class _Compare> constexpr _Tp std::min(std::initializer_list<_Tp>, _Compare)'
3474 | min(initializer_list<_Tp> __l, _Compare __comp)
| ^~~
/usr/include/c++/10/bits/stl_algo.h:3474:5: note: template argument deduction/substitution failed:
travel.cpp:47:65: note: mismatched types 'std::initializer_list<_Tp>' and 'int'
47 | ansl = min(ansl, recur(l, m, change(sts, nwsts)) + 1);
| ^
travel.cpp:51:65: error: no matching function for call to 'min(int&, ll)'
51 | ansr = min(ansr, recur(m, r, change(sts, nwsts)) + 1);
| ^
In file included from /usr/include/c++/10/bits/specfun.h:45,
from /usr/include/c++/10/cmath:1927,
from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:41,
from travel.cpp:5:
/usr/include/c++/10/bits/stl_algobase.h:230:5: note: candidate: 'template<class _Tp> constexpr const _Tp& std::min(const _Tp&, const _Tp&)'
230 | min(const _Tp& __a, const _Tp& __b)
| ^~~
/usr/include/c++/10/bits/stl_algobase.h:230:5: note: template argument deduction/substitution failed:
travel.cpp:51:65: note: deduced conflicting types for parameter 'const _Tp' ('int' and 'll' {aka 'long long int'})
51 | ansr = min(ansr, recur(m, r, change(sts, nwsts)) + 1);
| ^
In file included from /usr/include/c++/10/bits/specfun.h:45,
from /usr/include/c++/10/cmath:1927,
from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:41,
from travel.cpp:5:
/usr/include/c++/10/bits/stl_algobase.h:278:5: note: candidate: 'template<class _Tp, class _Compare> constexpr const _Tp& std::min(const _Tp&, const _Tp&, _Compare)'
278 | min(const _Tp& __a, const _Tp& __b, _Compare __comp)
| ^~~
/usr/include/c++/10/bits/stl_algobase.h:278:5: note: template argument deduction/substitution failed:
travel.cpp:51:65: note: deduced conflicting types for parameter 'const _Tp' ('int' and 'll' {aka 'long long int'})
51 | ansr = min(ansr, recur(m, r, change(sts, nwsts)) + 1);
| ^
In file included from /usr/include/c++/10/algorithm:62,
from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:65,
from travel.cpp:5:
/usr/include/c++/10/bits/stl_algo.h:3468:5: note: candidate: 'template<class _Tp> constexpr _Tp std::min(std::initializer_list<_Tp>)'
3468 | min(initializer_list<_Tp> __l)
| ^~~
/usr/include/c++/10/bits/stl_algo.h:3468:5: note: template argument deduction/substitution failed:
travel.cpp:51:65: note: mismatched types 'std::initializer_list<_Tp>' and 'int'
51 | ansr = min(ansr, recur(m, r, change(sts, nwsts)) + 1);
| ^
In file included from /usr/include/c++/10/algorithm:62,
from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:65,
from travel.cpp:5:
/usr/include/c++/10/bits/stl_algo.h:3474:5: note: candidate: 'template<class _Tp, class _Compare> constexpr _Tp std::min(std::initializer_list<_Tp>, _Compare)'
3474 | min(initializer_list<_Tp> __l, _Compare __comp)
| ^~~
/usr/include/c++/10/bits/stl_algo.h:3474:5: note: template argument deduction/substitution failed:
travel.cpp:51:65: note: mismatched types 'std::initializer_list<_Tp>' and 'int'
51 | ansr = min(ansr, recur(m, r, change(sts, nwsts)) + 1);
| ^
travel.cpp: At global scope:
travel.cpp:58:1: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
58 | main() {
| ^~~~
travel.cpp: In function 'int main()':
travel.cpp:72:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
72 | for(int i = 1; i < a.size(); ++ i) {
| ~~^~~~~~~~~~