# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
527743 | 2022-02-18T07:32:29 Z | pokmui9909 | printf 함수 1 (BSC_0_1) | C++17 | 0 ms | 208 KB |
#include <bits/stdc++.h> using namespace std; using ll = long long; int main(){ cin.tie(0) -> sync_with_stdio(false); cout << "Hello World!"; }
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Correct | 0 ms | 208 KB | Output is correct |