Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
50965 | songyufei2024 | Hello,World! | C++ | Accepted | 0 MS | 240 KB | 96 | 2024-09-16 14:25:31 |
#include<iostream> using namespace std; int main() { cout<<"Hello,World!"; return 0; }