| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 315497 | 余正则 | 【C0】Hello,World! | C++ | Accepted | 100 | 0 MS | 240 KB | 103 | 2025-03-30 11:13:57 |
#include <bits/stdc++.h> using namespace std; int main() { cout<<"Hello,World!"; return 0; }