답안 #713580

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
713580 2023-03-22T14:50:32 Z becaido printf 함수 1 (BSC_0_1) C++17
100 / 100
0 ms 212 KB
#include <stdio.h>

int main() {
  printf("Hello World!\n");
}
# 결과 실행 시간 메모리 Grader output
1 Correct 0 ms 212 KB Output is correct