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 |
---|---|---|---|---|---|---|---|---|
#11799 | #1. 你好,世界! | Accepted | 100 | 6 ms | 248 K | C++ / 89 B | HKSC2023-074 | 2023-07-08 13:43:49 |
#include <bits/stdc++.h>
using namespace std;
int main() { cout << "Hello, World!\n"; }