Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
7334 | xingru | Hello,World! | C++ | Accepted | 0 MS | 232 KB | 101 | 2023-02-03 17:40:23 |
#include<bits/stdc++.h> using namespace std; int main() { cout<<"Hello,World!"; return 0; }