Submission #47724


ソースコード

ステータス

項目 データ
問題 0001 - Hello World!
ユーザー名 社会主義共和国連邦
投稿日時 2019-03-11 08:29:53
言語 C
状態 Compile Error
得点 0
ソースコード長 38 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./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!");}

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #