Submission #47724
ソースコード
ステータス
コンパイルメッセージ
./Main.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
main()__builtin_puts("Hello World!");}
^~~~
./Main.c: In function ‘main’:
./Main.c:1:7: error: expected declaration specifiers before ‘__builtin_puts’
main()__builtin_puts("Hello World!");}
^~~~~~~~~~~~~~
./Main.c:1:38: error: expected declaration specifiers before ‘}’ token
main()__builtin_puts("Hello World!");}
^
./Main.c:1: error: expected ‘{’ at end of input
main()__builtin_puts("Hello World!");}
セット
テストケース