Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
39361 | wangjiashu | Hello,World! | C++ | Wrong Answer | 1 MS | 248 KB | 96 | 2024-02-01 10:02:40 |
#include<iostream> using namespace std; int main() { cout<<"hello world!"; return 0; }