Submission #527743

#TimeUsernameProblemLanguageResultExecution timeMemory
527743pokmui9909printf 함수 1 (BSC_0_1)C++17
100 / 100
0 ms208 KiB
#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 timeMemoryGrader output
Fetching results...