| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 144541 | 吴昊 | 二进制数问题 | C++ | Runtime Error | 2 MS | 336 KB | 158 | 2026-01-24 00:44:04 |
#include<iostream> #include<cstring> using namespace std; int main(){ string s="12345"; s.erase(9,3); cout<<s<<endl; return 0; }
terminate called after throwing an instance of '