Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
50708 | wangyongxi | Hello,World! | C++ | Accepted | 0 MS | 240 KB | 93 | 2024-09-08 15:18:47 |
#include<iostream> using namespace std; int main(){ cout<<"Hello,World!"; return 0; }