結果

問題 No.9000 Hello World! (テスト用)
ユーザー Mcpu3Mcpu3
提出日時 2018-04-19 00:12:11
言語 C
(gcc 12.3.0)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 44 bytes
コンパイル時間 226 ms
コンパイル使用メモリ 25,528 KB
実行使用メモリ 4,388 KB
最終ジャッジ日時 2023-09-09 11:31:03
合計ジャッジ時間 788 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c: 関数 ‘main’ 内:
main.c:1:12: 警告: 関数 ‘puts’ の暗黙的な宣言です [-Wimplicit-function-declaration]
    1 | int main(){puts("Hello World!\n");return 0;}
      |            ^~~~
main.c:1:1: 備考: include ‘<stdio.h>’ or provide a declaration of ‘puts’
  +++ |+#include <stdio.h>
    1 | int main(){puts("Hello World!\n");return 0;}

ソースコード

diff #

int main(){puts("Hello World!\n");return 0;}
0