답안 #527743

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
527743 2022-02-18T07:32:29 Z pokmui9909 printf 함수 1 (BSC_0_1) C++17
100 / 100
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!";
}
# 결과 실행 시간 메모리 Grader output
1 Correct 0 ms 208 KB Output is correct