Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
8263 | 余立涵 | 14能吸多少根烟 | C++ | Runtime Error | 1998 MS | 244 KB | 172 | 2025-06-21 21:01:48 |
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c=0; cin>>a>>b; while(a){ c=a/b; c=c+a%b; a=c; } return 0; }
Runtime Error:[ERROR] A not allowed system call. Call ID:275