Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
6183 | jiabokai | Hello,World! | C++ | Accepted | 0 MS | 240 KB | 100 | 2023-01-20 19:24:24 |
#include<iostream> using namespace std; int main() { cout<<"Hello,World!"; return 0; }