Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
50705 | wangyongxi | Hello,World! | C++ | Wrong Answer | 0 MS | 240 KB | 138 | 2024-09-08 15:14:04 |
#include<iostream> //#include<iomanip> using namespace std; int main(){ //double a; //cin>>a; cout<<"Hello World"; return 0; }