Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
5984 | 吴承熹 | 15加到第几项 | C++ | Runtime Error | 1995 MS | 256 KB | 166 | 2024-12-28 09:10:37 |
#include<iostream> using namespace std; int main(){ int s=0,n; while(s<=1000){ s+=n; n++; } cout<<n-1<<endl; return 0; }
Runtime Error:[ERROR] A not allowed system call. Call ID:275