답안 #163077

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
163077 2019-11-11T10:42:20 Z surface03 printf 함수 1 (BSC_0_1) C
100 / 100
2 ms 376 KB
main(){puts("Hello World!");}

Compilation message

printf1.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(){puts("Hello World!");}
 ^~~~
printf1.c: In function 'main':
printf1.c:1:8: warning: implicit declaration of function 'puts' [-Wimplicit-function-declaration]
 main(){puts("Hello World!");}
        ^~~~
# 결과 실행 시간 메모리 Grader output
1 Correct 2 ms 376 KB Output is correct