Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
30031 | lmz120809 | Hello,World! | C++ | Accepted | 0 MS | 236 KB | 94 | 2023-11-04 12:49:28 |
#include<iostream> using namespace std; int main() { cout<<"Hello,World!"; return 0; }