Your output
Hello, World!
Checker message
OK!
System message
Exited with return code 0
Submission ID | Problem | Status | Score | Time | Memory | Code / Answer files | User | Submit time |
---|---|---|---|---|---|---|---|---|
#11710 | #1. 你好,世界! | Accepted | 100 | 7 ms | 244 K | C++ / 93 B | HKSC2023-102 | 2023-07-08 13:32:40 |
#include <bits/stdc++.h>
using namespace std;
int main() { cout << "Hello, World!"; }