Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
37209 | chenyifei | Hello,World! | C++ | Accepted | 0 MS | 244 KB | 100 | 2024-01-19 16:10:09 |
#include<iostream> using namespace std; int main() { cout<<"Hello,World!"<<endl; return 0; }