| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 329711 | 沈悦 | 【C1-1】一个巨大的数字 | C++ | Accepted | 100 | 6 MS | 236 KB | 113 | 2025-07-08 10:45:21 |
#include<bits/stdc++.h> using namespace std; int main(){ long long x=1234,y=4321; cout<<x*y; return 0; }