Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|---|
331598 | 沈泽宇 | 【C0】Hello,World! | C++ | Accepted | 100 | 2 MS | 240 KB | 97 | 2025-07-12 10:32:35 |
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"Hello,World!"; return 0; }