Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
24744 | liusiyu | Hello,World! | C++ | Accepted | 0 MS | 232 KB | 95 | 2023-08-17 09:22:20 |
#include<iostream> using namespace std; int main() { cout<<"Hello,World!"; return 0; }