| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 50860 | fengxiaohang | Hello,World! | C++ | Compile Error | 0 MS | 0 KB | 142 | 2024-09-14 22:47:32 |
#include<iostream> using namespace std; int main() { cout<<"hello world!"<<end1; system("pause"); return 0; }