Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
7507 吴承熹 删除数字字符 C++ Runtime Error 1994 MS 272 KB 441 2025-05-03 08:55:46

Tests(0/10):


Code:

#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; char a1[1000001]={},a2[1000001]={}; int main(){ cin>>a1; int i=0; while(a1[i]!='\0'){ if(a1[i]>=65){ a2[i]=a1[i]; } } cout<<a2; return 0; }


Run Info:

Runtime Error:[ERROR] A not allowed system call.
Call ID:275