Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
40647 | yejiaxiangBMT | Hello,World! | C++ | Compile Error | 0 MS | 0 KB | 99 | 2024-02-15 22:17:20 |
#include<iostream> using namespace std; int main() { cin>>"Hello,World!"; return 0; }