Hifipsysta-2070-[STL训练]Mispelling4(C++代码)
摘要:```cpp
#include
#include
using namespace std;
int main(){
int N, pos;
string tmp_str……
[STL训练]Mispelling4-题解(C++代码)只做最好的思路!
摘要:这题还是可以的不算难,一开始的虽然有点小卡顿,但后来我忽然意识到,既然单纯的用string或者char没办法完成,那就两个一起用,把条件(==)改成(!=)啊啊啊终于成功通过了!(*一定要注意输入输出……
string函数解决2070题-[STL训练]Mispelling4-题解(C++代码)
摘要:```cpp
#include
#include
using namespace std;
int main()
{
int n,m,i;
string s;
cin>>n;
……
[STL训练]Mispelling4-题解(C++代码)
摘要:需要熟练运用string的 erase();
```
#include
#include
using namespace std;
int main()
{
int n,ct……
超短精炼代码!!!2070题-[STL训练]Mispelling4-题解(C++代码)
摘要:Mispelling4Mispelling4 #include
#include
using namespace std;
int main()
{
……