답안 #52637

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
52637 2018-06-26T10:16:10 Z gs18115 printf 함수 1 (BSC_0_1) C++14
100 / 100
2 ms 248 KB
extern"C"{int puts(const char*);}main(){puts("Hello World!");}

Compilation message

printf1.cpp:1:39: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 extern"C"{int puts(const char*);}main(){puts("Hello World!");}
                                       ^
# 결과 실행 시간 메모리 Grader output
1 Correct 2 ms 248 KB Output is correct