Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
51051 | yuboyuan | Hello,World! | C++ | Accepted | 0 MS | 248 KB | 106 | 2024-09-16 22:27:29 |
#include<iostream> using namespace std; int main() { cout<<"Hello,World!"<<endl; return 0; }