Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
6533 邓小龙 各个位数之和 C++ Runtime Error 1997 MS 248 KB 396 2025-03-07 10:43:33

Tests(0/5):


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; int main(){ int t=0; for(int i=1;i!=t;i++){ cin>>i; i%10; t=i; } printf("%d\n",t); return 0; }


Run Info:

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