Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
62727 | zhangweiran | 阶乘数码 | C++ | Wrong Answer | 0 MS | 244 KB | 95 | 2025-03-15 23:25:21 |
#include<bits/stdc++.h> using namespace std; int main() { cout<<1<<endl<<2; return 0; }