제출 #14493

#제출 시각아이디문제언어결과실행 시간메모리
14493club4208printf 함수 1 (BSC_0_1)C++98
100 / 100
0 ms1076 KiB
#include <stdio.h>
int main(){
  printf("Hello World!");
  return 0;
}
#Verdict Execution timeMemoryGrader output
Fetching results...