Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
27360 | yuhengyang | Hello,World! | C++ | Wrong Answer | 0 MS | 236 KB | 96 | 2023-10-02 15:22:33 |
#include<iostream> using namespace std; int main() { cout<<"hello,world!"; return 0; }