Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
11222 | qihaosen | Hello,World! | C++ | Compile Error | 0 MS | 0 KB | 111 | 2023-03-05 20:00:56 |
#include<iostream> using namespace std; int main { cout<<"my name is frank."<<endl; return o; }