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

Tests(0/2):


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


测评信息: