Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
11219 | qihaosen | Hello,World! | C++ | Compile Error | 0 MS | 0 KB | 181 | 2023-03-05 19:29:11 |
#include <iostream> using namespace std; int main() { cout<<"hello,word!"; my name is a cc; I like play football; I am a football fan; return 0; }