Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
64788 | fengxiaohang | 大整数的因子 | C++ | Wrong Answer | 0 MS | 248 KB | 102 | 2025-04-25 17:18:37 |
#include <bits/stdc++.h> using namespace std; int main() { cout<<"2 3 5 6"<<endl; return 0; }