Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
51001 | zhangweiran | Hello,World! | C++ | Compile Error | 0 MS | 0 KB | 99 | 2024-09-16 18:05:11 |
#include<iostream> using namespace std; int main() { cout<<"hello,world!" return 0; }