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