Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
89027 sh25_zhoumy 大整数的因子 C++ 编译错误 0 MS 0 KB 125 2026-05-22 14:51:04

Tests(0/0):


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


测评信息: