結果

問題 No.688 E869120 and Constructing Array 2
ユーザー testestesttestestest
提出日時 2018-07-03 03:17:19
言語 C
(gcc 12.3.0)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 20 bytes
コンパイル時間 614 ms
コンパイル使用メモリ 25,276 KB
実行使用メモリ 4,504 KB
最終ジャッジ日時 2023-09-21 20:58:22
合計ジャッジ時間 3,104 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 WA -
testcase_08 WA -
testcase_09 AC 0 ms
4,380 KB
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:1: 警告: 戻り値の型をデフォルトの ‘int’ にします [-Wimplicit-int]
    1 | main(){puts("1 1");}
      | ^~~~
main.c: 関数 ‘main’ 内:
main.c:1:8: 警告: 関数 ‘puts’ の暗黙的な宣言です [-Wimplicit-function-declaration]
    1 | main(){puts("1 1");}
      |        ^~~~
main.c:1:1: 備考: include ‘<stdio.h>’ or provide a declaration of ‘puts’
  +++ |+#include <stdio.h>
    1 | main(){puts("1 1");}

ソースコード

diff #

main(){puts("1 1");}
0