Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
141182 岑思烁 判断完全数 C++ Time Limit Exceeded 1000 MS 264 KB 126 2025-12-21 12:20:36

Tests(0/10):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; for(int i;i<n;i++){ i=1; } return 0; }