Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
50707 | wangyongxi | Hello,World! | C++ | Wrong Answer | 0 MS | 232 KB | 92 | 2024-09-08 15:15:54 |
#include<iostream> using namespace std; int main(){ cout<<"Hello,World"; return 0; }