Problem typo
User AlphanumericUsername
Submission Time 2024-11-17 15:18:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘bool canSwapToMakeEqual(std::string, std::string)’:
typo.cpp:13:25: error: no matching function for call to ‘swap(const value_type&, const value_type&)’
13 | swap(S[i],S[i+1]);
| ^
In file included from /usr/include/c++/9/complex:45,
from /usr/include/c++/9/ccomplex:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:54,
from typo.cpp:1:
/usr/include/c++/9/sstream:849:5: note: candidate: ‘template<class _CharT, class _Traits, class _Allocator> void std::__cxx11::swap(std::__cxx11::basic_stringbuf<_CharT, _Traits, _Alloc>&, std::__cxx11::basic_stringbuf<_CharT, _Traits, _Alloc>&)’
849 | swap(basic_stringbuf<_CharT, _Traits, _Allocator>& __x,
| ^~~~
/usr/include/c++/9/sstream:849:5: note: template argument deduction/substitution failed:
typo.cpp:13:25: note: mismatched types ‘std::__cxx11: