Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
56123 | 许兴平 | Hello,World! | C++ | Accepted | 0 MS | 236 KB | 98 | 2024-11-09 14:11:32 |
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"Hello,World!"; return 0; }