| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 338494 | 李明灿 | 【C0】Hello,World! | C++ | Accepted | 100 | 1 MS | 244 KB | 104 | 2025-08-07 15:45:36 |
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"Hello,World!"<<endl; return 0; }