Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
89031 sh25_zhoumy 大整数的因子 C++ 解答错误 0 MS 248 KB 126 2026-05-22 14:52:40

Tests(1/2):


#include <iostream> using namespace std; int main() { long n; cin>>n; cout<<"2 4 5 8"; return 0; }


测评信息: