| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 76713 | sh25_zhangjiajia | Hello,World! | C++ | Accepted | 0 MS | 244 KB | 105 | 2025-12-19 15:49:21 |
#include <bits/stdc++.h> using namespace std; int main() { cout << "Hello,World!"; return 0; }