| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 50868 | fengxiaohang | Hello,World! | C++ | Runtime Error | 0 MS | 244 KB | 136 | 2024-09-14 23:07:16 |
#include<iostream> using namespace std; int main() { cout<<"hello world!"<<endl; system("pause"); return 0; }