Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
7794 | 余立涵 | 15几个数字组成 | C++ | Runtime Error | 1997 MS | 260 KB | 244 | 2025-05-21 21:18:27 |
#include<bits/stdc++.h> using namespace std; int main(){ int a,c=0; cin>>a; while(a>=1){ if(a==0){ cout<<c<<endl; return 0; } a/10; c++; } return 0; }
Runtime Error:[ERROR] A not allowed system call. Call ID:275