Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
64790 | fengxiaohang | 阶乘和 | C++ | Wrong Answer | 0 MS | 240 KB | 103 | 2025-04-25 17:20:27 |
#include <bits/stdc++.h> using namespace std; int main() { cout<<"153"<<endl; return 0; }