Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
148484 张晓冉 二进制数问题 C++ Runtime Error 1 MS 332 KB 142 2026-02-20 20:04:12

Tests(0/1):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ string s = "12345"; s.erase(9,3); cout<<s<<endl; return 0; }


Run Info:

terminate called after throwing an instance of '