Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
2717 | 孙浚轩 | 删除数字字符 | C++ | Runtime Error | 1995 MS | 1232 KB | 258 | 2024-01-20 23:28:09 |
#include<iostream> #include<cstring> using namespace std; int main(){ char a[1000000]; cin.getline(a,1000000); int i=0; while(i<strlen(a)){ if(a[i]<'0'||a[i]>'9') cout<<a[i]; i++; } return 0; }
Runtime Error:[ERROR] A not allowed system call. Call ID:275