답안 #318446

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
318446 2020-11-02T00:46:45 Z codemaster111 printf 함수 1 (BSC_0_1) C++17
100 / 100
1 ms 364 KB
#include <bits/stdc++.h>
using namespace std;

int main() {
	cout << "Hello World!";
}
# 결과 실행 시간 메모리 Grader output
1 Correct 1 ms 364 KB Output is correct