Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
62065 | zhangweiran | 求十位数字-2023年stema | C++ | Accepted | 0 MS | 236 KB | 89 | 2025-03-08 22:25:55 |
#include<bits/stdc++.h> using namespace std; int main() { cout<<2; return 0; }