| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 134522 | 李昊宇 | 年龄问题 | C++ | Runtime Error | 48 MS | 65772 KB | 178 | 2025-10-27 19:48:01 |
#include<bits/stdc++.h> using namespace std; int sum=10,s; int mian(int x){ if(sum!=18)mian(x+2); cout<<sum; } int main(){ mian(s); return 0; }
Runtime Error:Segmentation fault