Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
37168 | yuhaoyu | Hello,World! | C++ | Compile Error | 0 MS | 0 KB | 95 | 2024-01-19 15:32:06 |
#include<iostream> using namespace std; int main() { cout<<"Hello,World!" return 0; }