Submission #163077

# Submission time Handle Problem Language Result Execution time Memory
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!");}
        ^~~~
# Verdict Execution time Memory Grader output
1 Correct 2 ms 376 KB Output is correct