Submission #46553
ソースコード
ステータス
項目 |
データ |
問題 |
0001 - Hello World! |
ユーザー名 |
ei1832
|
投稿日時 |
2019-01-16 16:54:43 |
言語 |
C |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
39 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
main(){__buildin_puts("Hello World!");}
^~~~
./Main.c: In function ‘main’:
./Main.c:1:8: warning: implicit declaration of function ‘__buildin_puts’; did you mean ‘__builtin_puts’? [-Wimplicit-function-declaration]
main(){__buildin_puts("Hello World!");}
^~~~~~~~~~~~~~
__builtin_puts
/tmp/ccPUffXn.o: In function `main':
Main.c:(.text.startup+0xc): undefined reference to `__buildin_puts'
collect2: error: ld returned 1 exit status
セット
テストケース